index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
include
/
linux
/
bio.h
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-13
bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAP
Matthew Wilcox (Oracle)
1
-1
/
+1
2025-05-26
Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+24
2025-05-12
scsi: sd_zbc: block: Respect bio vector limits for REPORT ZONES buffer
Steve Siwinski
1
-0
/
+1
2025-05-07
block: add a bio_add_vmalloc helpers
Christoph Hellwig
1
-0
/
+3
2025-05-07
block: add a bio_add_max_vecs helper
Christoph Hellwig
1
-0
/
+15
2025-05-07
block: add a bdev_rw_virt helper
Christoph Hellwig
1
-1
/
+4
2025-05-07
block: add a bio_add_virt_nofail helper
Christoph Hellwig
1
-0
/
+2
2025-03-03
block: split struct bio_integrity_payload
Christoph Hellwig
1
-4
/
+0
2025-01-04
block: remove bio_add_pc_page
Christoph Hellwig
1
-2
/
+0
2024-12-23
block: Delete bio_set_prio()
John Garry
1
-2
/
+0
2024-12-23
block: Delete bio_prio()
John Garry
1
-1
/
+0
2024-12-12
block: Make bio_iov_bvec_set() accept pointer to const iov_iter
John Garry
1
-1
/
+1
2024-11-11
block: lift bio_is_zone_append to bio.h
Christoph Hellwig
1
-0
/
+17
2024-10-31
block: remove bio_add_zone_append_page
Christoph Hellwig
1
-2
/
+0
2024-08-29
block: rework bio splitting
Christoph Hellwig
1
-2
/
+2
2024-07-03
block: split integrity support out of bio.h
Christoph Hellwig
1
-156
/
+0
2024-06-12
block: unmap and free user mapped integrity via submitter
Anuj Gupta
1
-0
/
+4
2024-05-07
block: add a blk_alloc_discard_bio helper
Christoph Hellwig
1
-0
/
+3
2024-05-07
block: add a bio_chain_and_submit helper
Christoph Hellwig
1
-0
/
+1
2024-04-01
block: add a bio_list_merge_init helper
Christoph Hellwig
1
-0
/
+7
2024-01-16
block: Fix iterating over an empty bio with bio_for_each_folio_all
Matthew Wilcox (Oracle)
1
-3
/
+6
2023-12-01
block: bio-integrity: directly map user buffers
Keith Busch
1
-0
/
+9
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+6
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-0
/
+5
2023-08-18
mm/page_io: introduce bio_first_folio_all()
ZhangPeng
1
-0
/
+5
2023-08-14
block: Bring back zero_fill_bio_iter
Kent Overstreet
1
-1
/
+6
2023-08-09
block: don't make REQ_POLLED imply REQ_NOWAIT
Jens Axboe
1
-1
/
+1
2023-06-16
block: remove BIO_PAGE_REFFED
Christoph Hellwig
1
-2
/
+1
2023-06-01
block: mark bio_add_folio as __must_check
Johannes Thumshirn
1
-1
/
+2
2023-06-01
block: add bio_add_folio_nofail
Johannes Thumshirn
1
-0
/
+2
2023-06-01
block: mark bio_add_page as __must_check
Johannes Thumshirn
1
-1
/
+2
2023-05-24
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
1
-1
/
+2
2023-05-24
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
1
-1
/
+1
2023-05-24
block: Fix bio_flagged() so that gcc can better optimise it
David Howells
1
-1
/
+1
2023-04-17
btrfs, block: move REQ_CGROUP_PUNT to btrfs
Christoph Hellwig
1
-0
/
+5
2023-02-15
block: export bio_split_rw
Christoph Hellwig
1
-0
/
+4
2023-01-04
Revert "block: bio_copy_data_iter"
Jens Axboe
1
-0
/
+2
2022-12-16
block: don't clear REQ_ALLOC_CACHE for non-polled requests
Jens Axboe
1
-2
/
+1
2022-12-06
block: bio_copy_data_iter
Christoph Hellwig
1
-2
/
+0
2022-09-12
blk-throttle: fix that io throttle can only work for single bio
Yu Kuai
1
-1
/
+1
2022-07-14
block: Use the new blk_opf_t type
Bart Van Assche
1
-5
/
+5
2022-06-08
block: remove bioset_init_from_src
Christoph Hellwig
1
-1
/
+0
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+7
2022-05-05
block: Do not call folio_next() on an unreferenced folio
Matthew Wilcox (Oracle)
1
-1
/
+4
2022-04-17
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
1
-1
/
+1
2022-04-17
block: allow use of per-cpu bio alloc cache by block drivers
Mike Snitzer
1
-0
/
+6
2022-04-17
block: allow using the per-cpu bio cache from bio_alloc_bioset
Mike Snitzer
1
-2
/
+0
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-3
/
+0
2022-03-07
block: remove bio_devname
Christoph Hellwig
1
-2
/
+0
2022-02-22
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
1
-3
/
+0
[next]