aboutsummaryrefslogtreecommitdiffstats
path: root/block/blk-cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-27cgroup: rstat: fix A-A deadlock on 32bit around u64_stats_syncTejun Heo1-6/+8
2021-07-07blk-cgroup: prevent rcu_sched detected stalls warnings while iterating blkgsYu Kuai1-0/+15
2021-06-21block: Introduce the ioprio rq-qos policyBart Van Assche1-0/+5
2021-06-21block/blk-cgroup: Swap the blk_throtl_init() and blk_iolatency_init() callsBart Van Assche1-5/+4
2021-05-24blkcg: drop CLONE_IO check in blkcg_can_attach()Tejun Heo1-27/+0
2021-04-30cgroup: rstat: punt root-level optimization to individual controllersJohannes Weiner1-6/+11
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds1-10/+12
2021-01-28blk-cgroup: Remove obsolete macroBaolin Wang1-2/+0
2021-01-28blk-cgroup: Use cond_resched() when destroy blkgsBaolin Wang1-5/+13
2021-01-26blkcg: delete redundant get/put operations for queueChunguang Xu1-5/+8
2021-01-24block: store a block_device pointer in struct bioChristoph Hellwig1-3/+4
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig1-4/+4
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig1-1/+1
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig1-21/+21
2020-10-26blk-cgroup: Pre-allocate tree node on blkg_conf_prepGabriel Krisman Bertazi1-2/+12
2020-10-26blk-cgroup: Fix memleak on error pathGabriel Krisman Bertazi1-0/+1
2020-09-10blkcg: add plugging support for punt bioXianting Tian1-0/+9
2020-09-01blk-iocost: implement delay adjustment hysteresisTejun Heo1-6/+17
2020-08-21blkcg: fix memleak for iolatencyYufen Yu1-3/+5
2020-07-17blk-cgroup: show global disk stats in root cgroup io.statBoris Burkov1-2/+55
2020-07-17blk-cgroup: make iostat functions visible to stat printingBoris Burkov1-71/+71
2020-07-08writeback: remove struct bdi_writeback_congestedChristoph Hellwig1-17/+2
2020-07-01block: move ->make_request_fn to struct block_device_operationsChristoph Hellwig1-1/+1
2020-06-30blk-cgroup: clean up indentationColin Ian King1-1/+1
2020-06-29blk-cgroup: remove blkcg_bio_issue_checkChristoph Hellwig1-0/+34
2020-06-29block: move the initial blkg lookup into blkg_tryget_closestChristoph Hellwig1-19/+14
2020-06-29block: bypass blkg_tryget_closest for the root_blkgChristoph Hellwig1-5/+10
2020-06-29block: merge blkg_lookup_create and __blkg_lookup_createChristoph Hellwig1-31/+18
2020-06-29block: move the bio cgroup associatation helpers to blk-cgroup.cChristoph Hellwig1-2/+101
2020-05-09Merge branch 'block-5.7' into for-5.8/blockJens Axboe1-1/+1
2020-05-09bdi: use bdi_dev_name() to get device nameYufen Yu1-1/+1
2020-04-30blk-iocost: switch to fixed non-auto-decaying use_delayTejun Heo1-0/+6
2020-04-01blkcg: don't offline parent blkcg firstTejun Heo1-0/+16
2020-04-01blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use itTejun Heo1-3/+3
2020-03-27block: simplify queue allocationChristoph Hellwig1-1/+1
2019-12-12blk-cgroup: remove blkcg_drain_queueGuoqing Jiang1-20/+0
2019-11-07blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTATTejun Heo1-97/+0
2019-11-07blk-cgroup: reimplement basic IO stats using cgroup rstatTejun Heo1-25/+99
2019-11-07blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()Tejun Heo1-83/+0