summaryrefslogtreecommitdiff
path: root/block/blk.h
AgeCommit message (Expand)AuthorFilesLines
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig1-0/+4
2020-03-27block: simplify queue allocationChristoph Hellwig1-0/+2
2020-03-25block: move the part_stat* helpers from genhd.h to a new headerChristoph Hellwig1-0/+1
2020-03-25block: move block layer internals out of include/linux/genhd.hChristoph Hellwig1-0/+116
2020-03-24block: move sysfs methods shared by disks and partitions to genhd.cChristoph Hellwig1-0/+11
2020-03-12block: remove unneeded argument from blk_alloc_flush_queueGuoqing Jiang1-2/+2
2019-12-20block: Fix a lockdep complaint triggered by request queue flushingBart Van Assche1-0/+1
2019-12-05block: fix memleak of bio integrity dataJustin Tee1-0/+4
2019-10-10block: account statistics for passthrough requestsLogan Gunthorpe1-5/+2
2019-09-27block: fix null pointer dereference in blk_mq_rq_timed_out()Yufen Yu1-0/+7
2019-09-26blk-mq: move lockdep_assert_held() into elevator_exitMing Lei1-0/+2
2019-09-05block: Change elevator_init_mq() to always succeedDamien Le Moal1-1/+1
2019-08-27block: split .sysfs_lock into two locksMing Lei1-1/+1
2019-06-20block: mark blk_rq_bio_prep as inlineChristoph Hellwig1-1/+12
2019-06-20block: simplify blk_recalc_rq_segmentsChristoph Hellwig1-1/+1
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-11/+12
2019-06-06block: free sched's request pool in blk_cleanup_queueMing Lei1-1/+9
2019-05-29block: move blk_exit_queue into __blk_release_queueMing Lei1-1/+0
2019-04-01block: pass page to xen_biovec_phys_mergeableMing Lei1-1/+1
2019-02-01blk-mq: save queue mapping result into ctx directlyJianchao Wang1-1/+1
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