index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
bio.c
Age
Commit message (
Expand
)
Author
2022-10-21
Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-20
bio: safeguard REQ_ALLOC_CACHE bio put
Pavel Begunkov
2022-10-13
Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linux
Linus Torvalds
2022-10-10
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-06
block: Remove the repeat word 'can'
Deming Wang
2022-10-03
block: kmsan: skip bio block merging logic for KMSAN
Alexander Potapenko
2022-09-20
block: remove PSI accounting from the bio layer
Christoph Hellwig
2022-09-12
blk-throttle: fix that io throttle can only work for single bio
Yu Kuai
2022-09-02
block: enable per-cpu bio caching for the fs bio set
Jens Axboe
2022-08-08
block: convert to advancing variants of iov_iter_get_pages{,_alloc}()
Al Viro
2022-08-02
block: fix leaking page ref on truncated direct io
Keith Busch
2022-08-02
block: ensure bio_iov_add_page can't fail
Keith Busch
2022-08-02
block: ensure iov_iter advances for added pages
Keith Busch
2022-08-02
block: pass struct queue_limits to the bio splitting helpers
Christoph Hellwig
2022-07-14
block: Use the new blk_opf_t type
Bart Van Assche
2022-07-06
block: use bdev_is_zoned instead of open coding it
Christoph Hellwig
2022-06-27
block: relax direct io memory alignment
Keith Busch
2022-06-27
block/bio: remove duplicate append pages code
Keith Busch
2022-06-27
block: fix infinite loop for invalid zone append
Keith Busch
2022-06-08
block: remove bioset_init_from_src
Christoph Hellwig
2022-05-29
block: make bioset_exit() fully resilient against being called twice
Jens Axboe
2022-05-27
block: take destination bvec offsets into account in bio_copy_data_iter
Christoph Hellwig
2022-05-04
block: allow passing a NULL bdev to bio_alloc_clone/bio_init_clone
Christoph Hellwig
2022-05-04
block: remove superfluous calls to blkcg_bio_issue_init
Christoph Hellwig
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-04-14
block: fix offset/size check in bio_trim()
Ming Lei
2022-03-26
Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-block
Linus Torvalds
2022-03-14
block: fix rq-qos breakage from skipping rq_qos_done_bio()
Tejun Heo
2022-03-07
block: remove the per-bio/request write hint
Christoph Hellwig
2022-03-07
block: remove bio_devname
Christoph Hellwig
2022-02-11
block: partition include/linux/blk-cgroup.h
Ming Lei
2022-02-04
block: pass a block_device to bio_clone_fast
Christoph Hellwig
2022-02-04
block: initialize the target bio in __bio_clone_fast
Christoph Hellwig
2022-02-04
block: clone crypto and integrity data in __bio_clone_fast
Christoph Hellwig
2022-02-04
block: call bio_associate_blkg from bio_reset
Christoph Hellwig
2022-02-02
block: fix boolreturn.cocci warning
Jiapeng Chong
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-02-02
block: move blk_next_bio to bio.c
Christoph Hellwig
2022-01-20
block: Fix wrong offset in bio_truncate()
OGAWA Hirofumi
2022-01-12
Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linux
Linus Torvalds
2021-12-16
block: Add bio_add_folio()
Matthew Wilcox (Oracle)
2021-12-16
block: use singly linked list for bio cache
Jens Axboe
2021-10-27
block: avoid extra iter advance with async iocb
Pavel Begunkov
[next]