summaryrefslogtreecommitdiffstats
path: root/block
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] Audit block layer inlinesJens Axboe2006-09-302-5/+5
* [PATCH] cfq-iosched: use new io context counting mechanismJens Axboe2006-09-301-5/+7
* [PATCH] as-iosched: use new io context counting mechanismJens Axboe2006-09-301-4/+5
* [PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe2006-09-302-38/+18
* [PATCH] cfq-iosched: cleanups, fixes, dead code removalJens Axboe2006-09-301-114/+70
* [PATCH] ll_rw_blk: cleanup __make_request()Jens Axboe2006-09-301-15/+7
* [PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe2006-09-304-14/+11
* [PATCH] Remove ->rq_status from struct requestJens Axboe2006-09-301-3/+0
* [PATCH] Remove struct request_list from struct requestJens Axboe2006-09-301-8/+2
* [PATCH] Remove ->waiting member from struct requestJens Axboe2006-09-302-9/+7
* [PATCH] as-iosched: kill arqJens Axboe2006-09-301-195/+118
* [PATCH] cfq-iosched: kill crqJens Axboe2006-09-301-144/+95
* [PATCH] cfq-iosched: remove the crq flag functions/variableJens Axboe2006-09-301-42/+16
* [PATCH] deadline-iosched: remove elevator private drq request typeJens Axboe2006-09-301-142/+52
* [PATCH] as-iosched: remove arq->is_sync memberJens Axboe2006-09-301-22/+14
* [PATCH] as-iosched: reuse rq for fifoJens Axboe2006-09-301-22/+12
* [PATCH] cfq-iosched: convert to using the FIFO elevator definesJens Axboe2006-09-301-2/+1
* [PATCH] deadline-iosched: migrate to using the elevator rb functionsJens Axboe2006-09-301-136/+34
* [PATCH] cfq-iosched: migrate to using the elevator rb functionsJens Axboe2006-09-301-123/+41
* [PATCH] as-iosched: migrate to using the elevator rb functionsJens Axboe2006-09-301-151/+29
* [PATCH] elevator: abstract out the rbtree sort handlingJens Axboe2006-09-302-17/+113
* [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prevJens Axboe2006-09-301-2/+2
* [PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe2006-09-305-360/+142
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-304-83/+52
* [PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan2006-09-292-4/+5
* [PATCH] block: handle subsystem_register() init errorsRandy Dunlap2006-09-291-2/+7
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-1/+1
* Merge mulgrave-w:git/linux-2.6James Bottomley2006-09-231-0/+12
|\
| * Add a real API for dealing with blk_congestion_wait()Trond Myklebust2006-09-221-0/+12
* | [SCSI] block: add support for shared tag mapsJames Bottomley2006-08-311-21/+88
|/
* elv_unregister: fix possible crash on module unloadOleg Nesterov2006-08-221-1/+2
* [PATCH] cfq_cic_link: fix usage of wrong cfq_io_contextOleg Nesterov2006-08-211-1/+1
* [PATCH] Fix current_io_context() vs set_task_ioprio() raceOleg Nesterov2006-08-211-0/+2
* [PATCH] cfq-iosched: don't use a hard jiffies value, translate from msecsJens Axboe2006-07-251-1/+1
* [PATCH] blktrace: fix read-ahead bitMilton Miller2006-07-251-1/+1
* [PATCH] lockdep: annotate the BLKPG_DEL_PARTITION ioctlArjan van de Ven2006-07-141-2/+2
* [PATCH] Only the first two bits in bio->bi_rw and rq->flags matchJens Axboe2006-07-061-2/+2
* [PATCH] blktrace: readahead supportNathan Scott2006-07-061-1/+4
* [PATCH] lockdep: annotate on-stack completionsIngo Molnar2006-07-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-06-307-7/+0
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-307-7/+0
* | [PATCH] Light weight event countersChristoph Lameter2006-06-301-2/+2
|/
* [PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate placesChandra Seetharaman2006-06-271-3/+1
* [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman2006-06-271-1/+1
* spelling fixesAndreas Mohr2006-06-262-3/+3
* [BLOCK] Fix bounce limit address checkAndi Kleen2006-06-231-1/+1
* [PATCH] rbtree: support functions used by the io schedulersJens Axboe2006-06-233-32/+20
* [PATCH] cfq-iosched: rq update fixesJens Axboe2006-06-231-5/+5
* [PATCH] cfq-iosched: many performance fixesJens Axboe2006-06-231-40/+76
* [PATCH] cfq-iosched: correctly set ioprio on both targetsJens Axboe2006-06-231-3/+2