aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/replicas.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: More BCH_SB_MEMBER_INVALID supportKent Overstreet2024-09-091-1/+1
* bcachefs: BCH_SB_MEMBER_INVALIDKent Overstreet2024-09-031-1/+2
* bcachefs: fix field-spanning write warningKent Overstreet2024-08-181-1/+2
* bcachefs: bch2_accounting_invalid()Kent Overstreet2024-08-091-1/+0
* bcachefs: bch2_accounting_mem_gc()Kent Overstreet2024-07-141-6/+9
* bcachefs: Convert bch2_replicas_gc2() to new accountingKent Overstreet2024-07-141-11/+15
* bcachefs: Convert gc to new accountingKent Overstreet2024-07-141-80/+6
* bcachefs: Kill replicas_journal_resKent Overstreet2024-07-141-34/+0
* bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet2024-07-141-58/+5
* bcachefs: kill bch2_fs_usage_read()Kent Overstreet2024-07-141-7/+0
* bcachefs: Disk space accounting rewriteKent Overstreet2024-07-141-29/+13
* bcachefs: Fix bogus verify_replicas_entry() assertKent Overstreet2024-05-221-13/+2
* bcachefs: Fix shift overflows in replicas.cKent Overstreet2024-05-201-8/+21
* bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Kent Overstreet2024-05-091-2/+2
* bcachefs: bch2_have_enough_devs() checks for nonexistent deviceKent Overstreet2024-05-081-5/+7
* bcachefs: member helper cleanupsKent Overstreet2024-05-081-3/+3
* 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