aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/backpointers.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-27bcachefs: rename version -> bversionKent Overstreet1-1/+1
2024-09-21bcachefs: Remove duplicated include in backpointers.cYang Li1-1/+0
2024-09-21bcachefs: Rework btree node pinningKent Overstreet1-6/+7
2024-09-21bcachefs: bch2_dev_rcu_noerror()Kent Overstreet1-3/+3
2024-09-21bcachefs: Progress indicator for extents_to_backpointersKent Overstreet1-6/+82
2024-08-13bcachefs: Make bkey_fsck_err() a wrapper around fsck_err()Kent Overstreet1-5/+3
2024-08-13bcachefs: Convert for_each_btree_node() to lockrestart_do()Kent Overstreet1-10/+5
2024-07-14bcachefs: fsck_err() may now take a btree_transKent Overstreet1-6/+6
2024-07-14bcachefs: btree ids are 64 bit bitmasksKent Overstreet1-5/+5
2024-07-10bcachefs: Add missing bch2_trans_begin()Kent Overstreet1-0/+2
2024-06-29bcachefs: bch2_btree_write_buffer_maybe_flush()Kent Overstreet1-44/+24
2024-05-28bcachefs: Fix uninitialized var warningKent Overstreet1-1/+1
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsKent Overstreet1-1/+1
2024-05-09bcachefs: bch2_dev_get_ioref() checks for device not presentKent Overstreet1-1/+1
2024-05-09bcachefs: bch2_dev_get_ioref2(); backpointers.cKent Overstreet1-2/+2
2024-05-08bcachefs: Kill bch2_dev_bkey_exists() in backpointer codeKent Overstreet1-36/+70
2024-05-08bcachefs: PTR_BUCKET_POS() now takes bch_devKent Overstreet1-2/+5
2024-05-08bcachefs: member helper cleanupsKent Overstreet1-5/+5
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-7/+7
2024-05-08bcachefs: for_each_btree_key_continue()Kent Overstreet1-23/+5
2024-05-08bcachefs: prt_printf() now respects \r\n\tKent Overstreet1-2/+1
2024-05-06bcachefs: bucket_pos_to_bp_noerror()Kent Overstreet1-1/+1
2024-04-17bcachefs: Fix bio alloc in check_extent_checksum()Kent Overstreet1-1/+1
2024-04-14bcachefs: Check for backpointer bucket_offset >= bucket sizeKent Overstreet1-3/+5
2024-04-03bcachefs: Check for extents that point to same spaceKent Overstreet1-7/+166
2024-03-31bcachefs: fix backpointer for missing alloc key msgKent Overstreet1-1/+1
2024-03-31bcachefs: Kill bch2_bkey_ptr_data_type()Kent Overstreet1-4/+2
2024-03-31bcachefs: Fix assert in bch2_backpointer_invalid()Kent Overstreet1-0/+5
2024-03-13bcachefs: reconstruct_alloc cleanupKent Overstreet1-2/+1
2024-03-13bcachefs: Pin btree cache in ram for random access in fsckKent Overstreet1-90/+47
2024-03-13bcachefs: Kill more -EIO error codesKent Overstreet1-2/+1
2024-02-24bcachefs: fix backpointer_to_text() when dev does not existKent Overstreet1-3/+5
2024-01-21bcachefs: Prep work for variable size btree node buffersKent Overstreet1-1/+1
2024-01-21bcachefs: extents_to_bp_stateKent Overstreet1-48/+41
2024-01-21bcachefs: bkey_and_val_eq()Kent Overstreet1-3/+8
2024-01-05bcachefs: fsck_err()s don't need to manually check c->sb.version anymoreKent Overstreet1-2/+1
2024-01-01bcachefs: for_each_btree_key() now declares loop iterKent Overstreet1-5/+0
2024-01-01bcachefs: bch_err_(fn|msg) check if should printKent Overstreet1-8/+4
2024-01-01bcachefs: Make backpointer fsck wb flush check more rigorousKent Overstreet1-13/+19
2024-01-01bcachefs: On missing backpointer to interior node, flush interior updatesKent Overstreet1-0/+5
2024-01-01bcachefs: Explicity go RW for fsckKent Overstreet1-4/+2
2024-01-01bcachefs: No need to allocate keys for write bufferKent Overstreet1-1/+16
2024-01-01bcachefs: backpointers fsck no longer uses BTREE_ITER_ALL_LEVELSKent Overstreet1-64/+63
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-6/+6
2023-11-13bcachefs: Fix null ptr deref in bch2_backpointer_get_node()Kent Overstreet1-5/+5
2023-11-05bcachefs: Simplify, fix bch2_backpointer_get_key()Kent Overstreet1-44/+33
2023-11-05bcachefs: kill thing_it_points_to arg to backpointer_not_found()Kent Overstreet1-7/+6
2023-11-04bcachefs: use swab40 for bch_backpointer.bucket_offset bitfieldBrian Foster1-1/+1
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet1-8/+12
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-2/+2