aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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 <linux/sched/task_stack.h>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
2016-03-03block: support large requests in blk_rq_map_user_iovChristoph Hellwig1-30/+61
2015-09-11block: Copy a user iovec if it includes gapsSagi Grimberg1-2/+24
2015-07-29block: manipulate bio->bi_flags through helpersJens Axboe1-1/+1
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig1-1/+1
2015-04-11blk_rq_map_user(): use import_single_range()Al Viro1-3/+3
2015-02-11block: handle the null_mapped flag correctly in blk_rq_map_user_iovChristoph Hellwig1-0/+3
2015-02-05block: merge __bio_map_user_iov into bio_map_user_iovChristoph Hellwig1-1/+1
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet1-19/+19
2015-02-05block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig1-124/+13
2014-04-15block: remove struct request buffer memberJens Axboe1-3/+0
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-04-01constify blk_rq_map_user_iov() and friendsAl Viro1-1/+1
2014-02-20Merge branch 'master' into for-nextJiri Kosina1-3/+3
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida1-1/+1
2013-11-23block: Abstract out bvec iteratorKent Overstreet1-3/+3
2011-12-21block: re-use existing 'reading' variable instead of checking direction againmajianpeng1-1/+1
2011-11-13block: Always check length of all iov entries in blk_rq_map_user_iov()Ben Hutchings1-3/+4