aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredGravatar Kent Overstreet 6-30/+49
2023-10-22bcachefs: kill EBUG_ON() redefinition in bkey.cGravatar Kent Overstreet 1-9/+8
2023-10-22bcachefs: Add logging to bch2_inode_peek() & relatedGravatar Kent Overstreet 3-4/+11
2023-10-22bcachefs: Fix lock thrashing in __bchfs_fallocate()Gravatar Kent Overstreet 1-25/+56
2023-10-22bcachefs: Fix for bch2_copygc() spuriously returning -EEXISTGravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: Convert btree_err_type to normal error codesGravatar Kent Overstreet 2-72/+53
2023-10-22bcachefs: Fix btree_err() macroGravatar Kent Overstreet 1-1/+4
2023-10-22bcachefs: Ensure topology repair runsGravatar Kent Overstreet 4-1/+5
2023-10-22bcachefs: Log a message when running an explicit recovery passGravatar Kent Overstreet 5-26/+35
2023-10-22bcachefs: Print out required recovery passes on version upgradeGravatar Kent Overstreet 1-25/+37
2023-10-22bcachefs: Fix shift by 64 in set_inc_field()Gravatar Kent Overstreet 1-27/+24
2023-10-22bcachefs: bkey_format helper improvementsGravatar Kent Overstreet 4-22/+43
2023-10-22bcachefs: bcachefs_metadata_version_deleted_inodesGravatar Kent Overstreet 5-3/+125
2023-10-22bcachefs: Fix folio leak in folio_hole_offset()Gravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Fix overlapping extent repairGravatar Kent Overstreet 2-38/+131
2023-10-22bcachefs: In debug mode, run fsck again after fixing errorsGravatar Kent Overstreet 1-0/+23
2023-10-22bcachefs: recovery_types.hGravatar Kent Overstreet 2-42/+48
2023-10-22bcachefs: Handle weird opt string from sys_fsconfig()Gravatar Kent Overstreet 1-0/+7
2023-10-22bcachefs: Assorted fixes for clangGravatar Kent Overstreet 14-128/+86
2023-10-22bcachefs: Move fsck_inode_rm() to inode.cGravatar Kent Overstreet 3-64/+66
2023-10-22bcachefs: Consolidate btree id propertiesGravatar Kent Overstreet 5-124/+104
2023-10-22bcachefs: bch2_trans_update_extent_overwrite()Gravatar Kent Overstreet 2-103/+114
2023-10-22bcachefs: Fix minor memory leak on invalid bkeyGravatar Kent Overstreet 1-5/+7
2023-10-22bcachefs: Move some declarations to the correct headerGravatar Kent Overstreet 2-9/+9
2023-10-22bcachefs: Fix btree iter leak in __bch2_insert_snapshot_whiteouts()Gravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Fix a null ptr deref in check_xattr()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: bch2_btree_bit_mod()Gravatar Kent Overstreet 4-28/+37
2023-10-22bcachefs: move inode triggers to inode.cGravatar Kent Overstreet 4-71/+75
2023-10-22bcachefs: fsck: delete dead codeGravatar Kent Overstreet 1-41/+0
2023-10-22bcachefs: Make topology repair a normal recovery passGravatar Kent Overstreet 7-46/+33
2023-10-22bcachefs: bch2_run_explicit_recovery_pass()Gravatar Kent Overstreet 5-12/+22
2023-10-22bcachefs: Print version, options earlier in startup pathGravatar Kent Overstreet 1-2/+3
2023-10-22bcachefs: use prejournaled key updates for write buffer flushesGravatar Brian Foster 1-2/+28
2023-10-22bcachefs: support btree updates of prejournaled keysGravatar Brian Foster 4-3/+36
2023-10-22bcachefs: fold bch2_trans_update_by_path_trace() into callersGravatar Brian Foster 1-19/+8
2023-10-22bcachefs: remove unnecessary btree_insert_key_leaf() wrapperGravatar Brian Foster 1-7/+1
2023-10-22bcachefs: remove duplicate code between backpointer update pathsGravatar Brian Foster 2-21/+5
2023-10-22bcachefs: Suppresss various error messages in no_data_io modeGravatar Kent Overstreet 3-6/+10
2023-10-22bcachefs: Fix lookup_inode_for_snapshot()Gravatar Kent Overstreet 1-1/+5
2023-10-22bcachefs: need_snapshot_cleanup shouldn't be a fsck errorGravatar Kent Overstreet 1-12/+16
2023-10-22bcachefs: Improve key_visible_in_snapshot()Gravatar Kent Overstreet 1-8/+16
2023-10-22bcachefs: Refactor overlapping extent checksGravatar Kent Overstreet 1-66/+87
2023-10-22bcachefs: check_extent(): don't use key_visible_in_snapshot()Gravatar Kent Overstreet 1-35/+12
2023-10-22bcachefs: check_extent() refactoringGravatar Kent Overstreet 1-49/+50
2023-10-22bcachefs: fsck: walk_inode() now takes is_whiteoutGravatar Kent Overstreet 1-12/+13
2023-10-22bcachefs: Simplify check_extent()Gravatar Kent Overstreet 1-20/+10
2023-10-22bcachefs: overlapping_extents_found()Gravatar Kent Overstreet 2-37/+84
2023-10-22bcachefs: fsck: inode_walker: last_pos, seen_this_posGravatar Kent Overstreet 1-16/+23
2023-10-22bcachefs: check_extents(): make sure to check i_sectors for last inodeGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: Inline bch2_snapshot_is_ancestor() fast pathGravatar Kent Overstreet 2-2/+9