summaryrefslogtreecommitdiff
path: root/fs/bcachefs/replicas.c
AgeCommit message (Expand)Author
2024-09-09bcachefs: More BCH_SB_MEMBER_INVALID supportKent Overstreet
2024-09-03bcachefs: BCH_SB_MEMBER_INVALIDKent Overstreet
2024-08-18bcachefs: fix field-spanning write warningKent Overstreet
2024-08-09bcachefs: bch2_accounting_invalid()Kent Overstreet
2024-07-14bcachefs: bch2_accounting_mem_gc()Kent Overstreet
2024-07-14bcachefs: Convert bch2_replicas_gc2() to new accountingKent Overstreet
2024-07-14bcachefs: Convert gc to new accountingKent Overstreet
2024-07-14bcachefs: Kill replicas_journal_resKent Overstreet
2024-07-14bcachefs: Delete journal-buf-sharded old style accountingKent Overstreet
2024-07-14bcachefs: kill bch2_fs_usage_read()Kent Overstreet
2024-07-14bcachefs: Disk space accounting rewriteKent Overstreet
2024-05-22bcachefs: Fix bogus verify_replicas_entry() assertKent Overstreet
2024-05-20bcachefs: Fix shift overflows in replicas.cKent Overstreet
2024-05-09bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Kent Overstreet
2024-05-08bcachefs: bch2_have_enough_devs() checks for nonexistent deviceKent Overstreet
2024-05-08bcachefs: member helper cleanupsKent Overstreet
2024-04-03bcachefs: Etyzinger cleanupsKent Overstreet
2024-01-21bcachefs: Don't pass memcmp() as a pointerKent Overstreet
2024-01-21bcachefs: helpers for printing data typesKent Overstreet
2024-01-01bcachefs: simplify bch_devs_listKent Overstreet
2024-01-01bcachefs: Rename bch_replicas_entry -> bch_replicas_entry_v1Kent Overstreet
2023-11-28bcachefs: Add missing validation for jset_entry_data_usageKent Overstreet
2023-11-01bcachefs: Fix error path in bch2_replicas_gc_end()Kent Overstreet
2023-10-22bcachefs: bch2_sb_field_get() refactoringKent Overstreet
2023-10-22bcachefs: Add new helper to retrieve bch_member from sbHunter Shaffer
2023-10-22bcachefs: Convert more code to bch_err_msg()Kent Overstreet
2023-10-22bcachefs: Fix error path in bch2_journal_flush_device_pins()Kent Overstreet
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet
2023-10-22bcachefs: Delete some dead code in bch2_replicas_gc_end()Kent Overstreet
2023-10-22bcachefs: Improved comment for bch2_replicas_gc2()Kent Overstreet
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet
2023-10-22bcachefs: Fix memleak in replicas_table_update()Brett Holman
2023-10-22bcachefs: More errcode cleanupKent Overstreet
2023-10-22bcachefs: Add private error codes for ENOSPCKent Overstreet
2023-10-22bcachefs: Printbuf reworkKent Overstreet
2023-10-22bcachefs: Heap allocate printbufsKent Overstreet
2023-10-22bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet
2023-10-22bcachefs: Delete some dead codeKent Overstreet
2023-10-22bcachefs: Improved superblock-related error messagesKent Overstreet
2023-10-22bcachefs: Handle replica marking fsck errors locallyKent Overstreet
2023-10-22bcachefs: Kill bch2_replicas_delta_list_marked()Kent Overstreet
2023-10-22bcachefs: cached data shouldn't prevent fs from mountingKent Overstreet
2023-10-22bcachefs: Fix unitialized use of a valueBrett Holman
2023-10-22bcachefs: Fix some small memory leaksKent Overstreet
2023-10-22bcachefs: Kill bch2_fs_usage_scratch_get()Kent Overstreet
2023-10-22bcachefs: Use x-macros for more enumsKent Overstreet
2023-10-22bcachefs: Add a mempool for the replicas delta listKent Overstreet
2023-10-22bcachefs: Don't fail mounts due to devices that are marked as failedKent Overstreet
2023-10-22bcachefs: Redo checks for sufficient devicesKent Overstreet
2023-10-22bcachefs: Fixes/improvements for journal entry reservationsKent Overstreet