summaryrefslogtreecommitdiffstats
path: root/block/blk.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-141-39/+7
|\
| * blk-mq: document the need to have STARTED and COMPLETED share a byteJens Axboe2017-10-041-0/+7
| * block: move __elv_next_request to blk-core.cChristoph Hellwig2017-10-031-39/+0
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* block: Make blk_dequeue_request() staticDamien Le Moal2017-08-291-1/+0
* block: add a __disk_get_part helperChristoph Hellwig2017-08-231-0/+2
* bio-integrity: stop abusing bi_end_ioChristoph Hellwig2017-07-031-0/+11
* block: move bounce declarations to block/blk.hChristoph Hellwig2017-06-271-0/+13
* block: Document what queue type each function is intended forBart Van Assche2017-06-201-0/+2
* block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche2017-06-011-1/+1
* block: Export blk_init_request_from_bio()Bart Van Assche2017-04-191-1/+0
* block: make __blk_end_bidi_request privateChristoph Hellwig2017-04-191-2/+0
* blk-throttle: add a mechanism to estimate IO latencyShaohua Li2017-03-281-0/+2
* blk-throttle: add a simple idle detectionShaohua Li2017-03-281-0/+3
* blk-throttle: choose a small throtl_slice for SSDShaohua Li2017-03-281-0/+2
* blk-throttle: make throtl_slice tunableShaohua Li2017-03-281-0/+5
* block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-081-0/+2
* block: enumify ELEVATOR_*_MERGEChristoph Hellwig2017-02-081-1/+1
* block: move req_set_nomerge to blk.hChristoph Hellwig2017-02-081-0/+7
* blk-merge: return the merged requestJens Axboe2017-02-031-2/+2
* block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-021-0/+4
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-1/+1
* block: move rq_ioc() to blk.hJens Axboe2017-01-171-0/+16
* block: move existing elevator ops to unionJens Axboe2017-01-171-5/+5
* blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-171-0/+1
* 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
OpenPOWER on IntegriCloud