summaryrefslogtreecommitdiff
path: root/block/bio.c
AgeCommit message (Expand)AuthorFilesLines
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-23Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-3/+3
2023-02-21iov_iter: Define flags to qualify page extraction.David Howells1-3/+3
2023-02-10block: 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-30block: add a BUILD_BUG_ON() for adding more bio flags than we have spaceJens Axboe1-0/+2
2023-01-05Revert "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-22Merge 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-14Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2022-10-11Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+2
2022-10-06block: Remove the repeat word 'can'Deming Wang1-1/+1
2022-10-04block: 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
2022-08-09block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-11/+14
2022-08-03block: fix leaking page ref on truncated direct ioKeith Busch1-15/+15
2022-08-03block: ensure bio_iov_add_page can't failKeith Busch1-10/+9
2022-08-03block: ensure iov_iter advances for added pagesKeith Busch1-4/+4
2022-08-03block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig1-1/+1
2022-07-14block: Use the new blk_opf_t typeBart Van Assche1-5/+5
2022-07-06block: use bdev_is_zoned instead of open coding itChristoph Hellwig1-1/+1
2022-06-27block: relax direct io memory alignmentKeith Busch1-0/+9
2022-06-27block/bio: remove duplicate append pages codeKeith Busch1-60/+42
2022-06-27block: fix infinite loop for invalid zone appendKeith Busch1-3/+0
2022-06-08block: remove bioset_init_from_srcChristoph Hellwig1-20/+0
2022-05-29block: make bioset_exit() fully resilient against being called twiceJens Axboe1-0/+1
2022-05-28block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig1-3/+5
2022-05-05block: allow passing a NULL bdev to bio_alloc_clone/bio_init_cloneChristoph Hellwig1-4/+6
2022-05-05block: remove superfluous calls to blkcg_bio_issue_initChristoph Hellwig1-1/+0
2022-04-18block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-29/+18
2022-04-18block: allow use of per-cpu bio alloc cache by block driversMike Snitzer1-0/+2
2022-04-18block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer1-45/+41
2022-04-14block: fix offset/size check in bio_trim()Ming Lei1-1/+1
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+0
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo1-2/+1