1. f756645 block: add callback function for unplug notification by Jens Axboe · 13 years ago
  2. 1881127 block: add comment on why we save and disable interrupts in flush_plug_list() by Jens Axboe · 13 years ago
  3. 94b5eb2 block: fixup block IO unplug trace call by Jens Axboe · 13 years ago
  4. 109b812 block: splice plug list to local context by NeilBrown · 13 years ago
  5. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  6. f83e826 block: fix request sorting at unplug by Konstantin Khlebnikov · 13 years ago
  7. a63a5cf dm: improve block integrity support by Mike Snitzer · 13 years ago
  8. 6f03793 blk-throttle: don't call xchg on bool by Andreas Schwab · 13 years ago
  9. 53d63e6 block: make the flush insertion use the tail of the dispatch list by Jens Axboe · 13 years ago
  10. b710a48 block: get rid of elv_insert() interface by Jens Axboe · 13 years ago
  11. 8182924 block: dump request state on seeing a corrupted request completion by Jens Axboe · 13 years ago
  12. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  13. ad3d9d7 block: fix issue with calling blk_stop_queue() from the request_fn handler by Jens Axboe · 13 years ago
  14. 401a18e block: fix bug with inserting flush requests as sort/merge by Jens Axboe · 13 years ago
  15. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  16. c4ade94 cfq-iosched: removing unnecessary think time checking by Li, Shaohua · 13 years ago
  17. 62a37f6 cfq-iosched: Don't clear queue stats when preempt. by Justin TerAvest · 13 years ago
  18. 04521db blk-throttle: Reset group slice when limits are changed by Vivek Goyal · 13 years ago
  19. 9026e52 blk-cgroup: Only give unaccounted_time under debug by Justin TerAvest · 13 years ago
  20. eda5e0c cfq-iosched: Don't set active queue in preempt by Justin TerAvest · 13 years ago
  21. 5e84ea3 block: attempt to merge with existing requests on plug flush by Jens Axboe · 13 years ago
  22. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  23. 8184f93 cfq-iosched: Don't update group weights when on service tree by Justin TerAvest · 13 years ago
  24. 167400d blk-cgroup: Add unaccounted time to timeslice_used. by Justin TerAvest · 13 years ago
  25. eba2ed9 block: remove obsolete comments for blkdev_issue_zeroout. by Tao Ma · 13 years ago
  26. 0aeea18 block: fix mis-synchronisation in blkdev_issue_zeroout() by Lukas Czerner · 13 years ago
  27. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  28. 69d60eb blk-throttle: Use blk_plug in throttle dispatch by Vivek Goyal · 13 years ago
  29. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  30. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  31. 73c1010 block: initial patch for on-stack per-task plugging by Jens Axboe · 13 years ago
  32. 3cca6dc block: add API for delaying work/request_fn a little bit by Jens Axboe · 13 years ago
  33. facc31d block: Don't implicitly trigger event check on disk_unblock_events() by Tejun Heo · 13 years ago
  34. df457f8 blk-cgroup: Lower minimum weight from 100 to 10. by Justin TerAvest · 13 years ago
  35. de701c7 blk-throttle: Some cleanups and race fixes in limit update code by Vivek Goyal · 13 years ago
  36. 231d704 blk-throttle: process limit change only through one function by Vivek Goyal · 13 years ago
  37. b873c5d Merge branch 'block-for-2.6.39-core' of ssh://master.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.39/core by Jens Axboe · 13 years ago
  38. a603271 cfq-iosched: Fix update_vdisktime logic by Gui Jianfeng · 13 years ago
  39. ef8a41d cfq-iosched: give busy sync queue no dispatch limit by Shaohua Li · 13 years ago
  40. 93803e0 cfq-iosched: fix race in cfq_set_request() by Jens Axboe · 13 years ago
  41. e83a46b Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core by Tejun Heo · 13 years ago
  42. da52777 block: Move blk_throtl_exit() call to blk_cleanup_queue() by Vivek Goyal · 13 years ago
  43. c94a96a block: Initialize ->queue_lock to internal lock at queue allocation time by Vivek Goyal · 13 years ago
  44. 53f2295 block/genhd: Change some numerals into macros by Liu Yuan · 13 years ago
  45. 255bb49 block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue() by Tejun Heo · 13 years ago
  46. 1654e74 block: add @force_kblockd to __blk_run_queue() by Tejun Heo · 13 years ago
  47. 0bbfeb8 cfq-iosched: Always provide group isolation. by Justin TerAvest · 13 years ago
  48. 6fae9c2 Merge commit 'v2.6.38-rc6' into for-2.6.39/core by Jens Axboe · 13 years ago
  49. 291d24f block: fix kernel-doc format for blkdev_issue_zeroout by Ben Hutchings · 13 years ago
  50. 450adcb blk-throttle: Do not use kblockd workqueue for throtl work by Vivek Goyal · 13 years ago
  51. 638691a Merge branch 'for-linus' of git://neil.brown.name/md by Linus Torvalds · 13 years ago
  52. 3c522ce block: fix refcounting in BLKBSZSET by Miklos Szeredi · 13 years ago
  53. 93b270f Fix over-zealous flush_disk when changing device size. by NeilBrown · 13 years ago
  54. 7977556 [SCSI] block: improve detail in I/O error messages by Hannes Reinecke · 13 years ago
  55. c186794 block: share request flush fields with elevator_private by Mike Snitzer · 13 years ago
  56. 9d5a4e9 block: skip elevator data initialization for flush requests by Mike Snitzer · 13 years ago
  57. aceb91c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  58. 02a8f01 cfq-iosched: Don't wait if queue already has requests. by Justin TerAvest · 13 years ago
  59. ae1b153 block: reimplement FLUSH/FUA to support merge by Tejun Heo · 13 years ago
  60. 143a87f block: improve flush bio completion by Tejun Heo · 13 years ago
  61. 414b4ff block: add REQ_FLUSH_SEQ by Tejun Heo · 13 years ago
  62. 6a108a1 kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT by David Rientjes · 13 years ago
  63. be2c6b1 blkio-throttle: Avoid calling blkiocg_lookup_group() for root group by Vivek Goyal · 13 years ago
  64. ba5bd52 cfq: rename a function to give it more appropriate name by Vivek Goyal · 13 years ago
  65. c553f8e block cfq: compensate preempted queue even if it has no slice assigned by Shaohua Li · 13 years ago
  66. f8ae6e3 block cfq: make queue preempt work for queues from different workload by Shaohua Li · 13 years ago
  67. 275220f Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  68. 81c5e2a Merge branch 'for-2.6.38/event-handling' into for-2.6.38/core by Jens Axboe · 13 years ago
  69. 329a678 block cfq: don't use atomic_t for cfq_group by Shaohua Li · 13 years ago
  70. 30d7b94 block cfq: don't use atomic_t for cfq_queue by Shaohua Li · 13 years ago
  71. 6c23a96 block: add internal hd part table references by Jens Axboe · 13 years ago
  72. 09e099d block: fix accounting bug on cross partition merges by Jerome Marchand · 13 years ago
  73. 89b90be block: make kblockd_workqueue smarter by Tejun Heo · 13 years ago
  74. 4b7bd36 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  75. 27667c9 block: Clean up exit_io_context() source code. by Bart Van Assche · 14 years ago
  76. 7f8635c Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  77. e61eb2e fs/block: type signature of major_to_index(int) to major_to_index(unsigned) by Yang Zhang · 14 years ago
  78. b9f985b block: convert !IS_ERR(p) && p to !IS_ERR_NOR_NULL(p) by Yang Zhang · 14 years ago
  79. 7278c9c cfq-iosched: don't check cfqg in choose_service_tree() by Gui Jianfeng · 14 years ago
  80. 72d4cd9 block: max hardware sectors limit wrapper by Mike Snitzer · 14 years ago
  81. e692cb6 block: Deprecate QUEUE_FLAG_CLUSTER and use queue_limits instead by Martin K. Petersen · 14 years ago
  82. 77ea887 implement in-kernel gendisk events handling by Tejun Heo · 14 years ago
  83. d2bf1b6 block: move register_disk() and del_gendisk() to block/genhd.c by Tejun Heo · 14 years ago
  84. dddd9dc block: kill genhd_media_change_notify() by Tejun Heo · 14 years ago
  85. e4ea0c1 block cfq: select new workload if priority changed by Shaohua Li writes · 14 years ago
  86. c7a841f [SCSI] bsg: correct fault if queue object removed while dev_t open by James Smart · 14 years ago
  87. 04a6b51 blk-throttle: Correct the placement of smp_rmb() by Vivek Goyal · 14 years ago
  88. d1ae8ff blk-throttle: Trim/adjust slice_end once a bio has been dispatched by Vivek Goyal · 14 years ago
  89. 760701b cfq-iosched: Get rid of on_st flag by Gui Jianfeng · 14 years ago
  90. b54ce60 cfq-iosched: Get rid of st->active by Gui Jianfeng · 14 years ago
  91. 5478755 block: check for proper length of iov entries earlier in blk_rq_map_user_iov() by Xiaotian Feng · 14 years ago
  92. f30195c Merge branch 'cleanup-bd_claim' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into for-2.6.38/core by Jens Axboe · 14 years ago
  93. 78daa87 Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  94. 451a3c2 BKL: remove extraneous #include <smp_lock.h> by Arnd Bergmann · 14 years ago
  95. d07335e block: Rename "block_remap" tracepoint to "block_bio_remap" to clarify the event. by Mike Snitzer · 14 years ago
  96. 5fbf856 Merge branch 'for-2.6.38/rc2-holder' into for-2.6.38/core by Jens Axboe · 14 years ago
  97. a020563 Merge branch 'v2.6.37-rc2' into for-2.6.38/core by Jens Axboe · 14 years ago
  98. bdc85df blk-cgroup: Allow creation of hierarchical cgroups by Vivek Goyal · 14 years ago
  99. c2f6805 blk-throttle: Fix calculation of max number of WRITES to be dispatched by Vivek Goyal · 14 years ago
  100. e525fd8 block: make blkdev_get/put() handle exclusive access by Tejun Heo · 14 years ago