aboutsummaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)Author
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo
2011-12-14block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo
2011-12-14block, cfq: move io_cq lookup to blk-ioc.cTejun Heo
2011-12-14block: remove elevator_queue->opsTejun Heo
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo
2011-12-14block: misc updates to blk_get_queue()Tejun Heo
2011-12-14block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo
2011-12-14block: add blk_queue_dead()Tejun Heo
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo
2011-10-19block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo
2011-10-19block: reorganize queue drainingTejun Heo
2011-10-19block: move blk_throtl prototypes to block/blk.hTejun Heo
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer
2011-05-20Merge branch 'for-linus' into for-2.6.40/coreJens Axboe
2011-05-20Merge commit 'v2.6.39' into for-2.6.40/coreJens Axboe
2011-05-18block: add proper state guards to __elv_next_requestJames Bottomley
2011-05-06block: hold queue if flush is running for non-queueable flush driveshaohua.li@intel.com
2011-04-19block: get rid of QUEUE_FLAG_REENTERJens Axboe
2011-04-18block: add blk_run_queue_asyncChristoph Hellwig
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-21block: attempt to merge with existing requests on plug flushJens Axboe
2011-03-10block: remove per-queue pluggingJens Axboe
2011-01-25block: reimplement FLUSH/FUA to support mergeTejun Heo
2011-01-25block: add REQ_FLUSH_SEQTejun Heo
2010-10-24Revert "block: fix accounting bug on cross partition merges"Jens Axboe
2010-10-22Merge branch 'for-2.6.37/barrier' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2010-10-19Merge branch 'v2.6.36-rc8' into for-2.6.37/barrierJens Axboe
2010-10-19block: fix accounting bug on cross partition mergesYasuaki Ishimatsu
2010-09-10block/scsi: Provide a limit on the number of integrity segmentsMartin K. Petersen
2010-09-10block: implement REQ_FLUSH/FUA based interface for FLUSH/FUA requestsTejun Heo
2010-09-10block: rename barrier/ordered to flushTejun Heo
2010-09-10block: drop barrier ordering by queue drainingTejun Heo
2010-09-10block: misc cleanups in barrier codeTejun Heo
2010-09-10block: Range check cpu in blk_cpu_to_groupBrian King
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig
2009-09-11block: implement mixed merge of different failfast requestsTejun Heo
2009-05-27block: fix no diskstat problemKiyoshi Ueda
2009-05-19block: Un-export blk_rq_append_bioBoaz Harrosh
2009-05-11block: implement and enforce request peek/start/fetchTejun Heo
2009-05-11block: drop request->hard_* and *nr_sectorsTejun Heo
2009-04-28block: include discard requests in IO accountingJens Axboe
2009-04-28block: make blk_do_io_stat() do the full "is this rq accountable" checksJens Axboe
2009-04-28block: reorganize request fetching functionsTejun Heo
2009-04-24block: simplify I/O stat accountingJerome Marchand
2009-04-15block: fix bad spelling of quiesceJens Axboe
2009-04-07block: fix inconsistency in I/O stat accounting codeJerome Marchand
2009-04-07block: elevator quiescing helpersJens Axboe
2009-03-13cpumask: use topology_core_cpumask/topology_thread_cpumask instead of cpu_cor...Rusty Russell