summaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)Author
2019-02-12block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche
2018-03-03block: drain queue before waiting for q_usage_counter becoming zeroMing Lei
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-29block: Make blk_dequeue_request() staticDamien Le Moal
2017-08-23block: add a __disk_get_part helperChristoph Hellwig
2017-07-03bio-integrity: stop abusing bi_end_ioChristoph Hellwig
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig
2017-06-20block: Document what queue type each function is intended forBart Van Assche
2017-06-01block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche
2017-04-19block: Export blk_init_request_from_bio()Bart Van Assche
2017-04-19block: make __blk_end_bidi_request privateChristoph Hellwig
2017-03-28blk-throttle: add a mechanism to estimate IO latencyShaohua Li
2017-03-28blk-throttle: add a simple idle detectionShaohua Li
2017-03-28blk-throttle: choose a small throtl_slice for SSDShaohua Li
2017-03-28blk-throttle: make throtl_slice tunableShaohua Li
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig
2017-02-08block: move req_set_nomerge to blk.hChristoph Hellwig
2017-02-03blk-merge: return the merged requestJens Axboe
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-17block: move rq_ioc() to blk.hJens Axboe
2017-01-17block: move existing elevator ops to unionJens Axboe
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig
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