summaryrefslogtreecommitdiff
path: root/block/bio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro2022-08-081-11/+14
* block: fix leaking page ref on truncated direct ioKeith Busch2022-08-021-15/+15
* block: ensure bio_iov_add_page can't failKeith Busch2022-08-021-10/+9
* block: ensure iov_iter advances for added pagesKeith Busch2022-08-021-4/+4
* block: pass struct queue_limits to the bio splitting helpersChristoph Hellwig2022-08-021-1/+1
* block: Use the new blk_opf_t typeBart Van Assche2022-07-141-5/+5
* block: use bdev_is_zoned instead of open coding itChristoph Hellwig2022-07-061-1/+1
* block: relax direct io memory alignmentKeith Busch2022-06-271-0/+9
* block/bio: remove duplicate append pages codeKeith Busch2022-06-271-60/+42
* block: fix infinite loop for invalid zone appendKeith Busch2022-06-271-3/+0
* block: remove bioset_init_from_srcChristoph Hellwig2022-06-081-20/+0
* block: make bioset_exit() fully resilient against being called twiceJens Axboe2022-05-291-0/+1
* block: take destination bvec offsets into account in bio_copy_data_iterChristoph Hellwig2022-05-271-3/+5
* block: allow passing a NULL bdev to bio_alloc_clone/bio_init_cloneChristoph Hellwig2022-05-041-4/+6
* block: remove superfluous calls to blkcg_bio_issue_initChristoph Hellwig2022-05-041-1/+0
* block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig2022-04-171-29/+18
* block: allow use of per-cpu bio alloc cache by block driversMike Snitzer2022-04-171-0/+2
* block: allow using the per-cpu bio cache from bio_alloc_biosetMike Snitzer2022-04-171-45/+41
* block: fix offset/size check in bio_trim()Ming Lei2022-04-141-1/+1
* Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-261-2/+0
|\
| * block: remove the per-bio/request write hintChristoph Hellwig2022-03-071-2/+0
* | block: fix rq-qos breakage from skipping rq_qos_done_bio()Tejun Heo2022-03-141-2/+1
|/
* block: remove bio_devnameChristoph Hellwig2022-03-071-6/+0
* block: partition include/linux/blk-cgroup.hMing Lei2022-02-111-1/+1
* block: pass a block_device to bio_clone_fastChristoph Hellwig2022-02-041-13/+18