aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/block/blk-map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-01-23block: Fix WARNING in _copy_from_iterChristian A. Ehrhardt1-3/+10
2023-09-06block: fix pin count management when merging same-page segmentsChristoph Hellwig1-4/+3
2023-06-26Merge tag 'for-6.5/block-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds1-11/+11
2023-05-24block: convert bio_map_user_iov to use iov_iter_extract_pagesDavid Howells1-12/+11
2023-05-24block: Replace BIO_NO_PAGE_REF with BIO_PAGE_REFFED with inverted logicChristoph Hellwig1-0/+1
2023-05-23block: fix bio-cache for passthru IOAnuj Gupta1-1/+1
2023-03-30iov_iter: add iter_iovec() helperJens Axboe1-2/+2
2023-03-29block: ensure bio_alloc_map_data() deals with ITER_UBUF correctlyJens Axboe1-2/+3
2023-02-22Merge tag '6.3-rc-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds1-4/+4
2023-02-20iov_iter: Define flags to qualify page extraction.David Howells1-4/+4
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-4/+2
2023-01-29block: extend bio-cache for non-polled requestsAnuj Gupta1-4/+2
2023-01-11block: use iter_ubuf for single rangeKeith Busch1-4/+4
2022-11-09block: set FOLL_PCI_P2PDMA in bio_map_user_iov()Logan Gunthorpe1-4/+8
2022-10-25block: Constify most queue limits pointersBart Van Assche1-1/+1
2022-09-30block: extend functionality to map bvec iteratorKanchan Joshi1-4/+71
2022-09-30block: factor out blk_rq_map_bio_alloc helperKanchan Joshi1-11/+22
2022-09-30block: rename bio_map_put to blk_mq_map_bio_putAnuj Gupta1-3/+3
2022-09-30block: add blk_rq_map_user_ioAnuj Gupta1-0/+36
2022-09-05block/blk-map: Remove set but unused variable 'added'Jiapeng Chong1-2/+1
2022-08-22block: use on-stack page vec for <= UIO_FASTIOVJens Axboe1-3/+11
2022-08-22block: enable bio caching use for passthru IOJens Axboe1-8/+25
2022-08-22block: shrink rq_map_data a bitJens Axboe1-1/+1
2022-08-08block: convert to advancing variants of iov_iter_get_pages{,_alloc}()Al Viro1-3/+4
2022-04-23block/blk-map: Remove redundant assignmentMichal Orzel1-3/+2
2022-04-17block: turn bio_kmalloc into a simple kmalloc wrapperChristoph Hellwig1-15/+27
2022-02-17block-map: add __GFP_ZERO flag for alloc_page in function bio_copy_kernHaimin Zhang1-1/+1
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig1-1/+1
2021-08-02block: use memcpy_from_bvec in bio_copy_kern_endio_readChristoph Hellwig1-1/+1
2021-04-12block: remove an incorrect check from blk_rq_append_bioChristoph Hellwig1-3/+0
2021-04-06block: stop calling blk_queue_bounce for passthrough requestsChristoph Hellwig1-87/+29
2021-04-06block: remove BLK_BOUNCE_ISA supportChristoph Hellwig1-2/+2
2021-03-11block: rename BIO_MAX_PAGES to BIO_MAX_VECSChristoph Hellwig1-1/+1
2021-02-26block: Add bio_max_segsMatthew Wilcox (Oracle)1-3/+1
2020-09-23block: fix bmd->is_null_mapped initializationChristoph Hellwig1-2/+1
2020-09-01block: remove the BIO_USER_MAPPED flagChristoph Hellwig1-6/+4
2020-09-01block: remove __blk_rq_map_user_iovChristoph Hellwig1-90/+54
2020-09-01block: remove __blk_rq_unmap_userChristoph Hellwig1-18/+11
2020-09-01block: remove the BIO_NULL_MAPPED flagChristoph Hellwig1-4/+5
2020-05-14block: Inline encryption support for blk-mqSatya Tangirala1-0/+1
2020-05-12block: rename __bio_add_pc_page to bio_add_hw_pageChristoph Hellwig1-2/+3
2020-04-22block: remove RQF_COPY_USERChristoph Hellwig1-8/+1
2020-03-27block: move bio_map_* to blk-map.cChristoph Hellwig1-0/+508
2019-12-20block: fix memleak when __blk_rq_map_user_iov() is failedYang Yingliang1-1/+1
2019-06-20block: remove the bi_phys_segments field in struct bioChristoph Hellwig1-2/+8
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2018-01-15blk_rq_map_user_iov: fix error overrideDouglas Gilbert1-2/+2
2017-12-18block: fix blk_rq_append_bioJens Axboe1-16/+22
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-7/+0