index
:
pub/scm/linux/kernel/git/bod/linux.git
master
Fiery the angels fell deep thunder rolled around their shores burning with the fires of Orc
Bryan O'Donoghue
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
bio.c
Age
Commit message (
Expand
)
Author
Files
Lines
11 days
block: save page offset gaps in cloned bio
Keith Busch
1
-0
/
+9
2026-08-15
block: introduce bio_iov_iter_set()
Pavel Begunkov
1
-5
/
+8
2026-08-15
block: move bvec init into __bio_clone
Pavel Begunkov
1
-3
/
+2
2026-08-06
block: rename bi_bvec_done
Pavel Begunkov
1
-2
/
+2
2026-07-31
block: add task-context bio completion infrastructure
Tal Zussman
1
-1
/
+131
2026-07-31
block: validate user space vectors during extraction
Keith Busch
1
-3
/
+53
2026-07-16
block: fix aligning of bounced dio read bios
Christoph Hellwig
1
-23
/
+28
2026-07-16
block: handle huge zero folios in bio_free_folios
Christoph Hellwig
1
-1
/
+1
2026-07-16
block: try slab allocation in bio_alloc_bioset() before mempool
Joseph Qi
1
-0
/
+8
2026-07-15
block: do not warn when doing greedy allocation in folio_alloc_greedy()
Qu Wenruo
1
-1
/
+2
2026-06-16
block: respect iov_iter::nofault flag in bio_iov_iter_bounce_write()
Qu Wenruo
1
-1
/
+5
2026-06-16
block: revert the iov_iter after a short copy in bio_iov_iter_bounce_write()
Qu Wenruo
1
-3
/
+14
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-30
/
+22
2026-05-29
block: Add bvec_folio()
Matthew Wilcox (Oracle)
1
-3
/
+3
2026-05-28
block: mark biovec_init_pool static
Christoph Hellwig
1
-1
/
+1
2026-05-15
block: unexport bio_{set,check}_pages_dirty
Christoph Hellwig
1
-2
/
+0
2026-05-15
block: remove bio_copy_data_iter
Christoph Hellwig
1
-21
/
+15
2026-05-15
block: remove zero_fill_bio_iter
Christoph Hellwig
1
-3
/
+3
2026-05-13
block: align down bounces bios
Christoph Hellwig
1
-2
/
+2
2026-05-13
block: pass a minsize argument to bio_iov_iter_bounce
Christoph Hellwig
1
-10
/
+13
2026-04-21
block: only restrict bio allocation gfp mask asked to block
Christoph Hellwig
1
-1
/
+2
2026-04-17
block: Add WQ_PERCPU to alloc_workqueue users
Marco Crivellari
1
-1
/
+1
2026-04-17
block: relax pgmap check in bio_add_page for compatible zone device pages
Naman Jain
1
-3
/
+3
2026-04-07
block: add a bio_submit_or_kill helper
Christoph Hellwig
1
-9
/
+14
2026-04-07
block: factor out a bio_await helper
Christoph Hellwig
1
-16
/
+37
2026-04-07
block: unify the synchronous bi_end_io callbacks
Christoph Hellwig
1
-8
/
+3
2026-04-02
bio: fix kmemleak false positives from percpu bio alloc cache
Ming Lei
1
-0
/
+14
2026-03-23
block: fix bio_alloc_bioset slowpath GFP handling
Vasily Gorbik
1
-2
/
+2
2026-03-17
block: reject zero length in bio_add_page()
Qu Wenruo
1
-0
/
+2
2026-03-17
block: remove bvec_free
Christoph Hellwig
1
-13
/
+7
2026-03-17
block: split bio_alloc_bioset more clearly into a fast and slowpath
Christoph Hellwig
1
-106
/
+72
2026-03-17
block: mark bvec_{alloc,free} static
Christoph Hellwig
1
-2
/
+5
2026-03-09
Merge branch 'for-7.1/block-integrity' into for-7.1/block
Jens Axboe
1
-7
/
+10
2026-03-09
block: Correct comments on bio_alloc_clone() and bio_init_clone()
John Garry
1
-7
/
+6
2026-03-09
block: pass a maxlen argument to bio_iov_iter_bounce
Christoph Hellwig
1
-7
/
+10
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
[next]