summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/replicas.h
AgeCommit message (Expand)AuthorLines
2025-09-29Remove bcachefs core codeLinus Torvalds-83/+0
2024-09-27bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate()Kent Overstreet-1/+1
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet-1/+0
2024-07-14bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet-4/+0
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet-8/+3
2024-01-01bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1Kent Overstreet-11/+11
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet-0/+2
2023-10-22bcachefs: Fix bch2_trans_reset_updates()Kent Overstreet-16/+0
2023-10-22bcachefs: Move bkey bkey_unpack_key() to bkey.hKent Overstreet-0/+1
2023-10-22bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet-0/+1
2023-10-22bcachefs: Handle replica marking fsck errors locallyKent Overstreet-2/+0
2023-10-22bcachefs: Kill bch2_replicas_delta_list_marked()Kent Overstreet-1/+0
2023-10-22bcachefs: Kill bch2_fs_usage_scratch_get()Kent Overstreet-0/+25
2023-10-22bcachefs: Add a mempool for the replicas delta listKent Overstreet-0/+1
2023-10-22bcachefs: Redo checks for sufficient devicesKent Overstreet-13/+3
2023-10-22bcachefs: Add missing call to bch2_replicas_entry_sort()Kent Overstreet-0/+1
2023-10-22bcachefs: Refactor replicas codeKent Overstreet-6/+2
2023-10-22bcachefs: Use x-macros for data typesKent Overstreet-1/+1
2023-10-22bcachefs: Redo filesystem usage ioctlsKent Overstreet-3/+0
2023-10-22bcachefs: Redo replicas gc mechanismKent Overstreet-0/+1
2023-10-22bcachefs: bch2_trans_mark_update()Kent Overstreet-0/+1
2023-10-22bcachefs: Allocate fs_usage in do_btree_insert_at()Kent Overstreet-0/+2
2023-10-22bcachefs: journal_replay_early()Kent Overstreet-0/+4
2023-10-22bcachefs: Write out fs usageKent Overstreet-0/+5
2023-10-22bcachefs: reserve space in journal for fs usage entriesKent Overstreet-0/+2
2023-10-22bcachefs: Fix check for if extent update is allocatingKent Overstreet-5/+30
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet-3/+2
2023-10-22bcachefs: Centralize marking of replicas in btree update pathKent Overstreet-2/+2
2023-10-22bcachefs: stripe support for replicas trackingKent Overstreet-2/+8
2023-10-22bcachefs: revamp to_text methodsKent Overstreet-2/+1
2023-10-22bcachefs: replicas: prep work for stripesKent Overstreet-2/+2
2023-10-22bcachefs: kill struct bch_replicas_cpu_entryKent Overstreet-5/+7
2023-10-22bcachefs: Initial commitKent Overstreet-0/+52