1. a637120 blkcg: use radix tree to index blkgs from blkcg by Tejun Heo · 12 years ago
  2. 496fb78 blkcg: fix blkcg->css ref leak in __blkg_lookup_create() by Tejun Heo · 12 years ago
  3. f9fcc2d blkcg: collapse blkcg_policy_ops into blkcg_policy by Tejun Heo · 12 years ago
  4. f95a04a blkcg: embed struct blkg_policy_data in policy specific data by Tejun Heo · 12 years ago
  5. 3c79839 blkcg: mass rename of blkcg API by Tejun Heo · 12 years ago
  6. 54e7ed1 blkcg: remove blkio_group->path[] by Tejun Heo · 12 years ago
  7. 6d18b00 blkcg: shoot down blkgs if all policies are deactivated by Tejun Heo · 12 years ago
  8. 3c96cb3 blkcg: drop stuff unused after per-queue policy activation update by Tejun Heo · 12 years ago
  9. a2b1693 blkcg: implement per-queue policy activation by Tejun Heo · 12 years ago
  10. 80fd997 blkcg: make sure blkg_lookup() returns %NULL if @q is bypassing by Tejun Heo · 12 years ago
  11. da8b066 blkcg: make blkg_conf_prep() take @pol and return with queue lock held by Tejun Heo · 12 years ago
  12. 8bd435b blkcg: remove static policy ID enums by Tejun Heo · 12 years ago
  13. ec39934 blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs() by Tejun Heo · 12 years ago
  14. bc0d650 blkcg: kill blkio_list and replace blkio_list_lock with a mutex by Tejun Heo · 12 years ago
  15. 5bc4afb1 blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macros by Tejun Heo · 12 years ago
  16. d366e7e blkcg: pass around pd->pdata instead of pd itself in prfill functions by Tejun Heo · 12 years ago
  17. 3381cb8 blkcg: move blkio_group_conf->weight to cfq by Tejun Heo · 12 years ago
  18. 8a3d261 blkcg: move blkio_group_stats_cpu and friends to blk-throttle.c by Tejun Heo · 12 years ago
  19. 155fead blkcg: move blkio_group_stats to cfq-iosched.c by Tejun Heo · 12 years ago
  20. 9ade5ea blkcg: add blkio_policy_ops operations for exit and stat reset by Tejun Heo · 12 years ago
  21. 41b38b6 blkcg: cfq doesn't need per-cpu dispatch stats by Tejun Heo · 12 years ago
  22. 629ed0b blkcg: move statistics update code to policies by Tejun Heo · 12 years ago
  23. 60c2bc2 blkcg: move conf/stat file handling code to policies by Tejun Heo · 12 years ago
  24. 44ea53d blkcg: implement blkio_policy_type->cftypes by Tejun Heo · 12 years ago
  25. 829fdb5 blkcg: export conf/stat helpers to prepare for reorganization by Tejun Heo · 12 years ago
  26. 726fa69 blkcg: simplify blkg_conf_prep() by Tejun Heo · 12 years ago
  27. 3a8b31d blkcg: restructure blkio_group configruation setting by Tejun Heo · 12 years ago
  28. c4682ae blkcg: restructure configuration printing by Tejun Heo · 12 years ago
  29. 627f29f blkcg: drop blkiocg_file_write_u64() by Tejun Heo · 12 years ago
  30. d3d32e6 blkcg: restructure statistics printing by Tejun Heo · 12 years ago
  31. edcb072 blkcg: introduce blkg_stat and blkg_rwstat by Tejun Heo · 12 years ago
  32. aaec55a blkcg: remove unused @pol and @plid parameters by Tejun Heo · 12 years ago
  33. 959d851 Merge branch 'for-3.5' of ../cgroup into block/for-3.5/core-merged by Tejun Heo · 12 years ago
  34. 4baf6e3 cgroup: convert all non-memcg controllers to the new cftype interface by Tejun Heo · 12 years ago
  35. 676f7c8 cgroup: relocate cftype and cgroup_subsys definitions in controllers by Tejun Heo · 12 years ago
  36. a556793 blkcg: change a spin_lock() to spin_lock_irq() by Dan Carpenter · 12 years ago
  37. 0d9cabd Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 12 years ago
  38. 2b566fa block: remove ioc_*_changed() by Tejun Heo · 12 years ago
  39. 9a9e8a2 blkcg: add blkcg->id by Tejun Heo · 12 years ago
  40. edf1b87 blkcg: remove blkio_group->stats_lock by Tejun Heo · 12 years ago
  41. c4c76a0 blkcg: restructure blkio_get_stat() by Tejun Heo · 12 years ago
  42. 997a026 blkcg: simplify stat reset by Tejun Heo · 12 years ago
  43. 5fe224d blkcg: don't use percpu for merged stats by Tejun Heo · 12 years ago
  44. 1cd9e03 blkcg: alloc per cpu stats from worker thread in a delayed manner by Vivek Goyal · 12 years ago
  45. 4f85cb9 block: make block cgroup policies follow bio task association by Tejun Heo · 12 years ago
  46. c875f4d blkcg: drop unnecessary RCU locking by Tejun Heo · 12 years ago
  47. 9f13ef6 blkcg: use double locking instead of RCU for blkg synchronization by Tejun Heo · 12 years ago
  48. e8989fa blkcg: unify blkg's for blkcg policies by Tejun Heo · 12 years ago
  49. 03aa264 blkcg: let blkcg core manage per-queue blkg list and counter by Tejun Heo · 12 years ago
  50. 4eef304 blkcg: move per-queue blkg list heads and counters to queue and blkg by Tejun Heo · 12 years ago
  51. c176826 blkcg: don't use blkg->plid in stat related functions by Tejun Heo · 12 years ago
  52. 549d3aa blkcg: make blkg->pd an array and move configuration and stats into it by Tejun Heo · 12 years ago
  53. 1adaf3d blkcg: move refcnt to blkcg core by Tejun Heo · 12 years ago
  54. 0381411 blkcg: let blkcg core handle policy private data allocation by Tejun Heo · 12 years ago
  55. 923adde blkcg: clear all request_queues on blkcg policy [un]registrations by Tejun Heo · 12 years ago
  56. 5efd611 blkcg: add blkcg_{init|drain|exit}_queue() by Tejun Heo · 12 years ago
  57. 7ee9c56 blkcg: let blkio_group point to blkio_cgroup directly by Tejun Heo · 12 years ago
  58. 92616b5 blkcg: skip blkg printing if q isn't associated with disk by Vivek Goyal · 12 years ago
  59. 7a4dd28 blkcg: kill the mind-bending blkg->dev by Tejun Heo · 12 years ago
  60. 4bfd482 blkcg: kill blkio_policy_node by Tejun Heo · 12 years ago
  61. e56da7e blkcg: don't allow or retain configuration of missing devices by Tejun Heo · 12 years ago
  62. cd1604f blkcg: factor out blkio_group creation by Tejun Heo · 12 years ago
  63. 035d10b blkcg: add blkio_policy[] array and allow one policy per policy ID by Tejun Heo · 12 years ago
  64. ca32aef blkcg: use q and plid instead of opaque void * for blkio_group association by Tejun Heo · 12 years ago
  65. 72e06c2 blkcg: shoot down blkio_groups on elevator switch by Tejun Heo · 12 years ago
  66. 32e380a blkcg: make CONFIG_BLK_CGROUP bool by Tejun Heo · 12 years ago
  67. 11a3122 block: strip out locking optimization in put_io_context() by Tejun Heo · 12 years ago
  68. 761b3ef cgroup: remove cgroup_subsys argument from callbacks by Li Zefan · 12 years ago
  69. b3c9dd1 Merge branch 'for-3.3/core' of git://git.kernel.dk/linux-block by Linus Torvalds · 12 years ago
  70. b2efa05 block, cfq: unlink cfq_io_context's immediately by Tejun Heo · 12 years ago
  71. dc86900 block, cfq: move ioc ioprio/cgroup changed handling to cic by Tejun Heo · 12 years ago
  72. 6e736be block: make ioc get/put interface more conventional and fix race on alloction by Tejun Heo · 12 years ago
  73. bb9d97b cgroup: don't use subsys->can_attach_task() or ->attach_task() by Tejun Heo · 12 years ago
  74. a38eb63 blk-throttle: Take blkcg->lock while traversing blkcg->policy_list by Vivek Goyal · 13 years ago
  75. e060f00 blk-throttle: Free up policy node associated with deleted rule by Vivek Goyal · 13 years ago
  76. ece8424 block: fix genhd refcounting in blkio_policy_parse_and_set() by Tejun Heo · 13 years ago
  77. d11bb44 blk-cgroup: be able to remove the record of unplugged device by Wanlong Gao · 13 years ago
  78. f780bdb cgroups: add per-thread subsystem callbacks by Ben Blum · 13 years ago
  79. 317389a cfq-iosched: Make IO merge related stats per cpu by Vivek Goyal · 13 years ago
  80. f0bdc8c blk-cgroup: Make cgroup stat reset path blkg->lock free for dispatch stats by Vivek Goyal · 13 years ago
  81. 575969a blk-cgroup: Make 64bit per cpu stats safe on 32bit arch by Vivek Goyal · 13 years ago
  82. 5624a4e blk-throttle: Make dispatch stats per cpu by Vivek Goyal · 13 years ago
  83. a23e686 blk-cgroup: move some fields of unaccounted_time file under right config option by Vivek Goyal · 13 years ago
  84. 70087dc blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroup by Vivek Goyal · 13 years ago
  85. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  86. 9026e52 blk-cgroup: Only give unaccounted_time under debug by Justin TerAvest · 13 years ago
  87. 167400d blk-cgroup: Add unaccounted time to timeslice_used. by Justin TerAvest · 13 years ago
  88. bdc85df blk-cgroup: Allow creation of hierarchical cgroups by Vivek Goyal · 14 years ago
  89. e9dd2b6 Merge branch 'for-2.6.37/core' of git://git.kernel.dk/linux-2.6-block by Linus Torvalds · 14 years ago
  90. 9355aed blkio-throttle: limit max iops value to UINT_MAX by Vivek Goyal · 14 years ago
  91. fe07143 blkio: Recalculate the throttled bio dispatch time upon throttle limit change by Vivek Goyal · 14 years ago
  92. 61014e9 blkio: deletion of a cgroup was causes oops by Vivek Goyal · 14 years ago
  93. 13f9825 blkio: Do not export throttle files if CONFIG_BLK_DEV_THROTTLING=n by Vivek Goyal · 14 years ago
  94. 7702e8f blk-cgroup: cgroup changes for IOPS limit support by Vivek Goyal · 14 years ago
  95. 4c9eefa blk-cgroup: Introduce cgroup changes for throttling policy by Vivek Goyal · 14 years ago
  96. 062a644 blk-cgroup: Prepare the base for supporting more than one IO control policies by Vivek Goyal · 14 years ago
  97. af41d7b blk-cgroup: Kill the header printed at the start of blkio.weight_device file by Vivek Goyal · 14 years ago
  98. 96aa1b4 blkio: Fix return code for mkdir calls by Ciju Rajan K · 14 years ago
  99. ee9a360 Merge branch 'master' into for-2.6.35 by Jens Axboe · 14 years ago
  100. 0341509 blk-cgroup: Fix an RCU warning in blkiocg_create() by Li Zefan · 14 years ago