summaryrefslogtreecommitdiffstats
path: root/block/blk-map.c
Commit message (Expand)AuthorAgeFilesLines
* block: better op and flags encodingChristoph Hellwig2016-10-281-0/+2
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-2/+2
* block: simplify and export blk_rq_append_bioChristoph Hellwig2016-07-201-10/+15
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-071-1/+1
* fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro2016-04-081-39/+8
* block: support large requests in blk_rq_map_user_iovChristoph Hellwig2016-03-031-30/+61
* block: Copy a user iovec if it includes gapsSagi Grimberg2015-09-111-2/+24
* block: manipulate bio->bi_flags through helpersJens Axboe2015-07-291-1/+1
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-291-1/+1
* blk_rq_map_user(): use import_single_range()Al Viro2015-04-111-3/+3
* block: handle the null_mapped flag correctly in blk_rq_map_user_iovChristoph Hellwig2015-02-111-0/+3
* block: merge __bio_map_user_iov into bio_map_user_iovChristoph Hellwig2015-02-051-1/+1
* block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet2015-02-051-19/+19
* block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig2015-02-051-124/+13
* block: remove struct request buffer memberJens Axboe2014-04-151-3/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-121-1/+1
|\
| * constify blk_rq_map_user_iov() and friendsAl Viro2014-04-011-1/+1
* | Merge branch 'master' into for-nextJiri Kosina2014-02-201-3/+3
|\|
| * block: Abstract out bvec iteratorKent Overstreet2013-11-231-3/+3
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-191-1/+1
|/
* block: re-use existing 'reading' variable instead of checking direction againmajianpeng2011-12-211-1/+1
* block: Always check length of all iov entries in blk_rq_map_user_iov()Ben Hutchings2011-11-131-3/+4
* block: check for proper length of iov entries earlier in blk_rq_map_user_iov()Xiaotian Feng2010-11-291-2/+3
* block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe2010-11-101-0/+2
* Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-221-2/+3
|\
| * block: fix an address space warning in blk-map.cNamhyung Kim2010-09-151-2/+3
* | block: fix blk_rq_map_kern bio direction flagBenny Halevy2010-09-211-1/+1
|/
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-1/+1
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-221-2/+2
* block: Un-export blk_rq_append_bioBoaz Harrosh2009-05-191-1/+0
* block: allow blk_rq_map_kern to append to requestsJames Bottomley2009-05-191-2/+10
* block: hide request sector and data_lenTejun Heo2009-05-111-1/+1
* block: kill rq->dataTejun Heo2009-04-281-3/+3
* [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITEFUJITA Tomonori2009-01-021-9/+7
* [SCSI] block: fix the partial mappings with struct rq_map_dataFUJITA Tomonori2009-01-021-0/+3
* When block layer fails to map iov, it calls bio_unmap_user to undoPetr Vandrovec2008-12-031-1/+1
* block: hold extra reference to bio in blk_rq_map_user_iov()Jens Axboe2008-11-181-0/+6
* block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori2008-10-091-4/+12
* block: add blk_rq_aligned helper functionFUJITA Tomonori2008-10-091-10/+2
* block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori2008-10-091-10/+16
* block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori2008-10-091-8/+12
* Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap2008-10-091-8/+8
* block/blk-map.c: use the new object_is_on_stack() helperFUJITA Tomonori2008-07-261-6/+2
* block: blk_rq_map_kern uses the bounce buffers for stack buffersFUJITA Tomonori2008-07-041-0/+5
* block: add bounce support to blk_rq_map_user_iovFUJITA Tomonori2008-07-031-0/+1
* block: add dma alignment and padding support to blk_rq_map_kernFUJITA Tomonori2008-04-291-1/+20
* block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori2008-04-211-19/+5
* block: add bio_copy_user_iov support to blk_rq_map_user_iovFUJITA Tomonori2008-04-211-5/+17
* block: fix shadowed variable warning in blk-map.cHarvey Harrison2008-03-041-3/+3
* unexport blk_rq_map_user_iovAdrian Bunk2008-03-041-1/+0