| Commit message (Expand) | Author | Age | Files | Lines |
* | bcachefs: Add missing validation for jset_entry_data_usage | Kent Overstreet | 2023-11-28 | 1 | -30/+39 |
* | bcachefs: Fix error path in bch2_replicas_gc_end() | Kent Overstreet | 2023-11-02 | 1 | -13/+5 |
* | bcachefs: bch2_sb_field_get() refactoring | Kent Overstreet | 2023-10-22 | 1 | -8/+8 |
* | bcachefs: Add new helper to retrieve bch_member from sb | Hunter Shaffer | 2023-10-22 | 1 | -2/+1 |
* | bcachefs: Convert more code to bch_err_msg() | Kent Overstreet | 2023-10-22 | 1 | -1/+1 |
* | bcachefs: Fix error path in bch2_journal_flush_device_pins() | Kent Overstreet | 2023-10-22 | 1 | -0/+3 |
* | bcachefs: Assorted sparse fixes | Kent Overstreet | 2023-10-22 | 1 | -3/+3 |
* | bcachefs: Delete some dead code in bch2_replicas_gc_end() | Kent Overstreet | 2023-10-22 | 1 | -25/+0 |
* | bcachefs: Improved comment for bch2_replicas_gc2() | Kent Overstreet | 2023-10-22 | 1 | -2/+8 |
* | bcachefs: Private error codes: ENOMEM | Kent Overstreet | 2023-10-22 | 1 | -17/+21 |
* | bcachefs: Fix memleak in replicas_table_update() | Brett Holman | 2023-10-22 | 1 | -7/+0 |
* | bcachefs: More errcode cleanup | Kent Overstreet | 2023-10-22 | 1 | -5/+5 |
* | bcachefs: Add private error codes for ENOSPC | Kent Overstreet | 2023-10-22 | 1 | -9/+7 |
* | bcachefs: Printbuf rework | Kent Overstreet | 2023-10-22 | 1 | -20/+20 |
* | bcachefs: Heap allocate printbufs | Kent Overstreet | 2023-10-22 | 1 | -3/+4 |
* | bcachefs: Add .to_text() methods for all superblock sections | Kent Overstreet | 2023-10-22 | 1 | -13/+72 |
* | bcachefs: Delete some dead code | Kent Overstreet | 2023-10-22 | 1 | -10/+2 |
* | bcachefs: Improved superblock-related error messages | Kent Overstreet | 2023-10-22 | 1 | -72/+65 |
* | bcachefs: Handle replica marking fsck errors locally | Kent Overstreet | 2023-10-22 | 1 | -52/+0 |
* | bcachefs: Kill bch2_replicas_delta_list_marked() | Kent Overstreet | 2023-10-22 | 1 | -14/+0 |
* | bcachefs: cached data shouldn't prevent fs from mounting | Kent Overstreet | 2023-10-22 | 1 | -0/+3 |
* | bcachefs: Fix unitialized use of a value | Brett Holman | 2023-10-22 | 1 | -0/+2 |
* | bcachefs: Fix some small memory leaks | Kent Overstreet | 2023-10-22 | 1 | -2/+2 |
* | bcachefs: Kill bch2_fs_usage_scratch_get() | Kent Overstreet | 2023-10-22 | 1 | -0/+37 |
* | bcachefs: Use x-macros for more enums | Kent Overstreet | 2023-10-22 | 1 | -1/+1 |
* | bcachefs: Add a mempool for the replicas delta list | Kent Overstreet | 2023-10-22 | 1 | -1/+17 |
* | bcachefs: Don't fail mounts due to devices that are marked as failed | Kent Overstreet | 2023-10-22 | 1 | -2/+9 |
* | bcachefs: Redo checks for sufficient devices | Kent Overstreet | 2023-10-22 | 1 | -72/+26 |
* | bcachefs: Fixes/improvements for journal entry reservations | Kent Overstreet | 2023-10-22 | 1 | -2/+3 |
* | bcachefs: Add missing call to bch2_replicas_entry_sort() | Kent Overstreet | 2023-10-22 | 1 | -6/+6 |
* | bcachefs: Switch replicas.c allocations to GFP_KERNEL | Kent Overstreet | 2023-10-22 | 1 | -9/+9 |
* | bcachefs: Fix bch2_replicas_gc2 | Kent Overstreet | 2023-10-22 | 1 | -1/+5 |
* | bcachefs: Check for duplicate device ptrs in bch2_bkey_ptrs_invalid() | Kent Overstreet | 2023-10-22 | 1 | -5/+0 |
* | bcachefs: Refactor filesystem usage accounting | Kent Overstreet | 2023-10-22 | 1 | -13/+17 |
* | bcachefs: Account for stripe parity sectors separately | Kent Overstreet | 2023-10-22 | 1 | -2/+18 |
* | bcachefs: Refactor replicas code | Kent Overstreet | 2023-10-22 | 1 | -52/+27 |
* | bcachefs: Use x-macros for data types | Kent Overstreet | 2023-10-22 | 1 | -11/+11 |
* | bcachefs: Add some printks for error paths | Kent Overstreet | 2023-10-22 | 1 | -5/+12 |
* | bcachefs: btree_ptr_v2 | Kent Overstreet | 2023-10-22 | 1 | -0/+1 |
* | bcachefs: Fix extent_to_replicas() | Kent Overstreet | 2023-10-22 | 1 | -3/+3 |
* | bcachefs: Limit pointers to being in only one stripe | Kent Overstreet | 2023-10-22 | 1 | -3/+1 |
* | bcachefs: Fix validation of replicas entries | Kent Overstreet | 2023-10-22 | 1 | -8/+14 |
* | bcachefs: Fixes for replicas tracking | Kent Overstreet | 2023-10-22 | 1 | -1/+1 |
* | bcachefs: Reflink | Kent Overstreet | 2023-10-22 | 1 | -0/+1 |
* | bcachefs: Redo replicas gc mechanism | Kent Overstreet | 2023-10-22 | 1 | -0/+58 |
* | bcachefs: bch2_trans_mark_update() | Kent Overstreet | 2023-10-22 | 1 | -4/+4 |
* | bcachefs: Write out fs usage consistently | Kent Overstreet | 2023-10-22 | 1 | -55/+73 |
* | bcachefs: cmp_int() | Kent Overstreet | 2023-10-22 | 1 | -1/+1 |
* | bcachefs: Allocate fs_usage in do_btree_insert_at() | Kent Overstreet | 2023-10-22 | 1 | -14/+34 |
* | bcachefs: fs_usage_u64s() | Kent Overstreet | 2023-10-22 | 1 | -27/+26 |