aboutsummaryrefslogtreecommitdiff
path: root/block/blk-cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-18blk-cgroup: delete rcu_read_lock_held() WARN_ON_ONCE()Gravatar Jens Axboe 1-1/+0
2022-05-17blk-cgroup: Remove unnecessary rcu_read_lock/unlock()Gravatar Fanjun Kong 1-3/+1
2022-05-17blk-cgroup: always terminate io.stat linesGravatar Wolfgang Bumiller 1-7/+2
2022-05-02blk-cgroup: cleanup blkcg_maybe_throttle_currentGravatar Christoph Hellwig 1-7/+1
2022-05-02blk-cgroup: cleanup blk_cgroup_congestedGravatar Christoph Hellwig 1-5/+1
2022-05-02blk-cgroup: move blkcg_css to blk-cgroup.cGravatar Christoph Hellwig 1-0/+17
2022-05-02blk-cgroup: replace bio_blkcg with bio_blkcg_cssGravatar Christoph Hellwig 1-1/+17
2022-05-02blk-cgroup: move struct blkcg to block/blk-cgroup.hGravatar Christoph Hellwig 1-1/+8
2022-05-02blk-cgroup: move blkcg_{pin,unpin}_online out of lineGravatar Christoph Hellwig 1-23/+65
2022-05-02blk-cgroup: move blk_cgroup_congested out lineGravatar Christoph Hellwig 1-0/+20
2022-04-01Merge tag 'for-5.18/block-2022-04-01' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+22
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-1/+1
2022-03-22block: avoid calling blkg_free() in atomic contextGravatar Ming Lei 1-10/+22
2022-03-18block: let blkcg_gq grab request queue's refcntGravatar Ming Lei 1-0/+5
2022-03-10resume_user_mode: Move to resume_user_mode.hGravatar Eric W. Biederman 1-1/+1
2022-02-15blk-cgroup: set blkg iostat after percpu stat aggregationGravatar Chengming Zhou 1-5/+5
2022-02-11block: partition include/linux/blk-cgroup.hGravatar Ming Lei 1-1/+1
2022-02-11block: move initialization of q->blkg_list into blkcg_init_queueGravatar Ming Lei 1-0/+2
2022-02-02block: remove genhd.hGravatar Christoph Hellwig 1-1/+0
2021-11-29block: don't include <linux/part_stat.h> in blk.hGravatar Christoph Hellwig 1-0/+1
2021-11-19blk-cgroup: fix missing put device in error path from blkg_conf_pref()Gravatar Yu Kuai 1-4/+5
2021-10-25blk-cgroup: synchronize blkg creation against policy deactivationGravatar Yu Kuai 1-0/+10
2021-10-18block: convert the rest of block to bdev_get_queueGravatar Pavel Begunkov 1-8/+8
2021-10-18block: move blk-throtl fast path inlineGravatar Jens Axboe 1-0/+1
2021-10-18blk-cgroup: blk_cgroup_bio_start() should use irq-safe operations on blkg->io...Gravatar Tejun Heo 1-2/+3
2021-09-15blk-cgroup: fix UAF by grabbing blkcg lock before destroying blkg pdGravatar Li Jinlin 1-0/+8
2021-09-15blkcg: fix memory leak in blk_iolatency_initGravatar Yanfei Xu 1-4/+6
2021-08-30Merge tag 'for-5.15/block-2021-08-30' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-79/+60
2021-08-23block: add an explicit ->disk backpointer to the request_queueGravatar Christoph Hellwig 1-2/+2
2021-08-16blk-cgroup: stop using seq_get_bufGravatar Christoph Hellwig 1-24/+6
2021-08-16blk-cgroup: refactor blkcg_print_statGravatar Christoph Hellwig 1-74/+74
2021-08-09block: move the bdi from the request_queue to the gendiskGravatar Christoph Hellwig 1-4/+3
2021-07-27cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncGravatar Tejun Heo 1-6/+8
2021-07-07blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsGravatar Yu Kuai 1-0/+15
2021-06-21block: Introduce the ioprio rq-qos policyGravatar Bart Van Assche 1-0/+5
2021-06-21block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() callsGravatar Bart Van Assche 1-5/+4
2021-05-24blkcg: drop CLONE_IO check in blkcg_can_attach()Gravatar Tejun Heo 1-27/+0
2021-04-30cgroup: rstat: punt root-level optimization to individual controllersGravatar Johannes Weiner 1-6/+11
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-10/+12
2021-01-28blk-cgroup: Remove obsolete macroGravatar Baolin Wang 1-2/+0
2021-01-28blk-cgroup: Use cond_resched() when destroy blkgsGravatar Baolin Wang 1-5/+13
2021-01-26blkcg: delete redundant get/put operations for queueGravatar Chunguang Xu 1-5/+8
2021-01-24block: store a block_device pointer in struct bioGravatar Christoph Hellwig 1-3/+4
2020-12-01block: merge struct block_device and struct hd_structGravatar Christoph Hellwig 1-4/+4
2020-12-01block: move disk stat accounting to struct block_deviceGravatar Christoph Hellwig 1-1/+1
2020-12-01block: simplify bdev/disk lookup in blkdev_getGravatar Christoph Hellwig 1-21/+21
2020-10-26blk-cgroup: Pre-allocate tree node on blkg_conf_prepGravatar Gabriel Krisman Bertazi 1-2/+12
2020-10-26blk-cgroup: Fix memleak on error pathGravatar Gabriel Krisman Bertazi 1-0/+1
2020-09-10blkcg: add plugging support for punt bioGravatar Xianting Tian 1-0/+9
2020-09-01blk-iocost: implement delay adjustment hysteresisGravatar Tejun Heo 1-6/+17