index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-merge.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-25
block: make segment size limit workable for > 4K PAGE_SIZE
Ming Lei
1
-1
/
+1
2025-02-17
block: fix NULL pointer dereferenced within __blk_rq_map_sg
Ming Lei
1
-1
/
+4
2025-02-14
block/merge: remove unnecessary min() with UINT_MAX
Caleb Sander Mateos
1
-1
/
+1
2025-01-06
block: add a dma mapping iterator
Christoph Hellwig
1
-107
/
+70
2024-11-19
block: req->bio is always set in the merge code
Christoph Hellwig
1
-22
/
+8
2024-11-19
block: don't bother checking the data direction for merges
Christoph Hellwig
1
-7
/
+0
2024-11-13
block: add a rq_list type
Christoph Hellwig
1
-1
/
+1
2024-11-12
block: remove the ioprio field from struct request
Christoph Hellwig
1
-6
/
+4
2024-11-12
block: remove the write_hint field from struct request
Christoph Hellwig
1
-6
/
+10
2024-11-11
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
1
-2
/
+1
2024-11-11
block: fix bio_split_rw_at to take zone_write_granularity into account
Christoph Hellwig
1
-1
/
+9
2024-11-11
block: take chunk_sectors into account in bio_split_write_zeroes
Christoph Hellwig
1
-12
/
+23
2024-11-11
block: Handle bio_split() errors in bio_submit_split()
John Garry
1
-5
/
+10
2024-11-07
Revert "block: pre-calculate max_zone_append_sectors"
Jens Axboe
1
-1
/
+2
2024-11-04
block: pre-calculate max_zone_append_sectors
Christoph Hellwig
1
-2
/
+1
2024-10-29
block: add a bdev_limits helper
Christoph Hellwig
1
-2
/
+1
2024-10-22
block: kill blk_do_io_stat() helper
Jens Axboe
1
-7
/
+6
2024-09-13
blk-integrity: properly account for segments
Keith Busch
1
-0
/
+4
2024-08-29
block: properly handle REQ_OP_ZONE_APPEND in __bio_split_to_limits
Christoph Hellwig
1
-0
/
+20
2024-08-29
block: rework bio splitting
Christoph Hellwig
1
-90
/
+56
2024-07-09
block: take offset into account in blk_bvec_map_sg again
Christoph Hellwig
1
-2
/
+2
2024-07-09
block: fix get_max_segment_size() warning
Chaitanya Kulkarni
1
-1
/
+1
2024-07-08
block: pass a phys_addr_t to get_max_segment_size
Christoph Hellwig
1
-14
/
+11
2024-06-20
block: Add core atomic write support
John Garry
1
-4
/
+46
2024-06-20
block: Generalize chunk_sectors support as boundary support
John Garry
1
-6
/
+14
2024-06-20
block: Pass blk_queue_get_max_sectors() a request pointer
John Garry
1
-1
/
+2
2024-05-09
block: support to account io_ticks precisely
Yu Kuai
1
-0
/
+2
2024-04-17
block: Do not special-case plugging of zone write operations
Damien Le Moal
1
-2
/
+1
2024-04-17
block: Introduce zone write plugging
Damien Le Moal
1
-0
/
+12
2024-04-17
block: Allow using bio_attempt_back_merge() internally
Damien Le Moal
1
-7
/
+1
2024-03-26
block: Make blk_rq_set_mixed_merge() static
John Garry
1
-1
/
+1
2024-02-06
block, fs: Restore the per-bio/request data lifetime fields
Bart Van Assche
1
-0
/
+8
2023-12-29
block: remove two comments in bio_split_discard
Christoph Hellwig
1
-5
/
+1
2023-03-16
blk-mq: release crypto keyslot before reporting I/O complete
Eric Biggers
1
-0
/
+2
2023-03-03
Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-7
/
+0
2023-03-02
blk-mq: enforce op-specific segment limits in blk_insert_cloned_request
Uday Shankar
1
-7
/
+0
2023-02-20
Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux
Linus Torvalds
1
-2
/
+33
2023-02-16
block: use proper return value from bio_failfast()
Jens Axboe
1
-1
/
+1
2023-02-16
block: sync mixed merged request's failfast with 1st bio's
Ming Lei
1
-2
/
+33
2023-02-15
block: export bio_split_rw
Christoph Hellwig
1
-1
/
+2
2023-01-04
block: don't allow splitting of a REQ_NOWAIT bio
Jens Axboe
1
-0
/
+10
2023-01-04
block: handle bio_split_to_limits() NULL return
Jens Axboe
1
-1
/
+3
2022-10-25
block: Micro-optimize get_max_segment_size()
Bart Van Assche
1
-4
/
+11
2022-10-25
block: Constify most queue limits pointers
Bart Van Assche
1
-13
/
+16
2022-08-02
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
1
-57
/
+50
2022-08-02
block: move bio_allowed_max_sectors to blk-merge.c
Christoph Hellwig
1
-0
/
+10
2022-08-02
block: move the call to get_max_io_size out of blk_bio_segment_split
Christoph Hellwig
1
-4
/
+5
2022-08-02
block: move ->bio_split to the gendisk
Christoph Hellwig
1
-3
/
+4
2022-08-02
block: change the blk_queue_split calling convention
Christoph Hellwig
1
-50
/
+48
2022-08-02
Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-33
/
+46
[next]