| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-07-12 | blk-cgroup: Use atomic{,64}_try_cmpxchg | Uros Bizjak | 1 | -1/+1 |
| 2022-06-29 | blk-cgroup: factor out blkcg_free_all_cpd() | Jason Yan | 1 | -18/+18 |
| 2022-06-29 | blk-cgroup: factor out blkcg_iostat_update() | Jason Yan | 1 | -17/+20 |
| 2022-06-27 | blk-ioprio: Convert from rqos policy to direct call | Jan Kara | 1 | -0/+1 |
| 2022-06-02 | block: fix bio_clone_blkg_association() to associate with proper blkcg_gq | Jan Kara | 1 | -6/+2 |
| 2022-05-18 | blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE() | Jens Axboe | 1 | -1/+0 |
| 2022-05-17 | blk-cgroup: Remove unnecessary rcu_read_lock/unlock() | Fanjun Kong | 1 | -3/+1 |
| 2022-05-17 | blk-cgroup: always terminate io.stat lines | Wolfgang Bumiller | 1 | -7/+2 |
| 2022-05-02 | blk-cgroup: cleanup blkcg_maybe_throttle_current | Christoph Hellwig | 1 | -7/+1 |
| 2022-05-02 | blk-cgroup: cleanup blk_cgroup_congested | Christoph Hellwig | 1 | -5/+1 |
| 2022-05-02 | blk-cgroup: move blkcg_css to blk-cgroup.c | Christoph Hellwig | 1 | -0/+17 |
| 2022-05-02 | blk-cgroup: replace bio_blkcg with bio_blkcg_css | Christoph Hellwig | 1 | -1/+17 |
| 2022-05-02 | blk-cgroup: move struct blkcg to block/blk-cgroup.h | Christoph Hellwig | 1 | -1/+8 |
| 2022-05-02 | blk-cgroup: move blkcg_{pin,unpin}_online out of line | Christoph Hellwig | 1 | -23/+65 |
| 2022-05-02 | blk-cgroup: move blk_cgroup_congested out line | Christoph Hellwig | 1 | -0/+20 |
| 2022-04-01 | Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -10/+22 |
| 2022-03-28 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+1 |
| 2022-03-22 | block: avoid calling blkg_free() in atomic context | Ming Lei | 1 | -10/+22 |
| 2022-03-18 | block: let blkcg_gq grab request queue's refcnt | Ming Lei | 1 | -0/+5 |
| 2022-03-10 | resume_user_mode: Move to resume_user_mode.h | Eric W. Biederman | 1 | -1/+1 |
| 2022-02-15 | blk-cgroup: set blkg iostat after percpu stat aggregation | Chengming Zhou | 1 | -5/+5 |
| 2022-02-11 | block: partition include/linux/blk-cgroup.h | Ming Lei | 1 | -1/+1 |
| 2022-02-11 | block: move initialization of q->blkg_list into blkcg_init_queue | Ming Lei | 1 | -0/+2 |
| 2022-02-02 | block: remove genhd.h | Christoph Hellwig | 1 | -1/+0 |
| 2021-11-29 | block: don't include <linux/part_stat.h> in blk.h | Christoph Hellwig | 1 | -0/+1 |
| 2021-11-19 | blk-cgroup: fix missing put device in error path from blkg_conf_pref() | Yu Kuai | 1 | -4/+5 |
| 2021-10-25 | blk-cgroup: synchronize blkg creation against policy deactivation | Yu Kuai | 1 | -0/+10 |
| 2021-10-18 | block: convert the rest of block to bdev_get_queue | Pavel Begunkov | 1 | -8/+8 |
| 2021-10-18 | block: move blk-throtl fast path inline | Jens Axboe | 1 | -0/+1 |
| 2021-10-18 | blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->io... | Tejun Heo | 1 | -2/+3 |
| 2021-09-15 | blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pd | Li Jinlin | 1 | -0/+8 |
| 2021-09-15 | blkcg: fix memory leak in blk_iolatency_init | Yanfei Xu | 1 | -4/+6 |
| 2021-08-30 | Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -77/+58 |
| 2021-08-23 | block: add an explicit ->disk backpointer to the request_queue | Christoph Hellwig | 1 | -2/+2 |
| 2021-08-16 | blk-cgroup: stop using seq_get_buf | Christoph Hellwig | 1 | -24/+6 |
| 2021-08-16 | blk-cgroup: refactor blkcg_print_stat | Christoph Hellwig | 1 | -72/+72 |
| 2021-08-09 | block: move the bdi from the request_queue to the gendisk | Christoph Hellwig | 1 | -4/+3 |
| 2021-07-27 | cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_sync | Tejun Heo | 1 | -6/+8 |
| 2021-07-07 | blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgs | Yu Kuai | 1 | -0/+15 |
| 2021-06-21 | block: Introduce the ioprio rq-qos policy | Bart Van Assche | 1 | -0/+5 |
| 2021-06-21 | block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() calls | Bart Van Assche | 1 | -5/+4 |
| 2021-05-24 | blkcg: drop CLONE_IO check in blkcg_can_attach() | Tejun Heo | 1 | -27/+0 |
| 2021-04-30 | cgroup: rstat: punt root-level optimization to individual controllers | Johannes Weiner | 1 | -6/+11 |
| 2021-02-21 | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -10/+12 |
| 2021-01-28 | blk-cgroup: Remove obsolete macro | Baolin Wang | 1 | -2/+0 |
| 2021-01-28 | blk-cgroup: Use cond_resched() when destroy blkgs | Baolin Wang | 1 | -5/+13 |
| 2021-01-26 | blkcg: delete redundant get/put operations for queue | Chunguang Xu | 1 | -5/+8 |
| 2021-01-24 | block: store a block_device pointer in struct bio | Christoph Hellwig | 1 | -3/+4 |
| 2020-12-01 | block: merge struct block_device and struct hd_struct | Christoph Hellwig | 1 | -4/+4 |
| 2020-12-01 | block: move disk stat accounting to struct block_device | Christoph Hellwig | 1 | -1/+1 |
| 2020-12-01 | block: simplify bdev/disk lookup in blkdev_get | Christoph Hellwig | 1 | -21/+21 |
| 2020-10-26 | blk-cgroup: Pre-allocate tree node on blkg_conf_prep | Gabriel Krisman Bertazi | 1 | -2/+12 |
| 2020-10-26 | blk-cgroup: Fix memleak on error path | Gabriel Krisman Bertazi | 1 | -0/+1 |
| 2020-09-10 | blkcg: add plugging support for punt bio | Xianting Tian | 1 | -0/+9 |
| 2020-09-01 | blk-iocost: implement delay adjustment hysteresis | Tejun Heo | 1 | -6/+17 |
| 2020-08-21 | blkcg: fix memleak for iolatency | Yufen Yu | 1 | -3/+5 |
| 2020-07-17 | blk-cgroup: show global disk stats in root cgroup io.stat | Boris Burkov | 1 | -2/+55 |
| 2020-07-17 | blk-cgroup: make iostat functions visible to stat printing | Boris Burkov | 1 | -71/+71 |
| 2020-07-08 | writeback: remove struct bdi_writeback_congested | Christoph Hellwig | 1 | -17/+2 |
| 2020-07-01 | block: move ->make_request_fn to struct block_device_operations | Christoph Hellwig | 1 | -1/+1 |
| 2020-06-30 | blk-cgroup: clean up indentation | Colin Ian King | 1 | -1/+1 |
| 2020-06-29 | blk-cgroup: remove blkcg_bio_issue_check | Christoph Hellwig | 1 | -0/+34 |
| 2020-06-29 | block: move the initial blkg lookup into blkg_tryget_closest | Christoph Hellwig | 1 | -19/+14 |
| 2020-06-29 | block: bypass blkg_tryget_closest for the root_blkg | Christoph Hellwig | 1 | -5/+10 |
| 2020-06-29 | block: merge blkg_lookup_create and __blkg_lookup_create | Christoph Hellwig | 1 | -31/+18 |
| 2020-06-29 | block: move the bio cgroup associatation helpers to blk-cgroup.c | Christoph Hellwig | 1 | -2/+101 |
| 2020-05-09 | Merge branch 'block-5.7' into for-5.8/block | Jens Axboe | 1 | -1/+1 |
| 2020-05-09 | bdi: use bdi_dev_name() to get device name | Yufen Yu | 1 | -1/+1 |
| 2020-04-30 | blk-iocost: switch to fixed non-auto-decaying use_delay | Tejun Heo | 1 | -0/+6 |
| 2020-04-01 | blkcg: don't offline parent blkcg first | Tejun Heo | 1 | -0/+16 |
| 2020-04-01 | blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it | Tejun Heo | 1 | -3/+3 |
| 2020-03-27 | block: simplify queue allocation | Christoph Hellwig | 1 | -1/+1 |
| 2019-12-12 | blk-cgroup: remove blkcg_drain_queue | Guoqing Jiang | 1 | -20/+0 |
| 2019-11-07 | blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT | Tejun Heo | 1 | -97/+0 |
| 2019-11-07 | blk-cgroup: reimplement basic IO stats using cgroup rstat | Tejun Heo | 1 | -25/+99 |
| 2019-11-07 | blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive() | Tejun Heo | 1 | -83/+0 |
| 2019-11-06 | blkcg: make blkcg_print_stat() print stats only for online blkgs | Tejun Heo | 1 | -5/+8 |
| 2019-10-15 | blkcg: Fix multiple bugs in blkcg_activate_policy() | Tejun Heo | 1 | -18/+51 |
| 2019-09-14 | bfq: Fix bfq linkage error | Pavel Begunkov | 1 | -0/+2 |
| 2019-08-28 | blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep() | Tejun Heo | 1 | -19/+43 |
| 2019-08-28 | blkcg: make ->cpd_init_fn() optional | Tejun Heo | 1 | -1/+2 |
| 2019-08-28 | blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn() | Tejun Heo | 1 | -3/+3 |
| 2019-07-16 | blkcg: allow blkcg_policy->pd_stat() to print non-debug info too | Tejun Heo | 1 | -6/+3 |
| 2019-07-10 | blkcg: implement REQ_CGROUP_PUNT | Tejun Heo | 1 | -0/+53 |
| 2019-07-10 | cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages | Tejun Heo | 1 | -0/+1 |
| 2019-07-10 | blk-cgroup: turn on psi memstall stuff | Josef Bacik | 1 | -5/+7 |
| 2019-06-20 | blk-cgroup: move struct blkg_stat to bfq | Christoph Hellwig | 1 | -56/+0 |
| 2019-06-20 | blk-cgroup: introduce a new struct blkg_rwstat_sample | Christoph Hellwig | 1 | -20/+19 |
| 2019-06-20 | blk-cgroup: pass blkg_rwstat structures by reference | Christoph Hellwig | 1 | -15/+16 |
| 2019-06-20 | blk-cgroup: factor out a helper to read rwstat counter | Christoph Hellwig | 1 | -3/+2 |
| 2019-06-15 | blkcg: blkcg_activate_policy() should initialize ancestors first | Tejun Heo | 1 | -1/+2 |
| 2019-06-15 | blkcg: perpcu_ref init/exit should be done from blkg_alloc/free() | Tejun Heo | 1 | -9/+4 |
| 2019-06-15 | blkcg: update blkcg_print_stat() to handle larger outputs | Tejun Heo | 1 | -2/+6 |
| 2019-06-05 | block: Drop unlikely before IS_ERR(_OR_NULL) | Kefeng Wang | 1 | -1/+1 |
| 2019-04-30 | block: add SPDX tags to block layer files missing licensing information | Christoph Hellwig | 1 | -0/+1 |
| 2019-03-20 | blkcg: Fix kernel-doc warnings | Bart Van Assche | 1 | -4/+5 |
| 2019-02-10 | blk-cgroup: Fix doc related to blkcg_exit_queue | Marcos Paulo de Souza | 1 | -1/+1 |
| 2018-12-21 | blkcg: remove unused __blkg_release_rcu() | Dennis Zhou | 1 | -23/+0 |
| 2018-12-19 | block: save irq state in blkg_lookup_create() | Ming Lei | 1 | -2/+4 |
| 2018-12-12 | blkcg: handle dying request_queue when associating a blkg | Dennis Zhou | 1 | -0/+6 |
| 2018-12-07 | blkcg: rename blkg_try_get() to blkg_tryget() | Dennis Zhou | 1 | -2/+1 |
| 2018-12-07 | blkcg: change blkg reference counting to use percpu_ref | Dennis Zhou | 1 | -2/+39 |
| 2018-12-07 | blkcg: convert blkg_lookup_create() to find closest blkg | Dennis Zhou | 1 | -6/+15 |
| 2018-12-07 | blkcg: update blkg_lookup_create() to do locking | Dennis Zhou | 1 | -3/+25 |
| 2018-11-16 | block: add queue_is_mq() helper | Jens Axboe | 1 | -4/+4 |
| 2018-11-15 | block: remove the queue_lock indirection | Christoph Hellwig | 1 | -31/+31 |
| 2018-11-15 | blk-cgroup: move locking into blkg_destroy_all | Christoph Hellwig | 1 | -7/+2 |
| 2018-11-15 | blk-cgroup: consolidate error handling in blkcg_init_queue | Christoph Hellwig | 1 | -12/+10 |
| 2018-11-15 | block: remove a few unused exports | Christoph Hellwig | 1 | -6/+0 |
| 2018-11-15 | block: remove QUEUE_FLAG_BYPASS and ->bypass | Christoph Hellwig | 1 | -15/+0 |
| 2018-11-07 | block: remove request_list code | Jens Axboe | 1 | -47/+0 |
| 2018-11-07 | blk-cgroup: remove legacy queue bypassing | Jens Axboe | 1 | -8/+0 |
| 2018-11-01 | blkcg: revert blkcg cleanups series | Dennis Zhou | 1 | -84/+37 |
| 2018-10-01 | Merge tag 'v4.19-rc6' into for-4.20/block | Jens Axboe | 1 | -1/+3 |
| 2018-09-21 | blkcg: rename blkg_try_get to blkg_tryget | Dennis Zhou (Facebook) | 1 | -2/+1 |
| 2018-09-21 | blkcg: change blkg reference counting to use percpu_ref | Dennis Zhou (Facebook) | 1 | -25/+39 |
| 2018-09-21 | blkcg: convert blkg_lookup_create to find closest blkg | Dennis Zhou (Facebook) | 1 | -7/+16 |
| 2018-09-21 | blkcg: update blkg_lookup_create to do locking | Dennis Zhou (Facebook) | 1 | -3/+28 |
| 2018-09-11 | blk-cgroup: increase number of supported policies | Jens Axboe | 1 | -1/+3 |
| 2018-08-31 | blkcg: delay blkg destruction until after writeback has finished | Dennis Zhou (Facebook) | 1 | -8/+45 |
| 2018-08-31 | Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd... | Dennis Zhou (Facebook) | 1 | -62/+16 |
| 2018-08-01 | blk-cgroup: hold the queue ref during throttling | Josef Bacik | 1 | -1/+1 |
| 2018-07-18 | blkcg: Track DISCARD statistics and output them in cgroup io.stat | Tejun Heo | 1 | -4/+9 |
| 2018-07-09 | block: introduce blk-iolatency io controller | Josef Bacik | 1 | -0/+8 |
| 2018-07-09 | blkcg: add generic throttling mechanism | Josef Bacik | 1 | -0/+220 |
| 2018-07-09 | blk-cgroup: allow controllers to output their own stats | Josef Bacik | 1 | -3/+44 |
| 2018-04-19 | blkcg: init root blkcg_gq under lock | Jiang Biao | 1 | -6/+11 |
| 2018-04-19 | blkcg: small fix on comment in blkcg_init_queue | Jiang Biao | 1 | -5/+1 |
| 2018-04-18 | blkcg: don't hold blkcg lock when deactivating policy | Jiang Biao | 1 | -5/+0 |
| 2018-03-16 | blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir() | Joseph Qi | 1 | -16/+62 |
| 2018-02-26 | genhd: Add helper put_disk_and_module() | Jan Kara | 1 | -9/+2 |
| 2017-11-04 | blkcg: add sanity check for blkcg policy operations | weiping zhang | 1 | -0/+5 |
| 2017-10-10 | blkcg: check pol->cpd_free_fn before free cpd | weiping zhang | 1 | -2/+2 |
| 2017-08-25 | blkcg: avoid free blkcg_root when failed to alloc blkcg policy | weiping zhang | 1 | -3/+5 |
| 2017-06-01 | block: Avoid that blk_exit_rl() triggers a use-after-free | Bart Van Assche | 1 | -1/+1 |
| 2017-03-29 | blkcg: allocate struct blkcg_gq outside request queue spinlock | Tahsin Erdogan | 1 | -25/+98 |
| 2017-03-29 | Revert "blkcg: allocate struct blkcg_gq outside request queue spinlock" | Jens Axboe | 1 | -87/+51 |
| 2017-03-28 | blkcg: allocate struct blkcg_gq outside request queue spinlock | Tahsin Erdogan | 1 | -51/+87 |
| 2017-03-02 | sched/headers: Prepare to move signal wakeup & sigpending methods from <linux... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-03 | blkcg: fix double free of new_blkg in blkcg_init_queue | Hou Tao | 1 | -3/+1 |
| 2017-02-02 | block: Use pointer to backing_dev_info from request_queue | Jan Kara | 1 | -3/+3 |
| 2017-01-18 | blk-cgroup: don't quiesce the queue on policy activate/deactivate | Jens Axboe | 1 | -12/+8 |
| 2017-01-18 | blk-cgroup: ensure that we clear the stop bit on quiesced queues | Jens Axboe | 1 | -4/+6 |
| 2017-01-17 | blk-mq-sched: add framework for MQ capable IO schedulers | Jens Axboe | 1 | -4/+20 |
| 2016-11-22 | block,blkcg: use __GFP_NOWARN for best-effort allocations in blkcg | Tejun Heo | 1 | -4/+5 |
| 2016-09-30 | blkcg: Unlock blkcg_pol_mutex only once when cpd == NULL | Bart Van Assche | 1 | -3/+1 |
| 2016-06-14 | block/blk-cgroup.c: Declare local symbols static | Bart Van Assche | 1 | -2/+2 |
| 2016-02-09 | block: fix module reference leak on put_disk() call for cgroups throttle | Roman Pen | 1 | -0/+9 |
| 2015-12-03 | cgroup: fix handling of multi-destination migration from subtree_control enab... | Tejun Heo | 1 | -3/+3 |
| 2015-11-05 | Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -0/+1 |
| 2015-10-22 | blkcg: don't create "io.stat" on the root cgroup | Tejun Heo | 1 | -0/+1 |
| 2015-09-19 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+3 |
| 2015-09-11 | block: blkg_destroy_all() should clear q->root_blkg and ->root_rl.blkg | Tejun Heo | 1 | -0/+3 |
| 2015-08-18 | blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchy | Tejun Heo | 1 | -0/+21 |
| 2015-08-18 | blkcg: implement interface for the unified hierarchy | Tejun Heo | 1 | -0/+53 |
| 2015-08-18 | blkcg: misc preparations for unified hierarchy interface | Tejun Heo | 1 | -1/+2 |
| 2015-08-18 | blkcg: move body parsing from blkg_conf_prep() to its callers | Tejun Heo | 1 | -8/+14 |
| 2015-08-18 | blkcg: mark existing cftypes as legacy | Tejun Heo | 1 | -6/+6 |
| 2015-08-18 | blkcg: rename subsystem name from blkio to io | Tejun Heo | 1 | -3/+4 |
| 2015-08-18 | blkcg: refine error codes returned during blkcg configuration | Tejun Heo | 1 | -6/+6 |
| 2015-08-18 | blkcg: reduce stack usage of blkg_rwstat_recursive_sum() | Tejun Heo | 1 | -6/+4 |
| 2015-08-18 | blkcg: move io_service_bytes and io_serviced stats into blkcg_gq | Tejun Heo | 1 | -0/+98 |
| 2015-08-18 | blkcg: make blkg_[rw]stat_recursive_sum() to be able to index into blkcg_gq | Tejun Heo | 1 | -27/+42 |
| 2015-08-18 | blkcg: make blkcg_[rw]stat per-cpu | Tejun Heo | 1 | -4/+6 |
| 2015-08-18 | blkcg: add blkg_[rw]stat->aux_cnt and replace cfq_group->dead_stats with it | Tejun Heo | 1 | -4/+6 |
| 2015-08-18 | blkcg: consolidate blkg creation in blkcg_bio_issue_check() | Tejun Heo | 1 | -1/+1 |
| 2015-08-18 | blkcg: inline [__]blkg_lookup() | Tejun Heo | 1 | -36/+2 |
| 2015-08-18 | blkcg: replace blkcg_policy->cpd_size with ->cpd_alloc/free_fn() methods | Tejun Heo | 1 | -15/+24 |
| 2015-08-18 | blkcg: minor updates around blkcg_policy_data | Tejun Heo | 1 | -11/+13 |
| 2015-08-18 | blkcg: make blkcg_policy methods take a pointer to blkcg_policy_data | Tejun Heo | 1 | -10/+8 |
| 2015-08-18 | blk-throttle: clean up blkg_policy_data alloc/init/exit/free methods | Tejun Heo | 1 | -11/+0 |
| 2015-08-18 | blkcg: replace blkcg_policy->pd_size with ->pd_alloc/free_fn() methods | Tejun Heo | 1 | -10/+11 |
| 2015-08-18 | blkcg: make blkcg_activate_policy() allow NULL ->pd_init_fn | Tejun Heo | 1 | -1/+2 |
| 2015-08-18 | blkcg: restructure blkg_policy_data allocation in blkcg_activate_policy() | Tejun Heo | 1 | -34/+21 |
| 2015-08-18 | blkcg: remove unnecessary blkcg_root handling from css_alloc/free paths | Tejun Heo | 1 | -15/+10 |
| 2015-08-18 | blkcg: use blkg_free() in blkcg_init_queue() failure path | Tejun Heo | 1 | -2/+3 |
| 2015-08-18 | blkcg, cfq-iosched: use GFP_NOWAIT instead of GFP_ATOMIC for non-critical all... | Tejun Heo | 1 | -4/+4 |
| 2015-07-22 | blkcg: fix gendisk reference leak in blkg_conf_prep() | Tejun Heo | 1 | -1/+5 |
| 2015-07-09 | blkcg: fix blkcg_policy_data allocation bug | Tejun Heo | 1 | -36/+42 |
| 2015-07-09 | blkcg: implement all_blkcgs list | Tejun Heo | 1 | -5/+12 |
| 2015-07-09 | blkcg: blkcg_css_alloc() should grab blkcg_pol_mutex while iterating blkcg_po... | Tejun Heo | 1 | -0/+4 |
| 2015-07-09 | blkcg: allow blkcg_pol_mutex to be grabbed from cgroup [file] methods | Tejun Heo | 1 | -19/+21 |
| 2015-07-07 | block/blk-cgroup.c: free per-blkcg data when freeing the blkcg | Arianna Avanzini | 1 | -3/+6 |
| 2015-06-25 | Merge branch 'for-4.2/writeback' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -58/+65 |
| 2015-06-07 | block, cgroup: implement policy-specific per-blkcg data | Arianna Avanzini | 1 | -11/+81 |
| 2015-06-02 | writeback, blkcg: associate each blkcg_gq with the corresponding bdi_writebac... | Tejun Heo | 1 | -2/+15 |
| 2015-06-02 | writeback: make backing_dev_info host cgroup-specific bdi_writebacks | Tejun Heo | 1 | -1/+6 |
| 2015-06-02 | blkcg: add blkcg_root_css | Tejun Heo | 1 | -0/+2 |
| 2015-06-02 | blkcg: always create the blkcg_gq for the root blkcg | Tejun Heo | 1 | -55/+41 |
| 2015-06-02 | blkcg: move block/blk-cgroup.h to include/linux/blk-cgroup.h | Tejun Heo | 1 | -1/+1 |
| 2014-09-08 | blkcg: remove blkcg->id | Tejun Heo | 1 | -2/+0 |
| 2014-08-04 | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -2/+11 |
| 2014-07-15 | cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes() | Tejun Heo | 1 | -1/+2 |
| 2014-07-15 | cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes | Tejun Heo | 1 | -1/+1 |
| 2014-07-12 | blkcg: don't call into policy draining if root_blkg is already gone | Tejun Heo | 1 | -0/+7 |
| 2014-07-08 | blkcg, memcg: make blkcg depend on memcg on the default hierarchy | Tejun Heo | 1 | -0/+8 |
| 2014-06-22 | Revert "block: add __init to blkcg_policy_register" | Jens Axboe | 1 | -1/+1 |
| 2014-06-22 | blkcg: fix use-after-free in __blkg_release_rcu() by making blkcg_gq refcnt a... | Tejun Heo | 1 | -5/+2 |
| 2014-06-11 | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1/+1 |
| 2014-06-10 | block: add __init to blkcg_policy_register | Fabian Frederick | 1 | -1/+1 |