aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-map.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-29block: add dma alignment and padding support to blk_rq_map_kernFUJITA Tomonori1-1/+20
2008-04-21block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori1-19/+5
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
2008-03-04block: separate out padding from alignmentTejun Heo1-7/+13
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori1-5/+1
2008-02-19block: add request->raw_data_lenTejun Heo1-0/+2
2008-02-19block: update bio according to DMA alignment paddingTejun Heo1-0/+17
2008-02-19block: make blk_rq_map_user() clear ->bio if it unmaps itJens Axboe1-0/+1
2008-02-01block: make core bits checkpatch compliantJens Axboe1-6/+4
2008-01-29block: continue ll_rw_blk.c splitupJens Axboe1-0/+264