aboutsummaryrefslogtreecommitdiff
path: root/block/bio.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-04Revert "block: bio_copy_data_iter"Gravatar Jens Axboe 1-15/+22
2022-12-06block: bio_copy_data_iterGravatar Christoph Hellwig 1-22/+15
2022-11-16bio: shrink max number of pcpu cached biosGravatar Pavel Begunkov 1-1/+1
2022-11-16bio: add pcpu caching for non-polling bio_putGravatar Pavel Begunkov 1-16/+54
2022-11-16bio: split pcpu cache part of bio_put into a helperGravatar Pavel Begunkov 1-13/+25
2022-11-16bio: don't rob starving biosets of biosGravatar Pavel Begunkov 1-0/+2
2022-11-09block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()Gravatar Logan Gunthorpe 1-2/+7
2022-11-09block: add check when merging zone device pagesGravatar Logan Gunthorpe 1-0/+2
2022-10-21Merge tag 'block-6.1-2022-10-20' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2022-10-20bio: safeguard REQ_ALLOC_CACHE bio putGravatar Pavel Begunkov 1-1/+1
2022-10-13Merge tag 'block-6.1-2022-10-13' of git://git.kernel.dk/linuxGravatar Linus Torvalds 1-1/+1
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+2
2022-10-06block: Remove the repeat word 'can'Gravatar Deming Wang 1-1/+1
2022-10-03block: kmsan: skip bio block merging logic for KMSANGravatar Alexander Potapenko 1-0/+2
2022-09-20block: remove PSI accounting from the bio layerGravatar Christoph Hellwig 1-8/+0
2022-09-12blk-throttle: fix that io throttle can only work for single bioGravatar Yu Kuai 1-2/+0
2022-09-02block: enable per-cpu bio caching for the fs bio setGravatar Jens Axboe 1-1/+2
2022-08-08block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Gravatar Al Viro 1-11/+14
2022-08-02block: fix leaking page ref on truncated direct ioGravatar Keith Busch 1-15/+15
2022-08-02block: ensure bio_iov_add_page can't failGravatar Keith Busch 1-10/+9
2022-08-02block: ensure iov_iter advances for added pagesGravatar Keith Busch 1-4/+4
2022-08-02block: pass struct queue_limits to the bio splitting helpersGravatar Christoph Hellwig 1-1/+1
2022-07-14block: Use the new blk_opf_t typeGravatar Bart Van Assche 1-5/+5
2022-07-06block: use bdev_is_zoned instead of open coding itGravatar Christoph Hellwig 1-1/+1
2022-06-27block: relax direct io memory alignmentGravatar Keith Busch 1-0/+9
2022-06-27block/bio: remove duplicate append pages codeGravatar Keith Busch 1-60/+42
2022-06-27block: fix infinite loop for invalid zone appendGravatar Keith Busch 1-3/+0
2022-06-08block: remove bioset_init_from_srcGravatar Christoph Hellwig 1-20/+0
2022-05-29block: make bioset_exit() fully resilient against being called twiceGravatar Jens Axboe 1-0/+1
2022-05-27block: take destination bvec offsets into account in bio_copy_data_iterGravatar Christoph Hellwig 1-3/+5
2022-05-04block: allow passing a NULL bdev to bio_alloc_clone/bio_init_cloneGravatar Christoph Hellwig 1-4/+6
2022-05-04block: remove superfluous calls to blkcg_bio_issue_initGravatar Christoph Hellwig 1-1/+0
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperGravatar Christoph Hellwig 1-29/+18
2022-04-17block: allow use of per-cpu bio alloc cache by block driversGravatar Mike Snitzer 1-0/+2
2022-04-17block: allow using the per-cpu bio cache from bio_alloc_biosetGravatar Mike Snitzer 1-45/+41
2022-04-14block: fix offset/size check in bio_trim()Gravatar Ming Lei 1-1/+1
2022-03-26Merge tag 'for-5.18/write-streams-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+0
2022-03-14block: fix rq-qos breakage from skipping rq_qos_done_bio()Gravatar Tejun Heo 1-2/+1
2022-03-07block: remove the per-bio/request write hintGravatar Christoph Hellwig 1-2/+0
2022-03-07block: remove bio_devnameGravatar Christoph Hellwig 1-6/+0
2022-02-11block: partition include/linux/blk-cgroup.hGravatar Ming Lei 1-1/+1
2022-02-04block: pass a block_device to bio_clone_fastGravatar Christoph Hellwig 1-13/+18
2022-02-04block: initialize the target bio in __bio_clone_fastGravatar Christoph Hellwig 1-35/+40
2022-02-04block: clone crypto and integrity data in __bio_clone_fastGravatar Christoph Hellwig 1-13/+13
2022-02-04block: call bio_associate_blkg from bio_resetGravatar Christoph Hellwig 1-0/+2
2022-02-02block: fix boolreturn.cocci warningGravatar Jiapeng Chong 1-1/+1
2022-02-02block: pass a block_device and opf to bio_resetGravatar Christoph Hellwig 1-1/+5
2022-02-02block: pass a block_device and opf to bio_initGravatar Christoph Hellwig 1-14/+13
2022-02-02block: pass a block_device and opf to bio_allocGravatar Christoph Hellwig 1-4/+1
2022-02-02block: pass a block_device and opf to bio_alloc_kiocbGravatar Christoph Hellwig 1-4/+8