summaryrefslogtreecommitdiff
path: root/fs/bcachefs
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Fix for sb buffer being misalignedKent Overstreet1-6/+7
2023-10-23bcachefs: Convert journal validation to bkey_invalid_flagsKent Overstreet2-47/+64
2023-10-23bcachefs: Improve journal_entry_err_msg()Kent Overstreet1-46/+52
2023-10-23bcachefs: BCH_COMPAT_bformat_overflow_done no longer requiredKent Overstreet6-30/+49
2023-10-23bcachefs: kill EBUG_ON() redefinition in bkey.cKent Overstreet1-9/+8
2023-10-23bcachefs: Add logging to bch2_inode_peek() & relatedKent Overstreet3-4/+11
2023-10-23bcachefs: Fix lock thrashing in __bchfs_fallocate()Kent Overstreet1-25/+56
2023-10-23bcachefs: Fix for bch2_copygc() spuriously returning -EEXISTKent Overstreet1-1/+3
2023-10-23bcachefs: Convert btree_err_type to normal error codesKent Overstreet2-72/+53
2023-10-23bcachefs: Fix btree_err() macroKent Overstreet1-1/+4
2023-10-23bcachefs: Ensure topology repair runsKent Overstreet4-1/+5
2023-10-23bcachefs: Log a message when running an explicit recovery passKent Overstreet5-26/+35
2023-10-23bcachefs: Print out required recovery passes on version upgradeKent Overstreet1-25/+37
2023-10-23bcachefs: Fix shift by 64 in set_inc_field()Kent Overstreet1-27/+24
2023-10-23bcachefs: bkey_format helper improvementsKent Overstreet4-22/+43
2023-10-23bcachefs: bcachefs_metadata_version_deleted_inodesKent Overstreet5-3/+125
2023-10-23bcachefs: Fix folio leak in folio_hole_offset()Kent Overstreet1-0/+1
2023-10-23bcachefs: Fix overlapping extent repairKent Overstreet2-38/+131
2023-10-23bcachefs: In debug mode, run fsck again after fixing errorsKent Overstreet1-0/+23
2023-10-23bcachefs: recovery_types.hKent Overstreet2-42/+48
2023-10-23bcachefs: Handle weird opt string from sys_fsconfig()Kent Overstreet1-0/+7
2023-10-23bcachefs: Assorted fixes for clangKent Overstreet14-128/+86
2023-10-23bcachefs: Move fsck_inode_rm() to inode.cKent Overstreet3-64/+66
2023-10-23bcachefs: Consolidate btree id propertiesKent Overstreet5-124/+104
2023-10-23bcachefs: bch2_trans_update_extent_overwrite()Kent Overstreet2-103/+114
2023-10-23bcachefs: Fix minor memory leak on invalid bkeyKent Overstreet1-5/+7
2023-10-23bcachefs: Move some declarations to the correct headerKent Overstreet2-9/+9
2023-10-23bcachefs: Fix btree iter leak in __bch2_insert_snapshot_whiteouts()Kent Overstreet1-1/+2
2023-10-23bcachefs: Fix a null ptr deref in check_xattr()Kent Overstreet1-2/+2
2023-10-23bcachefs: bch2_btree_bit_mod()Kent Overstreet4-28/+37
2023-10-23bcachefs: move inode triggers to inode.cKent Overstreet4-71/+75
2023-10-23bcachefs: fsck: delete dead codeKent Overstreet1-41/+0
2023-10-23bcachefs: Make topology repair a normal recovery passKent Overstreet7-46/+33
2023-10-23bcachefs: bch2_run_explicit_recovery_pass()Kent Overstreet5-12/+22
2023-10-23bcachefs: Print version, options earlier in startup pathKent Overstreet1-2/+3
2023-10-23bcachefs: use prejournaled key updates for write buffer flushesBrian Foster1-2/+28
2023-10-23bcachefs: support btree updates of prejournaled keysBrian Foster4-3/+36
2023-10-23bcachefs: fold bch2_trans_update_by_path_trace() into callersBrian Foster1-19/+8
2023-10-23bcachefs: remove unnecessary btree_insert_key_leaf() wrapperBrian Foster1-7/+1
2023-10-23bcachefs: remove duplicate code between backpointer update pathsBrian Foster2-21/+5
2023-10-23bcachefs: Suppresss various error messages in no_data_io modeKent Overstreet3-6/+10
2023-10-23bcachefs: Fix lookup_inode_for_snapshot()Kent Overstreet1-1/+5
2023-10-23bcachefs: need_snapshot_cleanup shouldn't be a fsck errorKent Overstreet1-12/+16
2023-10-23bcachefs: Improve key_visible_in_snapshot()Kent Overstreet1-8/+16
2023-10-23bcachefs: Refactor overlapping extent checksKent Overstreet1-66/+87
2023-10-23bcachefs: check_extent(): don't use key_visible_in_snapshot()Kent Overstreet1-35/+12
2023-10-23bcachefs: check_extent() refactoringKent Overstreet1-49/+50
2023-10-23bcachefs: fsck: walk_inode() now takes is_whiteoutKent Overstreet1-12/+13
2023-10-23bcachefs: Simplify check_extent()Kent Overstreet1-20/+10
2023-10-23bcachefs: overlapping_extents_found()Kent Overstreet2-37/+84