summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* block: disable sysfs parts of the disk command filterJens Axboe2008-09-111-2/+0Star
* block: remove blk_queue_tag_depth() and blk_queue_tag_queue()Jens Axboe2008-08-271-2/+0Star
* block: rename blk_scsi_cmd_filter to blk_cmd_filterFUJITA Tomonori2008-08-271-4/+4
* block: move cmdfilter from gendisk to request_queueFUJITA Tomonori2008-08-271-3/+13
* block: add a blk_plug_device_unlocked() that grabs the queue lockJens Axboe2008-08-011-0/+1
* block: Trivial fix for blk_integrity_rq()Martin K. Petersen2008-07-161-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-07-151-1/+0Star
|\
| * block: unexport blk_end_sync_rqFUJITA Tomonori2008-07-151-1/+0Star
* | block: add blk_queue_update_dma_padFUJITA Tomonori2008-07-041-0/+1
* | block: extend queue_flag bitopsJens Axboe2008-07-031-0/+26
* | Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon2008-07-031-1/+8
* | block: integrity flags can't use bit ops on unsigned shortJens Axboe2008-07-031-4/+4
* | allow userspace to modify scsi command filter on per device basisAdel Gadllah2008-07-031-1/+9
* | block: integrity cleanupsJens Axboe2008-07-031-4/+0Star
* | block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe2008-07-031-17/+0Star
* | block: Block layer data integrity supportMartin K. Petersen2008-07-031-0/+105
* | block: kill request_queue_tJens Axboe2008-07-031-1/+0Star
|/
* Improve queue_is_locked()Jens Axboe2008-04-291-0/+4
* block: fix queue locking verificationLinus Torvalds2008-04-291-2/+8
* block: Skip I/O merges when disabledAlan D. Brunelle2008-04-291-0/+2
* block: add large command supportFUJITA Tomonori2008-04-291-2/+3
* block: rename and export rq_init()FUJITA Tomonori2008-04-291-0/+1
* block: make queue flags non-atomicNick Piggin2008-04-291-4/+29
* 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/+0Star
* 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-281-6/+5Star
|\
| * block: implement drain buffersJames Bottomley2008-01-281-0/+4
| * block: allow queue dma_alignment of zeroPete Wyckoff2008-01-281-6/+1Star
* | Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-01-281-13/+18
|\ \
| * | blk_end_request: cleanup 'uptodate' related code (take 4)Kiyoshi Ueda2008-01-281-8/+0Star
| * | blk_end_request: remove/unexport end_that_request_* (take 4)Kiyoshi Ueda2008-01-281-8/+5Star
| * | 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/+7Star
|/
* ide: remove REQ_TYPE_ATA_CMDBartlomiej Zolnierkiewicz2008-01-261-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-261-0/+1
|\
| * [SCSI] block: Introduce new blk_queue_update_dma_alignment interfaceJames Bottomley2008-01-121-0/+1
* | ide: remove REQ_TYPE_ATA_TASKBartlomiej Zolnierkiewicz2008-01-251-1/+0Star
|/
* Add UNPLUG traces to all appropriate placesAlan D. Brunelle2007-11-091-0/+1