aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* block: Avoid that request_fn is invoked on a dead queueBart Van Assche2012-12-061-0/+2
* block: Rename queue dead flagBart Van Assche2012-12-061-1/+1
* block: Clean up special command handling logicMartin K. Petersen2012-09-201-3/+2
* block: remove dead func declarationYuanhan Liu2012-08-011-1/+0
* block: prepare for multiple request_listsTejun Heo2012-06-251-0/+3
* Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo2012-04-011-16/+0
|\
| * Merge branch 'linus' into sched/coreIngo Molnar2012-03-011-0/+2
| |\
| * | sched, block: Unify cache detectionPeter Zijlstra2012-01-271-16/+0
* | | block: interface update for ioc/icq creation functionsTejun Heo2012-03-061-13/+11
* | | blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo2012-03-061-2/+0
* | | block: implement blk_queue_bypass_start/end()Tejun Heo2012-03-061-4/+2
| |/ |/|
* | block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-081-0/+2
|/
* block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo2011-12-131-0/+1
* block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo2011-12-131-0/+1
* block, cfq: move io_cq lookup to blk-ioc.cTejun Heo2011-12-131-0/+1
* block: remove elevator_queue->opsTejun Heo2011-12-131-5/+5
* block, cfq: replace current_io_context() with create_io_context()Tejun Heo2011-12-131-3/+33
* block: misc updates to blk_get_queue()Tejun Heo2011-12-131-0/+5
* block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo2011-12-131-0/+1
* block, cfq: move cfqd->cic_index to q->idTejun Heo2011-12-131-0/+3
* block: add blk_queue_dead()Tejun Heo2011-12-131-1/+1
* block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo2011-10-191-1/+5
* block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo2011-10-191-3/+3
* block: reorganize queue drainingTejun Heo2011-10-191-0/+1
* block: move blk_throtl prototypes to block/blk.hTejun Heo2011-10-191-1/+14
* block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer2011-08-151-0/+2
* Merge branch 'for-linus' into for-2.6.40/coreJens Axboe2011-05-201-1/+3
|\
| * block: add proper state guards to __elv_next_requestJames Bottomley2011-05-181-1/+2
* | Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe2011-05-201-1/+0
|\|
| * block: get rid of QUEUE_FLAG_REENTERJens Axboe2011-04-191-1/+0
* | block: hold queue if flush is running for non-queueable flush driveshaohua.li@intel.com2011-05-061-1/+20
|/
* block: add blk_run_queue_asyncChristoph Hellwig2011-04-181-0/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* block: attempt to merge with existing requests on plug flushJens Axboe2011-03-211-0/+2
* block: remove per-queue pluggingJens Axboe2011-03-101-2/+0
* block: reimplement FLUSH/FUA to support mergeTejun Heo2011-01-251-8/+4
* block: add REQ_FLUSH_SEQTejun Heo2011-01-251-1/+1
* Revert "block: fix accounting bug on cross partition merges"Jens Axboe2010-10-241-0/+4
* Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-1/+7
|\
| * Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe2010-10-191-2/+6
| |\
| * | block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo2010-09-101-0/+3
| * | block: rename barrier/ordered to flushTejun Heo2010-09-101-2/+2
| * | block: drop barrier ordering by queue drainingTejun Heo2010-09-101-1/+1
| * | block: misc cleanups in barrier codeTejun Heo2010-09-101-2/+5
* | | Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-12/+0
|\ \ \ | |_|/ |/| |
| * | block: fix accounting bug on cross partition mergesYasuaki Ishimatsu2010-10-191-4/+0
| * | block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen2010-09-101-8/+0
| |/
* / block: Range check cpu in blk_cpu_to_groupBrian King2010-09-101-2/+6
|/
* block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-2/+4
* block: implement mixed merge of different failfast requestsTejun Heo2009-09-111-0/+1