aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-11-26block: sum requests in the plug structureJens Axboe1-2/+0
2018-11-19block: Remove bio->bi_iocDamien Le Moal1-16/+0
2018-11-18Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe1-1/+11
2018-11-15block: remove queue_lockdep_assert_heldChristoph Hellwig1-13/+0
2018-11-15block: use atomic bitops for ->queue_flagsChristoph Hellwig1-56/+0
2018-11-15block: remove deadline __deadline manipulation helpersChristoph Hellwig1-35/+0
2018-11-09block: remove req->timeout_listChristoph Hellwig1-2/+0
2018-11-09block: make sure discard bio is aligned with logical block sizeMing Lei1-0/+10
2018-11-07blk-mq: pass in request/bio flags to queue mappingJens Axboe1-3/+3
2018-11-07block: kill request slab cacheJens Axboe1-1/+0
2018-11-07block: remove request_list codeJens Axboe1-3/+0
2018-11-07block: kill legacy parts of timeout handlingJens Axboe1-1/+0
2018-11-07block: remove dead elevator codeJens Axboe1-51/+0
2018-11-07block: remove non mq parts from the flush codeJens Axboe1-3/+1
2018-11-07block: respect virtual boundary mask in bvecsJohannes Thumshirn1-1/+1
2018-10-25block: Introduce blk_revalidate_disk_zones()Damien Le Moal1-0/+6
2018-10-25block: Improve zone reset executionDamien Le Moal1-0/+2
2018-10-13blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang1-1/+1
2018-09-26block: remove ARCH_BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-5/+2
2018-09-24block: remove bvec_to_physChristoph Hellwig1-2/+2
2018-09-24block: merge BIOVEC_SEG_BOUNDARY into biovec_phys_mergeableChristoph Hellwig1-3/+9
2018-09-24block: simplify BIOVEC_PHYS_MERGEABLEChristoph Hellwig1-0/+14
2018-09-24block: move req_gap_back_merge to blk.hChristoph Hellwig1-0/+19
2018-09-24block: move integrity_req_gap_{back,front}_merge to blk.hChristoph Hellwig1-2/+33
2018-08-21blk-mq: init hctx sched after update ctx and hctx mappingJianchao Wang1-0/+2
2018-08-16block: change return type to boolChengguang Xu1-1/+1
2018-08-09block: Introduce blk_exit_queue()Bart Van Assche1-0/+1
2018-07-09block: introduce blk-iolatency io controllerJosef Bacik1-0/+6
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