summaryrefslogtreecommitdiffstats
path: root/block/elevator.c
Commit message (Expand)AuthorAgeFilesLines
* block: get rid of on-stack plugging debug checksJens Axboe2011-05-201-4/+0
* Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe2011-05-201-1/+2
|\
| * elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case tooJens Axboe2011-04-211-1/+2
* | iosched: remove redundant sprintfKees Cook2011-05-051-6/+1
|/
* block: add blk_run_queue_asyncChristoph Hellwig2011-04-181-2/+2
* block: get rid of elv_insert() interfaceJens Axboe2011-04-051-20/+15
* block: attempt to merge with existing requests on plug flushJens Axboe2011-03-211-3/+49
* Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/coreJens Axboe2011-03-101-41/+8
|\
| * block: remove per-queue pluggingJens Axboe2011-03-101-40/+3
| * block: initial patch for on-stack per-task pluggingJens Axboe2011-03-101-1/+5
* | Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/coreTejun Heo2011-03-041-2/+2
|\ \ | |/ |/|
| * block: add @force_kblockd to __blk_run_queue()Tejun Heo2011-03-021-2/+2
* | block: share request flush fields with elevator_privateMike Snitzer2011-02-111-1/+1
* | block: reimplement FLUSH/FUA to support mergeTejun Heo2011-01-251-0/+7
|/
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-2/+2
* Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-15/+37
|\
| * elevator: fix oops on early call to elevator_change()Jens Axboe2010-10-071-4/+8
| * block: add function call to switch the IO scheduler from a driverJens Axboe2010-08-231-13/+31
* | block: drop barrier ordering by queue drainingTejun Heo2010-09-101-70/+9
|/
* block: add secure discardAdrian Hunter2010-08-121-0/+6
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-2/+1
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-6/+10
* block: make blk_init_free_list and elevator_init idempotentMike Snitzer2010-06-041-2/+4
* block: Adjust elv_iosched_show to return "none" for bio-based DMMike Snitzer2010-05-241-1/+1
* block: allow initialization of previously allocated request_queueMike Snitzer2010-05-111-0/+2
* blkio: Add io_merged statDivyesh Shah2010-04-091-0/+9
* Block: Fix block/elevator.c elevator_get() off-by-one errorwzt.wzt@gmail.com2010-04-021-1/+1
* 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
OpenPOWER on IntegriCloud