diff options
author | 2024-03-14 10:02:18 -0600 | |
---|---|---|
committer | 2024-04-03 20:32:10 -0400 | |
commit | e60aa472400b1ff8d0e6c563a2eb05916927f10a (patch) | |
tree | 76270ce54868503951c2852672c9a119bfad0711 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | bcachefs: reconstruct_inode() (diff) | |
download | wireguard-linux-e60aa472400b1ff8d0e6c563a2eb05916927f10a.tar.xz wireguard-linux-e60aa472400b1ff8d0e6c563a2eb05916927f10a.zip |
bcachefs: create debugfs dir for each btree
This creates a subdirectory for each individual btree under the btrees/
debugfs directory.
Directory structure, before:
/sys/kernel/debug/bcachefs/$FS_ID/btrees/
├── alloc
├── alloc-bfloat-failed
├── alloc-formats
├── backpointers
├── backpointers-bfloat-failed
├── backpointers-formats
...
Directory structure, after:
/sys/kernel/debug/bcachefs/$FS_ID/btrees/
├── alloc
│ ├── bfloat-failed
│ ├── formats
│ └── keys
├── backpointers
│ ├── bfloat-failed
│ ├── formats
│ └── keys
...
Signed-off-by: Thomas Bertschinger <tahbertschinger@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions