aboutsummaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2018-11-09block: make sure discard bio is aligned with logical block sizeGravatar Ming Lei 1-0/+10
2018-11-07block: respect virtual boundary mask in bvecsGravatar Johannes Thumshirn 1-1/+1
2018-10-25block: Introduce blk_revalidate_disk_zones()Gravatar Damien Le Moal 1-0/+6
2018-10-25block: Improve zone reset executionGravatar Damien Le Moal 1-0/+2
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsGravatar Jianchao Wang 1-1/+1
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEGravatar Christoph Hellwig 1-5/+2
2018-09-24block: remove bvec_to_physGravatar Christoph Hellwig 1-2/+2
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableGravatar Christoph Hellwig 1-3/+9
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEGravatar Christoph Hellwig 1-0/+14
2018-09-24block: move req_gap_back_merge to blk.hGravatar Christoph Hellwig 1-0/+19
2018-09-24block: move integrity_req_gap_{back,front}_merge to blk.hGravatar Christoph Hellwig 1-2/+33
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingGravatar Jianchao Wang 1-0/+2
2018-08-16block: change return type to boolGravatar Chengguang Xu 1-1/+1
2018-08-09block: Introduce blk_exit_queue()Gravatar Bart Van Assche 1-0/+1
2018-07-09block: introduce blk-iolatency io controllerGravatar Josef Bacik 1-0/+6
2018-06-01block: split the blk-mq case from elevator_initGravatar Christoph Hellwig 1-0/+1
2018-06-01block: remove the always unused name argument to elevator_initGravatar Christoph Hellwig 1-1/+1
2018-06-01block: unexport elevator_init/exitGravatar Christoph Hellwig 1-0/+2
2018-05-09block: consolidate struct request timestamp fieldsGravatar Omar Sandoval 1-1/+1
2018-03-08block: Move the queue_flag_*() functions from a public into a private header ...Gravatar Bart Van Assche 1-0/+69
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-19/+27
2018-01-18block: Unexport elv_register_queue() and elv_unregister_queue()Gravatar Bart Van Assche 1-0/+3
2018-01-10block: convert REQ_ATOM_COMPLETE to stealing rq->__deadline bitGravatar Jens Axboe 1-10/+9
2018-01-10block: add accessors for setting/querying request deadlineGravatar Jens Axboe 1-0/+15
2018-01-10block: remove REQ_ATOM_POLL_SLEPTGravatar Jens Axboe 1-2/+0
2018-01-09blk-mq: remove REQ_ATOM_STARTEDGravatar Tejun Heo 1-1/+0
2018-01-09blk-mq: replace timeout synchronization with a RCU and generation based schemeGravatar Tejun Heo 1-6/+0
2018-01-05block: drain queue before waiting for q_usage_counter becoming zeroGravatar Ming Lei 1-0/+2
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-39/+7
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-04blk-mq: document the need to have STARTED and COMPLETED share a byteGravatar Jens Axboe 1-0/+7
2017-10-03block: move __elv_next_request to blk-core.cGravatar Christoph Hellwig 1-39/+0
2017-08-29block: Make blk_dequeue_request() staticGravatar Damien Le Moal 1-1/+0
2017-08-23block: add a __disk_get_part helperGravatar Christoph Hellwig 1-0/+2
2017-07-03bio-integrity: stop abusing bi_end_ioGravatar Christoph Hellwig 1-0/+11
2017-06-27block: move bounce declarations to block/blk.hGravatar Christoph Hellwig 1-0/+13
2017-06-20block: Document what queue type each function is intended forGravatar Bart Van Assche 1-0/+2
2017-06-01block: Avoid that blk_exit_rl() triggers a use-after-freeGravatar Bart Van Assche 1-1/+1
2017-04-19block: Export blk_init_request_from_bio()Gravatar Bart Van Assche 1-1/+0
2017-04-19block: make __blk_end_bidi_request privateGravatar Christoph Hellwig 1-2/+0
2017-03-28blk-throttle: add a mechanism to estimate IO latencyGravatar Shaohua Li 1-0/+2
2017-03-28blk-throttle: add a simple idle detectionGravatar Shaohua Li 1-0/+3
2017-03-28blk-throttle: choose a small throtl_slice for SSDGravatar Shaohua Li 1-0/+2
2017-03-28blk-throttle: make throtl_slice tunableGravatar Shaohua Li 1-0/+5
2017-02-08block: optionally merge discontiguous discard bios into a single requestGravatar Christoph Hellwig 1-0/+2
2017-02-08block: enumify ELEVATOR_*_MERGEGravatar Christoph Hellwig 1-1/+1
2017-02-08block: move req_set_nomerge to blk.hGravatar Christoph Hellwig 1-0/+7
2017-02-03blk-merge: return the merged requestGravatar Jens Axboe 1-2/+2
2017-02-02block: use same block debugfs directory for blk-mq and blktraceGravatar Omar Sandoval 1-0/+4
2017-01-31block: introduce blk_rq_is_passthroughGravatar Christoph Hellwig 1-1/+1