summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/replicas.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Etyzinger cleanupsKent Overstreet2024-04-031-7/+12
* bcachefs: Don't pass memcmp() as a pointerKent Overstreet2024-01-211-2/+8
* bcachefs: helpers for printing data typesKent Overstreet2024-01-211-14/+4
* bcachefs: simplify bch_devs_listKent Overstreet2024-01-011-4/+2
* bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1Kent Overstreet2024-01-011-30/+30
* bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet2023-11-281-30/+39
* bcachefs: Fix error path in bch2_replicas_gc_end()Kent Overstreet2023-11-011-13/+5
* bcachefs: bch2_sb_field_get() refactoringKent Overstreet2023-10-221-8/+8
* bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer2023-10-221-2/+1
* bcachefs: Convert more code to bch_err_msg()Kent Overstreet2023-10-221-1/+1
* bcachefs: Fix error path in bch2_journal_flush_device_pins()Kent Overstreet2023-10-221-0/+3
* bcachefs: Assorted sparse fixesKent Overstreet2023-10-221-3/+3
* bcachefs: Delete some dead code in bch2_replicas_gc_end()Kent Overstreet2023-10-221-25/+0
* bcachefs: Improved comment for bch2_replicas_gc2()Kent Overstreet2023-10-221-2/+8
* bcachefs: Private error codes: ENOMEMKent Overstreet2023-10-221-17/+21
* bcachefs: Fix memleak in replicas_table_update()Brett Holman2023-10-221-7/+0
* bcachefs: More errcode cleanupKent Overstreet2023-10-221-5/+5
* bcachefs: Add private error codes for ENOSPCKent Overstreet2023-10-221-9/+7
* bcachefs: Printbuf reworkKent Overstreet2023-10-221-20/+20
* bcachefs: Heap allocate printbufsKent Overstreet2023-10-221-3/+4
* bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet2023-10-221-13/+72
* bcachefs: Delete some dead codeKent Overstreet2023-10-221-10/+2
* bcachefs: Improved superblock-related error messagesKent Overstreet2023-10-221-72/+65
* bcachefs: Handle replica marking fsck errors locallyKent Overstreet2023-10-221-52/+0
* bcachefs: Kill bch2_replicas_delta_list_marked()Kent Overstreet2023-10-221-14/+0
* bcachefs: cached data shouldn't prevent fs from mountingKent Overstreet2023-10-221-0/+3
* bcachefs: Fix unitialized use of a valueBrett Holman2023-10-221-0/+2
* bcachefs: Fix some small memory leaksKent Overstreet2023-10-221-2/+2
* bcachefs: Kill bch2_fs_usage_scratch_get()Kent Overstreet2023-10-221-0/+37
* bcachefs: Use x-macros for more enumsKent Overstreet2023-10-221-1/+1
* bcachefs: Add a mempool for the replicas delta listKent Overstreet2023-10-221-1/+17
* bcachefs: Don't fail mounts due to devices that are marked as failedKent Overstreet2023-10-221-2/+9
* bcachefs: Redo checks for sufficient devicesKent Overstreet2023-10-221-72/+26
* bcachefs: Fixes/improvements for journal entry reservationsKent Overstreet2023-10-221-2/+3
* bcachefs: Add missing call to bch2_replicas_entry_sort()Kent Overstreet2023-10-221-6/+6
* bcachefs: Switch replicas.c allocations to GFP_KERNELKent Overstreet2023-10-221-9/+9
* bcachefs: Fix bch2_replicas_gc2Kent Overstreet2023-10-221-1/+5
* bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid()Kent Overstreet2023-10-221-5/+0
* bcachefs: Refactor filesystem usage accountingKent Overstreet2023-10-221-13/+17
* bcachefs: Account for stripe parity sectors separatelyKent Overstreet2023-10-221-2/+18
* bcachefs: Refactor replicas codeKent Overstreet2023-10-221-52/+27
* bcachefs: Use x-macros for data typesKent Overstreet2023-10-221-11/+11
* bcachefs: Add some printks for error pathsKent Overstreet2023-10-221-5/+12
* bcachefs: btree_ptr_v2Kent Overstreet2023-10-221-0/+1
* bcachefs: Fix extent_to_replicas()Kent Overstreet2023-10-221-3/+3
* bcachefs: Limit pointers to being in only one stripeKent Overstreet2023-10-221-3/+1
* bcachefs: Fix validation of replicas entriesKent Overstreet2023-10-221-8/+14
* bcachefs: Fixes for replicas trackingKent Overstreet2023-10-221-1/+1
* bcachefs: ReflinkKent Overstreet2023-10-221-0/+1
* bcachefs: Redo replicas gc mechanismKent Overstreet2023-10-221-0/+58