aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-10bcachefs: Correctly validate k->u64s in btree node read pathGravatar Kent Overstreet 1-1/+10
2024-01-21bcachefs: Prep work for variable size btree node buffersGravatar Kent Overstreet 1-19/+19
2024-01-05bcachefs: improve checksum error messagesGravatar Kent Overstreet 1-6/+12
2024-01-05bcachefs: improve validate_bset_keys()Gravatar Kent Overstreet 1-20/+55
2024-01-05bcachefs: add missing bch2_latency_acct() callGravatar Kent Overstreet 1-1/+1
2024-01-05bcachefs: add time_stats for btree_node_read_done()Gravatar Kent Overstreet 1-0/+2
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterGravatar Kent Overstreet 1-2/+0
2024-01-01bcachefs: better error message in btree_node_write_work()Gravatar Kent Overstreet 1-1/+3
2024-01-01bcachefs: Improve error message when finding wrong btree nodeGravatar Kent Overstreet 1-2/+10
2024-01-01bcachefs: Include btree_trans in more tracepointsGravatar Kent Overstreet 1-5/+6
2024-01-01bcachefs: Rename BTREE_INSERT flagsGravatar Kent Overstreet 1-3/+3
2023-12-03bcachefs: Don't drop journal pins in exit pathGravatar Kent Overstreet 1-2/+2
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningGravatar Kent Overstreet 1-4/+3
2023-11-05bcachefs: bkey_copy() is no longer a macroGravatar Kent Overstreet 1-2/+2
2023-11-01bcachefs: Enumerate fsck errorsGravatar Kent Overstreet 1-49/+125
2023-11-01bcachefs: Add IO error counts to bch_memberGravatar Kent Overstreet 1-7/+16
2023-10-31bcachefs: bch2_btree_id_str()Gravatar Kent Overstreet 1-14/+4
2023-10-22bcachefs: Heap allocate btree_transGravatar Kent Overstreet 1-8/+5
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-27/+9
2023-10-22bcachefs: Break up io.cGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Array bounds fixesGravatar Kent Overstreet 1-11/+10
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert btree_err_type to normal error codesGravatar Kent Overstreet 1-72/+47
2023-10-22bcachefs: Fix btree_err() macroGravatar Kent Overstreet 1-1/+4
2023-10-22bcachefs: Log a message when running an explicit recovery passGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: bkey_format helper improvementsGravatar Kent Overstreet 1-4/+5
2023-10-22bcachefs: Make topology repair a normal recovery passGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: bcachefs_metadata_version_major_minorGravatar Kent Overstreet 1-2/+5
2023-10-22bcachefs: Assorted sparse fixesGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Allow for unknown btree IDsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_version_compatible()Gravatar Kent Overstreet 1-7/+3
2023-10-22bcachefs: Kill BTREE_INSERT_USE_RESERVEGravatar Kent Overstreet 1-1/+5
2023-10-22bcachefs: Fix btree node write error messageGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: GFP_NOIO -> GFP_NOFSGravatar Kent Overstreet 1-4/+4
2023-10-22six locks: Kill six_lock_state unionGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Drop a redundant error messageGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: Private error codes: ENOMEMGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Drop some anonymous structs, unionsGravatar Kent Overstreet 1-16/+16
2023-10-22bcachefs: BKEY_PADDED_ONSTACK()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Centralize btree node lock initializationGravatar Kent Overstreet 1-0/+6
2023-10-22bcachefs: Plumb btree_trans through btree cache codeGravatar Kent Overstreet 1-3/+11
2023-10-22bcachefs: Add some logging for btree node rewrites due to errorsGravatar Kent Overstreet 1-1/+9
2023-10-22bcachefs: Nocow supportGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Improve btree node read error pathGravatar Kent Overstreet 1-23/+38
2023-10-22bcachefs: Plumb saw_error through to btree_err()Gravatar Kent Overstreet 1-10/+15
2023-10-22bcachefs: Convert btree_err() to a functionGravatar Kent Overstreet 1-49/+64
2023-10-22bcachefs: fix fsck errorGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: New bpos_cmp(), bkey_cmp() replacementsGravatar Kent Overstreet 1-5/+5
2023-10-22bcachefs: Fix a race with b->write_typeGravatar Kent Overstreet 1-5/+9
2023-10-22bcachefs: More style fixesGravatar Kent Overstreet 1-0/+2