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
/
include
/
linux
/
blk-cgroup.h
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-11-15
block: remove QUEUE_FLAG_BYPASS and ->bypass
Christoph Hellwig
1
-5
/
+1
2018-11-07
block: remove request_list code
Jens Axboe
1
-97
/
+0
2018-11-02
blkcg: revert blkcg cleanups series
Dennis Zhou
1
-100
/
+45
2018-10-21
blkcg: fix edge case for blk_get_rl() under memory pressure
Dennis Zhou
1
-1
/
+1
2018-09-22
blkcg: rename blkg_try_get to blkg_tryget
Dennis Zhou (Facebook)
1
-8
/
+6
2018-09-22
blkcg: change blkg reference counting to use percpu_ref
Dennis Zhou (Facebook)
1
-10
/
+5
2018-09-22
blkcg: cleanup and make blk_get_rl use blkg_lookup_create
Dennis Zhou (Facebook)
1
-13
/
+21
2018-09-22
blkcg: remove additional reference to the css
Dennis Zhou (Facebook)
1
-48
/
+4
2018-09-22
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
1
-4
/
+4
2018-09-22
blkcg: consolidate bio_issue_init to be a part of core
Dennis Zhou (Facebook)
1
-0
/
+9
2018-09-22
blkcg: always associate a bio with a blkg
Dennis Zhou (Facebook)
1
-14
/
+2
2018-09-22
blkcg: convert blkg_lookup_create to find closest blkg
Dennis Zhou (Facebook)
1
-0
/
+14
2018-09-22
blkcg: update blkg_lookup_create to do locking
Dennis Zhou (Facebook)
1
-1
/
+3
2018-09-22
blkcg: fix ref count issue with bio_blkcg using task_css
Dennis Zhou (Facebook)
1
-8
/
+93
2018-08-31
blkcg: delay blkg destruction until after writeback has finished
Dennis Zhou (Facebook)
1
-0
/
+44
2018-08-31
Revert "blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmd...
Dennis Zhou (Facebook)
1
-1
/
+0
2018-08-12
blkcg: Make blkg_root_lookup() work for queues in bypass mode
Bart Van Assche
1
-10
/
+5
2018-08-09
blkcg: Introduce blkg_root_lookup()
Bart Van Assche
1
-0
/
+18
2018-07-30
block: don't account for split bio's size in cgroup stats
Josef Bacik
1
-2
/
+8
2018-07-18
blkcg: Track DISCARD statistics and output them in cgroup io.stat
Tejun Heo
1
-1
/
+4
2018-07-09
blkcg: add generic throttling mechanism
Josef Bacik
1
-0
/
+99
2018-07-09
blk: introduce REQ_SWAP
Josef Bacik
1
-1
/
+1
2018-07-09
blk-cgroup: allow controllers to output their own stats
Josef Bacik
1
-0
/
+3
2018-07-09
block: introduce bio_issue_as_root_blkg
Josef Bacik
1
-0
/
+16
2018-03-16
blk-throttle: fix race between blkcg_bio_issue_check() and cgroup_rmdir()
Joseph Qi
1
-0
/
+1
2018-01-16
blkcg: simplify statistic accumulation code
Arnd Bergmann
1
-3
/
+5
2017-11-15
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-18
/
+7
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
[next]