summaryrefslogtreecommitdiff
path: root/fs/bcachefs/replicas.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Allocate fs_usage in do_btree_insert_at()Kent Overstreet1-14/+34
2023-10-23bcachefs: fs_usage_u64s()Kent Overstreet1-27/+26
2023-10-23bcachefs: Add a mechanism for blocking the journalKent Overstreet1-4/+4
2023-10-23bcachefs: serialize persistent_reservedKent Overstreet1-1/+6
2023-10-23bcachefs: journal_replay_early()Kent Overstreet1-0/+28
2023-10-23bcachefs: Write out fs usageKent Overstreet1-5/+0
2023-10-23bcachefs: reserve space in journal for fs usage entriesKent Overstreet1-0/+34
2023-10-23bcachefs: percpu utility codeKent Overstreet1-4/+2
2023-10-23bcachefs: Fix check for if extent update is allocatingKent Overstreet1-92/+188
2023-10-23bcachefs: Minor replicas.c refactoringKent Overstreet1-5/+5
2023-10-23bcachefs: Switch replicas to mark_lockKent Overstreet1-130/+115
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-56/+40
2023-10-23bcachefs: Erasure codingKent Overstreet1-3/+31
2023-10-23bcachefs: Centralize marking of replicas in btree update pathKent Overstreet1-33/+34
2023-10-23bcachefs: stripe support for replicas trackingKent Overstreet1-32/+173
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-31/+20
2023-10-23bcachefs: fix a replicas bugKent Overstreet1-0/+4
2023-10-23bcachefs: replicas: prep work for stripesKent Overstreet1-27/+92
2023-10-23bcachefs: kill struct bch_replicas_cpu_entryKent Overstreet1-199/+127
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+698