summaryrefslogtreecommitdiff
path: root/fs/bcachefs/replicas.c
AgeCommit message (Expand)Author
2023-08-14bcachefs: Fix error path in bch2_journal_flush_device_pins()Kent Overstreet
2023-08-14bcachefs: Assorted sparse fixesKent Overstreet
2023-08-14bcachefs: Delete some dead code in bch2_replicas_gc_end()Kent Overstreet
2023-08-14bcachefs: Improved comment for bch2_replicas_gc2()Kent Overstreet
2023-08-14bcachefs: Private error codes: ENOMEMKent Overstreet
2023-08-14bcachefs: Fix memleak in replicas_table_update()Brett Holman
2023-08-14bcachefs: More errcode cleanupKent Overstreet
2023-08-14bcachefs: Add private error codes for ENOSPCKent Overstreet
2023-08-14bcachefs: Printbuf reworkKent Overstreet
2023-08-14bcachefs: Heap allocate printbufsKent Overstreet
2023-08-14bcachefs: Add .to_text() methods for all superblock sectionsKent Overstreet
2023-08-14bcachefs: Delete some dead codeKent Overstreet
2023-08-14bcachefs: Improved superblock-related error messagesKent Overstreet
2023-08-14bcachefs: Handle replica marking fsck errors locallyKent Overstreet
2023-08-14bcachefs: Kill bch2_replicas_delta_list_marked()Kent Overstreet
2023-08-14bcachefs: cached data shouldn't prevent fs from mountingKent Overstreet
2023-08-14bcachefs: Fix unitialized use of a valueBrett Holman
2023-08-14bcachefs: Fix some small memory leaksKent Overstreet
2023-08-14bcachefs: Kill bch2_fs_usage_scratch_get()Kent Overstreet
2023-08-14bcachefs: Use x-macros for more enumsKent Overstreet
2023-08-14bcachefs: Add a mempool for the replicas delta listKent Overstreet
2023-08-14bcachefs: Don't fail mounts due to devices that are marked as failedKent Overstreet
2023-08-14bcachefs: Redo checks for sufficient devicesKent Overstreet
2023-08-14bcachefs: Fixes/improvements for journal entry reservationsKent Overstreet
2023-08-14bcachefs: Add missing call to bch2_replicas_entry_sort()Kent Overstreet
2023-08-14bcachefs: Switch replicas.c allocations to GFP_KERNELKent Overstreet
2023-08-14bcachefs: Fix bch2_replicas_gc2Kent Overstreet
2023-08-14bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid()Kent Overstreet
2023-08-14bcachefs: Refactor filesystem usage accountingKent Overstreet
2023-08-14bcachefs: Account for stripe parity sectors separatelyKent Overstreet
2023-08-14bcachefs: Refactor replicas codeKent Overstreet
2023-08-14bcachefs: Use x-macros for data typesKent Overstreet
2023-08-14bcachefs: Add some printks for error pathsKent Overstreet
2023-08-14bcachefs: btree_ptr_v2Kent Overstreet
2023-08-14bcachefs: Fix extent_to_replicas()Kent Overstreet
2023-08-14bcachefs: Limit pointers to being in only one stripeKent Overstreet
2023-08-14bcachefs: Fix validation of replicas entriesKent Overstreet
2023-08-14bcachefs: Fixes for replicas trackingKent Overstreet
2023-08-14bcachefs: ReflinkKent Overstreet
2023-08-14bcachefs: Redo replicas gc mechanismKent Overstreet
2023-08-14bcachefs: bch2_trans_mark_update()Kent Overstreet
2023-08-14bcachefs: Write out fs usage consistentlyKent Overstreet
2023-08-14bcachefs: cmp_int()Kent Overstreet
2023-08-14bcachefs: Allocate fs_usage in do_btree_insert_at()Kent Overstreet
2023-08-14bcachefs: fs_usage_u64s()Kent Overstreet
2023-08-14bcachefs: Add a mechanism for blocking the journalKent Overstreet
2023-08-14bcachefs: serialize persistent_reservedKent Overstreet
2023-08-14bcachefs: journal_replay_early()Kent Overstreet
2023-08-14bcachefs: Write out fs usageKent Overstreet
2023-08-14bcachefs: reserve space in journal for fs usage entriesKent Overstreet