aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/btree_io.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-10-22bcachefs: should_compact_all()Gravatar Kent Overstreet 1-12/+24
2023-10-22bcachefs: Improved btree write statisticsGravatar Kent Overstreet 1-4/+42
2023-10-22bcachefs: Write new btree nodes after parent updateGravatar Kent Overstreet 1-9/+6
2023-10-22bcachefs: btree_err() now uses bch2_print_string_as_lines()Gravatar Kent Overstreet 1-8/+9
2023-10-22bcachefs: New locking functionsGravatar Kent Overstreet 1-1/+7
2023-10-22bcachefs: Add persistent counters for all tracepointsGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Always rebuild aux search trees when node boundaries changeGravatar Kent Overstreet 1-2/+5
2023-10-22bcachefs: remove dead whiteout_u64s argument.Gravatar Olexa Bilaniuk 1-11/+5
2023-10-22bcachefs: Convert fsck errors to errcode.hGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Fix btree node read retriesGravatar Kent Overstreet 1-0/+2
2023-10-22bcachefs: Printbuf reworkGravatar Kent Overstreet 1-20/+20
2023-10-22bcachefs: Fix btree node read error pathGravatar Kent Overstreet 1-9/+16
2023-10-22bcachefs: Print message on btree node read retry successGravatar Kent Overstreet 1-1/+6