summaryrefslogtreecommitdiff
path: root/block/blk-merge.c
AgeCommit message (Expand)AuthorFilesLines
2026-03-04block: decouple secure erase size limit from discard size limitLuke Wang1-4/+17
2025-11-19Revert "block: consider discard merge last"Jens Axboe1-6/+6
2025-11-17block: consider discard merge lastKeith Busch1-6/+6
2025-11-11block: fix merging data-less biosKeith Busch1-0/+3
2025-11-07block: accumulate memory segment gaps per bioKeith Busch1-3/+36
2025-10-22block: rename min_segment_sizeKeith Busch1-1/+1
2025-09-10block: fix ordering of recursive split IOYu Kuai1-1/+1
2025-09-10block: skip unnecessary checks for split bioYu Kuai1-1/+5
2025-09-10block: factor out a helper bio_submit_split_bioset()Yu Kuai1-19/+40
2025-09-10block: initialize bio issue time in blk_mq_submit_bio()Yu Kuai1-1/+0
2025-09-09block: check for valid bio while splittingKeith Busch1-4/+17
2025-06-11block: use plug request list tail for one-shot backmerge attemptJens Axboe1-13/+13
2025-05-16blk-mq: move the DMA mapping code to a separate fileChristoph Hellwig1-133/+0
2025-05-06block: add a bi_write_stream fieldChristoph Hellwig1-0/+4
2025-03-27Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2025-03-13block: remove unused parameter 'q' parameter in __blk_rq_map_sg()Anuj Gupta1-2/+2
2025-02-25block: make segment size limit workable for > 4K PAGE_SIZEMing Lei1-1/+1
2025-02-17block: fix NULL pointer dereferenced within __blk_rq_map_sgMing Lei1-1/+4
2025-02-15block/merge: remove unnecessary min() with UINT_MAXCaleb Sander Mateos1-1/+1
2025-01-06block: add a dma mapping iteratorChristoph Hellwig1-107/+70
2024-11-20block: req->bio is always set in the merge codeChristoph Hellwig1-22/+8
2024-11-20block: don't bother checking the data direction for mergesChristoph Hellwig1-7/+0
2024-11-13block: add a rq_list typeChristoph Hellwig1-1/+1
2024-11-13block: remove the ioprio field from struct requestChristoph Hellwig1-6/+4
2024-11-13block: remove the write_hint field from struct requestChristoph Hellwig1-6/+10
2024-11-11block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-2/+1
2024-11-11block: fix bio_split_rw_at to take zone_write_granularity into accountChristoph Hellwig1-1/+9
2024-11-11block: take chunk_sectors into account in bio_split_write_zeroesChristoph Hellwig1-12/+23
2024-11-11block: Handle bio_split() errors in bio_submit_split()John Garry1-5/+10
2024-11-07Revert "block: pre-calculate max_zone_append_sectors"Jens Axboe1-1/+2
2024-11-04block: pre-calculate max_zone_append_sectorsChristoph Hellwig1-2/+1
2024-10-29block: add a bdev_limits helperChristoph Hellwig1-2/+1
2024-10-22block: kill blk_do_io_stat() helperJens Axboe1-7/+6
2024-09-13blk-integrity: properly account for segmentsKeith Busch1-0/+4
2024-08-29block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limitsChristoph Hellwig1-0/+20
2024-08-29block: rework bio splittingChristoph Hellwig1-90/+56
2024-07-09block: take offset into account in blk_bvec_map_sg againChristoph Hellwig1-2/+2
2024-07-09block: fix get_max_segment_size() warningChaitanya Kulkarni1-1/+1
2024-07-08block: pass a phys_addr_t to get_max_segment_sizeChristoph Hellwig1-14/+11
2024-06-21block: Add core atomic write supportJohn Garry1-4/+46
2024-06-21block: Generalize chunk_sectors support as boundary supportJohn Garry1-6/+14
2024-06-21block: Pass blk_queue_get_max_sectors() a request pointerJohn Garry1-1/+2
2024-05-09block: support to account io_ticks preciselyYu Kuai1-0/+2
2024-04-17block: Do not special-case plugging of zone write operationsDamien Le Moal1-2/+1
2024-04-17block: Introduce zone write pluggingDamien Le Moal1-0/+12
2024-04-17block: Allow using bio_attempt_back_merge() internallyDamien Le Moal1-7/+1
2024-03-26block: Make blk_rq_set_mixed_merge() staticJohn Garry1-1/+1
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche1-0/+8
2023-12-29block: remove two comments in bio_split_discardChristoph Hellwig1-5/+1
2023-03-16blk-mq: release crypto keyslot before reporting I/O completeEric Biggers1-0/+2