Age | Commit message (Expand) | Author | Files | Lines |
2022-09-27 | blk-cgroup: pass a gendisk to blkcg_schedule_throttle | Christoph Hellwig | 1 | -3/+2 |
2022-05-02 | blk-cgroup: remove unneeded includes from <linux/blk-cgroup.h> | Christoph Hellwig | 1 | -10/+5 |
2022-05-02 | blk-cgroup: remove pointless CONFIG_BLOCK ifdefs | Christoph Hellwig | 1 | -4/+0 |
2022-05-02 | blk-cgroup: replace bio_blkcg with bio_blkcg_css | Christoph Hellwig | 1 | -78/+5 |
2022-05-02 | blk-cgroup: move struct blkcg to block/blk-cgroup.h | Christoph Hellwig | 1 | -31/+1 |
2022-05-02 | blk-cgroup: move blkcg_{pin,unpin}_online out of line | Christoph Hellwig | 1 | -44/+2 |
2022-05-02 | blk-cgroup: move blk_cgroup_congested out line | Christoph Hellwig | 1 | -19/+1 |
2022-05-02 | blk-cgroup: move blkcg_{get,set}_fc_appid out of line | Christoph Hellwig | 1 | -56/+2 |
2022-03-23 | block: avoid calling blkg_free() in atomic context | Ming Lei | 1 | -1/+4 |
2022-02-11 | block: partition include/linux/blk-cgroup.h | Ming Lei | 1 | -454/+5 |
2022-02-11 | block: remove THROTL_IOPS_MAX | Ming Lei | 1 | -2/+0 |
2021-08-16 | blk-cgroup: stop using seq_get_buf | Christoph Hellwig | 1 | -2/+2 |
2021-06-10 | scsi: blkcg: Add app identifier support for blkcg | Muneendra Kumar | 1 | -0/+63 |
2020-12-02 | block: simplify bdev/disk lookup in blkdev_get | Christoph Hellwig | 1 | -2/+2 |
2020-07-09 | writeback: remove struct bdi_writeback_congested | Christoph Hellwig | 1 | -6/+0 |
2020-06-29 | blk-cgroup: remove blkcg_bio_issue_check | Christoph Hellwig | 1 | -54/+2 |
2020-06-29 | blk-cgroup: move rcu locking from blkcg_bio_issue_check to blk_throtl_bio | Christoph Hellwig | 1 | -2/+0 |
2020-06-29 | blk-cgroup: remove the !bio->bi_blkg check in blkcg_bio_issue_check | Christoph Hellwig | 1 | -14/+1 |
2020-06-29 | block: move the bio cgroup associatation helpers to blk-cgroup.c | Christoph Hellwig | 1 | -30/+0 |
2020-05-01 | blk-iocost: switch to fixed non-auto-decaying use_delay | Tejun Heo | 1 | -10/+33 |
2020-04-29 | block: replace BIO_QUEUE_ENTERED with BIO_CGROUP_ACCT | Christoph Hellwig | 1 | -4/+6 |
2020-04-01 | blkcg: don't offline parent blkcg first | Tejun Heo | 1 | -1/+5 |
2020-04-01 | blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it | Tejun Heo | 1 | -26/+13 |
2019-12-12 | blk-cgroup: remove blkcg_drain_queue | Guoqing Jiang | 1 | -2/+0 |
2019-11-18 | blk-cgroup: cgroup_rstat_updated() shouldn't be called on cgroup1 | Tejun Heo | 1 | -1/+2 |
2019-11-07 | blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT | Tejun Heo | 1 | -159/+0 |
2019-11-07 | blk-cgroup: reimplement basic IO stats using cgroup rstat | Tejun Heo | 1 | -5/+43 |
2019-11-07 | blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive() | Tejun Heo | 1 | -5/+0 |
2019-08-29 | blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep() | Tejun Heo | 1 | -0/+1 |
2019-08-29 | blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn() | Tejun Heo | 1 | -1/+2 |
2019-08-05 | block: Fix spelling in the header above blkg_lookup() | Bart Van Assche | 1 | -1/+1 |
2019-07-16 | blkcg: allow blkcg_policy->pd_stat() to print non-debug info too | Tejun Heo | 1 | -0/+1 |
2019-07-10 | blkcg: implement REQ_CGROUP_PUNT | Tejun Heo | 1 | -1/+15 |
2019-06-20 | blk-cgroup: move struct blkg_stat to bfq | Christoph Hellwig | 1 | -71/+0 |
2019-06-20 | blk-cgroup: introduce a new struct blkg_rwstat_sample | Christoph Hellwig | 1 | -10/+12 |
2019-06-20 | blk-cgroup: pass blkg_rwstat structures by reference | Christoph Hellwig | 1 | -7/+7 |
2019-06-20 | blk-cgroup: factor out a helper to read rwstat counter | Christoph Hellwig | 1 | -0/+7 |
2018-12-21 | blkcg: clean up blkg_tryget_closest() | Dennis Zhou | 1 | -5/+16 |
2018-12-13 | blkcg: handle dying request_queue when associating a blkg | Dennis Zhou | 1 | -1/+1 |
2018-12-08 | blkcg: put back rcu lock in blkcg_bio_issue_check() | Dennis Zhou | 1 | -0/+3 |
2018-12-08 | blkcg: rename blkg_try_get() to blkg_tryget() | Dennis Zhou | 1 | -7/+5 |
2018-12-08 | blkcg: change blkg reference counting to use percpu_ref | Dennis Zhou | 1 | -10/+5 |
2018-12-08 | blkcg: remove additional reference to the css | Dennis Zhou | 1 | -41/+0 |
2018-12-08 | blkcg: remove bio->bi_css and instead use bio->bi_blkg | Dennis Zhou | 1 | -4/+4 |
2018-12-08 | blkcg: consolidate bio_issue_init() to be a part of core | Dennis Zhou | 1 | -0/+9 |
2018-12-08 | blkcg: associate blkg when associating a device | Dennis Zhou | 1 | -8/+10 |
2018-12-08 | blkcg: convert blkg_lookup_create() to find closest blkg | Dennis Zhou | 1 | -9/+15 |
2018-12-08 | blkcg: update blkg_lookup_create() to do locking | Dennis Zhou | 1 | -1/+3 |
2018-12-08 | blkcg: fix ref count issue with bio_blkcg() using task_css | Dennis Zhou | 1 | -8/+90 |
2018-11-15 | block: remove the queue_lock indirection | Christoph Hellwig | 1 | -2/+2 |