summaryrefslogtreecommitdiff
path: root/fs/bcachefs/disk_accounting.c
AgeCommit message (Expand)AuthorFilesLines
2024-08-13bcachefs: bcachefs_metadata_version_disk_accounting_inumKent Overstreet1-0/+3
2024-08-13bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet1-2/+2
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-7/+6
2024-08-13bcachefs: disk accounting: ignore unknown typesKent Overstreet1-3/+9
2024-08-13bcachefs: bch2_accounting_invalid() fixupKent Overstreet1-1/+1
2024-08-09bcachefs: bch2_accounting_invalid()Kent Overstreet1-1/+64
2024-07-14bcachefs: Fix bch2_gc_accounting_done() lockingKent Overstreet1-4/+14
2024-07-14bcachefs: bch2_accounting_mem_gc()Kent Overstreet1-0/+32
2024-07-14bcachefs: Refactor disk accounting data structuresKent Overstreet1-102/+82
2024-07-14bcachefs: Fix race in bch2_accounting_mem_insert()Kent Overstreet1-6/+8
2024-07-14bcachefs: BCH_IOCTL_QUERY_ACCOUNTINGKent Overstreet1-0/+38
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet1-8/+10
2024-07-14bcachefs: bch_acct_btreeKent Overstreet1-0/+4
2024-07-14bcachefs: bch_acct_snapshotKent Overstreet1-0/+3
2024-07-14bcachefs: bch2_fs_accounting_to_text()Kent Overstreet1-0/+26
2024-07-14bcachefs: bch_acct_compressionKent Overstreet1-0/+4
2024-07-14bcachefs: bch2_verify_accounting_clean()Kent Overstreet1-0/+87
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet1-26/+165
2024-07-14bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet1-1/+1
2024-07-14bcachefs: kill bch2_fs_usage_read()Kent Overstreet1-1/+1
2024-07-14bcachefs: dev_usage updated by new accountingKent Overstreet1-0/+15
2024-07-14bcachefs: Coalesce accounting keys before journal replayKent Overstreet1-0/+18
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet1-3/+363
2024-07-14bcachefs: KEY_TYPE_accountingKent Overstreet1-0/+70