summaryrefslogtreecommitdiffstats
path: root/block/blk-map.c
AgeCommit message (Expand)AuthorFilesLines
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...Linus Torvalds1-7/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-11move more stuff down into bio_copy_user_iov()Al Viro1-6/+0
2017-10-11blk_rq_map_user_iov(): move iov_iter_advance() downAl Viro1-1/+0
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig1-4/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar1-0/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-6/+7
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+4
2016-12-07Don't feed anything but regular iovec's to blk_rq_map_user_iovLinus Torvalds1-0/+4
2016-10-28block: better op and flags encodingChristoph Hellwig1-0/+2
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-2/+2
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig1-10/+15
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie1-1/+1
2016-04-08fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro1-39/+8