summaryrefslogtreecommitdiff
path: root/fs/bcachefs/disk_accounting.c
AgeCommit message (Expand)AuthorFilesLines
11 daysbcachefs: Disk accounting device validation fixesKent Overstreet1-35/+114
2024-09-28bcachefs: Convert disk accounting BUG_ON() to WARN_ON()Kent Overstreet1-1/+1
2024-09-28bcachefs: Check for accounting keys with bversion=0Kent Overstreet1-0/+4
2024-09-28bcachefs: rename version -> bversionKent Overstreet1-3/+3
2024-09-28bcachefs: Fix disk accounting attempting to mark invalid replicas entryKent Overstreet1-3/+18
2024-09-28bcachefs: Fix accounting read + device removalKent Overstreet1-18/+29
2024-09-28bcachefs: bch_accounting_modeKent Overstreet1-3/+7
2024-08-14bcachefs: bcachefs_metadata_version_disk_accounting_inumKent Overstreet1-0/+3
2024-08-14bcachefs: Kill __bch2_accounting_mem_mod()Kent Overstreet1-2/+2
2024-08-14bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-7/+6
2024-08-14bcachefs: disk accounting: ignore unknown typesKent Overstreet1-3/+9
2024-08-14bcachefs: bch2_accounting_invalid() fixupKent Overstreet1-1/+1
2024-08-09bcachefs: bch2_accounting_invalid()Kent Overstreet1-1/+64
2024-07-15bcachefs: Fix bch2_gc_accounting_done() lockingKent Overstreet1-4/+14
2024-07-15bcachefs: bch2_accounting_mem_gc()Kent Overstreet1-0/+32
2024-07-15bcachefs: Refactor disk accounting data structuresKent Overstreet1-102/+82
2024-07-15bcachefs: Fix race in bch2_accounting_mem_insert()Kent Overstreet1-6/+8
2024-07-15bcachefs: BCH_IOCTL_QUERY_ACCOUNTINGKent Overstreet1-0/+38
2024-07-15bcachefs: fsck_err() may now take a btree_transKent Overstreet1-8/+10
2024-07-15bcachefs: bch_acct_btreeKent Overstreet1-0/+4
2024-07-15bcachefs: bch_acct_snapshotKent Overstreet1-0/+3
2024-07-15bcachefs: bch2_fs_accounting_to_text()Kent Overstreet1-0/+26
2024-07-15bcachefs: bch_acct_compressionKent Overstreet1-0/+4
2024-07-15bcachefs: bch2_verify_accounting_clean()Kent Overstreet1-0/+87
2024-07-15bcachefs: Convert gc to new accountingKent Overstreet1-26/+165
2024-07-15bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet1-1/+1
2024-07-15bcachefs: kill bch2_fs_usage_read()Kent Overstreet1-1/+1
2024-07-15bcachefs: dev_usage updated by new accountingKent Overstreet1-0/+15
2024-07-15bcachefs: Coalesce accounting keys before journal replayKent Overstreet1-0/+18
2024-07-15bcachefs: Disk space accounting rewriteKent Overstreet1-3/+363
2024-07-15bcachefs: KEY_TYPE_accountingKent Overstreet1-0/+70