aboutsummaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)Author
2015-11-19block: protect rw_page against device teardownDan Williams
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-10-21block: fix plug list flushing for nomerge queuesJeff Moyer
2015-10-21block: blk_flush_integrity() for bio-based driversDan Williams
2015-10-21block: generic request_queue reference countingDan Williams
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-08-18blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo
2015-08-15blk-mq: fix race between timeout and freeing requestMing Lei
2015-05-08blk-mq: make plug work for mutiple disks and queuesShaohua Li
2015-05-05block: move PM request support to IDEChristoph Hellwig
2014-09-25blk-mq: support per-distpatch_queue flush machineryMing Lei
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei
2014-09-25block: remove blk_init_flush() and its pairMing Lei
2014-09-25block: introduce blk_flush_queue to drive flush machineryMing Lei
2014-09-25block: introduce blk_init_flush and its pairMing Lei
2014-09-22blk-mq: unshared timeout handlerChristoph Hellwig
2014-06-11block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig
2014-05-20blk-mq: allow changing of queue depth through sysfsJens Axboe
2014-05-13blk-mq: improve support for shared tags mapsJens Axboe
2014-04-24blk-mq: fix race with timeouts and requeue eventsJens Axboe
2014-04-09block: fix regression with block enabled taggingJens Axboe
2014-01-30block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo
2013-10-25blk-mq: new multi-queue block IO queueing mechanismJens Axboe
2013-01-11block,elevator: use new hashtable implementationSasha Levin
2012-12-06block: Avoid that request_fn is invoked on a dead queueBart Van Assche
2012-12-06block: Rename queue dead flagBart Van Assche
2012-09-20block: Clean up special command handling logicMartin K. Petersen
2012-08-01block: remove dead func declarationYuanhan Liu
2012-06-25block: prepare for multiple request_listsTejun Heo
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo
2012-03-06block: interface update for ioc/icq creation functionsTejun Heo
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo
2012-03-06block: implement blk_queue_bypass_start/end()Tejun Heo
2012-03-01Merge branch 'linus' into sched/coreIngo Molnar
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo
2012-01-27sched, block: Unify cache detectionPeter Zijlstra
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