| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-09-29 | Remove bcachefs core code | Linus Torvalds | 1 | -200/+0 |
| 2025-06-02 | bcachefs: bch_err_throw() | Kent Overstreet | 1 | -1/+1 |
| 2025-06-01 | bcachefs: Replace rcu_read_lock() with guards | Kent Overstreet | 1 | -2/+1 |
| 2025-05-21 | bcachefs: bch2_check_bucket_backpointer_mismatch() | Kent Overstreet | 1 | -1/+2 |
| 2025-05-21 | bcachefs: Improve bucket_bitmap code | Kent Overstreet | 1 | -0/+7 |
| 2025-05-21 | bcachefs: Debug params are now static_keys | Kent Overstreet | 1 | -1/+1 |
| 2025-05-21 | bcachefs: "buckets with backpointer mismatches" now allocated on demand | Kent Overstreet | 1 | -0/+4 |
| 2025-03-14 | bcachefs: bcachefs_metadata_version_stripe_backpointers | Kent Overstreet | 1 | -1/+14 |
| 2025-03-14 | bcachefs: bch2_bkey_ptr_data_type() now correctly returns cached for cached ptrs | Kent Overstreet | 1 | -1/+6 |
| 2025-03-14 | bcachefs: Factor out progress.[ch] | Kent Overstreet | 1 | -2/+2 |
| 2024-12-29 | bcachefs: Add write buffer flush param to backpointer_get_key() | Kent Overstreet | 1 | -2/+3 |
| 2024-12-29 | bcachefs: kill __bch2_extent_ptr_to_bp() | Kent Overstreet | 1 | -15/+3 |
| 2024-12-29 | bcachefs: bch2_extent_ptr_to_bp() no longer depends on device | Kent Overstreet | 1 | -11/+6 |
| 2024-12-29 | bcachefs: bcachefs_metadata_version_backpointer_bucket_gen | Kent Overstreet | 1 | -1/+1 |
| 2024-12-21 | bcachefs: struct bkey_validate_context | Kent Overstreet | 1 | -1/+2 |
| 2024-12-21 | bcachefs: kill bch_backpointer.bucket_offset usage | Kent Overstreet | 1 | -0/+8 |
| 2024-12-21 | bcachefs: bch_backpointer -> bkey_i_backpointer | Kent Overstreet | 1 | -30/+21 |
| 2024-12-21 | bcachefs: bucket_pos_to_bp_end() | Kent Overstreet | 1 | -0/+10 |
| 2024-12-21 | bcachefs: fix bp_pos_to_bucket_nodev_noerror | Kent Overstreet | 1 | -1/+1 |
| 2024-12-21 | bcachefs: Kill bch2_get_next_backpointer() | Kent Overstreet | 1 | -7/+4 |
| 2024-09-21 | bcachefs: bch2_trigger_ptr() calculates sectors even when no device | Kent Overstreet | 1 | -7/+16 |
| 2024-08-13 | bcachefs: Make bkey_fsck_err() a wrapper around fsck_err() | Kent Overstreet | 1 | -3/+2 |
| 2024-05-09 | bcachefs: s/bkey_invalid_flags/bch_validate_flags | Kent Overstreet | 1 | -1/+1 |
| 2024-05-08 | bcachefs: Kill bch2_dev_bkey_exists() in backpointer code | Kent Overstreet | 1 | -11/+26 |
| 2024-05-08 | bcachefs: PTR_BUCKET_POS() now takes bch_dev | Kent Overstreet | 1 | -2/+2 |
| 2024-05-08 | bcachefs: member helper cleanups | Kent Overstreet | 1 | -2/+2 |
| 2024-05-06 | bcachefs: bucket_pos_to_bp_noerror() | Kent Overstreet | 1 | -4/+10 |
| 2024-04-14 | bcachefs: Check for backpointer bucket_offset >= bucket size | Kent Overstreet | 1 | -6/+3 |
| 2024-03-31 | bcachefs: Kill bch2_bkey_ptr_data_type() | Kent Overstreet | 1 | -6/+26 |
| 2024-01-21 | bcachefs: Prep work for variable size btree node buffers | Kent Overstreet | 1 | -0/+1 |
| 2024-01-01 | bcachefs: No need to allocate keys for write buffer | Kent Overstreet | 1 | -17/+10 |
| 2023-11-04 | bcachefs: use swab40 for bch_backpointer.bucket_offset bitfield | Brian Foster | 1 | -0/+9 |
| 2023-11-01 | bcachefs: Enumerate fsck errors | Kent Overstreet | 1 | -1/+1 |
| 2023-10-22 | bcachefs: remove duplicate code between backpointer update paths | Brian Foster | 1 | -4/+4 |
| 2023-10-22 | bcachefs: Change check for invalid key types | Kent Overstreet | 1 | -1/+1 |
| 2023-10-22 | bcachefs: bkey_ops.min_val_size | Kent Overstreet | 1 | -0/+1 |
| 2023-10-22 | bcachefs: Rip out code for storing backpointers in alloc keys | Kent Overstreet | 1 | -17/+7 |
| 2023-10-22 | bcachefs: Use BTREE_ITER_INTENT in ec_stripe_update_extent() | Kent Overstreet | 1 | -1/+2 |
| 2023-10-22 | bcachefs: Improve the backpointer to missing extent message | Kent Overstreet | 1 | -1/+1 |
| 2023-10-22 | bcachefs: Mark stripe buckets with correct data type | Kent Overstreet | 1 | -1/+9 |
| 2023-10-22 | bcachefs: Change bkey_invalid() rw param to flags | Kent Overstreet | 1 | -1/+1 |
| 2023-10-22 | bcachefs: Don't use key cache during fsck | Kent Overstreet | 1 | -1/+1 |
| 2023-10-22 | bcachefs: New on disk format: Backpointers | Kent Overstreet | 1 | -0/+131 |