| Commit message (Expand) | Author | Age | Files | Lines |
* | bcachefs: rename version -> bversion | Kent Overstreet | 2024-09-28 | 1 | -1/+1 |
* | bcachefs: Make bkey_fsck_err() a wrapper around fsck_err() | Kent Overstreet | 2024-08-14 | 1 | -11/+10 |
* | bcachefs: Fix array-index-out-of-bounds | Kent Overstreet | 2024-06-20 | 1 | -1/+2 |
* | bcachefs: s/bkey_invalid_flags/bch_validate_flags | Kent Overstreet | 2024-05-09 | 1 | -4/+4 |
* | bcachefs: iter/update/trigger/str_hash flag cleanup | Kent Overstreet | 2024-05-08 | 1 | -54/+11 |
* | bcachefs: BTREE_TRIGGER_ATOMIC | Kent Overstreet | 2024-01-21 | 1 | -4/+6 |
* | bcachefs: Combine .trans_trigger, .atomic_trigger | Kent Overstreet | 2024-01-06 | 1 | -32/+18 |
* | bcachefs: BTREE_TRIGGER_TRANSACTIONAL | Kent Overstreet | 2024-01-06 | 1 | -4/+22 |
* | bcachefs: Kill BTREE_TRIGGER_NOATOMIC | Kent Overstreet | 2024-01-06 | 1 | -2/+0 |
* | bcachefs: mark now takes bkey_s | Kent Overstreet | 2024-01-06 | 1 | -2/+2 |
* | bcachefs: trans_mark now takes bkey_s | Kent Overstreet | 2024-01-06 | 1 | -6/+6 |
* | bcachefs: Kill BTREE_UPDATE_PREJOURNAL | Kent Overstreet | 2024-01-01 | 1 | -2/+0 |
* | bcachefs: Enumerate fsck errors | Kent Overstreet | 2023-11-02 | 1 | -2/+3 |
* | bcachefs: All triggers are BTREE_TRIGGER_WANTS_OLD_AND_NEW | Kent Overstreet | 2023-10-31 | 1 | -10/+0 |
* | bcachefs: BCH_COMPAT_bformat_overflow_done no longer required | Kent Overstreet | 2023-10-22 | 1 | -6/+0 |
* | bcachefs: support btree updates of prejournaled keys | Brian Foster | 2023-10-22 | 1 | -0/+2 |
* | bcachefs: Change check for invalid key types | Kent Overstreet | 2023-10-22 | 1 | -8/+13 |
* | bcachefs: Allow for unknown key types | Kent Overstreet | 2023-10-22 | 1 | -2/+10 |
* | bcachefs: bkey_ops.min_val_size | Kent Overstreet | 2023-10-22 | 1 | -0/+3 |
* | bcachefs: Btree iterator, update flags no longer conflict | Kent Overstreet | 2023-10-22 | 1 | -1/+1 |
* | bcachefs: remove unused key cache coherency flag | Brian Foster | 2023-10-22 | 1 | -3/+0 |
* | bcachefs: bch2_mark_key() now takes btree_id & level | Kent Overstreet | 2023-10-22 | 1 | -6/+6 |
* | bcachefs: BKEY_INVALID_FROM_JOURNAL | Kent Overstreet | 2023-10-22 | 1 | -0/+2 |
* | bcachefs: Change bkey_invalid() rw param to flags | Kent Overstreet | 2023-10-22 | 1 | -4/+4 |
* | bcachefs: New bpos_cmp(), bkey_cmp() replacements | Kent Overstreet | 2023-10-22 | 1 | -1/+1 |
* | bcachefs: More style fixes | Kent Overstreet | 2023-10-22 | 1 | -1/+1 |
* | bcachefs: Plumb btree_id & level to trans_mark | Kent Overstreet | 2023-10-22 | 1 | -5/+74 |
* | bcachefs: Add rw to .key_invalid() | Kent Overstreet | 2023-10-22 | 1 | -6/+12 |
* | bcachefs: Convert .key_invalid methods to printbufs | Kent Overstreet | 2023-10-22 | 1 | -8/+8 |
* | bcachefs: Move trigger fns to bkey_ops | Kent Overstreet | 2023-10-22 | 1 | -0/+27 |
* | bcachefs: Kill bch2_bkey_debugcheck | Kent Overstreet | 2023-10-22 | 1 | -2/+0 |
* | bcachefs: Re-implement extent merging in transaction commit path | Kent Overstreet | 2023-10-22 | 1 | -4/+1 |
* | bcachefs: Clean up key merging | Kent Overstreet | 2023-10-22 | 1 | -15/+14 |
* | bcachefs: Kill bkey ops->debugcheck method | Kent Overstreet | 2023-10-22 | 1 | -1/+0 |
* | bcachefs: Kill bkey_type_successor | Kent Overstreet | 2023-10-22 | 1 | -0/+19 |
* | bcachefs: Fix bch2_ptr_swab for indirect extents | Kent Overstreet | 2023-10-22 | 1 | -2/+2 |
* | bcachefs: Debug code improvements | Kent Overstreet | 2023-10-22 | 1 | -2/+1 |
* | bcachefs: Print out name of bkey type | Kent Overstreet | 2023-10-22 | 1 | -1/+1 |
* | bcachefs: bkey_merge() now takes bkey_s | Kent Overstreet | 2023-10-22 | 1 | -2/+2 |
* | bcachefs: Make bkey types globally unique | Kent Overstreet | 2023-10-22 | 1 | -45/+20 |
* | bcachefs: Hold usage_lock over mark_key and fs_usage_apply | Kent Overstreet | 2023-10-22 | 1 | -0/+12 |
* | bcachefs: revamp to_text methods | Kent Overstreet | 2023-10-22 | 1 | -8/+8 |
* | bcachefs: btree gc refactoring | Kent Overstreet | 2023-10-22 | 1 | -11/+0 |
* | bcachefs: fix bch2_val_to_text() | Kent Overstreet | 2023-10-22 | 1 | -1/+2 |
* | bcachefs: Initial commit | Kent Overstreet | 2023-10-22 | 1 | -0/+87 |