summaryrefslogtreecommitdiffstats
path: root/block/blk.h
Commit message (Expand)AuthorAgeFilesLines
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-2/+2
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-151-8/+3
* block: simplify and export blk_rq_append_bioChristoph Hellwig2016-07-201-2/+0
* block: defer timeouts to a workqueueChristoph Hellwig2015-12-221-1/+1
* block: protect rw_page against device teardownDan Williams2015-11-191-2/+0
* Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-041-0/+22
|\
| * block: blk_flush_integrity() for bio-based driversDan Williams2015-10-211-0/+8
| * block: generic request_queue reference countingDan Williams2015-10-211-0/+14
* | block: fix plug list flushing for nomerge queuesJeff Moyer2015-10-211-0/+1
|/
* Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-101-5/+0
|\
| * blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo2015-08-181-5/+0
* | blk-mq: fix race between timeout and freeing requestMing Lei2015-08-151-0/+6
|/
* blk-mq: make plug work for mutiple disks and queuesShaohua Li2015-05-081-1/+2
* block: move PM request support to IDEChristoph Hellwig2015-05-051-2/+0
* blk-mq: support per-distpatch_queue flush machineryMing Lei2014-09-251-3/+13
* block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei2014-09-251-2/+2
* block: remove blk_init_flush() and its pairMing Lei2014-09-251-2/+2
* block: introduce blk_flush_queue to drive flush machineryMing Lei2014-09-251-2/+20
* block: introduce blk_init_flush and its pairMing Lei2014-09-251-0/+3
* blk-mq: unshared timeout handlerChristoph Hellwig2014-09-221-2/+0
* block: remove elv_abort_queue and blk_abort_flushesChristoph Hellwig2014-06-111-1/+0
* blk-mq: allow changing of queue depth through sysfsJens Axboe2014-05-201-0/+2
* blk-mq: improve support for shared tags mapsJens Axboe2014-05-131-0/+4
* blk-mq: fix race with timeouts and requeue eventsJens Axboe2014-04-241-2/+1
* block: fix regression with block enabled taggingJens Axboe2014-04-091-1/+1
* block: __elv_next_request() shouldn't call into the elevator if bypassingTejun Heo2014-01-301-1/+1
* blk-mq: new multi-queue block IO queueing mechanismJens Axboe2013-10-251-0/+17
* block,elevator: use new hashtable implementationSasha Levin2013-01-111-1/+1
* block: Avoid that request_fn is invoked on a dead queueBart Van Assche2012-12-061-0/+2
* block: Rename queue dead flagBart Van Assche2012-12-061-1/+1
* block: Clean up special command handling logicMartin K. Petersen2012-09-201-3/+2
* block: remove dead func declarationYuanhan Liu2012-08-011-1/+0
* block: prepare for multiple request_listsTejun Heo2012-06-251-0/+3
* Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedTejun Heo2012-04-011-16/+0
|\
| * Merge branch 'linus' into sched/coreIngo Molnar2012-03-011-0/+2
| |\
| * | sched, block: Unify cache detectionPeter Zijlstra2012-01-271-16/+0
* | | block: interface update for ioc/icq creation functionsTejun Heo2012-03-061-13/+11
* | | blkcg: add blkcg_{init|drain|exit}_queue()Tejun Heo2012-03-061-2/+0
* | | block: implement blk_queue_bypass_start/end()Tejun Heo2012-03-061-4/+2
| |/ |/|
* | block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Tejun Heo2012-02-081-0/+2
|/
* block, cfq: move icq creation and rq->elv.icq association to block coreTejun Heo2011-12-141-0/+1
* block, cfq: move io_cq exit/release to blk-ioc.cTejun Heo2011-12-141-0/+1
* block, cfq: move io_cq lookup to blk-ioc.cTejun Heo2011-12-141-0/+1
* block: remove elevator_queue->opsTejun Heo2011-12-141-5/+5
* block, cfq: replace current_io_context() with create_io_context()Tejun Heo2011-12-141-3/+33
* block: misc updates to blk_get_queue()Tejun Heo2011-12-141-0/+5
* block: make ioc get/put interface more conventional and fix race on alloctionTejun Heo2011-12-141-0/+1
* block, cfq: move cfqd->cic_index to q->idTejun Heo2011-12-141-0/+3
* block: add blk_queue_dead()Tejun Heo2011-12-141-1/+1
* block: fix request_queue lifetime handling by making blk_queue_cleanup() prop...Tejun Heo2011-10-191-1/+5