index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
bio.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2026-02-12
block: fix folio leak in bio_iov_iter_bounce_read()
Jens Axboe
1
-1
/
+3
2026-02-09
Merge tag 'for-7.0/block-stable-pages-20260206' of git://git.kernel.org/pub/s...
Linus Torvalds
1
-127
/
+205
2026-02-09
Merge tag 'for-7.0/block-20260206' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+4
2026-01-28
block: add helpers to bounce buffer an iov_iter into bios
Christoph Hellwig
1
-0
/
+179
2026-01-28
block: remove bio_release_page
Christoph Hellwig
1
-1
/
+3
2026-01-28
iov_iter: extract a iov_iter_extract_bvecs helper from bio code
Christoph Hellwig
1
-102
/
+18
2026-01-28
block: open code bio_add_page and fix handling of mismatching P2P ranges
Christoph Hellwig
1
-24
/
+13
2026-01-28
block: refactor get_contig_folio_len
Christoph Hellwig
1
-35
/
+27
2026-01-28
block: add a BIO_MAX_SIZE constant and use it
Christoph Hellwig
1
-5
/
+5
2026-01-21
block: add a bio_reuse helper
Christoph Hellwig
1
-0
/
+34
2026-01-07
block: don't initialize bi_vcnt for cloned bio in bio_iov_bvec_set()
Ming Lei
1
-1
/
+1
2026-01-07
block: use bvec iterator helper for bio_may_need_split()
Ming Lei
1
-0
/
+3
2025-12-09
block: prohibit calls to bio_chain_endio
Shida Zhang
1
-1
/
+5
2025-12-04
block: enable per-cpu bio cache by default
Fengnan Chang
1
-14
/
+12
2025-11-06
block: accumulate memory segment gaps per bio
Keith Busch
1
-0
/
+1
2025-10-07
block: rename bio_iov_iter_get_pages_aligned to bio_iov_iter_get_pages
Christoph Hellwig
1
-3
/
+2
2025-09-10
block: cleanup bio_issue
Yu Kuai
1
-1
/
+1
2025-09-09
block: align the bio after building it
Keith Busch
1
-25
/
+40
2025-09-09
block: add size alignment to bio_iov_iter_get_pages
Keith Busch
1
-8
/
+11
2025-09-09
block: remove the bi_inline_vecs variable sized array from struct bio
Christoph Hellwig
1
-1
/
+2
2025-09-09
block: add a bio_init_inline helper
Christoph Hellwig
1
-2
/
+5
2025-08-25
blk-mq: remove REQ_P2PDMA flag
Keith Busch
1
-1
/
+1
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+2
2025-07-09
bio: use memzero_page() in bio_truncate()
Matthew Wilcox (Oracle)
1
-2
/
+2
2025-06-30
block: don't merge different kinds of P2P transfers in a single bio
Christoph Hellwig
1
-7
/
+13
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-32
/
+126
2025-05-13
block: remove the same_page output argument to bvec_try_merge_page
Christoph Hellwig
1
-32
/
+23
2025-05-12
scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer
Steve Siwinski
1
-1
/
+1
2025-05-07
block: add a bio_add_vmalloc helpers
Christoph Hellwig
1
-0
/
+55
2025-05-07
block: add a bdev_rw_virt helper
Christoph Hellwig
1
-0
/
+30
2025-05-07
block: add a bio_add_virt_nofail helper
Christoph Hellwig
1
-0
/
+16
2025-05-06
block: add a bi_write_stream field
Christoph Hellwig
1
-0
/
+2
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-10
/
+7
2025-03-12
block: fix adding folio to bio
Ming Lei
1
-4
/
+7
2025-03-03
block: split struct bio_integrity_payload
Christoph Hellwig
1
-6
/
+0
2025-02-28
block: fix 'kmem_cache of name 'bio-108' already exists'
Ming Lei
1
-1
/
+1
2025-01-17
block: Don't trim an atomic write
John Garry
1
-0
/
+4
2025-01-04
block: remove bio_add_pc_page
Christoph Hellwig
1
-102
/
+5
2024-12-12
block: Make bio_iov_bvec_set() accept pointer to const iov_iter
John Garry
1
-1
/
+1
2024-11-11
block: Error an attempt to split an atomic write in bio_split()
John Garry
1
-0
/
+4
2024-11-11
block: Rework bio_split() return value
John Garry
1
-4
/
+6
2024-10-31
block: remove bio_add_zone_append_page
Christoph Hellwig
1
-33
/
+0
2024-10-31
block: remove zone append special casing from the direct I/O path
Christoph Hellwig
1
-32
/
+2
2024-09-11
block: unpin user pages belonging to a folio at once
Kundan Kumar
1
-9
/
+5
2024-09-11
block: introduce folio awareness and add a bigger size from folio
Kundan Kumar
1
-18
/
+61
2024-09-11
block: Added folio-ized version of bio_add_hw_page()
Kundan Kumar
1
-0
/
+23
2024-07-22
Merge tag 'for-6.11/block-post-20240722' of git://git.kernel.dk/linux
Linus Torvalds
1
-3
/
+13
2024-07-08
block: add a bvec_phys helper
Christoph Hellwig
1
-1
/
+1
[next]