aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-merge.c
AgeCommit message (Expand)Author
2021-08-09block: return ELEVATOR_DISCARD_MERGE if possibleMing Lei
2021-06-29block: fix discard request mergeMing Lei
2021-06-24blk: Fix lock inversion between ioc lock and bfqd lockJan Kara
2021-03-23block: recalculate segment count for multi-segment discards correctlyDavid Jeffery
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig
2020-12-16Merge tag 'for-5.11/block-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-07block: disable iopoll for split bioJeffle Xu
2020-12-04dm: fix IO splittingMike Snitzer
2020-12-04block: remove the request_queue to argument request based tracepointsChristoph Hellwig
2020-12-04block: remove the request_queue argument to the block_split tracepointChristoph Hellwig
2020-12-04block: simplify and extend the block_bio_merge tracepoint classChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-10-06block: move blk_mq_sched_try_merge to blk-merge.cChristoph Hellwig
2020-09-01block: Remove a duplicative conditionBaolin Wang
2020-09-01block: Add a new helper to attempt to merge a bioBaolin Wang
2020-09-01block: Move blk_mq_bio_list_merge() into blk-merge.cBaolin Wang
2020-09-01block: Move bio merge related functions into blk-merge.cBaolin Wang
2020-08-21block: fix get_max_io_size()Keith Busch
2020-08-17block: respect queue limit of max discard segmentMing Lei
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-07-16treewide: Remove uninitialized_var() usageKees Cook
2020-07-01block: rename generic_make_request to submit_bio_noacctChristoph Hellwig
2020-07-01block: remove the request_queue argument from blk_queue_splitChristoph Hellwig
2020-06-25blktrace: Provide event for request mergingJan Kara
2020-05-27block: reduce part_stat_lock() scopeChristoph Hellwig
2020-05-27block: account merge of two requestsKonstantin Khlebnikov
2020-05-19block: don't call part_{inc,dec}_in_flight for blk-mq devicesChristoph Hellwig
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala
2020-04-29block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCTChristoph Hellwig
2020-04-22block: move dma_pad handling from blk_rq_map_sg into the callersChristoph Hellwig
2020-04-22block: move dma drain handling to scsiChristoph Hellwig
2020-04-22block: provide a blk_rq_map_sg variant that returns the last elementChristoph Hellwig
2020-04-22block: remove RQF_COPY_USERChristoph Hellwig
2020-01-14block: fix get_max_segment_size() overflow on 32bit archMing Lei
2019-12-30block: fix splitting segments on boundary masksMing Lei
2019-11-21Revert "block: split bio if the only bvec's length is > SZ_4K"Jens Axboe
2019-11-08block: split bio if the only bvec's length is > SZ_4KMing Lei
2019-11-08block: still try to split bio if the bvec crosses pagesMing Lei
2019-11-04block: avoid blk_bio_segment_split for small I/O operationsChristoph Hellwig
2019-08-04block: Improve physical block alignment of split biosBart Van Assche
2019-08-04block: Simplify blk_bio_segment_split()Bart Van Assche
2019-08-04block: Simplify bvec_split_segs()Bart Van Assche
2019-08-04block: Document the bio splitting functionsBart Van Assche
2019-08-04block: Declare several function pointer arguments 'const'Bart Van Assche
2019-07-03block: nr_phys_segments needs to be zero for REQ_OP_WRITE_ZEROESChristoph Hellwig
2019-06-20block: untangle the end of blk_bio_segment_splitChristoph Hellwig
2019-06-20block: simplify blk_recalc_rq_segmentsChristoph Hellwig
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig
2019-05-23block: remove the bi_seg_{front,back}_size fields in struct bioChristoph Hellwig
2019-05-23block: remove the segment size check in bio_will_gapChristoph Hellwig