summaryrefslogtreecommitdiffstats
path: root/block
AgeCommit message (Expand)AuthorLines
2006-09-30[PATCH] Remove ->rq_status from struct requestJens Axboe-3/+0
2006-09-30[PATCH] Remove struct request_list from struct requestJens Axboe-8/+2
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe-9/+7
2006-09-30[PATCH] as-iosched: kill arqJens Axboe-195/+118
2006-09-30[PATCH] cfq-iosched: kill crqJens Axboe-144/+95
2006-09-30[PATCH] cfq-iosched: remove the crq flag functions/variableJens Axboe-42/+16
2006-09-30[PATCH] deadline-iosched: remove elevator private drq request typeJens Axboe-142/+52
2006-09-30[PATCH] as-iosched: remove arq->is_sync memberJens Axboe-22/+14
2006-09-30[PATCH] as-iosched: reuse rq for fifoJens Axboe-22/+12
2006-09-30[PATCH] cfq-iosched: convert to using the FIFO elevator definesJens Axboe-2/+1
2006-09-30[PATCH] deadline-iosched: migrate to using the elevator rb functionsJens Axboe-136/+34
2006-09-30[PATCH] cfq-iosched: migrate to using the elevator rb functionsJens Axboe-123/+41
2006-09-30[PATCH] as-iosched: migrate to using the elevator rb functionsJens Axboe-151/+29
2006-09-30[PATCH] elevator: abstract out the rbtree sort handlingJens Axboe-17/+113
2006-09-30[PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prevJens Axboe-2/+2
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe-360/+142
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe-83/+52
2006-09-29[PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan-4/+5
2006-09-29[PATCH] block: handle subsystem_register() init errorsRandy Dunlap-2/+7
2006-09-27[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o-1/+1
2006-09-23Merge mulgrave-w:git/linux-2.6James Bottomley-0/+12
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust-0/+12
2006-08-31[SCSI] block: add support for shared tag mapsJames Bottomley-21/+88
2006-08-22elv_unregister: fix possible crash on module unloadOleg Nesterov-1/+2
2006-08-21[PATCH] cfq_cic_link: fix usage of wrong cfq_io_contextOleg Nesterov-1/+1
2006-08-21[PATCH] Fix current_io_context() vs set_task_ioprio() raceOleg Nesterov-0/+2
2006-07-25[PATCH] cfq-iosched: don't use a hard jiffies value, translate from msecsJens Axboe-1/+1
2006-07-25[PATCH] blktrace: fix read-ahead bitMilton Miller-1/+1
2006-07-14[PATCH] lockdep: annotate the BLKPG_DEL_PARTITION ioctlArjan van de Ven-2/+2
2006-07-06[PATCH] Only the first two bits in bio->bi_rw and rq->flags matchJens Axboe-2/+2
2006-07-06[PATCH] blktrace: readahead supportNathan Scott-1/+4
2006-07-03[PATCH] lockdep: annotate on-stack completionsIngo Molnar-1/+1
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds-7/+0
2006-06-30[PATCH] Light weight event countersChristoph Lameter-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-7/+0
2006-06-27[PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate placesChandra Seetharaman-3/+1
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman-1/+1
2006-06-26spelling fixesAndreas Mohr-3/+3
2006-06-23[BLOCK] Fix bounce limit address checkAndi Kleen-1/+1
2006-06-23[PATCH] rbtree: support functions used by the io schedulersJens Axboe-32/+20
2006-06-23[PATCH] cfq-iosched: rq update fixesJens Axboe-5/+5
2006-06-23[PATCH] cfq-iosched: many performance fixesJens Axboe-40/+76
2006-06-23[PATCH] cfq-iosched: correctly set ioprio on both targetsJens Axboe-3/+2
2006-06-23[PATCH] Make CFQ the default IO schedulerJens Axboe-1/+1
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe-4/+5
2006-06-23[PATCH] cfq-iosched: Don't set the queue batching limitsJens Axboe-45/+3
2006-06-23[PATCH] remove dead code from elevator switchingDave Jones-3/+0
2006-06-23[PATCH] blk_start_queue() must be called with irq disabled - add warningPaolo 'Blaisorblade' Giarrusso-1/+4
2006-06-23[PATCH] iosched: use hlist for request hashtableAkinobu Mita-49/+35
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov-3/+2