Skip to content

blk-cgroup: always display debug stats in io.stat#611

Open
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
series/1060656=>linus-master
Open

blk-cgroup: always display debug stats in io.stat#611
blktests-ci[bot] wants to merge 1 commit intolinus-master_basefrom
series/1060656=>linus-master

Conversation

@blktests-ci
Copy link

@blktests-ci blktests-ci bot commented Mar 3, 2026

Pull request for series with
subject: blk-cgroup: always display debug stats in io.stat
version: 2
url: https://patchwork.kernel.org/project/linux-block/list/?series=1060656

@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 3, 2026

Upstream branch: af4e9ef
series: https://patchwork.kernel.org/project/linux-block/list/?series=1060656
version: 2

@blktests-ci blktests-ci bot force-pushed the linus-master_base branch 2 times, most recently from ecd10e2 to d0e1bed Compare March 4, 2026 07:45
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 4, 2026

Upstream branch: af4e9ef
series: https://patchwork.kernel.org/project/linux-block/list/?series=1060656
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1060656=>linus-master branch from 18c9bbc to 9c03fe7 Compare March 4, 2026 07:55
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from d0e1bed to 6b51c57 Compare March 4, 2026 09:34
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 4, 2026

Upstream branch: 0031c06
series: https://patchwork.kernel.org/project/linux-block/list/?series=1060656
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1060656=>linus-master branch from 9c03fe7 to 0869655 Compare March 4, 2026 09:39
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 6b51c57 to 78036b2 Compare March 4, 2026 19:57
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 4, 2026

Upstream branch: ecc64d2
series: https://patchwork.kernel.org/project/linux-block/list/?series=1060656
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1060656=>linus-master branch from 0869655 to 7ed3d6b Compare March 4, 2026 20:01
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 78036b2 to bbb3394 Compare March 5, 2026 12:20
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 5, 2026

Upstream branch: c107785
series: https://patchwork.kernel.org/project/linux-block/list/?series=1060656
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1060656=>linus-master branch from 7ed3d6b to 5688a8a Compare March 5, 2026 12:25
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from bbb3394 to 901a429 Compare March 5, 2026 21:37
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 5, 2026

Upstream branch: 5ee8dbf
series: https://patchwork.kernel.org/project/linux-block/list/?series=1060656
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1060656=>linus-master branch from 5688a8a to 6b21616 Compare March 5, 2026 21:42
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 901a429 to 1f19ba6 Compare March 10, 2026 06:29
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 10, 2026

Upstream branch: 1f318b9
series: https://patchwork.kernel.org/project/linux-block/list/?series=1060656
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1060656=>linus-master branch from 6b21616 to d156248 Compare March 10, 2026 06:32
@blktests-ci blktests-ci bot force-pushed the linus-master_base branch from 1f19ba6 to e79276a Compare March 11, 2026 08:02
Remove the blkcg_debug_stats toggle and always display detailed
statistics in the cgroup io.stat file. This includes use_delay and
delay_nsec information, cost.wait/cost.indebt/cost.indelay for iocost,
and latency statistics for iolatency.

The stats are already being collected regardless of the toggle, so
gating their display provides no real benefit. Additionally, blk-cgroup
has not been modularized since commit 32e380a ("blkcg: make
CONFIG_BLK_CGROUP bool"), making the module parameter a historical
artifact. Readers of the nested-keys format should be able to handle
additional fields.

Before (without blkcg_debug_stats enabled):
  253:0 rbytes=6273024 wbytes=0 rios=20 wios=0 dbytes=0 dios=0 cost.usage=0

After:
  253:0 rbytes=6273024 wbytes=0 rios=20 wios=0 dbytes=0 dios=0 cost.usage=0 cost.wait=0 cost.indebt=0 cost.indelay=0

Suggested-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Breno Leitao <leitao@debian.org>
@blktests-ci
Copy link
Author

blktests-ci bot commented Mar 11, 2026

Upstream branch: None
series: https://patchwork.kernel.org/project/linux-block/list/?series=1060656
version: 2

@blktests-ci blktests-ci bot force-pushed the series/1060656=>linus-master branch from d156248 to f45d4ad Compare March 11, 2026 08:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant