Loading MAINTAINERS +4 −4 Original line number Diff line number Diff line Loading @@ -501,7 +501,7 @@ S: Maintained BLOCK LAYER P: Jens Axboe M: axboe@suse.de M: axboe@kernel.dk L: linux-kernel@vger.kernel.org T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git S: Maintained Loading Loading @@ -1380,7 +1380,7 @@ S: Maintained IDE/ATAPI CDROM DRIVER P: Jens Axboe M: axboe@suse.de M: axboe@kernel.dk L: linux-kernel@vger.kernel.org W: http://www.kernel.dk S: Maintained Loading Loading @@ -2531,7 +2531,7 @@ S: Maintained SCSI CDROM DRIVER P: Jens Axboe M: axboe@suse.de M: axboe@kernel.dk L: linux-scsi@vger.kernel.org W: http://www.kernel.dk S: Maintained Loading Loading @@ -2976,7 +2976,7 @@ S: Maintained UNIFORM CDROM DRIVER P: Jens Axboe M: axboe@suse.de M: axboe@kernel.dk L: linux-kernel@vger.kernel.org W: http://www.kernel.dk S: Maintained Loading block/as-iosched.c +1 −1 Original line number Diff line number Diff line /* * 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> * */ Loading block/blktrace.c +1 −1 Original line number Diff line number Diff line /* * 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 * it under the terms of the GNU General Public License version 2 as Loading block/cfq-iosched.c +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * Based on ideas from a previously unfinished io * 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/blkdev.h> Loading block/deadline-iosched.c +1 −1 Original line number Diff line number Diff line /* * 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/fs.h> Loading Loading
MAINTAINERS +4 −4 Original line number Diff line number Diff line Loading @@ -501,7 +501,7 @@ S: Maintained BLOCK LAYER P: Jens Axboe M: axboe@suse.de M: axboe@kernel.dk L: linux-kernel@vger.kernel.org T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git S: Maintained Loading Loading @@ -1380,7 +1380,7 @@ S: Maintained IDE/ATAPI CDROM DRIVER P: Jens Axboe M: axboe@suse.de M: axboe@kernel.dk L: linux-kernel@vger.kernel.org W: http://www.kernel.dk S: Maintained Loading Loading @@ -2531,7 +2531,7 @@ S: Maintained SCSI CDROM DRIVER P: Jens Axboe M: axboe@suse.de M: axboe@kernel.dk L: linux-scsi@vger.kernel.org W: http://www.kernel.dk S: Maintained Loading Loading @@ -2976,7 +2976,7 @@ S: Maintained UNIFORM CDROM DRIVER P: Jens Axboe M: axboe@suse.de M: axboe@kernel.dk L: linux-kernel@vger.kernel.org W: http://www.kernel.dk S: Maintained Loading
block/as-iosched.c +1 −1 Original line number Diff line number Diff line /* * 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> * */ Loading
block/blktrace.c +1 −1 Original line number Diff line number Diff line /* * 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 * it under the terms of the GNU General Public License version 2 as Loading
block/cfq-iosched.c +1 −1 Original line number Diff line number Diff line Loading @@ -4,7 +4,7 @@ * Based on ideas from a previously unfinished io * 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/blkdev.h> Loading
block/deadline-iosched.c +1 −1 Original line number Diff line number Diff line /* * 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/fs.h> Loading