index
:
pub/scm/linux/kernel/git/kees/linux.git
master
Various feature branches
Kees Cook
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-15
block: skip blkcg walk in blk_cgroup_congested() when nothing throttled
Usama Arif
1
-1
/
+14
2026-08-03
blk-cgroup: factor policy pd teardown loop into helper
Zheng Qixing
1
-30
/
+27
2026-08-03
blk-cgroup: skip dying blkg in blkcg_activate_policy()
Zheng Qixing
1
-0
/
+2
2026-08-03
blk-cgroup: fix race between policy activation and blkg destruction
Zheng Qixing
1
-0
/
+3
2026-08-03
blk-cgroup: protect q->blkg_list iteration in blkg_destroy_all() with blkcg_m...
Yu Kuai
1
-0
/
+3
2026-07-15
blk-cgroup: fix leaks and online flag on radix_tree_insert failure
Tao Cui
1
-2
/
+2
2026-06-24
blk-cgroup: don't nest queue_lock under blkcg->lock in blkcg_destroy_blkgs()
Yu Kuai
1
-19
/
+26
2026-06-24
blk-cgroup: don't nest queue_lock under rcu in bio_associate_blkg()
Yu Kuai
1
-7
/
+11
2026-06-24
blk-cgroup: don't nest queue_lock under rcu in blkg_lookup_create()
Yu Kuai
1
-21
/
+36
2026-06-24
blk-cgroup: don't nest queue_lock under rcu in blkcg_print_blkgs()
Yu Kuai
1
-9
/
+13
2026-06-24
blk-cgroup: protect iterating blkgs with blkcg->lock in blkcg_print_stat()
Yu Kuai
1
-6
/
+3
2026-06-22
blk-cgroup: defer blkcg css_put until blkg is unlinked from queue
Zizhi Wo
1
-12
/
+12
2026-06-22
blk-cgroup: fix UAF in __blkcg_rstat_flush()
Michal Koutný
1
-10
/
+11
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-74
/
+24
2026-06-05
block/cgroup: Inline blkg_conf_{open,close}_bdev_frozen()
Bart Van Assche
1
-46
/
+0
2026-06-05
block/cgroup: Improve lock context annotations
Bart Van Assche
1
-1
/
+0
2026-06-05
block/cgroup: Split blkg_conf_exit()
Bart Van Assche
1
-29
/
+28
2026-06-05
block/cgroup: Split blkg_conf_prep()
Bart Van Assche
1
-10
/
+8
2026-05-18
cgroup/rstat: validate cpu before css_rstat_cpu() access
Qing Ming
1
-1
/
+1
2026-03-31
blk-cgroup: fix disk reference leak in blkcg_maybe_throttle_current()
Jackie Liu
1
-0
/
+1
2026-03-11
blk-cgroup: wait for blkcg cleanup before initializing new disk
Ming Lei
1
-0
/
+15
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-1
/
+1
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-1
/
+1
2025-10-15
block: Remove elevator_lock usage from blkg_conf frozen operations
Ming Lei
1
-9
/
+4
2025-09-23
blk-cgroup: fix possible deadlock while configuring policy
Yu Kuai
1
-15
/
+8
2025-09-08
blk-throttle: fix access race during throttle policy activation
Han Guangjiang
1
-6
/
+0
2025-08-11
blk-cgroup: remove redundant __GFP_NOWARN
Qianfeng Rong
1
-3
/
+3
2025-05-27
Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+5
2025-05-19
cgroup: use subsystem-specific rstat locks to avoid contention
JP Kobryn
1
-2
/
+2
2025-04-24
block: don't autoload drivers on blk-cgroup configuration
Christoph Hellwig
1
-1
/
+1
2025-04-24
block: don't autoload drivers on stat
Christoph Hellwig
1
-1
/
+1
2025-04-04
cgroup: change rstat function signatures from cgroup-based to css-based
JP Kobryn
1
-3
/
+3
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
1
-10
/
+63
2025-03-24
Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+6
2025-03-19
block: correct locking order for protecting blk-wbt parameters
Nilay Shroff
1
-0
/
+51
2025-03-18
blk-cgroup: improve policy registration error handling
Chen Linxuan
1
-10
/
+12
2025-03-11
blk-cgroup: Simplify policy files registration
Michal Koutný
1
-2
/
+5
2025-03-11
cgroup/blkio: Add deprecation messages to reset_stats
Michal Koutný
1
-0
/
+1
2025-01-31
Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+6
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
1
-4
/
+6
2025-01-10
blk-cgroup: Fix class @block_class's subsystem refcount leakage
Zijun Hu
1
-0
/
+1
2024-12-10
blk-cgroup: Fix UAF in blkcg_unpin_online()
Tejun Heo
1
-1
/
+5
2024-07-28
blk-ioprio: remove per-disk structure
Yu Kuai
1
-8
/
+0
2024-07-28
blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy()
Yu Kuai
1
-2
/
+13
2024-07-19
blk-cgroup: move congestion_count to struct blkcg
Xiu Jianfeng
1
-3
/
+4
2024-05-15
blk-cgroup: Properly propagate the iostat update up the hierarchy
Waiman Long
1
-1
/
+18
2024-05-15
blk-cgroup: fix list corruption from reorder of WRITE ->lqueued
Ming Lei
1
-0
/
+10
2024-05-15
blk-cgroup: fix list corruption from resetting io stat
Ming Lei
1
-23
/
+35
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-8
/
+1
2024-05-09
blk-throttle: delay initialization until configuration
Yu Kuai
1
-6
/
+0
[next]