summaryrefslogtreecommitdiff
path: root/block/bio.c
AgeCommit message (Expand)Author
2023-04-06ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-24block: clear bio->bi_bdev when putting a bio back in the cacheJens Axboe
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-02-20iov_iter: Define flags to qualify page extraction.David Howells
2023-02-09block: Remove the ALLOC_CACHE_SLACK constantBart Van Assche
2023-02-03block: factor out a bvec_set_page helperChristoph Hellwig
2023-01-29block: add a BUILD_BUG_ON() for adding more bio flags than we have spaceJens Axboe
2023-01-04Revert "block: bio_copy_data_iter"Jens Axboe
2022-12-06block: bio_copy_data_iterChristoph Hellwig
2022-11-16bio: shrink max number of pcpu cached biosPavel Begunkov
2022-11-16bio: add pcpu caching for non-polling bio_putPavel Begunkov
2022-11-16bio: split pcpu cache part of bio_put into a helperPavel Begunkov
2022-11-16bio: don't rob starving biosets of biosPavel Begunkov
2022-11-09block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()Logan Gunthorpe
2022-11-09block: add check when merging zone device pagesLogan Gunthorpe
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-20bio: safeguard REQ_ALLOC_CACHE bio putPavel Begunkov
2022-10-13Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-06block: Remove the repeat word 'can'Deming Wang
2022-10-03block: kmsan: skip bio block merging logic for KMSANAlexander Potapenko
2022-09-20block: remove PSI accounting from the bio layerChristoph Hellwig
2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai
2022-09-02block: enable per-cpu bio caching for the fs bio setJens Axboe
2022-08-08block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro
2022-08-02block: fix leaking page ref on truncated direct ioKeith Busch
2022-08-02block: ensure bio_iov_add_page can't failKeith Busch
2022-08-02block: ensure iov_iter advances for added pagesKeith Busch
2022-08-02block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig
2022-07-14block: Use the new blk_opf_t typeBart Van Assche
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig
2022-06-27block: relax direct io memory alignmentKeith Busch
2022-06-27block/bio: remove duplicate append pages codeKeith Busch
2022-06-27block: fix infinite loop for invalid zone appendKeith Busch
2022-06-08block: remove bioset_init_from_srcChristoph Hellwig
2022-05-29block: make bioset_exit() fully resilient against being called twiceJens Axboe
2022-05-27block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig
2022-05-04block: allow passing a NULL bdev to bio_alloc_clone/bio_init_cloneChristoph Hellwig
2022-05-04block: remove superfluous calls to blkcg_bio_issue_initChristoph Hellwig
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig
2022-04-17block: allow use of per-cpu bio alloc cache by block driversMike Snitzer
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer
2022-04-14block: fix offset/size check in bio_trim()Ming Lei
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo
2022-03-07block: remove the per-bio/request write hintChristoph Hellwig
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