summaryrefslogtreecommitdiffstats
path: root/block/bio.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds2024-03-111-26/+19
|\
| * block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby2024-03-061-3/+4
| * block: io wait hang check helperKeith Busch2024-02-241-11/+1
| * block: optimise in irq bio put cachingPavel Begunkov2024-02-081-11/+12
| * block: extend bio caching to task contextPavel Begunkov2024-02-081-1/+2
* | block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche2024-02-061-0/+2
|/
* block: support adding less than len in bio_add_hw_pageChristoph Hellwig2023-12-151-1/+4
* block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig2023-12-151-1/+1
* block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)2023-12-071-22/+24
* block: Bring back zero_fill_bio_iterKent Overstreet2023-08-141-3/+3
* block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unsetKent Overstreet2023-08-141-4/+6
* block: Add some exports for bcachefsKent Overstreet2023-08-141-0/+2
* block: make bvec_try_merge_hw_page() non-staticJinyoung Choi2023-08-091-1/+1
* block: don't pass a bio to bio_try_merge_hw_segChristoph Hellwig2023-07-241-9/+7
* block: move the bi_size update out of __bio_try_merge_pageChristoph Hellwig2023-07-241-37/+20
* block: downgrade a bio_full call in bio_add_pageChristoph Hellwig2023-07-241-1/+1
* block: move the bi_size overflow check in __bio_try_merge_pageChristoph Hellwig2023-07-241-4/+5
* block: move the bi_vcnt check out of __bio_try_merge_pageChristoph Hellwig2023-07-241-23/+22
* block: move the BIO_CLONED checks out of __bio_try_merge_pageChristoph Hellwig2023-07-241-3/+6
* block: use SECTOR_SHIFT bio_add_hw_pageChristoph Hellwig2023-07-241-1/+1
* block: tidy up the bio full checks in bio_add_hw_pageChristoph Hellwig2023-07-241-6/+4
* block: add bio_add_folio_nofailJohannes Thumshirn2023-06-011-0/+8
* block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pagesDavid Howells2023-05-241-11/+12
* block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells2023-05-241-3/+3
* block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig2023-05-241-1/+1
* ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox2023-04-061-0/+1
* Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds2023-03-031-0/+1
|\
| * block: clear bio->bi_bdev when putting a bio back in the cacheJens Axboe2023-02-241-0/+1
* | Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-02-221-3/+3
|\ \ | |/ |/|
| * iov_iter: Define flags to qualify page extraction.David Howells2023-02-201-3/+3
* | block: Remove the ALLOC_CACHE_SLACK constantBart Van Assche2023-02-091-1/+0
* | block: factor out a bvec_set_page helperChristoph Hellwig2023-02-031-10/+2
* | block: add a BUILD_BUG_ON() for adding more bio flags than we have spaceJens Axboe2023-01-291-0/+2
|/
* Revert "block: bio_copy_data_iter"Jens Axboe2023-01-041-15/+22
* block: bio_copy_data_iterChristoph Hellwig2022-12-061-22/+15
* bio: shrink max number of pcpu cached biosPavel Begunkov2022-11-161-1/+1
* bio: add pcpu caching for non-polling bio_putPavel Begunkov2022-11-161-16/+54
* bio: split pcpu cache part of bio_put into a helperPavel Begunkov2022-11-161-13/+25
* bio: don't rob starving biosets of biosPavel Begunkov2022-11-161-0/+2
* block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()Logan Gunthorpe2022-11-091-2/+7
* block: add check when merging zone device pagesLogan Gunthorpe2022-11-091-0/+2
* Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds2022-10-211-1/+1
|\
| * bio: safeguard REQ_ALLOC_CACHE bio putPavel Begunkov2022-10-201-1/+1
* | Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds2022-10-131-1/+1
|\|
| * block: Remove the repeat word 'can'Deming Wang2022-10-061-1/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+2
|\ \ | |/ |/|
| * block: kmsan: skip bio block merging logic for KMSANAlexander Potapenko2022-10-031-0/+2
* | block: remove PSI accounting from the bio layerChristoph Hellwig2022-09-201-8/+0
* | blk-throttle: fix that io throttle can only work for single bioYu Kuai2022-09-121-2/+0
* | block: enable per-cpu bio caching for the fs bio setJens Axboe2022-09-021-1/+2
|/