Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-21 | bcachefs: counters.c -> sb-counters.c | Kent Overstreet | 1 | -17/+0 | |
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> | |||||
2023-10-22 | bcachefs: Add persistent counters | Daniel Hill | 1 | -0/+17 | |
This adds a new superblock field for persisting counters and adds a sysfs interface in counters/ exposing these counters. The superblock field is ignored by older versions letting us avoid an on disk version bump. Each sysfs file outputs a counter that tracks since filesystem creation and a counter for the current mount session. Signed-off-by: Daniel Hill <daniel@gluo.nz> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> |