aboutsummaryrefslogtreecommitdiff
path: root/block/ll_rw_blk.c
AgeCommit message (Expand)Author
2006-09-30[PATCH] blk_queue_start_tag() shared map race fixJens Axboe
2006-09-30[PATCH] exit_io_context: don't disable irqsOleg Nesterov
2006-09-30[PATCH] Allow file systems to differentiate between data and meta readsJens Axboe
2006-09-30[PATCH] ll_rw_blk: allow more flexibility for read_ahead_kb storeJens Axboe
2006-09-30[PATCH] Add blk_start_queueing() helperJens Axboe
2006-09-30[PATCH] Make sure all block/io scheduler setups are node awareJens Axboe
2006-09-30[PATCH] Audit block layer inlinesJens Axboe
2006-09-30[PATCH] cfq-iosched: kill cfq_exit_lockJens Axboe
2006-09-30[PATCH] ll_rw_blk: cleanup __make_request()Jens Axboe
2006-09-30[PATCH] Drop useless bio passing in may_queue/set_request APIJens Axboe
2006-09-30[PATCH] Remove ->rq_status from struct requestJens Axboe
2006-09-30[PATCH] Remove struct request_list from struct requestJens Axboe
2006-09-30[PATCH] Remove ->waiting member from struct requestJens Axboe
2006-09-30[PATCH] elevator: abstract out the rbtree sort handlingJens Axboe
2006-09-30[PATCH] elevator: move the backmerging logic into the elevator coreJens Axboe
2006-09-30[PATCH] Split struct request ->flags into two partsJens Axboe
2006-09-29[PATCH] ifdef blktrace debugging fieldsAlexey Dobriyan
2006-09-23Merge mulgrave-w:git/linux-2.6James Bottomley
2006-09-22Add a real API for dealing with blk_congestion_wait()Trond Myklebust
2006-08-31[SCSI] block: add support for shared tag mapsJames Bottomley
2006-08-21[PATCH] Fix current_io_context() vs set_task_ioprio() raceOleg Nesterov
2006-07-06[PATCH] Only the first two bits in bio->bi_rw and rq->flags matchJens Axboe
2006-07-03[PATCH] lockdep: annotate on-stack completionsIngo Molnar
2006-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds
2006-06-30[PATCH] Light weight event countersChristoph Lameter
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-06-27[PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate placesChandra Seetharaman
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman
2006-06-26spelling fixesAndreas Mohr
2006-06-23[BLOCK] Fix bounce limit address checkAndi Kleen
2006-06-23[PATCH] Kill PF_SYNCWRITE flagJens Axboe
2006-06-23[PATCH] blk_start_queue() must be called with irq disabled - add warningPaolo 'Blaisorblade' Giarrusso
2006-06-23[PATCH] list: use list_replace_init() instead of list_splice_init()Oleg Nesterov
2006-05-23[PATCH] blk: fix gendisk->in_flight accounting during barrier sequenceJens Axboe
2006-05-11[BLOCK] limit request_fn recursionJens Axboe
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman
2006-04-20[patch] cleanup: use blk_queue_stoppedCoywolf Qi Hunt
2006-04-02Documentation: fix minor kernel-doc warningsMartin Waitz
2006-03-28Merge branch 'cfq-merge' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partKAMEZAWA Hiroyuki
2006-03-28[PATCH] ll_rw_blk: fix 80-col offender in put_io_context()Jens Axboe
2006-03-28[PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to treeJens Axboe
2006-03-27Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds
2006-03-27[PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.NeilBrown
2006-03-27[PATCH] blk_execute_rq_nowait-speedupAndrew Morton
2006-03-27[BLOCK] ll_rw_blk: kmalloc -> kzalloc conversionJens Axboe
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe
2006-03-18[PATCH] fix sysfs interaction and lifetime rules handling for queuesAl Viro
2006-03-18[PATCH] deal with rmmod/put_io_context() racesAl Viro
2006-03-18[PATCH] fix locking in queue_requests_store()Al Viro