summaryrefslogtreecommitdiff
path: root/fs/bcachefs/replicas.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: bch2_have_enough_devs() checks for nonexistent deviceKent Overstreet1-5/+7
2024-05-09bcachefs: member helper cleanupsKent Overstreet1-3/+3
2024-04-03bcachefs: Etyzinger cleanupsKent Overstreet1-7/+12
2024-01-21bcachefs: Don't pass memcmp() as a pointerKent Overstreet1-2/+8
2024-01-21bcachefs: helpers for printing data typesKent Overstreet1-14/+4
2024-01-01bcachefs: simplify bch_devs_listKent Overstreet1-4/+2
2024-01-01bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1Kent Overstreet1-30/+30
2023-11-29bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet1-30/+39
2023-11-02bcachefs: Fix error path in bch2_replicas_gc_end()Kent Overstreet1-13/+5
2023-10-23bcachefs: bch2_sb_field_get() refactoringKent Overstreet1-8/+8
2023-10-23bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer1-2/+1
2023-10-23bcachefs: Convert more code to bch_err_msg()Kent Overstreet1-1/+1
2023-10-23bcachefs: Fix error path in bch2_journal_flush_device_pins()Kent Overstreet1-0/+3
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-3/+3
2023-10-23bcachefs: Delete some dead code in bch2_replicas_gc_end()Kent Overstreet1-25/+0
2023-10-23bcachefs: Improved comment for bch2_replicas_gc2()Kent Overstreet1-2/+8
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-17/+21
2023-10-23bcachefs: Fix memleak in replicas_table_update()Brett Holman1-7/+0
2023-10-23bcachefs: More errcode cleanupKent Overstreet1-5/+5
2023-10-23bcachefs: Add private error codes for ENOSPCKent Overstreet1-9/+7
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-20/+20
2023-10-23bcachefs: Heap allocate printbufsKent Overstreet1-3/+4
2023-10-23bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet1-13/+72
2023-10-23bcachefs: Delete some dead codeKent Overstreet1-10/+2
2023-10-23bcachefs: Improved superblock-related error messagesKent Overstreet1-72/+65
2023-10-23bcachefs: Handle replica marking fsck errors locallyKent Overstreet1-52/+0
2023-10-23bcachefs: Kill bch2_replicas_delta_list_marked()Kent Overstreet1-14/+0
2023-10-23bcachefs: cached data shouldn't prevent fs from mountingKent Overstreet1-0/+3
2023-10-23bcachefs: Fix unitialized use of a valueBrett Holman1-0/+2
2023-10-23bcachefs: Fix some small memory leaksKent Overstreet1-2/+2
2023-10-23bcachefs: Kill bch2_fs_usage_scratch_get()Kent Overstreet1-0/+37
2023-10-23bcachefs: Use x-macros for more enumsKent Overstreet1-1/+1
2023-10-23bcachefs: Add a mempool for the replicas delta listKent Overstreet1-1/+17
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