summaryrefslogtreecommitdiffstats
path: root/block/bio.c
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* block: initialize the target bio in __bio_clone_fastChristoph Hellwig2022-02-041-35/+40
* block: clone crypto and integrity data in __bio_clone_fastChristoph Hellwig2022-02-041-13/+13
* block: call bio_associate_blkg from bio_resetChristoph Hellwig2022-02-041-0/+2
* block: fix boolreturn.cocci warningJiapeng Chong2022-02-021-1/+1
* block: pass a block_device and opf to bio_resetChristoph Hellwig2022-02-021-1/+5
* block: pass a block_device and opf to bio_initChristoph Hellwig2022-02-021-14/+13
* block: pass a block_device and opf to bio_allocChristoph Hellwig2022-02-021-4/+1
* block: pass a block_device and opf to bio_alloc_kiocbChristoph Hellwig2022-02-021-4/+8
* block: pass a block_device and opf to bio_alloc_biosetChristoph Hellwig2022-02-021-12/+18
* block: pass a block_device and opf to blk_next_bioChaitanya Kulkarni2022-02-021-1/+5
* block: move blk_next_bio to bio.cChristoph Hellwig2022-02-021-0/+13
* block: Fix wrong offset in bio_truncate()OGAWA Hirofumi2022-01-201-1/+2
* Merge tag 'iomap-5.17' of git://git.infradead.org/users/willy/linuxLinus Torvalds2022-01-121-0/+22
|\
| * block: Add bio_add_folio()Matthew Wilcox (Oracle)2021-12-161-0/+22
* | block: use singly linked list for bio cacheJens Axboe2021-12-161-5/+8
|/
* block: avoid extra iter advance with async iocbPavel Begunkov2021-10-271-1/+1
* block: refactor bio_iov_bvec_set()Pavel Begunkov2021-10-251-23/+14
* block: inline a part of bio_release_pages()Pavel Begunkov2021-10-201-5/+2
* block: don't bother iter advancing a fully done bioJens Axboe2021-10-181-13/+2