summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig18-65/+25
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig4-13/+17
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig5-6/+24
2015-11-19block: protect rw_page against device teardownDan Williams3-4/+18
2015-11-05Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds28-343/+367
2015-10-21block: fix plug list flushing for nomerge queuesJeff Moyer3-6/+36
2015-10-21block: blk_flush_integrity() for bio-based driversDan Williams3-0/+16
2015-10-21block: generic request_queue reference countingDan Williams7-75/+102
2015-09-11Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds17-1078/+1422
2015-08-18blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo6-99/+57
2015-08-15blk-mq: fix race between timeout and freeing requestMing Lei5-18/+35
2015-05-08blk-mq: make plug work for mutiple disks and queuesShaohua Li3-9/+23
2015-05-05block: move PM request support to IDEChristoph Hellwig9-51/+70
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei6-39/+60
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei4-10/+10
2014-09-25block: remove blk_init_flush() and its pairMing Lei5-23/+10
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei5-56/+99
2014-09-25block: introduce blk_init_flush and its pairMing Lei6-8/+26
2014-09-22blk-mq: unshared timeout handlerChristoph Hellwig3-24/+39
2014-06-11block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig4-60/+0
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe8-60/+134
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe9-27/+236
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe4-18/+42
2014-04-10block: fix regression with block enabled taggingJens Axboe6-14/+24
2014-01-30block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo1-1/+1
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe18-109/+2890
2013-01-11block,elevator: use new hashtable implementationSasha Levin3-21/+9
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche4-5/+32
2012-12-06block: Rename queue dead flagBart Van Assche8-22/+22
2012-09-20block: Clean up special command handling logicMartin K. Petersen7-49/+46
2012-08-01block: remove dead func declarationYuanhan Liu1-1/+0
2012-06-25block: prepare for multiple request_listsTejun Heo4-46/+57
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo10691-334256/+544247
2012-03-06block: interface update for ioc/icq creation functionsTejun Heo3-28/+26
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo6-10/+55
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo4-29/+46
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar1264-52340/+9872
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo5-55/+46
2012-01-27sched, block: Unify cache detectionPeter Zijlstra4-27/+19
2011-12-13block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo6-136/+173
2011-12-13block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo7-61/+97
2011-12-13block, cfq: move io_cq lookup to blk-ioc.cTejun Heo3-40/+45
2011-12-13block: remove elevator_queue->opsTejun Heo3-46/+43
2011-12-13block, cfq: replace current_io_context() with create_io_context()Tejun Heo4-54/+71
2011-12-13block: misc updates to blk_get_queue()Tejun Heo6-10/+13
2011-12-13block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo7-69/+91
2011-12-13block, cfq: move cfqd->cic_index to q->idTejun Heo5-55/+32
2011-12-13block: add blk_queue_dead()Tejun Heo6-9/+10
2011-10-19block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo5-29/+87
2011-10-19block: reorganize throtl_get_tg() and blk_throtl_bio()Tejun Heo3-41/+22
[next]