aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-27blk-cgroup: don't update the blkg lookup hint in blkg_conf_prepChristoph Hellwig1-13/+4
2022-09-26blk-cgroup: pass a gendisk to the blkg allocation helpersChristoph Hellwig1-28/+28
2022-09-26blk-cgroup: pass a gendisk to blkcg_schedule_throttleChristoph Hellwig1-3/+5
2022-09-26blk-cgroup: pass a gendisk to blkg_destroy_allChristoph Hellwig1-9/+4
2022-09-26blk-throttle: pass a gendisk to blk_throtl_init and blk_throtl_exitChristoph Hellwig1-3/+3
2022-09-26blk-iolatency: pass a gendisk to blk_iolatency_initChristoph Hellwig1-1/+1
2022-09-26blk-ioprio: pass a gendisk to blk_ioprio_init and blk_ioprio_exitChristoph Hellwig1-2/+2
2022-09-26blk-cgroup: pass a gendisk to blkcg_init_queue and blkcg_exit_queueChristoph Hellwig1-20/+5
2022-09-26blk-cgroup: remove blkg_lookup_checkChristoph Hellwig1-26/+10
2022-09-26blk-cgroup: cleanup the blkg_lookup family of functionsChristoph Hellwig1-23/+15
2022-09-26blk-cgroup: remove open coded blkg_lookup instancesChristoph Hellwig1-3/+3
2022-09-26blk-cgroup: remove blk_queue_root_blkgChristoph Hellwig1-2/+1
2022-09-26blk-cgroup: fix error unwinding in blkcg_init_queueChristoph Hellwig1-6/+7
2022-07-12blk-cgroup: Use atomic{,64}_try_cmpxchgUros Bizjak1-1/+1
2022-06-29blk-cgroup: factor out blkcg_free_all_cpd()Jason Yan1-18/+18
2022-06-29blk-cgroup: factor out blkcg_iostat_update()Jason Yan1-17/+20
2022-06-27blk-ioprio: Convert from rqos policy to direct callJan Kara1-0/+1
2022-06-02block: fix bio_clone_blkg_association() to associate with proper blkcg_gqJan Kara1-6/+2
2022-05-18blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE()Jens Axboe1-1/+0
2022-05-17blk-cgroup: Remove unnecessary rcu_read_lock/unlock()Fanjun Kong1-3/+1
2022-05-17blk-cgroup: always terminate io.stat linesWolfgang Bumiller1-7/+2
2022-05-02blk-cgroup: cleanup blkcg_maybe_throttle_currentChristoph Hellwig1-7/+1
2022-05-02blk-cgroup: cleanup blk_cgroup_congestedChristoph Hellwig1-5/+1
2022-05-02blk-cgroup: move blkcg_css to blk-cgroup.cChristoph Hellwig1-0/+17
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssChristoph Hellwig1-1/+17
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hChristoph Hellwig1-1/+8
2022-05-02blk-cgroup: move blkcg_{pin,unpin}_online out of lineChristoph Hellwig1-23/+65
2022-05-02blk-cgroup: move blk_cgroup_congested out lineChristoph Hellwig1-0/+20
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+22
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-03-22block: avoid calling blkg_free() in atomic contextMing Lei1-10/+22
2022-03-18block: let blkcg_gq grab request queue's refcntMing Lei1-0/+5
2022-03-10resume_user_mode: Move to resume_user_mode.hEric W. Biederman1-1/+1
2022-02-15blk-cgroup: set blkg iostat after percpu stat aggregationChengming Zhou1-5/+5
2022-02-11block: partition include/linux/blk-cgroup.hMing Lei1-1/+1
2022-02-11block: move initialization of q->blkg_list into blkcg_init_queueMing Lei1-0/+2
2022-02-02block: remove genhd.hChristoph Hellwig1-1/+0
2021-11-29block: don't include <linux/part_stat.h> in blk.hChristoph Hellwig1-0/+1
2021-11-19blk-cgroup: fix missing put device in error path from blkg_conf_pref()Yu Kuai1-4/+5
2021-10-25blk-cgroup: synchronize blkg creation against policy deactivationYu Kuai1-0/+10
2021-10-18block: convert the rest of block to bdev_get_queuePavel Begunkov1-8/+8
2021-10-18block: move blk-throtl fast path inlineJens Axboe1-0/+1
2021-10-18blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->iostat_cpuTejun Heo1-2/+3
2021-09-15blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdLi Jinlin1-0/+8
2021-09-15blkcg: fix memory leak in blk_iolatency_initYanfei Xu1-4/+6
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockLinus Torvalds1-79/+60
2021-08-23block: add an explicit ->disk backpointer to the request_queueChristoph Hellwig1-2/+2
2021-08-16blk-cgroup: stop using seq_get_bufChristoph Hellwig1-24/+6
2021-08-16blk-cgroup: refactor blkcg_print_statChristoph Hellwig1-74/+74
2021-08-09block: move the bdi from the request_queue to the gendiskChristoph Hellwig1-4/+3