aboutsummaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2017-02-08block: optionally merge discontiguous discard bios into a single requestGravatar Christoph Hellwig 1-0/+2
2017-02-08block: enumify ELEVATOR_*_MERGEGravatar Christoph Hellwig 1-1/+1
2017-02-08block: move req_set_nomerge to blk.hGravatar Christoph Hellwig 1-0/+7
2017-02-03blk-merge: return the merged requestGravatar Jens Axboe 1-2/+2
2017-02-02block: use same block debugfs directory for blk-mq and blktraceGravatar Omar Sandoval 1-0/+4
2017-01-31block: introduce blk_rq_is_passthroughGravatar Christoph Hellwig 1-1/+1
2017-01-17block: move rq_ioc() to blk.hGravatar Jens Axboe 1-0/+16
2017-01-17block: move existing elevator ops to unionGravatar Jens Axboe 1-5/+5
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTGravatar Jens Axboe 1-0/+1
2016-10-28block: split out request-only flags into a new namespaceGravatar Christoph Hellwig 1-2/+2
2016-09-15blk-mq: remove ->map_queueGravatar Christoph Hellwig 1-8/+3
2016-07-20block: simplify and export blk_rq_append_bioGravatar Christoph Hellwig 1-2/+0
2015-12-22block: defer timeouts to a workqueueGravatar Christoph Hellwig 1-1/+1
2015-11-19block: protect rw_page against device teardownGravatar Dan Williams 1-2/+0
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-0/+22
2015-10-21block: fix plug list flushing for nomerge queuesGravatar Jeff Moyer 1-0/+1
2015-10-21block: blk_flush_integrity() for bio-based driversGravatar Dan Williams 1-0/+8
2015-10-21block: generic request_queue reference countingGravatar Dan Williams 1-0/+14
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+0
2015-08-18blkcg: consolidate blkg creation in blkcg_bio_issue_check()Gravatar Tejun Heo 1-5/+0
2015-08-15blk-mq: fix race between timeout and freeing requestGravatar Ming Lei 1-0/+6
2015-05-08blk-mq: make plug work for mutiple disks and queuesGravatar Shaohua Li 1-1/+2
2015-05-05block: move PM request support to IDEGravatar Christoph Hellwig 1-2/+0
2014-09-25blk-mq: support per-distpatch_queue flush machineryGravatar Ming Lei 1-3/+13
2014-09-25block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueGravatar Ming Lei 1-2/+2
2014-09-25block: remove blk_init_flush() and its pairGravatar Ming Lei 1-2/+2
2014-09-25block: introduce blk_flush_queue to drive flush machineryGravatar Ming Lei 1-2/+20
2014-09-25block: introduce blk_init_flush and its pairGravatar Ming Lei 1-0/+3
2014-09-22blk-mq: unshared timeout handlerGravatar Christoph Hellwig 1-2/+0
2014-06-11block: remove elv_abort_queue and blk_abort_flushesGravatar Christoph Hellwig 1-1/+0
2014-05-20blk-mq: allow changing of queue depth through sysfsGravatar Jens Axboe 1-0/+2
2014-05-13blk-mq: improve support for shared tags mapsGravatar Jens Axboe 1-0/+4
2014-04-24blk-mq: fix race with timeouts and requeue eventsGravatar Jens Axboe 1-2/+1
2014-04-09block: fix regression with block enabled taggingGravatar Jens Axboe 1-1/+1
2014-01-30block: __elv_next_request() shouldn't call into the elevator if bypassingGravatar Tejun Heo 1-1/+1
2013-10-25blk-mq: new multi-queue block IO queueing mechanismGravatar Jens Axboe 1-0/+17
2013-01-11block,elevator: use new hashtable implementationGravatar Sasha Levin 1-1/+1
2012-12-06block: Avoid that request_fn is invoked on a dead queueGravatar Bart Van Assche 1-0/+2
2012-12-06block: Rename queue dead flagGravatar Bart Van Assche 1-1/+1
2012-09-20block: Clean up special command handling logicGravatar Martin K. Petersen 1-3/+2
2012-08-01block: remove dead func declarationGravatar Yuanhan Liu 1-1/+0
2012-06-25block: prepare for multiple request_listsGravatar Tejun Heo 1-0/+3
2012-04-01Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-mergedGravatar Tejun Heo 1-16/+0
2012-03-06block: interface update for ioc/icq creation functionsGravatar Tejun Heo 1-13/+11
2012-03-06blkcg: add blkcg_{init|drain|exit}_queue()Gravatar Tejun Heo 1-2/+0
2012-03-06block: implement blk_queue_bypass_start/end()Gravatar Tejun Heo 1-4/+2
2012-03-01Merge branch 'linus' into sched/coreGravatar Ingo Molnar 1-0/+2
2012-02-08block: separate out blk_rq_merge_ok() and blk_try_merge() from elevator funct...Gravatar Tejun Heo 1-0/+2
2012-01-27sched, block: Unify cache detectionGravatar Peter Zijlstra 1-16/+0
2011-12-14block, cfq: move icq creation and rq->elv.icq association to block coreGravatar Tejun Heo 1-0/+1