summaryrefslogtreecommitdiff
path: root/fs/bcachefs/replicas.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Don't fail mounts due to devices that are marked as failedKent Overstreet1-2/+9
2023-10-23bcachefs: Redo checks for sufficient devicesKent Overstreet1-72/+26
2023-10-23bcachefs: Fixes/improvements for journal entry reservationsKent Overstreet1-2/+3
2023-10-23bcachefs: Add missing call to bch2_replicas_entry_sort()Kent Overstreet1-6/+6
2023-10-23bcachefs: Switch replicas.c allocations to GFP_KERNELKent Overstreet1-9/+9
2023-10-23bcachefs: Fix bch2_replicas_gc2Kent Overstreet1-1/+5
2023-10-23bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid()Kent Overstreet1-5/+0
2023-10-23bcachefs: Refactor filesystem usage accountingKent Overstreet1-13/+17
2023-10-23bcachefs: Account for stripe parity sectors separatelyKent Overstreet1-2/+18
2023-10-23bcachefs: Refactor replicas codeKent Overstreet1-52/+27
2023-10-23bcachefs: Use x-macros for data typesKent Overstreet1-11/+11
2023-10-23bcachefs: Add some printks for error pathsKent Overstreet1-5/+12
2023-10-23bcachefs: btree_ptr_v2Kent Overstreet1-0/+1
2023-10-23bcachefs: Fix extent_to_replicas()Kent Overstreet1-3/+3
2023-10-23bcachefs: Limit pointers to being in only one stripeKent Overstreet1-3/+1
2023-10-23bcachefs: Fix validation of replicas entriesKent Overstreet1-8/+14
2023-10-23bcachefs: Fixes for replicas trackingKent Overstreet1-1/+1
2023-10-23bcachefs: ReflinkKent Overstreet1-0/+1
2023-10-23bcachefs: Redo replicas gc mechanismKent Overstreet1-0/+58
2023-10-23bcachefs: bch2_trans_mark_update()Kent Overstreet1-4/+4
2023-10-23bcachefs: Write out fs usage consistentlyKent Overstreet1-55/+73
2023-10-23bcachefs: cmp_int()Kent Overstreet1-1/+1
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