summaryrefslogtreecommitdiffstats
path: root/block/blk.h
Commit message (Expand)AuthorAgeFilesLines
* block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche2019-12-201-0/+1
* block: fix memleak of bio integrity dataJustin Tee2019-12-051-0/+4
* block: account statistics for passthrough requestsLogan Gunthorpe2019-10-101-5/+2
* block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu2019-09-271-0/+7
* blk-mq: move lockdep_assert_held() into elevator_exitMing Lei2019-09-261-0/+2
* block: Change elevator_init_mq() to always succeedDamien Le Moal2019-09-051-1/+1
* block: split .sysfs_lock into two locksMing Lei2019-08-271-1/+1
* block: mark blk_rq_bio_prep as inlineChristoph Hellwig2019-06-201-1/+12
* block: simplify blk_recalc_rq_segmentsChristoph Hellwig2019-06-201-1/+1
* block: remove the bi_phys_segments field in struct bioChristoph Hellwig2019-06-201-11/+12
* block: free sched's request pool in blk_cleanup_queueMing Lei2019-06-061-1/+9
* block: move blk_exit_queue into __blk_release_queueMing Lei2019-05-291-1/+0
* block: pass page to xen_biovec_phys_mergeableMing Lei2019-04-011-1/+1
* blk-mq: save queue mapping result into ctx directlyJianchao Wang2019-02-011-1/+1
* block: sum requests in the plug structureJens Axboe2018-11-261-2/+0
* block: Remove bio->bi_iocDamien Le Moal2018-11-191-16/+0
* Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-181-1/+11
|\
| * block: make sure discard bio is aligned with logical block sizeMing Lei2018-11-091-0/+10
| * block: respect virtual boundary mask in bvecsJohannes Thumshirn2018-11-071-1/+1
* | block: remove queue_lockdep_assert_heldChristoph Hellwig2018-11-151-13/+0
* | block: use atomic bitops for ->queue_flagsChristoph Hellwig2018-11-151-56/+0
* | block: remove deadline __deadline manipulation helpersChristoph Hellwig2018-11-151-35/+0
* | block: remove req->timeout_listChristoph Hellwig2018-11-091-2/+0
* | blk-mq: pass in request/bio flags to queue mappingJens Axboe2018-11-071-3/+3
* | block: kill request slab cacheJens Axboe2018-11-071-1/+0
* | block: remove request_list codeJens Axboe2018-11-071-3/+0
* | block: kill legacy parts of timeout handlingJens Axboe2018-11-071-1/+0
* | block: remove dead elevator codeJens Axboe2018-11-071-51/+0
* | block: remove non mq parts from the flush codeJens Axboe2018-11-071-3/+1
|/
* block: Introduce blk_revalidate_disk_zones()Damien Le Moal2018-10-251-0/+6
* block: Improve zone reset executionDamien Le Moal2018-10-251-0/+2
* blk-mq: change gfp flags to GFP_NOIO in blk_mq_realloc_hw_ctxsJianchao Wang2018-10-131-1/+1
* 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
OpenPOWER on IntegriCloud