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