aboutsummaryrefslogtreecommitdiff
path: root/block/blk-map.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+2
2018-01-15blk_rq_map_user_iov: fix error overrideGravatar Douglas Gilbert 1-2/+2
2017-12-18block: fix blk_rq_append_bioGravatar Jens Axboe 1-16/+22
2017-11-17Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-11move more stuff down into bio_copy_user_iov()Gravatar Al Viro 1-6/+0
2017-10-11blk_rq_map_user_iov(): move iov_iter_advance() downGravatar Al Viro 1-1/+0
2017-06-27blk-map: call blk_queue_bounce from blk_rq_append_bioGravatar Christoph Hellwig 1-4/+3
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceGravatar Christoph Hellwig 1-6/+7
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-2/+4
2016-12-07Don't feed anything but regular iovec's to blk_rq_map_user_iovGravatar Linus Torvalds 1-0/+4
2016-10-28block: better op and flags encodingGravatar Christoph Hellwig 1-0/+2
2016-10-28block: split out request-only flags into a new namespaceGravatar Christoph Hellwig 1-2/+2
2016-07-20block: simplify and export blk_rq_append_bioGravatar Christoph Hellwig 1-10/+15
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsGravatar Mike Christie 1-1/+1
2016-04-08fix the copy vs. map logics in blk_rq_map_user_iov()Gravatar Al Viro 1-39/+8
2016-03-03block: support large requests in blk_rq_map_user_iovGravatar Christoph Hellwig 1-30/+61
2015-09-11block: Copy a user iovec if it includes gapsGravatar Sagi Grimberg 1-2/+24
2015-07-29block: manipulate bio->bi_flags through helpersGravatar Jens Axboe 1-1/+1
2015-07-29block: add a bi_error field to struct bioGravatar Christoph Hellwig 1-1/+1
2015-04-11blk_rq_map_user(): use import_single_range()Gravatar Al Viro 1-3/+3
2015-02-11block: handle the null_mapped flag correctly in blk_rq_map_user_iovGravatar Christoph Hellwig 1-0/+3
2015-02-05block: merge __bio_map_user_iov into bio_map_user_iovGravatar Christoph Hellwig 1-1/+1
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsGravatar Kent Overstreet 1-19/+19
2015-02-05block: use blk_rq_map_user_iov to implement blk_rq_map_userGravatar Christoph Hellwig 1-124/+13
2014-04-15block: remove struct request buffer memberGravatar Jens Axboe 1-3/+0
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2014-04-01constify blk_rq_map_user_iov() and friendsGravatar Al Viro 1-1/+1
2014-02-20Merge branch 'master' into for-nextGravatar Jiri Kosina 1-3/+3
2014-02-19treewide: Fix typo in Documentation/DocBookGravatar Masanari Iida 1-1/+1
2013-11-23block: Abstract out bvec iteratorGravatar Kent Overstreet 1-3/+3
2011-12-21block: re-use existing 'reading' variable instead of checking direction againGravatar majianpeng 1-1/+1
2011-11-13block: Always check length of all iov entries in blk_rq_map_user_iov()Gravatar Ben Hutchings 1-3/+4
2010-11-29block: check for proper length of iov entries earlier in blk_rq_map_user_iov()Gravatar Xiaotian Feng 1-2/+3
2010-11-10block: check for proper length of iov entries in blk_rq_map_user_iov()Gravatar Jens Axboe 1-0/+2
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-2/+3
2010-09-21block: fix blk_rq_map_kern bio direction flagGravatar Benny Halevy 1-1/+1
2010-09-15block: fix an address space warning in blk-map.cGravatar Namhyung Kim 1-2/+3
2010-08-07block: unify flags for struct bio and struct requestGravatar Christoph Hellwig 1-1/+1
2009-05-22block: Use accessor functions for queue limitsGravatar Martin K. Petersen 1-2/+2
2009-05-19block: Un-export blk_rq_append_bioGravatar Boaz Harrosh 1-1/+0
2009-05-19block: allow blk_rq_map_kern to append to requestsGravatar James Bottomley 1-2/+10
2009-05-11block: hide request sector and data_lenGravatar Tejun Heo 1-1/+1
2009-04-28block: kill rq->dataGravatar Tejun Heo 1-3/+3
2009-01-02[SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITEGravatar FUJITA Tomonori 1-9/+7
2009-01-02[SCSI] block: fix the partial mappings with struct rq_map_dataGravatar FUJITA Tomonori 1-0/+3
2008-12-03When block layer fails to map iov, it calls bio_unmap_user to undoGravatar Petr Vandrovec 1-1/+1
2008-11-18block: hold extra reference to bio in blk_rq_map_user_iov()Gravatar Jens Axboe 1-0/+6
2008-10-09block: make blk_rq_map_user take a NULL user-space bufferGravatar FUJITA Tomonori 1-4/+12