1. 537d71b blkcg: Fix kernel-doc warnings by Bart Van Assche · 6 years ago
  2. 7585d50 blk-cgroup: Fix doc related to blkcg_exit_queue by Marcos Paulo de Souza · 6 years ago
  3. 6b45053 blkcg: remove unused __blkg_release_rcu() by Dennis Zhou · 6 years ago
  4. 3a762de block: save irq state in blkg_lookup_create() by Ming Lei · 6 years ago
  5. 0273ac3 blkcg: handle dying request_queue when associating a blkg by Dennis Zhou · 6 years ago
  6. 7754f66 blkcg: rename blkg_try_get() to blkg_tryget() by Dennis Zhou · 6 years ago
  7. 7fcf2b0 blkcg: change blkg reference counting to use percpu_ref by Dennis Zhou · 6 years ago
  8. beea9da blkcg: convert blkg_lookup_create() to find closest blkg by Dennis Zhou · 6 years ago
  9. b978962 blkcg: update blkg_lookup_create() to do locking by Dennis Zhou · 6 years ago
  10. 344e9ff block: add queue_is_mq() helper by Jens Axboe · 6 years ago
  11. 0d945c1 block: remove the queue_lock indirection by Christoph Hellwig · 6 years ago
  12. 7fb1763 blk-cgroup: move locking into blkg_destroy_all by Christoph Hellwig · 6 years ago
  13. 04be60b blk-cgroup: consolidate error handling in blkcg_init_queue by Christoph Hellwig · 6 years ago
  14. b6676f6 block: remove a few unused exports by Christoph Hellwig · 6 years ago
  15. 8f4236d block: remove QUEUE_FLAG_BYPASS and ->bypass by Christoph Hellwig · 6 years ago
  16. db6d995 block: remove request_list code by Jens Axboe · 6 years ago
  17. 2cdf2ca blk-cgroup: remove legacy queue bypassing by Jens Axboe · 6 years ago
  18. b5f2954 blkcg: revert blkcg cleanups series by Dennis Zhou · 6 years ago
  19. c0aac68 Merge tag 'v4.19-rc6' into for-4.20/block by Jens Axboe · 6 years ago
  20. 101246e blkcg: rename blkg_try_get to blkg_tryget by Dennis Zhou (Facebook) · 6 years ago
  21. b3b9f24 blkcg: change blkg reference counting to use percpu_ref by Dennis Zhou (Facebook) · 6 years ago
  22. 07b05bc blkcg: convert blkg_lookup_create to find closest blkg by Dennis Zhou (Facebook) · 6 years ago
  23. 49f4c2dc blkcg: update blkg_lookup_create to do locking by Dennis Zhou (Facebook) · 6 years ago
  24. 01c5f85 blk-cgroup: increase number of supported policies by Jens Axboe · 6 years ago
  25. 59b5771 blkcg: delay blkg destruction until after writeback has finished by Dennis Zhou (Facebook) · 6 years ago
  26. 6b06546 Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()" by Dennis Zhou (Facebook) · 6 years ago
  27. cc7ecc25 blk-cgroup: hold the queue ref during throttling by Josef Bacik · 6 years ago
  28. 636620b blkcg: Track DISCARD statistics and output them in cgroup io.stat by Tejun Heo · 6 years ago
  29. d706751 block: introduce blk-iolatency io controller by Josef Bacik · 6 years ago
  30. d09d8df blkcg: add generic throttling mechanism by Josef Bacik · 6 years ago
  31. 903d23f blk-cgroup: allow controllers to output their own stats by Josef Bacik · 6 years ago
  32. 901932a blkcg: init root blkcg_gq under lock by Jiang Biao · 7 years ago
  33. bea5488 blkcg: small fix on comment in blkcg_init_queue by Jiang Biao · 7 years ago
  34. 946b81d blkcg: don't hold blkcg lock when deactivating policy by Jiang Biao · 7 years ago
  35. 4c69948 blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir() by Joseph Qi · 7 years ago
  36. 9df6c29 genhd: Add helper put_disk_and_module() by Jan Kara · 7 years ago
  37. e840107 blkcg: add sanity check for blkcg policy operations by weiping zhang · 7 years ago
  38. 58a9edc blkcg: check pol->cpd_free_fn before free cpd by weiping zhang · 7 years ago
  39. 4c18c9e blkcg: avoid free blkcg_root when failed to alloc blkcg policy by weiping zhang · 7 years ago
  40. b425e50 block: Avoid that blk_exit_rl() triggers a use-after-free by Bart Van Assche · 8 years ago
  41. 457e490f blkcg: allocate struct blkcg_gq outside request queue spinlock by Tahsin Erdogan · 8 years ago
  42. d708f0d Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock" by Jens Axboe · 8 years ago
  43. 7fc6b87 blkcg: allocate struct blkcg_gq outside request queue spinlock by Tahsin Erdogan · 8 years ago
  44. 174cd4b sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  45. 9b54d81 blkcg: fix double free of new_blkg in blkcg_init_queue by Hou Tao · 8 years ago
  46. dc3b17c block: Use pointer to backing_dev_info from request_queue by Jan Kara · 8 years ago
  47. 38dbb7d blk-cgroup: don't quiesce the queue on policy activate/deactivate by Jens Axboe · 8 years ago
  48. 4d199c6f blk-cgroup: ensure that we clear the stop bit on quiesced queues by Jens Axboe · 8 years ago
  49. bd166ef blk-mq-sched: add framework for MQ capable IO schedulers by Jens Axboe · 8 years ago
  50. e00f4f4 block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg by Tejun Heo · 8 years ago
  51. bbb427e blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL by Bart Van Assche · 8 years ago
  52. e1f3b94 block/blk-cgroup.c: Declare local symbols static by Bart Van Assche · 9 years ago
  53. 39a169b block: fix module reference leak on put_disk() call for cgroups throttle by Roman Pen · 9 years ago
  54. 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 9 years ago
  55. 69234ac Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 9 years ago
  56. ca0752c blkcg: don't create "io.stat" on the root cgroup by Tejun Heo · 9 years ago
  57. 133bb59 Merge branch 'for-linus' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  58. 6fe810b block: blkg_destroy_all() should clear q->root_blkg and ->root_rl.blkg by Tejun Heo · 9 years ago
  59. 69d7fde blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchy by Tejun Heo · 9 years ago
  60. 2ee867dc blkcg: implement interface for the unified hierarchy by Tejun Heo · 9 years ago
  61. dd165eb blkcg: misc preparations for unified hierarchy interface by Tejun Heo · 9 years ago
  62. 36aa9e5 blkcg: move body parsing from blkg_conf_prep() to its callers by Tejun Heo · 9 years ago
  63. 880f50e2 blkcg: mark existing cftypes as legacy by Tejun Heo · 9 years ago
  64. c165b3e blkcg: rename subsystem name from blkio to io by Tejun Heo · 9 years ago
  65. 20386ce blkcg: refine error codes returned during blkcg configuration by Tejun Heo · 9 years ago
  66. 3a7faea blkcg: reduce stack usage of blkg_rwstat_recursive_sum() by Tejun Heo · 9 years ago
  67. 77ea733 blkcg: move io_service_bytes and io_serviced stats into blkcg_gq by Tejun Heo · 9 years ago
  68. f12c74c blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gq by Tejun Heo · 9 years ago
  69. 24bdb8e blkcg: make blkcg_[rw]stat per-cpu by Tejun Heo · 9 years ago
  70. e6269c4 blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with it by Tejun Heo · 9 years ago
  71. ae11889 blkcg: consolidate blkg creation in blkcg_bio_issue_check() by Tejun Heo · 9 years ago
  72. 24f2904 blkcg: inline [__]blkg_lookup() by Tejun Heo · 9 years ago
  73. e4a9bde blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methods by Tejun Heo · 9 years ago
  74. 8143764 blkcg: minor updates around blkcg_policy_data by Tejun Heo · 9 years ago
  75. a9520cd blkcg: make blkcg_policy methods take a pointer to blkcg_policy_data by Tejun Heo · 9 years ago
  76. b2ce264 blk-throttle: clean up blkg_policy_data alloc/init/exit/free methods by Tejun Heo · 9 years ago
  77. 001bea7 blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methods by Tejun Heo · 9 years ago
  78. 3e41871 blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fn by Tejun Heo · 9 years ago
  79. 4c55f4f blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy() by Tejun Heo · 9 years ago
  80. bc915e6 blkcg: remove unnecessary blkcg_root handling from css_alloc/free paths by Tejun Heo · 9 years ago
  81. 994b783 blkcg: use blkg_free() in blkcg_init_queue() failure path by Tejun Heo · 9 years ago
  82. d93a11f blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical allocations by Tejun Heo · 9 years ago
  83. 5f6c2d2 blkcg: fix gendisk reference leak in blkg_conf_prep() by Tejun Heo · 9 years ago
  84. 06b285b blkcg: fix blkcg_policy_data allocation bug by Tejun Heo · 9 years ago
  85. 7876f93 blkcg: implement all_blkcgs list by Tejun Heo · 9 years ago
  86. 144232b blkcg: blkcg_css_alloc() should grab blkcg_pol_mutex while iterating blkcg_policy[] by Tejun Heo · 9 years ago
  87. 838f13b blkcg: allow blkcg_pol_mutex to be grabbed from cgroup [file] methods by Tejun Heo · 9 years ago
  88. a322baa block/blk-cgroup.c: free per-blkcg data when freeing the blkcg by Arianna Avanzini · 9 years ago
  89. e4bc13a Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  90. e48453c block, cgroup: implement policy-specific per-blkcg data by Arianna Avanzini · 10 years ago
  91. ce7acfe writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writeback_congested by Tejun Heo · 10 years ago
  92. 52ebea7 writeback: make backing_dev_info host cgroup-specific bdi_writebacks by Tejun Heo · 10 years ago
  93. 496d5e7 blkcg: add blkcg_root_css by Tejun Heo · 10 years ago
  94. ec13b1d blkcg: always create the blkcg_gq for the root blkcg by Tejun Heo · 10 years ago
  95. eea8f41 blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h by Tejun Heo · 10 years ago
  96. f4da807 blkcg: remove blkcg->id by Tejun Heo · 10 years ago
  97. 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  98. 2cf669a cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes() by Tejun Heo · 10 years ago
  99. 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 10 years ago
  100. 0b462c8 blkcg: don't call into policy draining if root_blkg is already gone by Tejun Heo · 10 years ago