aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-27block: remove blk_queue_tag_depth() and blk_queue_tag_queue()Jens Axboe1-2/+0
2008-08-27block: rename blk_scsi_cmd_filter to blk_cmd_filterFUJITA Tomonori1-4/+4
2008-08-27block: move cmdfilter from gendisk to request_queueFUJITA Tomonori1-3/+13
2008-08-01block: add a blk_plug_device_unlocked() that grabs the queue lockJens Axboe1-0/+1
2008-07-16block: Trivial fix for blk_integrity_rq()Martin K. Petersen1-0/+3
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-1/+0
2008-07-15block: unexport blk_end_sync_rqFUJITA Tomonori1-1/+0
2008-07-04block: add blk_queue_update_dma_padFUJITA Tomonori1-0/+1
2008-07-03block: extend queue_flag bitopsJens Axboe1-0/+26
2008-07-03Add bvec_merge_data to handle stacked devices and ->merge_bvec()Alasdair G Kergon1-1/+8
2008-07-03block: integrity flags can't use bit ops on unsigned shortJens Axboe1-4/+4
2008-07-03allow userspace to modify scsi command filter on per device basisAdel Gadllah1-1/+9
2008-07-03block: integrity cleanupsJens Axboe1-4/+0
2008-07-03block: blkdev.h cleanup, move iocontext stuff to iocontext.hJens Axboe1-17/+0
2008-07-03block: Block layer data integrity supportMartin K. Petersen1-0/+105
2008-07-03block: kill request_queue_tJens Axboe1-1/+0
2008-04-29Improve queue_is_locked()Jens Axboe1-0/+4
2008-04-29block: fix queue locking verificationLinus Torvalds1-2/+8
2008-04-29block: Skip I/O merges when disabledAlan D. Brunelle1-0/+2
2008-04-29block: add large command supportFUJITA Tomonori1-2/+3
2008-04-29block: rename and export rq_init()FUJITA Tomonori1-0/+1
2008-04-29block: make queue flags non-atomicNick Piggin1-4/+29
2008-04-21block: fix memory hotplug and bouncing in block layerAndi Kleen1-1/+6
2008-04-21block: move the padding adjustment to blk_rq_map_sgFUJITA Tomonori1-0/+2
2008-03-04block: separate out padding from alignmentTejun Heo1-0/+2
2008-03-04block: restore the meaning of rq->data_len to the true data lengthFUJITA Tomonori1-1/+1
2008-02-19block: implement request_queue->dma_drain_neededTejun Heo1-2/+5
2008-02-19block: add request->raw_data_lenTejun Heo1-0/+1
2008-02-08block: fixup rq_init() a bitJens Axboe1-1/+3
2008-02-01block: kill swap_io_context()Jens Axboe1-1/+0
2008-02-01block: new end request handling interface should take unsigned byte countsJens Axboe1-6/+9
2008-01-29block: fix warning on compile with CONFIG_BLOCKJens Axboe1-0/+1
2008-01-29Merge branch 'for-2.6.25' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-6/+5
2008-01-29Merge branch 'blk-end-request' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-13/+18
2008-01-28block: implement drain buffersJames Bottomley1-0/+4
2008-01-28io context sharing: preliminary supportJens Axboe1-1/+1
2008-01-28ioprio: move io priority from task_struct to io_contextJens Axboe1-74/+7
2008-01-28blk_end_request: cleanup 'uptodate' related code (take 4)Kiyoshi Ueda1-8/+0
2008-01-28blk_end_request: remove/unexport end_that_request_* (take 4)Kiyoshi Ueda1-8/+5
2008-01-28blk_end_request: add bidi completion interface (take 4)Kiyoshi Ueda1-0/+2
2008-01-28blk_end_request: add callback feature (take 4)Kiyoshi Ueda1-0/+2
2008-01-28blk_end_request: add/export functions to get request size (take 4)Kiyoshi Ueda1-0/+8
2008-01-28blk_end_request: add new request completion interface (take 4)Kiyoshi Ueda1-0/+4
2008-01-28block: allow queue dma_alignment of zeroPete Wyckoff1-6/+1
2008-01-26ide: remove REQ_TYPE_ATA_CMDBartlomiej Zolnierkiewicz1-1/+0
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+1
2008-01-25ide: remove REQ_TYPE_ATA_TASKBartlomiej Zolnierkiewicz1-1/+0
2008-01-11[SCSI] block: Introduce new blk_queue_update_dma_alignment interfaceJames Bottomley1-0/+1
2007-11-09Add UNPLUG traces to all appropriate placesAlan D. Brunelle1-0/+1
2007-10-29[BLOCK] Fix bad sharing of tag busy list on queues with shared tag mapsJens Axboe1-1/+1