index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
bio.h
Age
Commit message (
Expand
)
Author
2024-05-07
block: add a blk_alloc_discard_bio helper
Christoph Hellwig
2024-05-07
block: add a bio_chain_and_submit helper
Christoph Hellwig
2024-04-01
block: add a bio_list_merge_init helper
Christoph Hellwig
2024-01-16
block: Fix iterating over an empty bio with bio_for_each_folio_all
Matthew Wilcox (Oracle)
2023-12-01
block: bio-integrity: directly map user buffers
Keith Busch
2023-08-29
Merge tag 'for-6.6/block-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-08-18
mm/page_io: introduce bio_first_folio_all()
ZhangPeng
2023-08-14
block: Bring back zero_fill_bio_iter
Kent Overstreet
2023-08-09
block: don't make REQ_POLLED imply REQ_NOWAIT
Jens Axboe
2023-06-16
block: remove BIO_PAGE_REFFED
Christoph Hellwig
2023-06-01
block: mark bio_add_folio as __must_check
Johannes Thumshirn
2023-06-01
block: add bio_add_folio_nofail
Johannes Thumshirn
2023-06-01
block: mark bio_add_page as __must_check
Johannes Thumshirn
2023-05-24
block: Add BIO_PAGE_PINNED and associated infrastructure
David Howells
2023-05-24
block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logic
Christoph Hellwig
2023-05-24
block: Fix bio_flagged() so that gcc can better optimise it
David Howells
2023-04-17
btrfs, block: move REQ_CGROUP_PUNT to btrfs
Christoph Hellwig
2023-02-15
block: export bio_split_rw
Christoph Hellwig
2023-01-04
Revert "block: bio_copy_data_iter"
Jens Axboe
2022-12-16
block: don't clear REQ_ALLOC_CACHE for non-polled requests
Jens Axboe
2022-12-06
block: bio_copy_data_iter
Christoph Hellwig
2022-09-12
blk-throttle: fix that io throttle can only work for single bio
Yu Kuai
2022-07-14
block: Use the new blk_opf_t type
Bart Van Assche
2022-06-08
block: remove bioset_init_from_src
Christoph Hellwig
2022-05-23
Merge tag 'for-5.19/block-2022-05-22' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-05-05
block: Do not call folio_next() on an unreferenced folio
Matthew Wilcox (Oracle)
2022-04-17
block: turn bio_kmalloc into a simple kmalloc wrapper
Christoph Hellwig
2022-04-17
block: allow use of per-cpu bio alloc cache by block drivers
Mike Snitzer
2022-04-17
block: allow using the per-cpu bio cache from bio_alloc_bioset
Mike Snitzer
2022-03-24
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
2022-03-07
block: remove bio_devname
Christoph Hellwig
2022-02-22
scsi: block: Remove REQ_OP_WRITE_SAME support
Christoph Hellwig
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
2022-02-04
block: clone crypto and integrity data in __bio_clone_fast
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_reset
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_init
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_alloc
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_alloc_kiocb
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to bio_alloc_bioset
Christoph Hellwig
2022-02-02
block: pass a block_device and opf to blk_next_bio
Chaitanya Kulkarni
2022-01-12
Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux
Linus Torvalds
2021-12-22
bio.h: fix kernel-doc warnings
Randy Dunlap
2021-12-16
block: Add bio_for_each_folio_all()
Matthew Wilcox (Oracle)
2021-12-16
block: Add bio_add_folio()
Matthew Wilcox (Oracle)
2021-10-27
block: avoid extra iter advance with async iocb
Pavel Begunkov
2021-10-20
block: inline a part of bio_release_pages()
Pavel Begunkov
2021-10-20
block: turn macro helpers into inline functions
Pavel Begunkov
2021-10-18
block: don't bother iter advancing a fully done bio
Jens Axboe
2021-10-18
block: switch polling to be bio based
Christoph Hellwig
[next]