aboutsummaryrefslogtreecommitdiff
path: root/block/blk-core.c
AgeCommit message (Expand)Author
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo
2012-01-19block: fix NULL icq_cache referenceShaohua Li
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-12-15block: don't kick empty queue in blk_drain_queue()Tejun Heo
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun 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, cfq: move cfqd->cic_index to q->idTejun Heo
2011-12-14block: add missing blk_queue_dead() checksTejun Heo
2011-12-14block: fix drain_all condition in blk_drain_queue()Tejun Heo
2011-12-14block: add blk_queue_dead()Tejun Heo
2011-12-14block, sx8: kill blk_insert_request()Tejun Heo
2011-11-23block: initialize request_queue's numa node duringMike Snitzer
2011-11-16block: add missed trace_block_plugShaohua Li
2011-11-16block: avoid unnecessary plug list flushShaohua Li
2011-11-03block: don't call blk_drain_queue() if elevator is not upTejun Heo
2011-10-24Merge branch 'for-linus' into for-3.2/coreJens Axboe
2011-10-24blk-flush: move the queue kick intoJeff Moyer
2011-10-24block: Remove the control of complete cpu from bio.Tao Ma
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo
2011-10-19block: drop @tsk from attempt_plug_merge() and explain sync rulesTejun Heo
2011-10-19block: make get_request[_wait]() fail if queue is deadTejun Heo
2011-10-19block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo
2011-10-19block: reorganize queue drainingTejun Heo
2011-10-19block: pass around REQ_* flags instead of broken down booleans during request...Tejun Heo
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe
2011-09-28block: Free queue resources at blk_release_queue()Hannes Reinecke
2011-09-21block: document blk-plugSuresh Jayaraman
2011-09-15block: refactor generic_make_requestChristoph Hellwig
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig
2011-09-12block: rename __make_request() to blk_queue_bio()Jens Axboe
2011-09-12block: export __make_requestChristoph Hellwig
2011-08-24block: simplify force plug flush code a little bitShaohua Li
2011-08-24block: change force plug flush call orderShaohua Li
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita
2011-07-26fail_make_request: cleanup should_fail_requestAkinobu Mita
2011-07-26block: fix warning with calling smp_processor_id() in preemptible sectionJens Axboe
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-23block: strict rq_affinityDan Williams
2011-07-21[SCSI] fix crash in scsi_dispatch_cmd()James Bottomley
2011-07-08block: avoid building too big plug listShaohua Li
2011-05-27block: export blk_{get,put}_queue()Jens Axboe
2011-05-26block: remove unused variable in bio_attempt_front_merge()Luca Tettamanti
2011-05-23block: call elv_bio_merged() when mergedVivek Goyal
2011-05-20block: get rid of on-stack plugging debug checksJens Axboe