index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.18-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_qcom-6.18.y
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
block
/
blk-cgroup.c
Age
Commit message (
Expand
)
Author
2026-07-15
blk-cgroup: fix leaks and online flag on radix_tree_insert failure
Tao Cui
2026-06-24
blk-cgroup: don't nest queue_lock under blkcg->lock in blkcg_destroy_blkgs()
Yu Kuai
2026-06-24
blk-cgroup: don't nest queue_lock under rcu in bio_associate_blkg()
Yu Kuai
2026-06-24
blk-cgroup: don't nest queue_lock under rcu in blkg_lookup_create()
Yu Kuai
2026-06-24
blk-cgroup: don't nest queue_lock under rcu in blkcg_print_blkgs()
Yu Kuai
2026-06-24
blk-cgroup: protect iterating blkgs with blkcg->lock in blkcg_print_stat()
Yu Kuai
2026-06-22
blk-cgroup: defer blkcg css_put until blkg is unlinked from queue
Zizhi Wo
2026-06-22
blk-cgroup: fix UAF in __blkcg_rstat_flush()
Michal Koutný
2026-06-16
Merge tag 'for-7.2/block-20260615' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2026-06-05
block/cgroup: Inline blkg_conf_{open,close}_bdev_frozen()
Bart Van Assche
2026-06-05
block/cgroup: Improve lock context annotations
Bart Van Assche
2026-06-05
block/cgroup: Split blkg_conf_exit()
Bart Van Assche
2026-06-05
block/cgroup: Split blkg_conf_prep()
Bart Van Assche
2026-05-18
cgroup/rstat: validate cpu before css_rstat_cpu() access
Qing Ming
2026-03-31
blk-cgroup: fix disk reference leak in blkcg_maybe_throttle_current()
Jackie Liu
2026-03-11
blk-cgroup: wait for blkcg cleanup before initializing new disk
Ming Lei
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-10-15
block: Remove elevator_lock usage from blkg_conf frozen operations
Ming Lei
2025-09-23
blk-cgroup: fix possible deadlock while configuring policy
Yu Kuai
2025-09-08
blk-throttle: fix access race during throttle policy activation
Han Guangjiang
2025-08-11
blk-cgroup: remove redundant __GFP_NOWARN
Qianfeng Rong
2025-05-27
Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-05-19
cgroup: use subsystem-specific rstat locks to avoid contention
JP Kobryn
2025-04-24
block: don't autoload drivers on blk-cgroup configuration
Christoph Hellwig
2025-04-24
block: don't autoload drivers on stat
Christoph Hellwig
2025-04-04
cgroup: change rstat function signatures from cgroup-based to css-based
JP Kobryn
2025-03-26
Merge tag 'for-6.15/block-20250322' of git://git.kernel.dk/linux
Linus Torvalds
2025-03-24
Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2025-03-19
block: correct locking order for protecting blk-wbt parameters
Nilay Shroff
2025-03-18
blk-cgroup: improve policy registration error handling
Chen Linxuan
2025-03-11
blk-cgroup: Simplify policy files registration
Michal Koutný
2025-03-11
cgroup/blkio: Add deprecation messages to reset_stats
Michal Koutný
2025-01-31
Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linux
Linus Torvalds
2025-01-31
block: force noio scope in blk_mq_freeze_queue
Christoph Hellwig
2025-01-10
blk-cgroup: Fix class @block_class's subsystem refcount leakage
Zijun Hu
2024-12-10
blk-cgroup: Fix UAF in blkcg_unpin_online()
Tejun Heo
2024-07-28
blk-ioprio: remove per-disk structure
Yu Kuai
2024-07-28
blk-cgroup: check for pd_(alloc|free)_fn in blkcg_activate_policy()
Yu Kuai
2024-07-19
blk-cgroup: move congestion_count to struct blkcg
Xiu Jianfeng
2024-05-15
blk-cgroup: Properly propagate the iostat update up the hierarchy
Waiman Long
2024-05-15
blk-cgroup: fix list corruption from reorder of WRITE ->lqueued
Ming Lei
2024-05-15
blk-cgroup: fix list corruption from resetting io stat
Ming Lei
2024-05-13
Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linux
Linus Torvalds
2024-05-09
blk-throttle: delay initialization until configuration
Yu Kuai
2024-04-07
block: fix q->blkg_list corruption during disk rebind
Ming Lei
2024-04-01
blk-cgroup: use bio_list_merge_init
Christoph Hellwig
2024-02-05
block: add blk_time_get_ns() and blk_time_get() helpers
Jens Axboe
2024-01-15
block: Correct a documentation comment in blk-cgroup.c
Nicky Chorley
2024-01-04
blk-cgroup: don't use removal safe list iterators
Daniel Vacek
[next]