mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 05:10:51 +07:00
[PATCH] Update axboe@suse.de email address
As people often look for the copyright in files to see who to mail, update the link to a neutral one. Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
50be345560
commit
0fe2347957
@ -501,7 +501,7 @@ S: Maintained
|
|||||||
|
|
||||||
BLOCK LAYER
|
BLOCK LAYER
|
||||||
P: Jens Axboe
|
P: Jens Axboe
|
||||||
M: axboe@suse.de
|
M: axboe@kernel.dk
|
||||||
L: linux-kernel@vger.kernel.org
|
L: linux-kernel@vger.kernel.org
|
||||||
T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
|
T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
|
||||||
S: Maintained
|
S: Maintained
|
||||||
@ -1380,7 +1380,7 @@ S: Maintained
|
|||||||
|
|
||||||
IDE/ATAPI CDROM DRIVER
|
IDE/ATAPI CDROM DRIVER
|
||||||
P: Jens Axboe
|
P: Jens Axboe
|
||||||
M: axboe@suse.de
|
M: axboe@kernel.dk
|
||||||
L: linux-kernel@vger.kernel.org
|
L: linux-kernel@vger.kernel.org
|
||||||
W: http://www.kernel.dk
|
W: http://www.kernel.dk
|
||||||
S: Maintained
|
S: Maintained
|
||||||
@ -2531,7 +2531,7 @@ S: Maintained
|
|||||||
|
|
||||||
SCSI CDROM DRIVER
|
SCSI CDROM DRIVER
|
||||||
P: Jens Axboe
|
P: Jens Axboe
|
||||||
M: axboe@suse.de
|
M: axboe@kernel.dk
|
||||||
L: linux-scsi@vger.kernel.org
|
L: linux-scsi@vger.kernel.org
|
||||||
W: http://www.kernel.dk
|
W: http://www.kernel.dk
|
||||||
S: Maintained
|
S: Maintained
|
||||||
@ -2976,7 +2976,7 @@ S: Maintained
|
|||||||
|
|
||||||
UNIFORM CDROM DRIVER
|
UNIFORM CDROM DRIVER
|
||||||
P: Jens Axboe
|
P: Jens Axboe
|
||||||
M: axboe@suse.de
|
M: axboe@kernel.dk
|
||||||
L: linux-kernel@vger.kernel.org
|
L: linux-kernel@vger.kernel.org
|
||||||
W: http://www.kernel.dk
|
W: http://www.kernel.dk
|
||||||
S: Maintained
|
S: Maintained
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Anticipatory & deadline i/o scheduler.
|
* Anticipatory & deadline i/o scheduler.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002 Jens Axboe <axboe@suse.de>
|
* Copyright (C) 2002 Jens Axboe <axboe@kernel.dk>
|
||||||
* Nick Piggin <nickpiggin@yahoo.com.au>
|
* Nick Piggin <nickpiggin@yahoo.com.au>
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2006 Jens Axboe <axboe@suse.de>
|
* Copyright (C) 2006 Jens Axboe <axboe@kernel.dk>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* Based on ideas from a previously unfinished io
|
* Based on ideas from a previously unfinished io
|
||||||
* scheduler (round robin per-process disk scheduling) and Andrea Arcangeli.
|
* scheduler (round robin per-process disk scheduling) and Andrea Arcangeli.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 Jens Axboe <axboe@suse.de>
|
* Copyright (C) 2003 Jens Axboe <axboe@kernel.dk>
|
||||||
*/
|
*/
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#include <linux/blkdev.h>
|
#include <linux/blkdev.h>
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* Deadline i/o scheduler.
|
* Deadline i/o scheduler.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2002 Jens Axboe <axboe@suse.de>
|
* Copyright (C) 2002 Jens Axboe <axboe@kernel.dk>
|
||||||
*/
|
*/
|
||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/fs.h>
|
#include <linux/fs.h>
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE
|
* Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE
|
||||||
*
|
*
|
||||||
* 30042000 Jens Axboe <axboe@suse.de> :
|
* 30042000 Jens Axboe <axboe@kernel.dk> :
|
||||||
*
|
*
|
||||||
* Split the elevator a bit so that it is possible to choose a different
|
* Split the elevator a bit so that it is possible to choose a different
|
||||||
* one or even write a new "plug in". There are three pieces:
|
* one or even write a new "plug in". There are three pieces:
|
||||||
|
2
fs/bio.c
2
fs/bio.c
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* Copyright (C) 2001 Jens Axboe <axboe@suse.de>
|
* Copyright (C) 2001 Jens Axboe <axboe@kernel.dk>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License version 2 as
|
* it under the terms of the GNU General Public License version 2 as
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
/*
|
/*
|
||||||
* fs/ioprio.c
|
* fs/ioprio.c
|
||||||
*
|
*
|
||||||
* Copyright (C) 2004 Jens Axboe <axboe@suse.de>
|
* Copyright (C) 2004 Jens Axboe <axboe@kernel.dk>
|
||||||
*
|
*
|
||||||
* Helper functions for setting/querying io priorities of processes. The
|
* Helper functions for setting/querying io priorities of processes. The
|
||||||
* system calls closely mimmick getpriority/setpriority, see the man page for
|
* system calls closely mimmick getpriority/setpriority, see the man page for
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
* Jens to support splicing to files, network, direct splicing, etc and
|
* Jens to support splicing to files, network, direct splicing, etc and
|
||||||
* fixing lots of bugs.
|
* fixing lots of bugs.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2005-2006 Jens Axboe <axboe@suse.de>
|
* Copyright (C) 2005-2006 Jens Axboe <axboe@kernel.dk>
|
||||||
* Copyright (C) 2005-2006 Linus Torvalds <torvalds@osdl.org>
|
* Copyright (C) 2005-2006 Linus Torvalds <torvalds@osdl.org>
|
||||||
* Copyright (C) 2006 Ingo Molnar <mingo@elte.hu>
|
* Copyright (C) 2006 Ingo Molnar <mingo@elte.hu>
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user