aboutsummaryrefslogtreecommitdiffstats
path: root/block/bio.c
AgeCommit message (Expand)Author
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo
2022-03-07block: remove bio_devnameChristoph Hellwig
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei
2022-02-04block: pass a block_device to bio_clone_fastChristoph Hellwig
2022-02-04block: initialize the target bio in __bio_clone_fastChristoph Hellwig
2022-02-04block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig
2022-02-04block: call bio_associate_blkg from bio_resetChristoph Hellwig
2022-02-02block: fix boolreturn.cocci warningJiapeng Chong
2022-02-02block: pass a block_device and opf to bio_resetChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_initChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_allocChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig
2022-02-02block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig
2022-02-02block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni
2022-02-02block: move blk_next_bio to bio.cChristoph Hellwig
2022-01-20block: Fix wrong offset in bio_truncate()OGAWA Hirofumi
2022-01-12Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds
2021-12-16block: Add bio_add_folio()Matthew Wilcox (Oracle)
2021-12-16block: use singly linked list for bio cacheJens Axboe
2021-10-27block: avoid extra iter advance with async iocbPavel Begunkov
2021-10-25block: refactor bio_iov_bvec_set()Pavel Begunkov
2021-10-20block: inline a part of bio_release_pages()Pavel Begunkov
2021-10-18block: don't bother iter advancing a fully done bioJens Axboe
2021-10-18block: use bdev_get_queue() in bio.cPavel Begunkov
2021-10-18block: switch polling to be bio basedChristoph Hellwig
2021-10-18block: use SLAB_TYPESAFE_BY_RCU for the bio slabChristoph Hellwig
2021-10-18block: mark bio_truncate staticChristoph Hellwig
2021-10-18block: mark __bio_try_merge_page staticChristoph Hellwig
2021-10-18block: move bio_full out of bio.hChristoph Hellwig
2021-10-18block: remove BIO_BUG_ONChristoph Hellwig
2021-09-24block: don't call rq_qos_ops->done_bio if the bio isn't trackedMing Lei
2021-09-03bio: fix kerneldoc documentation for bio_alloc_kiocb()Jens Axboe
2021-08-31Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds
2021-08-30Merge tag 'io_uring-bio-cache.5-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-08-24bio: fix page leak bio_add_hw_page failurePavel Begunkov
2021-08-23bio: improve kerneldoc documentation for bio_alloc_kiocb()Jens Axboe
2021-08-23bio: add allocation cache abstractionJens Axboe
2021-08-23bio: optimize initialization of a bioJens Axboe
2021-08-23block: fix argument type of bio_trim()Chaitanya Kulkarni
2021-08-02block: rewrite bio_copy_data_iter to use bvec_kmap_local and memcpy_to_bvecChristoph Hellwig
2021-08-02block: use memzero_page in zero_fill_bioChristoph Hellwig
2021-06-24block: fix trace completion for chained bioEdward Hsieh
2021-05-08Revert "bio: limit bio max size"Jens Axboe
2021-05-03bio: limit bio max sizeChangheun Lee
2021-04-28Merge tag 'for-5.13/block-2021-04-27' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-04-12block: move bio_list_copy_data to pktcdvdChristoph Hellwig
2021-04-12block: remove zero_fill_bio_iterChristoph Hellwig
2021-03-31block: only update parent bi_status when bio failYufen Yu
2021-03-24block: support zone append bvecsJohannes Thumshirn
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig