aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-03-06block: restructure get_request()Tejun Heo1-31/+29
2012-03-06blkcg: unify blkg's for blkcg policiesTejun Heo1-2/+1
2012-03-06blkcg: move per-queue blkg list heads and counters to queue and blkgTejun Heo1-0/+4
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo1-3/+4
2012-03-06blkcg: use the usual get blkg path for root blkio_groupTejun Heo1-3/+3
2012-03-06block: extend queue bypassing to cover blkcg policiesTejun Heo1-4/+8
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo1-2/+37
2012-03-06block: blk-throttle should be drained regardless of q->elevatorTejun Heo1-12/+15
2012-02-08block: don't call elevator callbacks for plug mergesTejun Heo1-10/+9
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator functionsTejun Heo1-2/+2
2012-02-07block: strip out locking optimization in put_io_context()Tejun Heo1-1/+1
2012-01-19block: fix NULL icq_cache referenceShaohua Li1-4/+6
2012-01-15Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-81/+122
2011-12-15block: don't kick empty queue in blk_drain_queue()Tejun Heo1-1/+8
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo1-7/+39
2011-12-14block, cfq: move cfqd->icq_list to request_queue and add request->elv.icqTejun Heo1-0/+1
2011-12-14block, cfq: replace current_io_context() with create_io_context()Tejun Heo1-5/+20
2011-12-14block: misc updates to blk_get_queue()Tejun Heo1-4/+4
2011-12-14block, cfq: move cfqd->cic_index to q->idTejun Heo1-8/+16
2011-12-14block: add missing blk_queue_dead() checksTejun Heo1-0/+21
2011-12-14block: fix drain_all condition in blk_drain_queue()Tejun Heo1-6/+18
2011-12-14block: add blk_queue_dead()Tejun Heo1-3/+3
2011-12-14block, sx8: kill blk_insert_request()Tejun Heo1-48/+0
2011-11-23block: initialize request_queue's numa node duringMike Snitzer1-11/+3
2011-11-16block: add missed trace_block_plugShaohua Li1-1/+3
2011-11-16block: avoid unnecessary plug list flushShaohua Li1-7/+9
2011-11-03block: don't call blk_drain_queue() if elevator is not upTejun Heo1-2/+7
2011-10-24Merge branch 'for-linus' into for-3.2/coreJens Axboe1-0/+2
2011-10-24blk-flush: move the queue kick intoJeff Moyer1-0/+2
2011-10-24block: Remove the control of complete cpu from bio.Tao Ma1-3/+1
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() properly shutdownTejun Heo1-21/+36
2011-10-19block: drop @tsk from attempt_plug_merge() and explain sync rulesTejun Heo1-7/+21
2011-10-19block: make get_request[_wait]() fail if queue is deadTejun Heo1-16/+38
2011-10-19block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo1-6/+2
2011-10-19block: reorganize queue drainingTejun Heo1-0/+28
2011-10-19block: pass around REQ_* flags instead of broken down booleans during request alloc/freeTejun Heo1-19/+17
2011-10-19Merge branch 'v3.1-rc10' into for-3.2/coreJens Axboe1-16/+20
2011-09-28block: Free queue resources at blk_release_queue()Hannes Reinecke1-7/+6
2011-09-21block: document blk-plugSuresh Jayaraman1-0/+14
2011-09-15block: refactor generic_make_requestChristoph Hellwig1-46/+49
2011-09-12block: remove support for bio remapping from ->make_requestChristoph Hellwig1-91/+62
2011-09-12block: rename __make_request() to blk_queue_bio()Jens Axboe1-3/+3
2011-09-12block: export __make_requestChristoph Hellwig1-3/+2
2011-08-24block: simplify force plug flush code a little bitShaohua Li1-6/+7
2011-08-24block: change force plug flush call orderShaohua Li1-3/+3
2011-08-19Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+6
2011-08-15block: fix flush machinery for stacking drivers with differring flush flagsJeff Moyer1-2/+6
2011-08-03fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita1-2/+4
2011-07-26fail_make_request: cleanup should_fail_requestAkinobu Mita1-14/+12
2011-07-26block: fix warning with calling smp_processor_id() in preemptible sectionJens Axboe1-1/+1