summaryrefslogtreecommitdiff
path: root/block/blk-merge.c
AgeCommit message (Expand)Author
2024-09-13blk-integrity: properly account for segmentsKeith Busch
2024-08-29block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limitsChristoph Hellwig
2024-08-29block: rework bio splittingChristoph Hellwig
2024-07-09block: take offset into account in blk_bvec_map_sg againChristoph Hellwig
2024-07-09block: fix get_max_segment_size() warningChaitanya Kulkarni
2024-07-08block: pass a phys_addr_t to get_max_segment_sizeChristoph Hellwig
2024-06-20block: Add core atomic write supportJohn Garry
2024-06-20block: Generalize chunk_sectors support as boundary supportJohn Garry
2024-06-20block: Pass blk_queue_get_max_sectors() a request pointerJohn Garry
2024-05-09block: support to account io_ticks preciselyYu Kuai
2024-04-17block: Do not special-case plugging of zone write operationsDamien Le Moal
2024-04-17block: Introduce zone write pluggingDamien Le Moal
2024-04-17block: Allow using bio_attempt_back_merge() internallyDamien Le Moal
2024-03-26block: Make blk_rq_set_mixed_merge() staticJohn Garry
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche
2023-12-29block: remove two comments in bio_split_discardChristoph Hellwig
2023-03-16blk-mq: release crypto keyslot before reporting I/O completeEric Biggers
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-03-02blk-mq: enforce op-specific segment limits in blk_insert_cloned_requestUday Shankar
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-16block: use proper return value from bio_failfast()Jens Axboe
2023-02-16block: sync mixed merged request's failfast with 1st bio'sMing Lei
2023-02-15block: export bio_split_rwChristoph Hellwig
2023-01-04block: don't allow splitting of a REQ_NOWAIT bioJens Axboe
2023-01-04block: handle bio_split_to_limits() NULL returnJens Axboe
2022-10-25block: Micro-optimize get_max_segment_size()Bart Van Assche
2022-10-25block: Constify most queue limits pointersBart Van Assche
2022-08-02block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig
2022-08-02block: move bio_allowed_max_sectors to blk-merge.cChristoph Hellwig
2022-08-02block: move the call to get_max_io_size out of blk_bio_segment_splitChristoph Hellwig
2022-08-02block: move ->bio_split to the gendiskChristoph Hellwig
2022-08-02block: change the blk_queue_split calling conventionChristoph Hellwig
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2022-07-14block: Change the type of req_op() and bio_op() into enum req_opBart Van Assche
2022-07-14block: fix missing blkcg_bio_issue_initMuchun Song
2022-07-06block: simplify blk_mq_plugChristoph Hellwig
2022-06-27block: fold blk_max_size_offset into get_max_io_sizeChristoph Hellwig
2022-06-27block: cleanup variable naming in get_max_io_sizeChristoph Hellwig
2022-06-27block: open code blk_max_size_offset in blk_rq_get_max_sectorsChristoph Hellwig
2022-06-27block/merge: count bytes instead of sectorsKeith Busch
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-14block: don't merge across cgroup boundaries if blkcg is enabledTejun Heo
2022-03-11block: ensure plug merging checks the correct queue at least onceJens Axboe
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
2022-02-22scsi: block: Remove REQ_OP_WRITE_SAME supportChristoph Hellwig
2022-02-16block: throttle split bio in case of iops limitMing Lei
2021-11-29block: don't check ->rq_disk in mergesChristoph Hellwig
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig