aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: fix memory hotplug and bouncing in block layerAndi Kleen2008-04-211-1/+6
* block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori2008-04-211-0/+2
* block: separate out padding from alignmentTejun Heo2008-03-041-0/+2
* block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori2008-03-041-1/+1
* block: implement request_queue->dma_drain_neededTejun Heo2008-02-191-2/+5
* block: add request->raw_data_lenTejun Heo2008-02-191-0/+1
* block: fixup rq_init() a bitJens Axboe2008-02-081-1/+3
* block: kill swap_io_context()Jens Axboe2008-02-011-1/+0
* block: new end request handling interface should take unsigned byte countsJens Axboe2008-02-011-6/+9
* block: fix warning on compile with CONFIG_BLOCKJens Axboe2008-01-291-0/+1
* Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-01-291-6/+5
|\
| * block: implement drain buffersJames Bottomley2008-01-281-0/+4
| * block: allow queue dma_alignment of zeroPete Wyckoff2008-01-281-6/+1
* | Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-01-291-13/+18
|\ \
| * | blk_end_request: cleanup 'uptodate' related code (take 4)Kiyoshi Ueda2008-01-281-8/+0
| * | blk_end_request: remove/unexport end_that_request_* (take 4)Kiyoshi Ueda2008-01-281-8/+5
| * | blk_end_request: add bidi completion interface (take 4)Kiyoshi Ueda2008-01-281-0/+2
| * | blk_end_request: add callback feature (take 4)Kiyoshi Ueda2008-01-281-0/+2
| * | blk_end_request: add/export functions to get request size (take 4)Kiyoshi Ueda2008-01-281-0/+8
| * | blk_end_request: add new request completion interface (take 4)Kiyoshi Ueda2008-01-281-0/+4
| |/
* | io context sharing: preliminary supportJens Axboe2008-01-281-1/+1
* | ioprio: move io priority from task_struct to io_contextJens Axboe2008-01-281-74/+7
|/
* ide: remove REQ_TYPE_ATA_CMDBartlomiej Zolnierkiewicz2008-01-261-1/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-0/+1
|\
| * [SCSI] block: Introduce new blk_queue_update_dma_alignment interfaceJames Bottomley2008-01-111-0/+1
* | ide: remove REQ_TYPE_ATA_TASKBartlomiej Zolnierkiewicz2008-01-251-1/+0
|/
* Add UNPLUG traces to all appropriate placesAlan D. Brunelle2007-11-091-0/+1
* [BLOCK] Fix bad sharing of tag busy list on queues with shared tag mapsJens Axboe2007-10-291-1/+1
* block: convert blkdev_issue_flush() to use empty barriersJens Axboe2007-10-161-3/+0
* block: Initial support for data-less (or empty) barrier supportJens Axboe2007-10-161-0/+1
* block: add end_queued_request() and end_dequeued_request() helpersJens Axboe2007-10-161-1/+3
* [BLOCK] Move sector_div() from blkdev.h to kernel.hJens Axboe2007-10-121-14/+0
* Remove flush_dry_bio_endioNeilBrown2007-10-101-1/+0
* Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-101-2/+2
* Stop exporting blk_rq_bio_prepNeilBrown2007-10-101-1/+0
* New function blk_req_append_bioNeilBrown2007-10-101-2/+2
* Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown2007-10-101-1/+14
* [patch] QUEUE_FLAG_READFULL QUEUE_FLAG_WRITEFULL comment fixQi Yong2007-07-271-2/+2
* [BLOCK] Add request_queue_t and mark it deprecatedJens Axboe2007-07-241-0/+1
* [BLOCK] Get rid of request_queue_t typedefJens Axboe2007-07-241-70/+70
* [SCSI] bsg: unexport sg v3 helper functionsFUJITA Tomonori2007-07-221-5/+0
* CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logicChristoph Lameter2007-07-171-1/+1
* add a struct request pointer to the request structureFUJITA Tomonori2007-07-161-0/+5
* bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori2007-07-161-0/+5
* bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori2007-07-161-1/+2
* block: export blk_verify_command for SG v4FUJITA Tomonori2007-07-161-0/+1
* bsg: support for full generic block layer SG v3Jens Axboe2007-07-161-0/+12
* [TRIVIAL PATCH] Kill blk_congestion_wait() stub for !CONFIG_BLOCKBenjamin Gilbert2007-07-101-5/+0
* kblockd: use flush_workAndrew Morton2007-05-091-1/+1
* ll_rw_blk: add io_context private pointerJens Axboe2007-04-301-0/+1