summaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: bkey_for_each_ptr() now declares loop iterKent Overstreet1-2/+0
2024-01-01bcachefs: better error message in btree_node_write_work()Kent Overstreet1-1/+3
2024-01-01bcachefs: Improve error message when finding wrong btree nodeKent Overstreet1-2/+10
2024-01-01bcachefs: Include btree_trans in more tracepointsKent Overstreet1-5/+6
2024-01-01bcachefs: Rename BTREE_INSERT flagsKent Overstreet1-3/+3
2023-12-03bcachefs: Don't drop journal pins in exit pathKent Overstreet1-2/+2
2023-11-24closures: CLOSURE_CALLBACK() to fix type punningKent Overstreet1-4/+3
2023-11-05bcachefs: bkey_copy() is no longer a macroKent Overstreet1-2/+2
2023-11-02bcachefs: Enumerate fsck errorsKent Overstreet1-49/+125
2023-11-02bcachefs: Add IO error counts to bch_memberKent Overstreet1-7/+16
2023-10-31bcachefs: bch2_btree_id_str()Kent Overstreet1-14/+4
2023-10-23bcachefs: Heap allocate btree_transKent Overstreet1-8/+5
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-27/+9
2023-10-23bcachefs: Break up io.cKent Overstreet1-1/+1
2023-10-23bcachefs: Array bounds fixesKent Overstreet1-11/+10
2023-10-23bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet1-1/+1
2023-10-23bcachefs: Convert btree_err_type to normal error codesKent Overstreet1-72/+47
2023-10-23bcachefs: Fix btree_err() macroKent Overstreet1-1/+4
2023-10-23bcachefs: Log a message when running an explicit recovery passKent Overstreet1-0/+1
2023-10-23bcachefs: bkey_format helper improvementsKent Overstreet1-4/+5
2023-10-23bcachefs: Make topology repair a normal recovery passKent Overstreet1-2/+3
2023-10-23bcachefs: bcachefs_metadata_version_major_minorKent Overstreet1-2/+5
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-2/+2
2023-10-23bcachefs: Allow for unknown btree IDsKent Overstreet1-1/+1
2023-10-23bcachefs: bch2_version_compatible()Kent Overstreet1-7/+3
2023-10-23bcachefs: Kill BTREE_INSERT_USE_RESERVEKent Overstreet1-1/+5
2023-10-23bcachefs: Fix btree node write error messageKent Overstreet1-1/+1
2023-10-23bcachefs: GFP_NOIO -> GFP_NOFSKent Overstreet1-4/+4
2023-10-23six locks: Kill six_lock_state unionKent Overstreet1-1/+1
2023-10-23bcachefs: Drop a redundant error messageKent Overstreet1-2/+3
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-1/+1
2023-10-23bcachefs: Drop some anonymous structs, unionsKent Overstreet1-16/+16
2023-10-23bcachefs: BKEY_PADDED_ONSTACK()Kent Overstreet1-1/+1
2023-10-23bcachefs: Centralize btree node lock initializationKent Overstreet1-0/+6
2023-10-23bcachefs: Plumb btree_trans through btree cache codeKent Overstreet1-3/+11
2023-10-23bcachefs: Add some logging for btree node rewrites due to errorsKent Overstreet1-1/+9
2023-10-23bcachefs: Nocow supportKent Overstreet1-1/+2
2023-10-23bcachefs: Improve btree node read error pathKent Overstreet1-23/+38
2023-10-23bcachefs: Plumb saw_error through to btree_err()Kent Overstreet1-10/+15
2023-10-23bcachefs: Convert btree_err() to a functionKent Overstreet1-49/+64
2023-10-23bcachefs: fix fsck errorKent Overstreet1-1/+1
2023-10-23bcachefs: New bpos_cmp(), bkey_cmp() replacementsKent Overstreet1-5/+5
2023-10-23bcachefs: Fix a race with b->write_typeKent Overstreet1-5/+9
2023-10-23bcachefs: More style fixesKent Overstreet1-0/+2
2023-10-23bcachefs: should_compact_all()Kent Overstreet1-12/+24
2023-10-23bcachefs: Improved btree write statisticsKent Overstreet1-4/+42
2023-10-23bcachefs: Write new btree nodes after parent updateKent Overstreet1-9/+6
2023-10-23bcachefs: btree_err() now uses bch2_print_string_as_lines()Kent Overstreet1-8/+9
2023-10-23bcachefs: New locking functionsKent Overstreet1-1/+7
2023-10-23bcachefs: Add persistent counters for all tracepointsKent Overstreet1-2/+2