diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-28 02:31:46 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-07-15 02:00:13 +0300 |
commit | 2744e5c9eb1a1090b5f61c955e934c70bfe6b04c (patch) | |
tree | 5ba22b05e8865c1718b0f405c302a950090e721a /fs/bcachefs/btree_trans_commit.c | |
parent | 929d954330142a6273697b2cbf855f0f904a12f5 (diff) | |
download | linux-2744e5c9eb1a1090b5f61c955e934c70bfe6b04c.tar.xz |
bcachefs: KEY_TYPE_accounting
New key type for the disk space accounting rewrite.
- Holds a variable sized array of u64s (may be more than one for
accounting e.g. compressed and uncompressed size, or buckets and
sectors for a given data type)
- Updates are deltas, not new versions of the key: this means updates
to accounting can happen via the btree write buffer, which we'll be
teaching to accumulate deltas.
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/btree_trans_commit.c')
0 files changed, 0 insertions, 0 deletions