aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-map.c
Commit message (Expand)AuthorAge
* 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
* block: add blk_rq_aligned helper functionFUJITA Tomonori2008-10-09
* block: introduce struct rq_map_data to use reserved pagesFUJITA Tomonori2008-10-09
* block: add gfp_mask argument to blk_rq_map_user and blk_rq_map_user_iovFUJITA Tomonori2008-10-09
* Add some block/ source files to the kernel-api docbook. Fix kernel-doc notati...Randy Dunlap2008-10-09
* block/blk-map.c: use the new object_is_on_stack() helperFUJITA Tomonori2008-07-26
* block: blk_rq_map_kern uses the bounce buffers for stack buffersFUJITA Tomonori2008-07-04
* block: add bounce support to blk_rq_map_user_iovFUJITA Tomonori2008-07-03
* block: add dma alignment and padding support to blk_rq_map_kernFUJITA Tomonori2008-04-29
* block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori2008-04-21
* block: add bio_copy_user_iov support to blk_rq_map_user_iovFUJITA Tomonori2008-04-21
* block: fix shadowed variable warning in blk-map.cHarvey Harrison2008-03-04
* unexport blk_rq_map_user_iovAdrian Bunk2008-03-04
* block: separate out padding from alignmentTejun Heo2008-03-04
* block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-04
* block: add request->raw_data_lenTejun Heo2008-02-19
* block: update bio according to DMA alignment paddingTejun Heo2008-02-19
* block: make blk_rq_map_user() clear ->bio if it unmaps itJens Axboe2008-02-19
* block: make core bits checkpatch compliantJens Axboe2008-02-01
* block: continue ll_rw_blk.c splitupJens Axboe2008-01-29