summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* 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/+0Star
* 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/+0Star
* Remove flush_dry_bio_endioNeilBrown2007-10-101-1/+0Star
* Fix warnings with !CONFIG_BLOCKJens Axboe2007-10-101-2/+2
* Stop exporting blk_rq_bio_prepNeilBrown2007-10-101-1/+0Star
* 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/+0Star
* 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/+0Star
* kblockd: use flush_workAndrew Morton2007-05-091-1/+1
* ll_rw_blk: add io_context private pointerJens Axboe2007-04-301-0/+1
* cfq-iosched: remove cfq_io_context last_queueJens Axboe2007-02-111-1/+0Star
* [PATCH] Fixup blk_rq_unmap_user() APIJens Axboe2006-12-191-1/+1
* [PATCH] Remove queue merging hooksJens Axboe2006-12-191-7/+5Star
* [PATCH] remove blk_queue_activity_fnBoaz Harrosh2006-12-121-5/+0Star
* [PATCH] block: support larger block pc requestsMike Christie2006-12-011-3/+4
* [PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton2006-10-201-4/+20
* [PATCH] export clear_queue_congested and set_queue_congestedThomas Maier2006-10-201-0/+2
* [PATCH] ide-cd: fix breakage with internally queued commandsJens Axboe2006-10-121-0/+1
* [PATCH] helper function for retrieving scsi_cmd given host based block layer tagDavid C Somayajulu2006-10-041-0/+8
* [PATCH] CONFIG_BLOCK: blk_congestion_wait() fixAndrew Morton2006-09-301-2/+5
* [PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells2006-09-301-14/+36
* [PATCH] Allow file systems to differentiate between data and meta readsJens Axboe2006-09-301-0/+3
* [PATCH] Add blk_start_queueing() helperJens Axboe2006-09-301-0/+1
* [PATCH] Make sure all block/io scheduler setups are node awareJens Axboe2006-09-301-2/+1Star
* [PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe2006-09-301-29/+0Star
* [PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe2006-09-301-1/+1
* [PATCH] struct request: shrink and optimize some moreJens Axboe2006-09-301-7/+13
* [PATCH] Remove ->rq_status from struct requestJens Axboe2006-09-301-8/+5Star
* [PATCH] Remove struct request_list from struct requestJens Axboe2006-09-301-1/+2
* [PATCH] Remove ->waiting member from struct requestJens Axboe2006-09-301-2/+1Star
* [PATCH] Add one more pointer to struct request for IO scheduler usageJens Axboe2006-09-301-0/+6
* [PATCH] as-iosched: remove arq->is_sync memberJens Axboe2006-09-301-0/+5
* [PATCH] elevator: abstract out the rbtree sort handlingJens Axboe2006-09-301-0/+1
* [PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe2006-09-301-15/+2Star
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-81/+99
* [PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan2006-09-291-2/+2