summaryrefslogtreecommitdiff
path: root/block/blk-map.c
Commit message (Expand)AuthorAge
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-29
|\
| * blk_rq_map_user_iov: fix error overrideDouglas Gilbert2018-01-15
* | block: fix blk_rq_append_bioJens Axboe2017-12-18
|/
* Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-11-17
|\
| * move more stuff down into bio_copy_user_iov()Al Viro2017-10-11
| * blk_rq_map_user_iov(): move iov_iter_advance() downAl Viro2017-10-11
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* blk-map: call blk_queue_bounce from blk_rq_append_bioChristoph Hellwig2017-06-27
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-31
* Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds2016-12-13
|\
| * block: better op and flags encodingChristoph Hellwig2016-10-28
| * block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-28
* | Don't feed anything but regular iovec's to blk_rq_map_user_iovLinus Torvalds2016-12-07
|/
* block: simplify and export blk_rq_append_bioChristoph Hellwig2016-07-20
* block, fs, mm, drivers: use bio set/get op accessorsMike Christie2016-06-07
* fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro2016-04-08
* block: support large requests in blk_rq_map_user_iovChristoph Hellwig2016-03-03
* block: Copy a user iovec if it includes gapsSagi Grimberg2015-09-11
* block: manipulate bio->bi_flags through helpersJens Axboe2015-07-29
* block: add a bi_error field to struct bioChristoph Hellwig2015-07-29
* blk_rq_map_user(): use import_single_range()Al Viro2015-04-11
* block: handle the null_mapped flag correctly in blk_rq_map_user_iovChristoph Hellwig2015-02-11
* block: merge __bio_map_user_iov into bio_map_user_iovChristoph Hellwig2015-02-05
* block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet2015-02-05
* block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig2015-02-05
* block: remove struct request buffer memberJens Axboe2014-04-15
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-04-12
|\
| * constify blk_rq_map_user_iov() and friendsAl Viro2014-04-01
* | Merge branch 'master' into for-nextJiri Kosina2014-02-20
|\ \ | |/
| * block: Abstract out bvec iteratorKent Overstreet2013-11-23
* | treewide: Fix typo in Documentation/DocBookMasanari Iida2014-02-19
|/
* block: re-use existing 'reading' variable instead of checking direction againmajianpeng2011-12-21
* block: Always check length of all iov entries in blk_rq_map_user_iov()Ben Hutchings2011-11-13
* block: check for proper length of iov entries earlier in blk_rq_map_user_iov()Xiaotian Feng2010-11-29
* block: check for proper length of iov entries in blk_rq_map_user_iov()Jens Axboe2010-11-10
* Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-10-22
|\
| * block: fix an address space warning in blk-map.cNamhyung Kim2010-09-15
* | block: fix blk_rq_map_kern bio direction flagBenny Halevy2010-09-21
|/
* block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-07
* block: Use accessor functions for queue limitsMartin K. Petersen2009-05-22
* block: Un-export blk_rq_append_bioBoaz Harrosh2009-05-19
* block: allow blk_rq_map_kern to append to requestsJames Bottomley2009-05-19
* block: hide request sector and data_lenTejun Heo2009-05-11
* block: kill rq->dataTejun Heo2009-04-28
* [SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITEFUJITA Tomonori2009-01-02
* [SCSI] block: fix the partial mappings with struct rq_map_dataFUJITA Tomonori2009-01-02
* When block layer fails to map iov, it calls bio_unmap_user to undoPetr Vandrovec2008-12-03
* block: hold extra reference to bio in blk_rq_map_user_iov()Jens Axboe2008-11-18
* block: make blk_rq_map_user take a NULL user-space bufferFUJITA Tomonori2008-10-09