summaryrefslogtreecommitdiffstats
path: root/block/elevator.c
Commit message (Expand)AuthorAgeFilesLines
* Driver core: Constify struct sysfs_ops in struct kobj_typeEmese Revfy2010-03-071-1/+1
* block: Added in stricter no merge semantics for block I/OAlan D. Brunelle2010-01-291-1/+10
* Merge branch 'for-linus' into for-2.6.33Jens Axboe2009-10-131-3/+1
|\
| * elv_iosched_store(): fix strstrip() misuseKOSAKI Motohiro2009-10-091-3/+1
* | block: remove the anticipatory IO schedulerJens Axboe2009-10-031-8/+2
|/
* bio: first step in sanitizing the bio->bi_rw flag testingJens Axboe2009-09-111-1/+2
* scsi,block: update SCSI to handle mixed merge failuresTejun Heo2009-09-111-13/+0
* block: fix failfast merge testing in elv_rq_merge_ok()Tejun Heo2009-07-171-4/+9
* block: don't merge requests of different failfast settingsTejun Heo2009-07-031-0/+8
* Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-111-149/+36
|\
| * block: fix a possible oops on elv_abort_queue()Kiyoshi Ueda2009-06-021-0/+5
| * block: Expose stacked device queues in sysfsMartin K. Petersen2009-05-221-1/+12
| * block: change the tag sync vs async restriction logicJens Axboe2009-05-201-4/+4
| * block: convert to pos and nr_sectors accessorsTejun Heo2009-05-111-11/+11
| * block: implement and use [__]blk_end_request_all()Tejun Heo2009-04-281-1/+1
| * block: reorganize request fetching functionsTejun Heo2009-04-281-128/+0
| * block: kill blk_start_queueing()Tejun Heo2009-04-281-4/+3
* | tracing/events: convert block trace points to TRACE_EVENT()Li Zefan2009-06-091-6/+2
|/
* block: fix bad spelling of quiesceJens Axboe2009-04-151-4/+4
* block: fix inconsistency in I/O stat accounting codeJerome Marchand2009-04-071-1/+1
* block: elevator quiescing helpersJens Axboe2009-04-071-13/+27
* block: change the request allocation/congestion logic to be sync/async basedJens Axboe2009-04-061-1/+1
* block: get rid of elevator_t typedefJens Axboe2008-12-291-26/+29
* block: simplify empty barrier implementationTejun Heo2008-12-291-8/+0
* block: make barrier completion more robustTejun Heo2008-12-291-3/+7
* Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing...Ingo Molnar2008-12-051-7/+0
|\
| * block: internal dequeue shouldn't start timerTejun Heo2008-12-031-7/+0
* | blktrace: port to tracepoints, updateIngo Molnar2008-11-261-0/+5
* | blktrace: port to tracepointsArnaldo Carvalho de Melo2008-11-261-3/+4
|/
* block: add timer on blkdev_dequeue_request() not elv_next_request()Tejun Heo2008-11-061-6/+6
* block: only call ->request_fn when the queue is not stoppedJens Axboe2008-10-171-4/+3
* block: simplify string handling in elv_iosched_store()Li Zefan2008-10-171-7/+2
* block: change elevator to use __blk_end_request()Kiyoshi Ueda2008-10-091-3/+3
* block: Add interface to abort queued requestsMike Anderson2008-10-091-0/+13
* block: unify request timeout handlingJens Axboe2008-10-091-0/+8
* block: use linux/uaccess.h in elevator.c instead of asm variantJens Axboe2008-10-091-2/+1
* drop vmerge accountingMikulas Patocka2008-10-091-2/+0
* Allow elevators to sort/merge discard requestsDavid Woodhouse2008-10-091-2/+10
* block: request_module(): use format stringmaximilian attems2008-07-031-1/+1
* block: Block layer data integrity supportMartin K. Petersen2008-07-031-0/+6
* Added in elevator switch message to blktrace streamAlan D. Brunelle2008-05-281-0/+2
* block: remove remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-011-3/+2
* block: Skip I/O merges when disabledAlan D. Brunelle2008-04-291-0/+3
* block/elevator.c:elv_rq_merge_ok() mustn't be inlineAdrian Bunk2008-04-291-1/+1
* block: make queue flags non-atomicNick Piggin2008-04-291-3/+10
* elevator: make elevator_get() attempt to load the appropriate moduleJens Axboe2008-02-191-0/+15
* block: make elevator lib checkpatch compliantJens Axboe2008-02-011-27/+30
* block: implement drain buffersJames Bottomley2008-01-281-1/+25
* Kobject: rename kobject_init_ng() to kobject_init()Greg Kroah-Hartman2008-01-241-1/+1
* Kobject: rename kobject_add_ng() to kobject_add()Greg Kroah-Hartman2008-01-241-1/+1