summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: bkey_format helper improvementsKent Overstreet2023-10-224-22/+43
* bcachefs: bcachefs_metadata_version_deleted_inodesKent Overstreet2023-10-225-3/+125
* bcachefs: Fix folio leak in folio_hole_offset()Kent Overstreet2023-10-221-0/+1
* bcachefs: Fix overlapping extent repairKent Overstreet2023-10-222-38/+131
* bcachefs: In debug mode, run fsck again after fixing errorsKent Overstreet2023-10-221-0/+23
* bcachefs: recovery_types.hKent Overstreet2023-10-222-42/+48
* bcachefs: Handle weird opt string from sys_fsconfig()Kent Overstreet2023-10-221-0/+7
* bcachefs: Assorted fixes for clangKent Overstreet2023-10-2214-128/+86
* bcachefs: Move fsck_inode_rm() to inode.cKent Overstreet2023-10-223-64/+66
* bcachefs: Consolidate btree id propertiesKent Overstreet2023-10-225-124/+104
* bcachefs: bch2_trans_update_extent_overwrite()Kent Overstreet2023-10-222-103/+114
* bcachefs: Fix minor memory leak on invalid bkeyKent Overstreet2023-10-221-5/+7
* bcachefs: Move some declarations to the correct headerKent Overstreet2023-10-222-9/+9
* bcachefs: Fix btree iter leak in __bch2_insert_snapshot_whiteouts()Kent Overstreet2023-10-221-1/+2
* bcachefs: Fix a null ptr deref in check_xattr()Kent Overstreet2023-10-221-2/+2
* bcachefs: bch2_btree_bit_mod()Kent Overstreet2023-10-224-28/+37
* bcachefs: move inode triggers to inode.cKent Overstreet2023-10-224-71/+75
* bcachefs: fsck: delete dead codeKent Overstreet2023-10-221-41/+0
* bcachefs: Make topology repair a normal recovery passKent Overstreet2023-10-227-46/+33
* bcachefs: bch2_run_explicit_recovery_pass()Kent Overstreet2023-10-225-12/+22
* bcachefs: Print version, options earlier in startup pathKent Overstreet2023-10-221-2/+3
* bcachefs: use prejournaled key updates for write buffer flushesBrian Foster2023-10-221-2/+28
* bcachefs: support btree updates of prejournaled keysBrian Foster2023-10-224-3/+36
* bcachefs: fold bch2_trans_update_by_path_trace() into callersBrian Foster2023-10-221-19/+8
* bcachefs: remove unnecessary btree_insert_key_leaf() wrapperBrian Foster2023-10-221-7/+1
* bcachefs: remove duplicate code between backpointer update pathsBrian Foster2023-10-222-21/+5
* bcachefs: Suppresss various error messages in no_data_io modeKent Overstreet2023-10-223-6/+10
* bcachefs: Fix lookup_inode_for_snapshot()Kent Overstreet2023-10-221-1/+5
* bcachefs: need_snapshot_cleanup shouldn't be a fsck errorKent Overstreet2023-10-221-12/+16
* bcachefs: Improve key_visible_in_snapshot()Kent Overstreet2023-10-221-8/+16
* bcachefs: Refactor overlapping extent checksKent Overstreet2023-10-221-66/+87
* bcachefs: check_extent(): don't use key_visible_in_snapshot()Kent Overstreet2023-10-221-35/+12
* bcachefs: check_extent() refactoringKent Overstreet2023-10-221-49/+50
* bcachefs: fsck: walk_inode() now takes is_whiteoutKent Overstreet2023-10-221-12/+13
* bcachefs: Simplify check_extent()Kent Overstreet2023-10-221-20/+10
* bcachefs: overlapping_extents_found()Kent Overstreet2023-10-222-37/+84
* bcachefs: fsck: inode_walker: last_pos, seen_this_posKent Overstreet2023-10-221-16/+23
* bcachefs: check_extents(): make sure to check i_sectors for last inodeKent Overstreet2023-10-221-1/+2
* bcachefs: Inline bch2_snapshot_is_ancestor() fast pathKent Overstreet2023-10-222-2/+9
* bcachefs: Upgrade path fixesKent Overstreet2023-10-224-4/+7
* bcachefs: is_ancestor bitmapKent Overstreet2023-10-222-8/+18
* bcachefs: mark bch_inode_info and bkey_cached as reclaimableMikulas Patocka2023-10-222-2/+2
* bcachefs: Compression levelsKent Overstreet2023-10-2210-57/+174
* bcachefs: Extent sb compression type fields to 8 bitsKent Overstreet2023-10-221-3/+28
* bcachefs: bcachefs_format.h should be using __u64Kent Overstreet2023-10-221-10/+10
* bcachefs: fix_errors option is now a proper enumKent Overstreet2023-10-226-47/+95
* bcachefs: bch_opt_fnKent Overstreet2023-10-224-19/+33
* bcachefs: Convert snapshot table to RCU arrayKent Overstreet2023-10-227-47/+207
* bcachefs: Add a race_fault() for write buffer slowpathKent Overstreet2023-10-221-0/+3
* bcachefs: Add buffered IO fallback for userspaceKent Overstreet2023-10-221-2/+15