aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-11-29block: check for proper length of iov entries earlier in blk_rq_map_user_iov()Xiaotian Feng1-2/+3
2010-11-10block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe1-0/+2
2010-10-22Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-2/+3
2010-09-21block: fix blk_rq_map_kern bio direction flagBenny Halevy1-1/+1
2010-09-15block: fix an address space warning in blk-map.cNamhyung Kim1-2/+3
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-1/+1
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen1-2/+2
2009-05-19block: Un-export blk_rq_append_bioBoaz Harrosh1-1/+0
2009-05-19block: allow blk_rq_map_kern to append to requestsJames Bottomley1-2/+10
2009-05-11block: hide request sector and data_lenTejun Heo1-1/+1
2009-04-28block: kill rq->dataTejun Heo1-3/+3
2009-01-02[SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITEFUJITA Tomonori1-9/+7
2009-01-02[SCSI] block: fix the partial mappings with struct rq_map_dataFUJITA Tomonori1-0/+3
2008-12-03When block layer fails to map iov, it calls bio_unmap_user to undoPetr Vandrovec1-1/+1
2008-11-18block: hold extra reference to bio in blk_rq_map_user_iov()Jens Axboe1-0/+6
2008-10-09block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori1-4/+12
2008-10-09block: add blk_rq_aligned helper functionFUJITA Tomonori1-10/+2
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori1-10/+16
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori1-8/+12
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notation in them as needed. Fix changed function parameter names. Fix typos/spellos. In comments, change REQ_SPECIAL to REQ_TYPE_SPECIAL and REQ_BLOCK_PC to REQ_TYPE_BLOCK_PC.Randy Dunlap1-8/+8
2008-07-26block/blk-map.c: use the new object_is_on_stack() helperFUJITA Tomonori1-6/+2
2008-07-04block: blk_rq_map_kern uses the bounce buffers for stack buffersFUJITA Tomonori1-0/+5
2008-07-03block: add bounce support to blk_rq_map_user_iovFUJITA Tomonori1-0/+1