]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
f2fs: support to show curseg.next_blkoff in debugfs
authorChao Yu <chao@kernel.org>
Fri, 28 Nov 2025 09:25:34 +0000 (17:25 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 4 Dec 2025 02:00:05 +0000 (02:00 +0000)
commit8f11fe52fc1fa39ccfaa7c1e256f53e35d2839fa
tree95f2e9cbc1cfd3113950d76acbb2b86c461a4fd7
parentfbc0774b6d55722c90a4509ec8089071b9e7aa18
f2fs: support to show curseg.next_blkoff in debugfs

cat /sys/kernel/debug/f2fs/status

Main area: 17 segs, 17 secs 17 zones
    TYPE           blkoff    segno    secno   zoneno  dirty_seg   full_seg  valid_blk
  - COLD   data:        0        4        4        4          0          0          0
  - WARM   data:        0        7        7        7          0          0          0
  - HOT    data:        1        5        5        5          2          0        512
  - Dir   dnode:        3        0        0        0          1          0          2
  - File  dnode:        0        1        1        1          0          0          0
  - Indir nodes:        0        2        2        2          0          0          0
  - Pinned file:        0       -1       -1       -1
  - ATGC   data:        0       -1       -1       -1

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/debug.c
fs/f2fs/f2fs.h