summaryrefslogtreecommitdiff
path: root/block/blk.h
Commit message (Expand)AuthorAge
* block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche2018-03-08
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-29
|\
| * block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche2018-01-18
| * block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe2018-01-10
| * block: add accessors for setting/querying request deadlineJens Axboe2018-01-10
| * block: remove REQ_ATOM_POLL_SLEPTJens Axboe2018-01-10
| * blk-mq: remove REQ_ATOM_STARTEDTejun Heo2018-01-09
| * blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo2018-01-09
* | block: drain queue before waiting for q_usage_counter becoming zeroMing Lei2018-01-05
|/
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-14
|\
| * blk-mq: document the need to have STARTED and COMPLETED share a byteJens Axboe2017-10-04
| * block: move __elv_next_request to blk-core.cChristoph Hellwig2017-10-03
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* block: Make blk_dequeue_request() staticDamien Le Moal2017-08-29
* block: add a __disk_get_part helperChristoph Hellwig2017-08-23
* bio-integrity: stop abusing bi_end_ioChristoph Hellwig2017-07-03
* block: move bounce declarations to block/blk.hChristoph Hellwig2017-06-27
* block: Document what queue type each function is intended forBart Van Assche2017-06-20
* block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche2017-06-01
* block: Export blk_init_request_from_bio()Bart Van Assche2017-04-19
* block: make __blk_end_bidi_request privateChristoph Hellwig2017-04-19
* blk-throttle: add a mechanism to estimate IO latencyShaohua Li2017-03-28
* blk-throttle: add a simple idle detectionShaohua Li2017-03-28
* blk-throttle: choose a small throtl_slice for SSDShaohua Li2017-03-28
* blk-throttle: make throtl_slice tunableShaohua Li2017-03-28
* block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig2017-02-08
* block: enumify ELEVATOR_*_MERGEChristoph Hellwig2017-02-08
* block: move req_set_nomerge to blk.hChristoph Hellwig2017-02-08
* blk-merge: return the merged requestJens Axboe2017-02-03
* block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval2017-02-02
* block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-31
* block: move rq_ioc() to blk.hJens Axboe2017-01-17
* block: move existing elevator ops to unionJens Axboe2017-01-17
* blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe2016-11-17
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* blk-mq: remove ->map_queueChristoph Hellwig2016-09-15
* block: simplify and export blk_rq_append_bioChristoph Hellwig2016-07-20
* block: defer timeouts to a workqueueChristoph Hellwig2015-12-22
* block: protect rw_page against device teardownDan Williams2015-11-19
* Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-04
|\
| * block: blk_flush_integrity() for bio-based driversDan Williams2015-10-21
| * block: generic request_queue reference countingDan Williams2015-10-21
* | block: fix plug list flushing for nomerge queuesJeff Moyer2015-10-21
|/
* Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds2015-09-10
|\
| * blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo2015-08-18
* | blk-mq: fix race between timeout and freeing requestMing Lei2015-08-15
|/
* blk-mq: make plug work for mutiple disks and queuesShaohua Li2015-05-08
* block: move PM request support to IDEChristoph Hellwig2015-05-05
* blk-mq: support per-distpatch_queue flush machineryMing Lei2014-09-25
* block: introduce 'blk_mq_ctx' parameter to blk_get_flush_queueMing Lei2014-09-25