Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcachefs: Add persistent counters | Daniel Hill | 2023-10-22 | 1 | -5/+9 |
| | | | | | | | | | | | | | | 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> | ||||
* | bcachefs: Initial commit | Kent Overstreet | 2023-10-22 | 1 | -0/+44 |
Initially forked from drivers/md/bcache, bcachefs is a new copy-on-write filesystem with every feature you could possibly want. Website: https://bcachefs.org Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev> |