summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-02-25blk_rq_map_user_iov: fix error overrideDouglas Gilbert1-2/+2
2016-12-07Don't feed anything but regular iovec's to blk_rq_map_user_iovLinus Torvalds1-0/+4
2016-07-20block: simplify and export blk_rq_append_bioChristoph Hellwig4-13/+17
2016-06-07block, fs, mm, drivers: use bio set/get op accessorsMike Christie24-61/+65
2016-04-08fix the copy vs. map logics in blk_rq_map_user_iov()Al Viro3-39/+28
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 Axboe11-20/+33
2015-07-29block: add a bi_error field to struct bioChristoph Hellwig95-682/+622
2015-04-12blk_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 Hellwig3-38/+21
2015-02-05block: pass iov_iter to the BLOCK_PC mapping functionsKent Overstreet6-126/+101
2015-02-05block: use blk_rq_map_user_iov to implement blk_rq_map_userChristoph Hellwig3-180/+14
2014-04-15block: remove struct request buffer memberJens Axboe23-75/+55
2014-04-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds76-1537/+911
2014-04-02constify blk_rq_map_user_iov() and friendsAl Viro4-10/+11
2014-02-20Merge branch 'master' into for-nextJiri Kosina10372-245339/+585381
2014-02-19treewide: Fix typo in Documentation/DocBookMasanari Iida24-34/+34
2013-11-24block: Abstract out bvec iteratorKent Overstreet107-638/+700
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-23Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds43-299/+2494
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 Kim2-4/+5
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig47-289/+242
2009-05-22block: Use accessor functions for queue limitsMartin K. Petersen25-97/+147
2009-05-19block: Un-export blk_rq_append_bioBoaz Harrosh3-7/+2
2009-05-19block: allow blk_rq_map_kern to append to requestsJames Bottomley1-2/+10
2009-05-11block: hide request sector and data_lenTejun Heo4-16/+17
2009-04-28block: kill rq->dataTejun Heo5-11/+7
2009-01-02[SCSI] block: make blk_rq_map_user take a NULL user-space buffer for WRITEFUJITA Tomonori4-10/+10
2009-01-02[SCSI] block: fix the partial mappings with struct rq_map_dataFUJITA Tomonori4-3/+14
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 Tomonori3-8/+17
2008-10-09block: add blk_rq_aligned helper functionFUJITA Tomonori2-10/+9
2008-10-09block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori8-39/+80
2008-10-09block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori8-34/+47
2008-10-09Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap8-59/+64
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
2008-04-29block: add dma alignment and padding support to blk_rq_map_kernFUJITA Tomonori3-1/+112
2008-04-21block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori4-20/+17
2008-04-21block: add bio_copy_user_iov support to blk_rq_map_user_iovFUJITA Tomonori1-5/+17
2008-03-04block: fix shadowed variable warning in blk-map.cHarvey Harrison1-3/+3
2008-03-04unexport blk_rq_map_user_iovAdrian Bunk1-1/+0
[next]