1. b5deef9 [PATCH] Make sure all block/io scheduler setups are node aware by Jens Axboe · 18 years ago
  2. 1ea25ecb [PATCH] Audit block layer inlines by Jens Axboe · 18 years ago
  3. 4050cf1 [PATCH] cfq-iosched: use new io context counting mechanism by Jens Axboe · 18 years ago
  4. e4313dd [PATCH] as-iosched: use new io context counting mechanism by Jens Axboe · 18 years ago
  5. fc46379 [PATCH] cfq-iosched: kill cfq_exit_lock by Jens Axboe · 18 years ago
  6. 89850f7 [PATCH] cfq-iosched: cleanups, fixes, dead code removal by Jens Axboe · 18 years ago
  7. 51da90f [PATCH] ll_rw_blk: cleanup __make_request() by Jens Axboe · 18 years ago
  8. cb78b28 [PATCH] Drop useless bio passing in may_queue/set_request API by Jens Axboe · 18 years ago
  9. cdd6026 [PATCH] Remove ->rq_status from struct request by Jens Axboe · 18 years ago
  10. 49171e5 [PATCH] Remove struct request_list from struct request by Jens Axboe · 18 years ago
  11. c00895a [PATCH] Remove ->waiting member from struct request by Jens Axboe · 18 years ago
  12. 8a8e674 [PATCH] as-iosched: kill arq by Jens Axboe · 18 years ago
  13. 5e70537 [PATCH] cfq-iosched: kill crq by Jens Axboe · 18 years ago
  14. 5380a10 [PATCH] cfq-iosched: remove the crq flag functions/variable by Jens Axboe · 18 years ago
  15. 8840faa [PATCH] deadline-iosched: remove elevator private drq request type by Jens Axboe · 18 years ago
  16. 9e2585a [PATCH] as-iosched: remove arq->is_sync member by Jens Axboe · 18 years ago
  17. d4f2f46 [PATCH] as-iosched: reuse rq for fifo by Jens Axboe · 18 years ago
  18. 95e8810 [PATCH] cfq-iosched: convert to using the FIFO elevator defines by Jens Axboe · 18 years ago
  19. b8aca35 [PATCH] deadline-iosched: migrate to using the elevator rb functions by Jens Axboe · 18 years ago
  20. 21183b0 [PATCH] cfq-iosched: migrate to using the elevator rb functions by Jens Axboe · 18 years ago
  21. e37f346 [PATCH] as-iosched: migrate to using the elevator rb functions by Jens Axboe · 18 years ago
  22. 2e662b6 [PATCH] elevator: abstract out the rbtree sort handling by Jens Axboe · 18 years ago
  23. 10fd48f [PATCH] rbtree: fixed reversed RB_EMPTY_NODE and rb_next/prev by Jens Axboe · 18 years ago
  24. 9817064 [PATCH] elevator: move the backmerging logic into the elevator core by Jens Axboe · 18 years ago
  25. 4aff5e2 [PATCH] Split struct request ->flags into two parts by Jens Axboe · 18 years ago
  26. 6c5c934 [PATCH] ifdef blktrace debugging fields by Alexey Dobriyan · 18 years ago
  27. 87a5726 [PATCH] block: handle subsystem_register() init errors by Randy Dunlap · 18 years ago
  28. 8e18e29 [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private by Theodore Ts'o · 18 years ago
  29. 1aedf2c Merge mulgrave-w:git/linux-2.6 by James Bottomley · 18 years ago
  30. 275a082 Add a real API for dealing with blk_congestion_wait() by Trond Myklebust · 18 years ago
  31. 492dfb4 [SCSI] block: add support for shared tag maps by James Bottomley · 18 years ago
  32. 2d8f613 elv_unregister: fix possible crash on module unload by Oleg Nesterov · 18 years ago
  33. be33c3a [PATCH] cfq_cic_link: fix usage of wrong cfq_io_context by Oleg Nesterov · 18 years ago
  34. 9f83e45 [PATCH] Fix current_io_context() vs set_task_ioprio() race by Oleg Nesterov · 18 years ago
  35. 44eb123 [PATCH] cfq-iosched: don't use a hard jiffies value, translate from msecs by Jens Axboe · 18 years ago
  36. ad01b1c [PATCH] blktrace: fix read-ahead bit by Milton Miller · 18 years ago
  37. ddca60c [PATCH] lockdep: annotate the BLKPG_DEL_PARTITION ioctl by Arjan van de Ven · 18 years ago
  38. 1959d21 [PATCH] Only the first two bits in bio->bi_rw and rq->flags match by Jens Axboe · 18 years ago
  39. 40359cc [PATCH] blktrace: readahead support by Nathan Scott · 18 years ago
  40. 60be6b9 [PATCH] lockdep: annotate on-stack completions by Ingo Molnar · 18 years ago
  41. 22a3e23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  42. f8891e5 [PATCH] Light weight event counters by Christoph Lameter · 18 years ago
  43. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  44. 5a67e4c [PATCH] cpu hotplug: use hotplug version of cpu notifier in appropriate places by Chandra Seetharaman · 18 years ago
  45. 054cc8a [PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17 by Chandra Seetharaman · 18 years ago
  46. d6e05ed spelling fixes by Andreas Mohr · 18 years ago
  47. 8269730 [BLOCK] Fix bounce limit address check by Andi Kleen · 18 years ago
  48. dd67d05 [PATCH] rbtree: support functions used by the io schedulers by Jens Axboe · 18 years ago
  49. fd61af0 [PATCH] cfq-iosched: rq update fixes by Jens Axboe · 18 years ago
  50. caaa5f9 [PATCH] cfq-iosched: many performance fixes by Jens Axboe · 18 years ago
  51. 35e6077 [PATCH] cfq-iosched: correctly set ioprio on both targets by Jens Axboe · 18 years ago
  52. b17fd9b [PATCH] Make CFQ the default IO scheduler by Jens Axboe · 18 years ago
  53. b31dc66 [PATCH] Kill PF_SYNCWRITE flag by Jens Axboe · 18 years ago
  54. 271f18f [PATCH] cfq-iosched: Don't set the queue batching limits by Jens Axboe · 18 years ago
  55. acf4217 [PATCH] remove dead code from elevator switching by Dave Jones · 18 years ago
  56. a038e25 [PATCH] blk_start_queue() must be called with irq disabled - add warning by Paolo 'Blaisorblade' Giarrusso · 18 years ago
  57. bae386f [PATCH] iosched: use hlist for request hashtable by Akinobu Mita · 18 years ago
  58. 626ab0e [PATCH] list: use list_replace_init() instead of list_splice_init() by Oleg Nesterov · 18 years ago
  59. b9d9c82 [PATCH] Driver core: add generic "subsystem" link to all devices by Kay Sievers · 18 years ago
  60. 6b41fd1 Fix up CFQ scheduler for recent rbtree node shrinkage by Linus Torvalds · 18 years ago
  61. 2edc322 Merge git://git.infradead.org/~dwmw2/rbtree-2.6 by Linus Torvalds · 18 years ago
  62. 553698f [PATCH] cfq-iosched: fix crash in do_div() by Jens Axboe · 18 years ago
  63. bc1c116 [PATCH] elevator switching race by Jens Axboe · 18 years ago
  64. b52a834 [PATCH] cfq-iosched: busy_rr fairness fix by Jens Axboe · 18 years ago
  65. ae818a3 [PATCH] cfq-iosched: fix bug in timer handling for the idle class by Jens Axboe · 18 years ago
  66. 25776e3 [PATCH] cfq-iosched: Detect hardware queueing by Jens Axboe · 18 years ago
  67. 12e9fdd [PATCH] cfq-iosched: Detect idle process issuing async request by Jens Axboe · 18 years ago
  68. e0de020 [PATCH] cfq-iosched: check busy queues before deciding we are idle by Jens Axboe · 18 years ago
  69. 3793c65 [PATCH] cfq-iosched: fixup locking and ->queue_list list management by Jens Axboe · 18 years ago
  70. fd0ff8a [PATCH] blk: fix gendisk->in_flight accounting during barrier sequence by Jens Axboe · 18 years ago
  71. 1a2acc9 Revert "[BLOCK] Fix oops on removal of SD/MMC card" by Linus Torvalds · 18 years ago
  72. dac07ec [BLOCK] limit request_fn recursion by Jens Axboe · 18 years ago
  73. 56cf650 [BLOCK] Fix oops on removal of SD/MMC card by Russell King · 18 years ago
  74. 649bbaa [PATCH] Remove __devinitdata from notifier block definitions by Chandra Seetharaman · 18 years ago
  75. 3db3a44 [RBTREE] Change rbtree off-tree marking in I/O schedulers. by David Woodhouse · 18 years ago
  76. 4f73247 [PATCH] block/elevator.c: remove unused exports by Adrian Bunk · 18 years ago
  77. 7daac49 [patch] cleanup: use blk_queue_stopped by Coywolf Qi Hunt · 18 years ago
  78. be3b075 [PATCH] cfq: Further rbtree traversal and cfq_exit_queue() race fix by OGAWA Hirofumi · 18 years ago
  79. dbecf3a [PATCH 2/2] cfq: fix cic's rbtree traversal by OGAWA Hirofumi · 18 years ago
  80. fba8227 [PATCH 1/2] iosched: fix typo and barrier() by OGAWA Hirofumi · 18 years ago
  81. 21b2f0c [SCSI] unify SCSI_IOCTL_SEND_COMMAND implementations by Christoph Hellwig · 18 years ago
  82. a580290 Documentation: fix minor kernel-doc warnings by Martin Waitz · 18 years ago
  83. 88b9adb [PATCH] config: fix CONFIG_LFS option by Trond Myklebust · 18 years ago
  84. 9b41046 [PATCH] Don't pass boot parameters to argv_init[] by OGAWA Hirofumi · 18 years ago
  85. 68eef3b [PATCH] Simplify proc/devices and fix early termination regression by Joe Korty · 18 years ago
  86. 7baf398 Merge branch 'cfq-merge' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  87. 0a94502 [PATCH] for_each_possible_cpu: fixes for generic part by KAMEZAWA Hiroyuki · 18 years ago
  88. 206dc69 [BLOCK] cfq-iosched: seek and async performance fixes by Jens Axboe · 18 years ago
  89. 7143dd4 [PATCH] ll_rw_blk: fix 80-col offender in put_io_context() by Jens Axboe · 18 years ago
  90. e8a9905 [PATCH] cfq-iosched: small cfq_choose_req() optimization by Andreas Mohr · 18 years ago
  91. e2d74ac [PATCH] [BLOCK] cfq-iosched: change cfq io context linking from list to tree by Jens Axboe · 18 years ago
  92. 4fa6391 Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block by Linus Torvalds · 18 years ago
  93. 89e5c8b [PATCH] md: Make sure QUEUE_FLAG_CLUSTER is set properly for md. by NeilBrown · 18 years ago
  94. 09540e6 [PATCH] Fix blktrace compile with sysfs not defined by Jens Axboe · 18 years ago
  95. 837c787 [BLOCK] increase size of disk stat counters by Ben Woodard · 18 years ago
  96. 4c5d0bb [PATCH] blk_execute_rq_nowait-speedup by Andrew Morton · 18 years ago
  97. f68110f [BLOCK] ll_rw_blk: kmalloc -> kzalloc conversion by Jens Axboe · 18 years ago
  98. a0f62ac [PATCH] 2TB files: add blkcnt_t by Takashi Sato · 18 years ago
  99. 93d2341 [PATCH] mempool: use mempool_create_slab_pool() by Matthew Dobson · 18 years ago
  100. ce52449 BUG_ON() Conversion in block/elevator.c by Eric Sesterhenn · 18 years ago