1. a051661 blkcg: implement per-blkg request allocation by Tejun Heo · 12 years ago
  2. b1208b5 blkcg: inline bio_blkcg() and friends by Tejun Heo · 12 years ago
  3. a637120 blkcg: use radix tree to index blkgs from blkcg by Tejun Heo · 12 years ago
  4. f9fcc2d blkcg: collapse blkcg_policy_ops into blkcg_policy by Tejun Heo · 12 years ago
  5. f95a04a blkcg: embed struct blkg_policy_data in policy specific data by Tejun Heo · 12 years ago
  6. 3c79839 blkcg: mass rename of blkcg API by Tejun Heo · 12 years ago
  7. 36558c8 blkcg: style cleanups for blk-cgroup.h by Tejun Heo · 12 years ago
  8. 54e7ed1 blkcg: remove blkio_group->path[] by Tejun Heo · 12 years ago
  9. c94bed89 blkcg: blkg_rwstat_read() was missing inline by Tejun Heo · 12 years ago
  10. 3c96cb3 blkcg: drop stuff unused after per-queue policy activation update by Tejun Heo · 12 years ago
  11. a2b1693 blkcg: implement per-queue policy activation by Tejun Heo · 12 years ago
  12. da8b066 blkcg: make blkg_conf_prep() take @pol and return with queue lock held by Tejun Heo · 12 years ago
  13. 8bd435b blkcg: remove static policy ID enums by Tejun Heo · 12 years ago
  14. ec39934 blkcg: use @pol instead of @plid in update_root_blkg_pd() and blkcg_print_blkgs() by Tejun Heo · 12 years ago
  15. bc0d650 blkcg: kill blkio_list and replace blkio_list_lock with a mutex by Tejun Heo · 12 years ago
  16. f48ec1d cfq: fix build breakage & warnings by Tejun Heo · 12 years ago
  17. 5bc4afb1 blkcg: drop BLKCG_STAT_{PRIV|POL|OFF} macros by Tejun Heo · 12 years ago
  18. d366e7e blkcg: pass around pd->pdata instead of pd itself in prfill functions by Tejun Heo · 12 years ago
  19. af133ce blkcg: move blkio_group_conf->iops and ->bps to blk-throttle by Tejun Heo · 12 years ago
  20. 3381cb8 blkcg: move blkio_group_conf->weight to cfq by Tejun Heo · 12 years ago
  21. 8a3d261 blkcg: move blkio_group_stats_cpu and friends to blk-throttle.c by Tejun Heo · 12 years ago
  22. 155fead blkcg: move blkio_group_stats to cfq-iosched.c by Tejun Heo · 12 years ago
  23. 9ade5ea blkcg: add blkio_policy_ops operations for exit and stat reset by Tejun Heo · 12 years ago
  24. 41b38b6 blkcg: cfq doesn't need per-cpu dispatch stats by Tejun Heo · 12 years ago
  25. 629ed0b blkcg: move statistics update code to policies by Tejun Heo · 12 years ago
  26. 60c2bc2 blkcg: move conf/stat file handling code to policies by Tejun Heo · 12 years ago
  27. 44ea53d blkcg: implement blkio_policy_type->cftypes by Tejun Heo · 12 years ago
  28. 829fdb5 blkcg: export conf/stat helpers to prepare for reorganization by Tejun Heo · 12 years ago
  29. 3a8b31d blkcg: restructure blkio_group configruation setting by Tejun Heo · 12 years ago
  30. c4682ae blkcg: restructure configuration printing by Tejun Heo · 12 years ago
  31. d3d32e6 blkcg: restructure statistics printing by Tejun Heo · 12 years ago
  32. edcb072 blkcg: introduce blkg_stat and blkg_rwstat by Tejun Heo · 12 years ago
  33. 2aa4a15 blkcg: BLKIO_STAT_CPU_SECTORS doesn't have subcounters by Tejun Heo · 12 years ago
  34. aaec55a blkcg: remove unused @pol and @plid parameters by Tejun Heo · 12 years ago
  35. 9a9e8a2 blkcg: add blkcg->id by Tejun Heo · 12 years ago
  36. edf1b87 blkcg: remove blkio_group->stats_lock by Tejun Heo · 12 years ago
  37. c4c76a0 blkcg: restructure blkio_get_stat() by Tejun Heo · 12 years ago
  38. 997a026 blkcg: simplify stat reset by Tejun Heo · 12 years ago
  39. 5fe224d blkcg: don't use percpu for merged stats by Tejun Heo · 12 years ago
  40. 1cd9e03 blkcg: alloc per cpu stats from worker thread in a delayed manner by Vivek Goyal · 12 years ago
  41. 4f85cb9 block: make block cgroup policies follow bio task association by Tejun Heo · 12 years ago
  42. c875f4d blkcg: drop unnecessary RCU locking by Tejun Heo · 12 years ago
  43. 9f13ef6 blkcg: use double locking instead of RCU for blkg synchronization by Tejun Heo · 12 years ago
  44. e8989fa blkcg: unify blkg's for blkcg policies by Tejun Heo · 12 years ago
  45. 03aa264 blkcg: let blkcg core manage per-queue blkg list and counter by Tejun Heo · 12 years ago
  46. 4eef304 blkcg: move per-queue blkg list heads and counters to queue and blkg by Tejun Heo · 12 years ago
  47. c176826 blkcg: don't use blkg->plid in stat related functions by Tejun Heo · 12 years ago
  48. 549d3aa blkcg: make blkg->pd an array and move configuration and stats into it by Tejun Heo · 12 years ago
  49. 1adaf3d blkcg: move refcnt to blkcg core by Tejun Heo · 12 years ago
  50. 0381411 blkcg: let blkcg core handle policy private data allocation by Tejun Heo · 12 years ago
  51. 5efd611 blkcg: add blkcg_{init|drain|exit}_queue() by Tejun Heo · 12 years ago
  52. 7ee9c56 blkcg: let blkio_group point to blkio_cgroup directly by Tejun Heo · 12 years ago
  53. 7a4dd28 blkcg: kill the mind-bending blkg->dev by Tejun Heo · 12 years ago
  54. 4bfd482 blkcg: kill blkio_policy_node by Tejun Heo · 12 years ago
  55. e56da7e blkcg: don't allow or retain configuration of missing devices by Tejun Heo · 12 years ago
  56. cd1604f blkcg: factor out blkio_group creation by Tejun Heo · 12 years ago
  57. 035d10b blkcg: add blkio_policy[] array and allow one policy per policy ID by Tejun Heo · 12 years ago
  58. ca32aef blkcg: use q and plid instead of opaque void * for blkio_group association by Tejun Heo · 12 years ago
  59. 72e06c2 blkcg: shoot down blkio_groups on elevator switch by Tejun Heo · 12 years ago
  60. 32e380a blkcg: make CONFIG_BLK_CGROUP bool by Tejun Heo · 12 years ago
  61. e890413 block: fix a typo in the blk-cgroup.h file by Jie Liu · 13 years ago
  62. 317389a cfq-iosched: Make IO merge related stats per cpu by Vivek Goyal · 13 years ago
  63. 575969a blk-cgroup: Make 64bit per cpu stats safe on 32bit arch by Vivek Goyal · 13 years ago
  64. 5624a4e blk-throttle: Make dispatch stats per cpu by Vivek Goyal · 13 years ago
  65. a23e686 blk-cgroup: move some fields of unaccounted_time file under right config option by Vivek Goyal · 13 years ago
  66. 70087dc blk-throttle: Use task_subsys_state() to determine a task's blkio_cgroup by Vivek Goyal · 13 years ago
  67. 167400d blk-cgroup: Add unaccounted time to timeslice_used. by Justin TerAvest · 13 years ago
  68. df457f8 blk-cgroup: Lower minimum weight from 100 to 10. by Justin TerAvest · 13 years ago
  69. 9355aed blkio-throttle: limit max iops value to UINT_MAX by Vivek Goyal · 14 years ago
  70. fe07143 blkio: Recalculate the throttled bio dispatch time upon throttle limit change by Vivek Goyal · 14 years ago
  71. 7702e8f blk-cgroup: cgroup changes for IOPS limit support by Vivek Goyal · 14 years ago
  72. 4c9eefa blk-cgroup: Introduce cgroup changes for throttling policy by Vivek Goyal · 14 years ago
  73. 062a644 blk-cgroup: Prepare the base for supporting more than one IO control policies by Vivek Goyal · 14 years ago
  74. afc24d4 blk-cgroup: config options re-arrangement by Vivek Goyal · 14 years ago
  75. e5ff082 blkio: Fix another BUG_ON() crash due to cfqq movement across groups by Vivek Goyal · 14 years ago
  76. 8d2a91f blkio: Initialize blkg->stats_lock for the root cfqg too by Divyesh Shah · 14 years ago
  77. a11cdaa block: Update to io-controller stats by Divyesh Shah · 14 years ago
  78. 34d0f17 io-controller: Add a new interface "weight_device" for IO-Controller by Gui Jianfeng · 14 years ago
  79. 812df48 blkio: Add more debug-only per-cgroup stats by Divyesh Shah · 14 years ago
  80. cdc1184 blkio: Add io_queued and avg_queue_size stats by Divyesh Shah · 14 years ago
  81. 812d402 blkio: Add io_merged stat by Divyesh Shah · 14 years ago
  82. 84c124d blkio: Changes to IO controller additional stats patches by Divyesh Shah · 14 years ago
  83. 9195291 blkio: Increment the blkio cgroup stats for real now by Divyesh Shah · 14 years ago
  84. 303a3ac blkio: Add io controller stats like by Divyesh Shah · 14 years ago
  85. 9a0785b blkio: Remove per-cfqq nr_sectors as we'll be passing by Divyesh Shah · 14 years ago
  86. 67523c4 cgroups: blkio subsystem as module by Ben Blum · 14 years ago
  87. 024f906 cfq: Remove useless css reference get by Gui Jianfeng · 14 years ago
  88. 3e25206 blkio: Implement dynamic io controlling policy registration by Vivek Goyal · 15 years ago
  89. 9d6a986 blkio: Export some symbols from blkio as its user CFQ can be a module by Vivek Goyal · 15 years ago
  90. 2f5ea47 cfq-iosched: fix compile problem with !CONFIG_CGROUP by Jens Axboe · 15 years ago
  91. 2208419 blkio: Export disk time and sectors used by a group to user space by Vivek Goyal · 15 years ago
  92. 2868ef7 blkio: Some debugging aids for CFQ by Vivek Goyal · 15 years ago
  93. b1c3576 blkio: Take care of cgroup deletion and cfq group reference counting by Vivek Goyal · 15 years ago
  94. 31e4c28 blkio: Introduce blkio controller cgroup interface by Vivek Goyal · 15 years ago