summaryrefslogtreecommitdiffstats
path: root/block/ll_rw_blk.c
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] exit_io_context: don't disable irqsOleg Nesterov2006-09-301-5/+2
* [PATCH] Allow file systems to differentiate between data and meta readsJens Axboe2006-09-301-0/+2
* [PATCH] ll_rw_blk: allow more flexibility for read_ahead_kb storeJens Axboe2006-09-301-3/+0
* [PATCH] Add blk_start_queueing() helperJens Axboe2006-09-301-5/+20
* [PATCH] Make sure all block/io scheduler setups are node awareJens Axboe2006-09-301-6/+7
* [PATCH] Audit block layer inlinesJens Axboe2006-09-301-4/+4
* [PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe2006-09-301-1/+1
* [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-301-5/+4
* [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-301-7/+6
* [PATCH] elevator: abstract out the rbtree sort handlingJens Axboe2006-09-301-3/+4
* [PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe2006-09-301-0/+2
* [PATCH] Split struct request ->flags into two partsJens Axboe2006-09-301-66/+35
* [PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan2006-09-291-2/+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
|/
* [PATCH] Fix current_io_context() vs set_task_ioprio() raceOleg Nesterov2006-08-211-0/+2
* [PATCH] Only the first two bits in bio->bi_rw and rq->flags matchJens Axboe2006-07-061-2/+2
* [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-301-1/+0
|\
| * Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+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-261-2/+2
* [BLOCK] Fix bounce limit address checkAndi Kleen2006-06-231-1/+1
* [PATCH] Kill PF_SYNCWRITE flagJens Axboe2006-06-231-0/+3
* [PATCH] blk_start_queue() must be called with irq disabled - add warningPaolo 'Blaisorblade' Giarrusso2006-06-231-1/+4
* [PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov2006-06-231-3/+2
* [PATCH] blk: fix gendisk->in_flight accounting during barrier sequenceJens Axboe2006-05-231-1/+6
* [BLOCK] limit request_fn recursionJens Axboe2006-05-111-2/+15
* [PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman2006-04-261-1/+1
* [patch] cleanup: use blk_queue_stoppedCoywolf Qi Hunt2006-04-201-2/+2
* Documentation: fix minor kernel-doc warningsMartin Waitz2006-04-021-1/+1
* Merge branch 'cfq-merge' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-03-281-6/+15
|\
| * [PATCH] ll_rw_blk: fix 80-col offender in put_io_context()Jens Axboe2006-03-281-1/+3
| * [PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to treeJens Axboe2006-03-281-6/+13
* | [PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki2006-03-281-1/+1
|/
* Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds2006-03-271-7/+7
|\
| * [PATCH] blk_execute_rq_nowait-speedupAndrew Morton2006-03-271-3/+5
| * [BLOCK] ll_rw_blk: kmalloc -> kzalloc conversionJens Axboe2006-03-271-4/+2
* | [PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.NeilBrown2006-03-271-0/+2
|/
* [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe2006-03-231-2/+42
* [PATCH] fix sysfs interaction and lifetime rules handling for queuesAl Viro2006-03-181-25/+58
* [PATCH] deal with rmmod/put_io_context() racesAl Viro2006-03-181-0/+2
* [PATCH] fix locking in queue_requests_store()Al Viro2006-03-181-3/+7
* [PATCH] fix double-free in blk_init_queue_node()Al Viro2006-03-181-5/+5