aboutsummaryrefslogtreecommitdiff
path: root/block
AgeCommit message (Expand)AuthorFilesLines
2006-06-21[PATCH] Driver core: add generic "subsystem" link to all devicesGravatar Kay Sievers 1-5/+2
2006-06-20Fix up CFQ scheduler for recent rbtree node shrinkageGravatar Linus Torvalds 1-1/+0
2006-06-20Merge git://git.infradead.org/~dwmw2/rbtree-2.6Gravatar Linus Torvalds 3-13/+5
2006-06-14[PATCH] cfq-iosched: fix crash in do_div()Gravatar Jens Axboe 1-8/+3
2006-06-08[PATCH] elevator switching raceGravatar Jens Axboe 5-45/+53
2006-06-01[PATCH] cfq-iosched: busy_rr fairness fixGravatar Jens Axboe 1-2/+5
2006-06-01[PATCH] cfq-iosched: fix bug in timer handling for the idle classGravatar Jens Axboe 1-4/+3
2006-06-01[PATCH] cfq-iosched: Detect hardware queueingGravatar Jens Axboe 1-2/+13
2006-06-01[PATCH] cfq-iosched: Detect idle process issuing async requestGravatar Jens Axboe 1-3/+13
2006-06-01[PATCH] cfq-iosched: check busy queues before deciding we are idleGravatar Jens Axboe 1-0/+7
2006-05-30[PATCH] cfq-iosched: fixup locking and ->queue_list list managementGravatar Jens Axboe 1-12/+13
2006-05-23[PATCH] blk: fix gendisk->in_flight accounting during barrier sequenceGravatar Jens Axboe 1-1/+6
2006-05-12Revert "[BLOCK] Fix oops on removal of SD/MMC card"Gravatar Linus Torvalds 1-2/+0
2006-05-11[BLOCK] limit request_fn recursionGravatar Jens Axboe 2-3/+22
2006-05-05[BLOCK] Fix oops on removal of SD/MMC cardGravatar Russell King 1-0/+2
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsGravatar Chandra Seetharaman 1-1/+1
2006-04-21[RBTREE] Change rbtree off-tree marking in I/O schedulers.Gravatar David Woodhouse 3-13/+5
2006-04-20[PATCH] block/elevator.c: remove unused exportsGravatar Adrian Bunk 1-2/+0
2006-04-20[patch] cleanup: use blk_queue_stoppedGravatar Coywolf Qi Hunt 1-2/+2
2006-04-18[PATCH] cfq: Further rbtree traversal and cfq_exit_queue() race fixGravatar OGAWA Hirofumi 1-7/+12
2006-04-18[PATCH 2/2] cfq: fix cic's rbtree traversalGravatar OGAWA Hirofumi 1-6/+27
2006-04-18[PATCH 1/2] iosched: fix typo and barrier()Gravatar OGAWA Hirofumi 2-4/+6
2006-04-13[SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsGravatar Christoph Hellwig 1-29/+72
2006-04-02Documentation: fix minor kernel-doc warningsGravatar Martin Waitz 1-1/+1
2006-03-31[PATCH] config: fix CONFIG_LFS optionGravatar Trond Myklebust 1-4/+4
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]Gravatar OGAWA Hirofumi 1-1/+1
2006-03-31[PATCH] Simplify proc/devices and fix early termination regressionGravatar Joe Korty 1-92/+11
2006-03-28Merge branch 'cfq-merge' of git://brick.kernel.dk/data/git/linux-2.6-blockGravatar Linus Torvalds 2-171/+207
2006-03-28[PATCH] for_each_possible_cpu: fixes for generic partGravatar KAMEZAWA Hiroyuki 1-1/+1
2006-03-28[BLOCK] cfq-iosched: seek and async performance fixesGravatar Jens Axboe 1-37/+65
2006-03-28[PATCH] ll_rw_blk: fix 80-col offender in put_io_context()Gravatar Jens Axboe 1-1/+3
2006-03-28[PATCH] cfq-iosched: small cfq_choose_req() optimizationGravatar Andreas Mohr 1-18/+32
2006-03-28[PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to treeGravatar Jens Axboe 2-116/+108
2006-03-27Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-blockGravatar Linus Torvalds 3-10/+11
2006-03-27[PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md.Gravatar NeilBrown 1-0/+2
2006-03-27[PATCH] Fix blktrace compile with sysfs not definedGravatar Jens Axboe 1-0/+1
2006-03-27[BLOCK] increase size of disk stat countersGravatar Ben Woodard 1-3/+3
2006-03-27[PATCH] blk_execute_rq_nowait-speedupGravatar Andrew Morton 1-3/+5
2006-03-27[BLOCK] ll_rw_blk: kmalloc -> kzalloc conversionGravatar Jens Axboe 1-4/+2
2006-03-26[PATCH] 2TB files: add blkcnt_tGravatar Takashi Sato 1-0/+9
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Gravatar Matthew Dobson 1-1/+1
2006-03-24BUG_ON() Conversion in block/elevator.cGravatar Eric Sesterhenn 1-2/+1
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Gravatar Jens Axboe 6-2/+604
2006-03-23[PATCH] sem2mutex: blockdev #2Gravatar Arjan van de Ven 1-11/+11
2006-03-20[PATCH] kobj_map semaphore to mutex conversionGravatar Jes Sorensen 1-15/+16
2006-03-18[PATCH] fix rmmod problems with elevator attributes, clean them upGravatar Al Viro 4-168/+67
2006-03-18[PATCH] elevator_t lifetime rules and sysfs fixesGravatar Al Viro 4-201/+152
2006-03-18[PATCH] noise removal: cfq-iosched.cGravatar Al Viro 1-14/+2
2006-03-18[PATCH] don't bother with refcounting for cfq_dataGravatar Al Viro 1-21/+7
2006-03-18[PATCH] fix sysfs interaction and lifetime rules handling for queuesGravatar Al Viro 1-25/+58