summaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
AgeCommit message (Expand)Author
2022-11-30Revert "blk-cgroup: Flush stats at blkgs destruction path"Jens Axboe
2022-11-16blk-cgroup: Flush stats at blkgs destruction pathWaiman Long
2022-11-16blk-cgroup: Optimize blkcg_rstat_flush()Waiman Long
2022-11-16blk-cgroup: Return -ENOMEM directly in blkcg_css_alloc() error pathWaiman Long
2022-11-14blk-cgroup: properly pin the parent in blkcg_css_onlineChris Mason
2022-09-27blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig
2022-09-26blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig
2022-09-26blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig
2022-09-26blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig
2022-09-26blk-cgroup: remove blkg_lookup_checkChristoph Hellwig
2022-09-26blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig
2022-09-26blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig
2022-09-26blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig
2022-09-26blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig
2022-07-12blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak
2022-06-29blk-cgroup: factor out blkcg_free_all_cpd()Jason Yan
2022-06-29blk-cgroup: factor out blkcg_iostat_update()Jason Yan
2022-06-27blk-ioprio: Convert from rqos policy to direct callJan Kara
2022-06-02block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara
2022-05-18blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE()Jens Axboe
2022-05-17blk-cgroup: Remove unnecessary rcu_read_lock/unlock()Fanjun Kong
2022-05-17blk-cgroup: always terminate io.stat linesWolfgang Bumiller
2022-05-02blk-cgroup: cleanup blkcg_maybe_throttle_currentChristoph Hellwig
2022-05-02blk-cgroup: cleanup blk_cgroup_congestedChristoph Hellwig
2022-05-02blk-cgroup: move blkcg_css to blk-cgroup.cChristoph Hellwig
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig
2022-05-02blk-cgroup: move blkcg_{pin,unpin}_online out of lineChristoph Hellwig
2022-05-02blk-cgroup: move blk_cgroup_congested out lineChristoph Hellwig
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-22block: avoid calling blkg_free() in atomic contextMing Lei
2022-03-18block: let blkcg_gq grab request queue's refcntMing Lei
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman
2022-02-15blk-cgroup: set blkg iostat after percpu stat aggregationChengming Zhou
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei
2022-02-11block: move initialization of q->blkg_list into blkcg_init_queueMing Lei
2022-02-02block: remove genhd.hChristoph Hellwig
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig
2021-11-19blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai
2021-10-25blk-cgroup: synchronize blkg creation against policy deactivationYu Kuai
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov
2021-10-18block: move blk-throtl fast path inlineJens Axboe
2021-10-18blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->io...Tejun Heo
2021-09-15blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin
2021-09-15blkcg: fix memory leak in blk_iolatency_initYanfei Xu