aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/bio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-11Merge tag 'for-6.9/block-20240310' of git://git.kernel.dk/linuxLinus Torvalds1-26/+19
2024-03-06block: Fix page refcounts for unaligned buffers in __bio_release_pages()Tony Battersby1-3/+4
2024-02-24block: io wait hang check helperKeith Busch1-11/+1
2024-02-08block: optimise in irq bio put cachingPavel Begunkov1-11/+12
2024-02-08block: extend bio caching to task contextPavel Begunkov1-1/+2
2024-02-06block, fs: Restore the per-bio/request data lifetime fieldsBart Van Assche1-0/+2
2023-12-15block: support adding less than len in bio_add_hw_pageChristoph Hellwig1-1/+4
2023-12-15block: prevent an integer overflow in bvec_try_merge_hw_pageChristoph Hellwig1-1/+1
2023-12-07block: Remove special-casing of compound pagesMatthew Wilcox (Oracle)1-22/+24
2023-08-14block: Bring back zero_fill_bio_iterKent Overstreet1-3/+3
2023-08-14block: Allow bio_iov_iter_get_pages() with bio->bi_bdev unsetKent Overstreet1-4/+6
2023-08-14block: Add some exports for bcachefsKent Overstreet1-0/+2
2023-08-09block: make bvec_try_merge_hw_page() non-staticJinyoung Choi1-1/+1
2023-07-24block: don't pass a bio to bio_try_merge_hw_segChristoph Hellwig1-9/+7
2023-07-24block: move the bi_size update out of __bio_try_merge_pageChristoph Hellwig1-37/+20
2023-07-24block: downgrade a bio_full call in bio_add_pageChristoph Hellwig1-1/+1
2023-07-24block: move the bi_size overflow check in __bio_try_merge_pageChristoph Hellwig1-4/+5
2023-07-24block: move the bi_vcnt check out of __bio_try_merge_pageChristoph Hellwig1-23/+22
2023-07-24block: move the BIO_CLONED checks out of __bio_try_merge_pageChristoph Hellwig1-3/+6
2023-07-24block: use SECTOR_SHIFT bio_add_hw_pageChristoph Hellwig1-1/+1
2023-07-24block: tidy up the bio full checks in bio_add_hw_pageChristoph Hellwig1-6/+4
2023-06-01block: add bio_add_folio_nofailJohannes Thumshirn1-0/+8
2023-05-24block: Convert bio_iov_iter_get_pages to use iov_iter_extract_pagesDavid Howells1-11/+12
2023-05-24block: Add BIO_PAGE_PINNED and associated infrastructureDavid Howells1-3/+3
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig1-1/+1
2023-04-06ext4: Convert ext4_bio_write_page() to use a folioMatthew Wilcox1-0/+1
2023-03-03Merge tag 'block-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds1-0/+1
2023-02-24block: clear bio->bi_bdev when putting a bio back in the cacheJens Axboe1-0/+1
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-3/+3
2023-02-20iov_iter: Define flags to qualify page extraction.David Howells1-3/+3
2023-02-09block: Remove the ALLOC_CACHE_SLACK constantBart Van Assche1-1/+0
2023-02-03block: factor out a bvec_set_page helperChristoph Hellwig1-10/+2
2023-01-29block: add a BUILD_BUG_ON() for adding more bio flags than we have spaceJens Axboe1-0/+2
2023-01-04Revert "block: bio_copy_data_iter"Jens Axboe1-15/+22
2022-12-06block: bio_copy_data_iterChristoph Hellwig1-22/+15
2022-11-16bio: shrink max number of pcpu cached biosPavel Begunkov1-1/+1
2022-11-16bio: add pcpu caching for non-polling bio_putPavel Begunkov1-16/+54
2022-11-16bio: split pcpu cache part of bio_put into a helperPavel Begunkov1-13/+25
2022-11-16bio: don't rob starving biosets of biosPavel Begunkov1-0/+2
2022-11-09block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()Logan Gunthorpe1-2/+7
2022-11-09block: add check when merging zone device pagesLogan Gunthorpe1-0/+2
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2022-10-20bio: safeguard REQ_ALLOC_CACHE bio putPavel Begunkov1-1/+1
2022-10-13Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-0/+2
2022-10-06block: Remove the repeat word 'can'Deming Wang1-1/+1
2022-10-03block: kmsan: skip bio block merging logic for KMSANAlexander Potapenko1-0/+2
2022-09-20block: remove PSI accounting from the bio layerChristoph Hellwig1-8/+0
2022-09-12blk-throttle: fix that io throttle can only work for single bioYu Kuai1-2/+0
2022-09-02block: enable per-cpu bio caching for the fs bio setJens Axboe1-1/+2