aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/blkdev.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-23Merge mulgrave-w:git/linux-2.6James Bottomley1-0/+1
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust1-0/+1
2006-08-31[SCSI] block: add support for shared tag mapsJames Bottomley1-0/+2
2006-06-23[PATCH] Rearrange a few struct request membersJens Axboe1-6/+5
2006-06-23[PATCH] Get rid of struct request request_pm_state memberJens Axboe1-5/+0
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe1-0/+2
2006-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+0
2006-06-10[SCSI] remove RQ_SCSI_* flagsChristoph Hellwig1-3/+0
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-04-13[SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsChristoph Hellwig1-0/+4
2006-03-28[BLOCK] cfq-iosched: seek and async performance fixesJens Axboe1-1/+7
2006-03-28[PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to treeJens Axboe1-8/+6
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe1-0/+3
2006-03-18[PATCH] fix sysfs interaction and lifetime rules handling for queuesAl Viro1-3/+3
2006-03-18[PATCH] make cfq_exit_queue() prune the cfq_io_context for that queueAl Viro1-0/+2
2006-03-18[PATCH] keep sync and async cfq_queue separateAl Viro1-1/+1
2006-01-24[BLOCK] ll_rw_blk: make max_sectors and max_hw_sectors unsigned intsJens Axboe1-3/+3
2006-01-09Merge branch 'blk-softirq' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-3/+18
2006-01-09[BLOCK] ll_rw_blk: Enable out-of-order request completions through softirqJens Axboe1-3/+18
2006-01-09[BLOCK] Kill blk_attempt_remerge()Jens Axboe1-1/+0
2006-01-06[BLOCK] Correct blk_execute_rq_nowait() prototypeJens Axboe1-2/+1
2006-01-06[BLOCK] reimplement handling of barrier requestTejun Heo1-25/+57
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo1-3/+3
2005-12-15[SCSI] seperate max_sectors from max_hw_sectorsMike Christie1-1/+2