summaryrefslogtreecommitdiff
path: root/include/linux/blkdev.h
AgeCommit message (Expand)Author
2008-04-29Improve queue_is_locked()Jens Axboe
2008-04-29block: fix queue locking verificationLinus Torvalds
2008-04-29block: Skip I/O merges when disabledAlan D. Brunelle
2008-04-29block: add large command supportFUJITA Tomonori
2008-04-29block: rename and export rq_init()FUJITA Tomonori
2008-04-29block: make queue flags non-atomicNick Piggin
2008-04-21block: fix memory hotplug and bouncing in block layerAndi Kleen
2008-04-21block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori
2008-03-04block: separate out padding from alignmentTejun Heo
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori
2008-02-19block: implement request_queue->dma_drain_neededTejun Heo
2008-02-19block: add request->raw_data_lenTejun Heo
2008-02-08block: fixup rq_init() a bitJens Axboe
2008-02-01block: kill swap_io_context()Jens Axboe
2008-02-01block: new end request handling interface should take unsigned byte countsJens Axboe
2008-01-29block: fix warning on compile with CONFIG_BLOCKJens Axboe
2008-01-29Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-01-29Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2008-01-28block: implement drain buffersJames Bottomley
2008-01-28io context sharing: preliminary supportJens Axboe
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe
2008-01-28blk_end_request: cleanup 'uptodate' related code (take 4)Kiyoshi Ueda
2008-01-28blk_end_request: remove/unexport end_that_request_* (take 4)Kiyoshi Ueda
2008-01-28blk_end_request: add bidi completion interface (take 4)Kiyoshi Ueda
2008-01-28blk_end_request: add callback feature (take 4)Kiyoshi Ueda
2008-01-28blk_end_request: add/export functions to get request size (take 4)Kiyoshi Ueda
2008-01-28blk_end_request: add new request completion interface (take 4)Kiyoshi Ueda
2008-01-28block: allow queue dma_alignment of zeroPete Wyckoff
2008-01-26ide: remove REQ_TYPE_ATA_CMDBartlomiej Zolnierkiewicz
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2008-01-25ide: remove REQ_TYPE_ATA_TASKBartlomiej Zolnierkiewicz
2008-01-11[SCSI] block: Introduce new blk_queue_update_dma_alignment interfaceJames Bottomley
2007-11-09Add UNPLUG traces to all appropriate placesAlan D. Brunelle
2007-10-29[BLOCK] Fix bad sharing of tag busy list on queues with shared tag mapsJens Axboe
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe
2007-10-16block: Initial support for data-less (or empty) barrier supportJens Axboe
2007-10-16block: add end_queued_request() and end_dequeued_request() helpersJens Axboe
2007-10-12[BLOCK] Move sector_div() from blkdev.h to kernel.hJens Axboe
2007-10-10Remove flush_dry_bio_endioNeilBrown
2007-10-10Fix warnings with !CONFIG_BLOCKJens Axboe
2007-10-10Stop exporting blk_rq_bio_prepNeilBrown
2007-10-10New function blk_req_append_bioNeilBrown
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown
2007-07-27[patch] QUEUE_FLAG_READFULL QUEUE_FLAG_WRITEFULL comment fixQi Yong
2007-07-24[BLOCK] Add request_queue_t and mark it deprecatedJens Axboe
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe
2007-07-22[SCSI] bsg: unexport sg v3 helper functionsFUJITA Tomonori
2007-07-17CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logicChristoph Lameter
2007-07-16add a struct request pointer to the request structureFUJITA Tomonori
2007-07-16bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori