aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-01block: split the blk-mq case from elevator_initChristoph Hellwig1-0/+1
2018-06-01block: remove the always unused name argument to elevator_initChristoph Hellwig1-1/+1
2018-06-01block: unexport elevator_init/exitChristoph Hellwig1-0/+2
2018-05-09block: consolidate struct request timestamp fieldsOmar Sandoval1-1/+1
2018-03-08block: Move the queue_flag_*() functions from a public into a private header fileBart Van Assche1-0/+69
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-19/+27
2018-01-18block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche1-0/+3
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe1-10/+9
2018-01-10block: add accessors for setting/querying request deadlineJens Axboe1-0/+15
2018-01-10block: remove REQ_ATOM_POLL_SLEPTJens Axboe1-2/+0
2018-01-09blk-mq: remove REQ_ATOM_STARTEDTejun Heo1-1/+0
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo1-6/+0
2018-01-05block: drain queue before waiting for q_usage_counter becoming zeroMing Lei1-0/+2
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-39/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04blk-mq: document the need to have STARTED and COMPLETED share a byteJens Axboe1-0/+7
2017-10-03block: move __elv_next_request to blk-core.cChristoph Hellwig1-39/+0
2017-08-29block: Make blk_dequeue_request() staticDamien Le Moal1-1/+0
2017-08-23block: add a __disk_get_part helperChristoph Hellwig1-0/+2
2017-07-03bio-integrity: stop abusing bi_end_ioChristoph Hellwig1-0/+11
2017-06-27block: move bounce declarations to block/blk.hChristoph Hellwig1-0/+13
2017-06-20block: Document what queue type each function is intended forBart Van Assche1-0/+2
2017-06-01block: Avoid that blk_exit_rl() triggers a use-after-freeBart Van Assche1-1/+1
2017-04-19block: Export blk_init_request_from_bio()Bart Van Assche1-1/+0
2017-04-19block: make __blk_end_bidi_request privateChristoph Hellwig1-2/+0
2017-03-28blk-throttle: add a mechanism to estimate IO latencyShaohua Li1-0/+2
2017-03-28blk-throttle: add a simple idle detectionShaohua Li1-0/+3
2017-03-28blk-throttle: choose a small throtl_slice for SSDShaohua Li1-0/+2
2017-03-28blk-throttle: make throtl_slice tunableShaohua Li1-0/+5
2017-02-08block: optionally merge discontiguous discard bios into a single requestChristoph Hellwig1-0/+2
2017-02-08block: enumify ELEVATOR_*_MERGEChristoph Hellwig1-1/+1
2017-02-08block: move req_set_nomerge to blk.hChristoph Hellwig1-0/+7
2017-02-03blk-merge: return the merged requestJens Axboe1-2/+2
2017-02-02block: use same block debugfs directory for blk-mq and blktraceOmar Sandoval1-0/+4
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-1/+1
2017-01-17block: move rq_ioc() to blk.hJens Axboe1-0/+16
2017-01-17block: move existing elevator ops to unionJens Axboe1-5/+5
2016-11-17blk-mq: implement hybrid poll mode for sync O_DIRECTJens Axboe1-0/+1
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-2/+2
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig1-8/+3
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig1-2/+0
2015-12-22block: defer timeouts to a workqueueChristoph Hellwig1-1/+1
2015-11-19block: protect rw_page against device teardownDan Williams1-2/+0
2015-11-04Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+22
2015-10-21block: fix plug list flushing for nomerge queuesJeff Moyer1-0/+1
2015-10-21block: blk_flush_integrity() for bio-based driversDan Williams1-0/+8
2015-10-21block: generic request_queue reference countingDan Williams1-0/+14
2015-09-10Merge branch 'for-4.3/blkcg' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+0
2015-08-18blkcg: consolidate blkg creation in blkcg_bio_issue_check()Tejun Heo1-5/+0
2015-08-15blk-mq: fix race between timeout and freeing requestMing Lei1-0/+6