index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-02
block: merge struct block_device and struct hd_struct
Christoph Hellwig
1
-4
/
+4
2020-12-02
block: move disk stat accounting to struct block_device
Christoph Hellwig
1
-1
/
+1
2020-12-02
block: simplify bdev/disk lookup in blkdev_get
Christoph Hellwig
1
-21
/
+21
2020-10-26
blk-cgroup: Pre-allocate tree node on blkg_conf_prep
Gabriel Krisman Bertazi
1
-2
/
+12
2020-10-26
blk-cgroup: Fix memleak on error path
Gabriel Krisman Bertazi
1
-0
/
+1
2020-09-10
blkcg: add plugging support for punt bio
Xianting Tian
1
-0
/
+9
2020-09-02
blk-iocost: implement delay adjustment hysteresis
Tejun Heo
1
-6
/
+17
2020-08-22
blkcg: fix memleak for iolatency
Yufen Yu
1
-3
/
+5
2020-07-18
blk-cgroup: show global disk stats in root cgroup io.stat
Boris Burkov
1
-2
/
+55
2020-07-18
blk-cgroup: make iostat functions visible to stat printing
Boris Burkov
1
-71
/
+71
2020-07-09
writeback: remove struct bdi_writeback_congested
Christoph Hellwig
1
-17
/
+2
2020-07-01
block: move ->make_request_fn to struct block_device_operations
Christoph Hellwig
1
-1
/
+1
2020-06-30
blk-cgroup: clean up indentation
Colin Ian King
1
-1
/
+1
2020-06-29
blk-cgroup: remove blkcg_bio_issue_check
Christoph Hellwig
1
-0
/
+34
2020-06-29
block: move the initial blkg lookup into blkg_tryget_closest
Christoph Hellwig
1
-19
/
+14
2020-06-29
block: bypass blkg_tryget_closest for the root_blkg
Christoph Hellwig
1
-5
/
+10
2020-06-29
block: merge blkg_lookup_create and __blkg_lookup_create
Christoph Hellwig
1
-31
/
+18
2020-06-29
block: move the bio cgroup associatation helpers to blk-cgroup.c
Christoph Hellwig
1
-2
/
+101
2020-05-10
Merge branch 'block-5.7' into for-5.8/block
Jens Axboe
1
-1
/
+1
2020-05-10
bdi: use bdi_dev_name() to get device name
Yufen Yu
1
-1
/
+1
2020-05-01
blk-iocost: switch to fixed non-auto-decaying use_delay
Tejun Heo
1
-0
/
+6
2020-04-01
blkcg: don't offline parent blkcg first
Tejun Heo
1
-0
/
+16
2020-04-01
blkcg: rename blkcg->cgwb_refcnt to ->online_pin and always use it
Tejun Heo
1
-3
/
+3
2020-03-27
block: simplify queue allocation
Christoph Hellwig
1
-1
/
+1
2019-12-12
blk-cgroup: remove blkcg_drain_queue
Guoqing Jiang
1
-20
/
+0
2019-11-07
blk-cgroup: separate out blkg_rwstat under CONFIG_BLK_CGROUP_RWSTAT
Tejun Heo
1
-97
/
+0
2019-11-07
blk-cgroup: reimplement basic IO stats using cgroup rstat
Tejun Heo
1
-25
/
+99
2019-11-07
blk-cgroup: remove now unused blkg_print_stat_{bytes|ios}_recursive()
Tejun Heo
1
-83
/
+0
2019-11-07
blkcg: make blkcg_print_stat() print stats only for online blkgs
Tejun Heo
1
-5
/
+8
2019-10-15
blkcg: Fix multiple bugs in blkcg_activate_policy()
Tejun Heo
1
-18
/
+51
2019-09-14
bfq: Fix bfq linkage error
Pavel Begunkov
1
-0
/
+2
2019-08-29
blkcg: separate blkcg_conf_get_disk() out of blkg_conf_prep()
Tejun Heo
1
-19
/
+43
2019-08-29
blkcg: make ->cpd_init_fn() optional
Tejun Heo
1
-1
/
+2
2019-08-29
blkcg: pass @q and @blkcg into blkcg_pol_alloc_pd_fn()
Tejun Heo
1
-3
/
+3
2019-07-16
blkcg: allow blkcg_policy->pd_stat() to print non-debug info too
Tejun Heo
1
-6
/
+3
2019-07-10
blkcg: implement REQ_CGROUP_PUNT
Tejun Heo
1
-0
/
+53
2019-07-10
cgroup, blkcg: Prepare some symbols for module and !CONFIG_CGROUP usages
Tejun Heo
1
-0
/
+1
2019-07-10
blk-cgroup: turn on psi memstall stuff
Josef Bacik
1
-5
/
+7
2019-06-20
blk-cgroup: move struct blkg_stat to bfq
Christoph Hellwig
1
-56
/
+0
2019-06-20
blk-cgroup: introduce a new struct blkg_rwstat_sample
Christoph Hellwig
1
-20
/
+19
2019-06-20
blk-cgroup: pass blkg_rwstat structures by reference
Christoph Hellwig
1
-15
/
+16
2019-06-20
blk-cgroup: factor out a helper to read rwstat counter
Christoph Hellwig
1
-3
/
+2
2019-06-15
blkcg: blkcg_activate_policy() should initialize ancestors first
Tejun Heo
1
-1
/
+2
2019-06-15
blkcg: perpcu_ref init/exit should be done from blkg_alloc/free()
Tejun Heo
1
-9
/
+4
2019-06-15
blkcg: update blkcg_print_stat() to handle larger outputs
Tejun Heo
1
-2
/
+6
2019-06-05
block: Drop unlikely before IS_ERR(_OR_NULL)
Kefeng Wang
1
-1
/
+1
2019-05-01
block: add SPDX tags to block layer files missing licensing information
Christoph Hellwig
1
-0
/
+1
2019-03-20
blkcg: Fix kernel-doc warnings
Bart Van Assche
1
-4
/
+5
2019-02-10
blk-cgroup: Fix doc related to blkcg_exit_queue
Marcos Paulo de Souza
1
-1
/
+1
2018-12-21
blkcg: remove unused __blkg_release_rcu()
Dennis Zhou
1
-23
/
+0
[next]