summaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h
Commit message (Expand)AuthorAgeFilesLines
* cfq-iosched: remove cfq_io_context last_queueJens Axboe2007-02-111-1/+0
* [PATCH] Fixup blk_rq_unmap_user() APIJens Axboe2006-12-191-1/+1
* [PATCH] Remove queue merging hooksJens Axboe2006-12-191-7/+5
* [PATCH] remove blk_queue_activity_fnBoaz Harrosh2006-12-121-5/+0
* [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/+1
* [PATCH] Kill various deprecated/unused block layer defines/functionsJens Axboe2006-09-301-29/+0
* [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/+5
* [PATCH] Remove struct request_list from struct requestJens Axboe2006-09-301-1/+2
* [PATCH] Remove ->waiting member from struct requestJens Axboe2006-09-301-2/+1
* [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/+2
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-81/+99
* [PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan2006-09-291-2/+2
* Merge mulgrave-w:git/linux-2.6James Bottomley2006-09-231-0/+1
|\
| * Add a real API for dealing with blk_congestion_wait()Trond Myklebust2006-09-221-0/+1
* | [SCSI] block: add support for shared tag mapsJames Bottomley2006-08-311-0/+2
|/
* [PATCH] Rearrange a few struct request membersJens Axboe2006-06-231-6/+5
* [PATCH] Get rid of struct request request_pm_state memberJens Axboe2006-06-231-5/+0
* [PATCH] Kill PF_SYNCWRITE flagJens Axboe2006-06-231-0/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-06-211-3/+0
|\
| * [SCSI] remove RQ_SCSI_* flagsChristoph Hellwig2006-06-101-3/+0
* | Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
|/
* [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsChristoph Hellwig2006-04-131-0/+4
* [BLOCK] cfq-iosched: seek and async performance fixesJens Axboe2006-03-281-1/+7
* [PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to treeJens Axboe2006-03-281-8/+6
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-231-0/+3
* [PATCH] fix sysfs interaction and lifetime rules handling for queuesAl Viro2006-03-181-3/+3
* [PATCH] make cfq_exit_queue() prune the cfq_io_context for that queueAl Viro2006-03-181-0/+2
* [PATCH] keep sync and async cfq_queue separateAl Viro2006-03-181-1/+1
* [BLOCK] ll_rw_blk: make max_sectors and max_hw_sectors unsigned intsJens Axboe2006-01-241-3/+3
* Merge branch 'blk-softirq' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-01-091-3/+18
|\
| * [BLOCK] ll_rw_blk: Enable out-of-order request completions through softirqJens Axboe2006-01-091-3/+18
* | [BLOCK] Kill blk_attempt_remerge()Jens Axboe2006-01-091-1/+0
|/
* [BLOCK] Correct blk_execute_rq_nowait() prototypeJens Axboe2006-01-061-2/+1
* [BLOCK] reimplement handling of barrier requestTejun Heo2006-01-061-25/+57
* [BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo2006-01-061-3/+3
* [SCSI] seperate max_sectors from max_hw_sectorsMike Christie2005-12-151-1/+2