summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/replicas.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Fix bch2_have_enough_devs() for BCH_SB_MEMBER_INVALIDKent Overstreet2024-10-121-0/+5
* bcachefs: Fix lockdep splat in bch2_accounting_readKent Overstreet2024-10-061-8/+26
* bcachefs: Fix unlocked access to c->disk_sb.sb in bch2_replicas_entry_validate()Kent Overstreet2024-09-281-4/+14
* bcachefs: Failed devices no longer require mounting in degraded modeKent Overstreet2024-09-211-1/+1
* bcachefs: bch2_dev_rcu_noerror()Kent Overstreet2024-09-211-1/+1
* bcachefs: Annotate bch_replicas_entry_{v0,v1} with __counted_by()Thorsten Blum2024-09-091-3/+3
* bcachefs: More BCH_SB_MEMBER_INVALID supportKent Overstreet2024-09-091-1/+1
* bcachefs: BCH_SB_MEMBER_INVALIDKent Overstreet2024-09-041-1/+2
* bcachefs: fix field-spanning write warningKent Overstreet2024-08-191-1/+2
* bcachefs: bch2_accounting_invalid()Kent Overstreet2024-08-091-1/+0
* bcachefs: bch2_accounting_mem_gc()Kent Overstreet2024-07-151-6/+9
* bcachefs: Convert bch2_replicas_gc2() to new accountingKent Overstreet2024-07-151-11/+15
* bcachefs: Convert gc to new accountingKent Overstreet2024-07-151-80/+6
* bcachefs: Kill replicas_journal_resKent Overstreet2024-07-151-34/+0
* bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet2024-07-151-58/+5
* bcachefs: kill bch2_fs_usage_read()Kent Overstreet2024-07-151-7/+0
* bcachefs: Disk space accounting rewriteKent Overstreet2024-07-151-29/+13
* bcachefs: Fix bogus verify_replicas_entry() assertKent Overstreet2024-05-231-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-021-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