summaryrefslogtreecommitdiffstats
path: root/block/blk.h
Commit message (Expand)AuthorAgeFilesLines
* block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-261-5/+2
* block: remove bvec_to_physChristoph Hellwig2018-09-241-2/+2
* block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig2018-09-241-3/+9
* block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig2018-09-241-0/+14
* block: move req_gap_back_merge to blk.hChristoph Hellwig2018-09-241-0/+19
* block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig2018-09-241-2/+33
* blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang2018-08-211-0/+2
* block: change return type to boolChengguang Xu2018-08-161-1/+1
* block: Introduce blk_exit_queue()Bart Van Assche2018-08-091-0/+1
* block: introduce blk-iolatency io controllerJosef Bacik2018-07-091-0/+6
* block: split the blk-mq case from elevator_initChristoph Hellwig2018-06-011-0/+1
* block: remove the always unused name argument to elevator_initChristoph Hellwig2018-06-011-1/+1
* block: unexport elevator_init/exitChristoph Hellwig2018-06-011-0/+2
* block: consolidate struct request timestamp fieldsOmar Sandoval2018-05-091-1/+1
* block: Move the queue_flag_*() functions from a public into a private header ...Bart Van Assche2018-03-081-0/+69
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-19/+27
|\
| * block: Unexport elv_register_queue() and elv_unregister_queue()Bart Van Assche2018-01-181-0/+3
| * block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitJens Axboe2018-01-101-10/+9
| * block: add accessors for setting/querying request deadlineJens Axboe2018-01-101-0/+15
| * block: remove REQ_ATOM_POLL_SLEPTJens Axboe2018-01-101-2/+0
| * blk-mq: remove REQ_ATOM_STARTEDTejun Heo2018-01-091-1/+0
| * blk-mq: replace timeout synchronization with a RCU and generation based schemeTejun Heo2018-01-091-6/+0
* | block: drain queue before waiting for q_usage_counter becoming zeroMing Lei2018-01-051-0/+2
|/
* 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
OpenPOWER on IntegriCloud