aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-10-16block: convert blkdev_issue_flush() to use empty barriersJens Axboe1-3/+0
2007-10-16block: Initial support for data-less (or empty) barrier supportJens Axboe1-0/+1
2007-10-16block: add end_queued_request() and end_dequeued_request() helpersJens Axboe1-1/+3
2007-10-12[BLOCK] Move sector_div() from blkdev.h to kernel.hJens Axboe1-14/+0
2007-10-10Remove flush_dry_bio_endioNeilBrown1-1/+0
2007-10-10Fix warnings with !CONFIG_BLOCKJens Axboe1-2/+2
2007-10-10Stop exporting blk_rq_bio_prepNeilBrown1-1/+0
2007-10-10New function blk_req_append_bioNeilBrown1-2/+2
2007-10-10Introduce rq_for_each_segment replacing rq_for_each_bioNeilBrown1-1/+14
2007-07-27[patch] QUEUE_FLAG_READFULL QUEUE_FLAG_WRITEFULL comment fixQi Yong1-2/+2
2007-07-24[BLOCK] Add request_queue_t and mark it deprecatedJens Axboe1-0/+1
2007-07-24[BLOCK] Get rid of request_queue_t typedefJens Axboe1-70/+70
2007-07-22[SCSI] bsg: unexport sg v3 helper functionsFUJITA Tomonori1-5/+0
2007-07-17CONFIG_BOUNCE to avoid useless inclusion of bounce buffer logicChristoph Lameter1-1/+1
2007-07-16add a struct request pointer to the request structureFUJITA Tomonori1-0/+5
2007-07-16bsg: bind bsg to request_queue instead of gendiskFUJITA Tomonori1-0/+5
2007-07-16bsg: add a request_queue argument to scsi_cmd_ioctl()FUJITA Tomonori1-1/+2
2007-07-16block: export blk_verify_command for SG v4FUJITA Tomonori1-0/+1
2007-07-16bsg: support for full generic block layer SG v3Jens Axboe1-0/+12
2007-07-10[TRIVIAL PATCH] Kill blk_congestion_wait() stub for !CONFIG_BLOCKBenjamin Gilbert1-5/+0
2007-05-09kblockd: use flush_workAndrew Morton1-1/+1
2007-04-30ll_rw_blk: add io_context private pointerJens Axboe1-0/+1
2007-02-11cfq-iosched: remove cfq_io_context last_queueJens Axboe1-1/+0
2006-12-19[PATCH] Fixup blk_rq_unmap_user() APIJens Axboe1-1/+1
2006-12-19[PATCH] Remove queue merging hooksJens Axboe1-7/+5
2006-12-12[PATCH] remove blk_queue_activity_fnBoaz Harrosh1-5/+0
2006-12-01[PATCH] block: support larger block pc requestsMike Christie1-3/+4
2006-10-20[PATCH] separate bdi congestion functions from queue congestion functionsAndrew Morton1-4/+20
2006-10-20[PATCH] export clear_queue_congested and set_queue_congestedThomas Maier1-0/+2
2006-10-12[PATCH] ide-cd: fix breakage with internally queued commandsJens Axboe1-0/+1
2006-10-04[PATCH] helper function for retrieving scsi_cmd given host based block layer tagDavid C Somayajulu1-0/+8
2006-09-30[PATCH] CONFIG_BLOCK: blk_congestion_wait() fixAndrew Morton1-2/+5
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-14/+36
2006-09-30[PATCH] Allow file systems to differentiate between data and meta readsJens Axboe1-0/+3
2006-09-30[PATCH] Add blk_start_queueing() helperJens Axboe1-0/+1
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareJens Axboe1-2/+1
2006-09-30[PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe1-29/+0
2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe1-1/+1
2006-09-30[PATCH] struct request: shrink and optimize some moreJens Axboe1-7/+13
2006-09-30[PATCH] Remove ->rq_status from struct requestJens Axboe1-8/+5
2006-09-30[PATCH] Remove struct request_list from struct requestJens Axboe1-1/+2
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe1-2/+1
2006-09-30[PATCH] Add one more pointer to struct request for IO scheduler usageJens Axboe1-0/+6
2006-09-30[PATCH] as-iosched: remove arq->is_sync memberJens Axboe1-0/+5
2006-09-30[PATCH] elevator: abstract out the rbtree sort handlingJens Axboe1-0/+1
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe1-15/+2
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe1-81/+99
2006-09-29[PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan1-2/+2