1. 34f6055 block: add blk_queue_dead() by Tejun Heo · 13 years ago
  2. 334c2b0 blk-throttle: use queue_is_locked() instead of lockdep_is_held() by Jens Axboe · 13 years ago
  3. c9a929d block: fix request_queue lifetime handling by making blk_queue_cleanup() properly shutdown by Tejun Heo · 13 years ago
  4. bc16a4f block: reorganize throtl_get_tg() and blk_throtl_bio() by Tejun Heo · 13 years ago
  5. 315fcee block: drop unnecessary blk_get/put_queue() in scsi_cmd_ioctl() and blk_get_tg() by Tejun Heo · 13 years ago
  6. bc9fcbf block: move blk_throtl prototypes to block/blk.h by Tejun Heo · 13 years ago
  7. e5a94f5 blk-throttle: correctly determine sync bio by Shaohua Li · 13 years ago
  8. d2f31a5 blk-throttle: Make total_nr_queued unsigned by Joe Perches · 13 years ago
  9. fd16d26 block: Add __attribute__((format(printf...) and fix fallout by Joe Perches · 13 years ago
  10. af75cd3 blk-throttle: Make no throttling rule group processing lockless by Vivek Goyal · 13 years ago
  11. 5624a4e blk-throttle: Make dispatch stats per cpu by Vivek Goyal · 13 years ago
  12. 4843c69 blk-throttle: Free up a group only after one rcu grace period by Vivek Goyal · 13 years ago
  13. 5617cbe blk-throttle: Use helper function to add root throtl group to lists by Vivek Goyal · 13 years ago
  14. 269f541 blk-throttle: Introduce a helper function to fill in device details by Vivek Goyal · 13 years ago
  15. 29b1258 blk-throttle: Dynamically allocate root group by Vivek Goyal · 13 years ago
  16. f469a7b blk-cgroup: Allow sleeping while dynamically allocating a group by Vivek Goyal · 13 years ago
  17. a29a171 blk-throttle: Do the new group initialization with the help of a function by Vivek Goyal · 13 years ago
  18. 70087dc blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroup by Vivek Goyal · 13 years ago
  19. 42933ba Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6 by Linus Torvalds · 13 years ago
  20. 6f03793 blk-throttle: don't call xchg on bool by Andreas Schwab · 13 years ago
  21. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  22. 04521db blk-throttle: Reset group slice when limits are changed by Vivek Goyal · 13 years ago
  23. 4c63f56 Merge branch 'for-2.6.39/stack-plug' into for-2.6.39/core by Jens Axboe · 13 years ago
  24. 69d60eb blk-throttle: Use blk_plug in throttle dispatch by Vivek Goyal · 13 years ago
  25. 7eaceac block: remove per-queue plugging by Jens Axboe · 13 years ago
  26. de701c7 blk-throttle: Some cleanups and race fixes in limit update code by Vivek Goyal · 13 years ago
  27. 231d704 blk-throttle: process limit change only through one function by Vivek Goyal · 13 years ago
  28. e83a46b Merge branch 'for-linus' of ../linux-2.6-block into block-for-2.6.39/core by Tejun Heo · 13 years ago
  29. da52777 block: Move blk_throtl_exit() call to blk_cleanup_queue() by Vivek Goyal · 13 years ago
  30. 450adcb blk-throttle: Do not use kblockd workqueue for throtl work by Vivek Goyal · 13 years ago
  31. be2c6b1 blkio-throttle: Avoid calling blkiocg_lookup_group() for root group by Vivek Goyal · 13 years ago
  32. 04a6b51 blk-throttle: Correct the placement of smp_rmb() by Vivek Goyal · 14 years ago
  33. d1ae8ff blk-throttle: Trim/adjust slice_end once a bio has been dispatched by Vivek Goyal · 14 years ago
  34. c2f6805 blk-throttle: Fix calculation of max number of WRITES to be dispatched by Vivek Goyal · 14 years ago
  35. c49c06e blkio-throttle: Fix possible multiplication overflow in iops calculations by Vivek Goyal · 14 years ago
  36. 5e901a2 blkio-throttle: There is no need to convert jiffies to milli seconds by Vivek Goyal · 14 years ago
  37. 3aad5d3 blkio-throttle: Fix link failure failure on i386 by Vivek Goyal · 14 years ago
  38. fe07143 blkio: Recalculate the throttled bio dispatch time upon throttle limit change by Vivek Goyal · 14 years ago
  39. 02977e4 blkio: Add root group to td->tg_list by Vivek Goyal · 14 years ago
  40. 8e89d13 blkio: Implementation of IOPS limit logic by Vivek Goyal · 14 years ago
  41. e43473b blkio: Core implementation of throttle policy by Vivek Goyal · 14 years ago