1. 1547010 cfq-iosched: free cic_index if cfqd allocation fails by Namhyung Kim · 13 years ago
  2. 20359f2 cfq-iosched: remove unused 'group_changed' in cfq_service_tree_add() by Namhyung Kim · 13 years ago
  3. 229836b cfq-iosched: reduce bit operations in cfq_choose_req() by Namhyung Kim · 13 years ago
  4. b9f8ce0 cfq-iosched: algebraic simplification in cfq_prio_to_maxrq() by Namhyung Kim · 13 years ago
  5. 4cbadbd blk-cgroup: Initialize ioc->cgroup_changed at ioc creation time by Vivek Goyal · 13 years ago
  6. 95cf3dd block: call elv_bio_merged() when merged by Vivek Goyal · 13 years ago
  7. 317389a cfq-iosched: Make IO merge related stats per cpu by Vivek Goyal · 13 years ago
  8. 2abae55 cfq-iosched: Fix a memory leak of per cpu stats for root group by Vivek Goyal · 13 years ago
  9. 771949d block: get rid of on-stack plugging debug checks by Jens Axboe · 13 years ago
  10. 0eb8e88 Merge branch 'for-linus' into for-2.6.40/core by Jens Axboe · 13 years ago
  11. af75cd3 blk-throttle: Make no throttling rule group processing lockless by Vivek Goyal · 13 years ago
  12. f0bdc8c blk-cgroup: Make cgroup stat reset path blkg->lock free for dispatch stats by Vivek Goyal · 13 years ago
  13. 575969a blk-cgroup: Make 64bit per cpu stats safe on 32bit arch by Vivek Goyal · 13 years ago
  14. 5624a4e blk-throttle: Make dispatch stats per cpu by Vivek Goyal · 13 years ago
  15. 4843c69 blk-throttle: Free up a group only after one rcu grace period by Vivek Goyal · 13 years ago
  16. 5617cbe blk-throttle: Use helper function to add root throtl group to lists by Vivek Goyal · 13 years ago
  17. 269f541 blk-throttle: Introduce a helper function to fill in device details by Vivek Goyal · 13 years ago
  18. 29b1258 blk-throttle: Dynamically allocate root group by Vivek Goyal · 13 years ago
  19. f469a7b blk-cgroup: Allow sleeping while dynamically allocating a group by Vivek Goyal · 13 years ago
  20. 56edf7d cfq-iosched: Fix a possible race with cfq cgroup removal code by Vivek Goyal · 13 years ago
  21. 3e59cf9 cfq-iosched: Get rid of redundant function parameter "create" by Vivek Goyal · 13 years ago
  22. a23e686 blk-cgroup: move some fields of unaccounted_time file under right config option by Vivek Goyal · 13 years ago
  23. a29a171 blk-throttle: Do the new group initialization with the help of a function by Vivek Goyal · 13 years ago
  24. 698567f Merge commit 'v2.6.39' into for-2.6.40/core by Jens Axboe · 13 years ago
  25. 0a58e07 block: add proper state guards to __elv_next_request by James Bottomley · 13 years ago
  26. 3ec717b block: don't delay blk_run_queue_async by Shaohua Li · 13 years ago
  27. a934a00 block: Fix discard topology stacking and reporting by Martin K. Petersen · 13 years ago
  28. 70087dc blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroup by Vivek Goyal · 13 years ago
  29. 8af1954 blkdev: Do not return -EOPNOTSUPP if discard is supported by Lukas Czerner · 13 years ago
  30. 5baebe5 blkdev: Simple cleanup in blkdev_issue_zeroout() by Lukas Czerner · 13 years ago
  31. 5dba308 blkdev: Submit discard bio in batches in blkdev_issue_discard() by Lukas Czerner · 13 years ago
  32. 3ac0cc4 block: hold queue if flush is running for non-queueable flush drive by shaohua.li@intel.com · 13 years ago
  33. f387693 block: add a non-queueable flush flag by shaohua.li@intel.com · 13 years ago
  34. 490b94b iosched: remove redundant sprintf by Kees Cook · 13 years ago
  35. addd0a0 block: Remove 'plug/unplug' comment in blk_execute_rq_nowait by Tao Ma · 13 years ago
  36. 7c88a16 block: don't propagate unlisted DISK_EVENTs to userland by Tejun Heo · 13 years ago
  37. 3aa7287 elevator: check for ELEVATOR_INSERT_SORT_MERGE in !elvpriv case too by Jens Axboe · 13 years ago
  38. 60735b6 block: Remove the extra check in queue_requests_store by Tao Ma · 13 years ago
  39. ed5302d block, blk-sysfs: Fix an err return path in blk_register_queue() by Liu Yuan · 13 years ago
  40. d350e6b block: remove stale kerneldoc member from __blk_run_queue() by Jens Axboe · 13 years ago
  41. c21e6be block: get rid of QUEUE_FLAG_REENTER by Jens Axboe · 13 years ago
  42. 5f45c69 cfq-iosched: read_lock() does not always imply rcu_read_lock() by Jens Axboe · 13 years ago
  43. bd900d4 block: kill blk_flush_plug_list() export by Jens Axboe · 13 years ago
  44. 24ecfbe block: add blk_run_queue_async by Christoph Hellwig · 13 years ago
  45. 4521cc4 block: blk_delay_queue() should use kblockd workqueue by Jens Axboe · 13 years ago
  46. 99e2259 block: drop queue lock before calling __blk_run_queue() for kblockd punt by Jens Axboe · 13 years ago
  47. b4cb290 Revert "block: add callback function for unplug notification" by Jens Axboe · 13 years ago
  48. 048c937 block: Enhance new plugging support to support general callbacks by NeilBrown · 13 years ago
  49. 49cac01 block: make unplug timer trace event correspond to the schedule() unplug by Jens Axboe · 13 years ago
  50. f660378 block: only force kblockd unplugging from the schedule() path by Jens Axboe · 13 years ago
  51. 88b996c block: cleanup the block plug helper functions by Christoph Hellwig · 13 years ago
  52. 80656b6 block, blk-sysfs: Use the variable directly instead of a function call by Liu Yuan · 13 years ago
  53. f4af3c3 block: move queue run on unplug to kblockd by Jens Axboe · 13 years ago
  54. cf82c79 block: kill queue_sync_plugs() by Jens Axboe · 13 years ago
  55. dc6d36c block: readd plug trace event by Jens Axboe · 13 years ago
  56. f756645 block: add callback function for unplug notification by Jens Axboe · 13 years ago
  57. 1881127 block: add comment on why we save and disable interrupts in flush_plug_list() by Jens Axboe · 13 years ago
  58. 94b5eb2 block: fixup block IO unplug trace call by Jens Axboe · 13 years ago
  59. 109b812 block: splice plug list to local context by NeilBrown · 13 years ago
  60. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  61. f83e826 block: fix request sorting at unplug by Konstantin Khlebnikov · 13 years ago
  62. a63a5cf dm: improve block integrity support by Mike Snitzer · 13 years ago
  63. 6f03793 blk-throttle: don't call xchg on bool by Andreas Schwab · 13 years ago
  64. 53d63e6 block: make the flush insertion use the tail of the dispatch list by Jens Axboe · 13 years ago
  65. b710a48 block: get rid of elv_insert() interface by Jens Axboe · 13 years ago
  66. 8182924 block: dump request state on seeing a corrupted request completion by Jens Axboe · 13 years ago
  67. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  68. ad3d9d7 block: fix issue with calling blk_stop_queue() from the request_fn handler by Jens Axboe · 13 years ago
  69. 401a18e block: fix bug with inserting flush requests as sort/merge by Jens Axboe · 13 years ago
  70. 6c51038 Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 13 years ago
  71. c4ade94 cfq-iosched: removing unnecessary think time checking by Li, Shaohua · 13 years ago
  72. 62a37f6 cfq-iosched: Don't clear queue stats when preempt. by Justin TerAvest · 13 years ago
  73. 04521db blk-throttle: Reset group slice when limits are changed by Vivek Goyal · 13 years ago
  74. 9026e52 blk-cgroup: Only give unaccounted_time under debug by Justin TerAvest · 13 years ago
  75. eda5e0c cfq-iosched: Don't set active queue in preempt by Justin TerAvest · 13 years ago
  76. 5e84ea3 block: attempt to merge with existing requests on plug flush by Jens Axboe · 13 years ago
  77. c55d267 Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 by Linus Torvalds · 13 years ago
  78. 8184f93 cfq-iosched: Don't update group weights when on service tree by Justin TerAvest · 13 years ago
  79. 167400d blk-cgroup: Add unaccounted time to timeslice_used. by Justin TerAvest · 13 years ago
  80. eba2ed9 block: remove obsolete comments for blkdev_issue_zeroout. by Tao Ma · 13 years ago
  81. 0aeea18 block: fix mis-synchronisation in blkdev_issue_zeroout() by Lukas Czerner · 13 years ago
  82. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  83. 69d60eb blk-throttle: Use blk_plug in throttle dispatch by Vivek Goyal · 13 years ago
  84. 721a960 block: kill off REQ_UNPLUG by Jens Axboe · 13 years ago
  85. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  86. 73c1010 block: initial patch for on-stack per-task plugging by Jens Axboe · 13 years ago
  87. 3cca6dc block: add API for delaying work/request_fn a little bit by Jens Axboe · 13 years ago
  88. facc31d block: Don't implicitly trigger event check on disk_unblock_events() by Tejun Heo · 13 years ago
  89. df457f8 blk-cgroup: Lower minimum weight from 100 to 10. by Justin TerAvest · 13 years ago
  90. de701c7 blk-throttle: Some cleanups and race fixes in limit update code by Vivek Goyal · 13 years ago
  91. 231d704 blk-throttle: process limit change only through one function by Vivek Goyal · 13 years ago
  92. 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
  93. a603271 cfq-iosched: Fix update_vdisktime logic by Gui Jianfeng · 13 years ago
  94. ef8a41d cfq-iosched: give busy sync queue no dispatch limit by Shaohua Li · 13 years ago
  95. 93803e0 cfq-iosched: fix race in cfq_set_request() by Jens Axboe · 13 years ago
  96. e83a46b Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core by Tejun Heo · 13 years ago
  97. da52777 block: Move blk_throtl_exit() call to blk_cleanup_queue() by Vivek Goyal · 13 years ago
  98. c94a96a block: Initialize ->queue_lock to internal lock at queue allocation time by Vivek Goyal · 13 years ago
  99. 53f2295 block/genhd: Change some numerals into macros by Liu Yuan · 13 years ago
  100. 255bb49 block: blk-flush shouldn't call directly into q->request_fn() __blk_run_queue() by Tejun Heo · 13 years ago