summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/fsck.c
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Improve assorted error messagesKent Overstreet2023-10-221-1/+1
* bcachefs: Fix inodes pass in fsckKent Overstreet2023-10-221-5/+5
* bcachefs: Kill bkey_type_successorKent Overstreet2023-10-221-3/+3
* bcachefs: Improve error message in fsckKent Overstreet2023-10-221-10/+15
* bcachefs: Fix a locking bug in fsckKent Overstreet2023-10-221-1/+2
* bcachefs: Move extent overwrite handling out of core btree codeKent Overstreet2023-10-221-0/+56
* bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet2023-10-221-20/+9
* bcachefs: Split out btree_trigger_flagsKent Overstreet2023-10-221-4/+4
* bcachefs: Convert some enums to x-macrosKent Overstreet2023-10-221-2/+2
* bcachefs: Kill BTREE_INSERT_ATOMICKent Overstreet2023-10-221-8/+0
* bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet2023-10-221-54/+73
* bcachefs: Update directory timestamps during linkJustin Husted2023-10-221-2/+2
* bcachefs: Set lost+found mode to 0700Justin Husted2023-10-221-1/+1
* bcachefs: Fix uninitialized field in hash_check_init()Justin Husted2023-10-221-0/+1
* bcachefs: Factor out fs-common.cKent Overstreet2023-10-221-54/+22
* bcachefs: Kill deferred btree updatesKent Overstreet2023-10-221-4/+3
* bcachefs: Improve error handling for for_each_btree_key_continue()Kent Overstreet2023-10-221-6/+6
* bcachefs: Cleanup i_nlink handlingKent Overstreet2023-10-221-11/+2
* bcachefs: Check for extents past eof correctlyKent Overstreet2023-10-221-1/+1
* bcachefs: More work to avoid transaction restartsKent Overstreet2023-10-221-14/+7
* bcachefs: Delete duplicate codeKent Overstreet2023-10-221-3/+3
* bcachefs: some improvements to startup messages and optionsKent Overstreet2023-10-221-80/+35
* bcachefs: Return errors from for_each_btree_key()Kent Overstreet2023-10-221-14/+14
* bcachefs: minor fsck fixKent Overstreet2023-10-221-18/+12
* bcachefs: Fsck locking improvementsKent Overstreet2023-10-221-32/+48
* bcachefs: make sure to use BTREE_INSERT_LAZY_RW in fsckKent Overstreet2023-10-221-6/+15
* bcachefs: trans_for_each_iter()Kent Overstreet2023-10-221-57/+66
* bcachefs: Only get btree iters from btree transactionsKent Overstreet2023-10-221-72/+74
* bcachefs: Go rw lazilyKent Overstreet2023-10-221-5/+11
* bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet2023-10-221-41/+63
* bcachefs: Don't need to walk inodes on clean shutdownKent Overstreet2023-10-221-8/+11
* bcachefs: Track nr_inodes with the key marking machineryKent Overstreet2023-10-221-8/+0
* bcachefs: Make bkey types globally uniqueKent Overstreet2023-10-221-18/+10
* bcachefs: revamp to_text methodsKent Overstreet2023-10-221-16/+24
* bcachefs: Rename nofsck opt to fsckKent Overstreet2023-10-221-1/+1
* bcachefs: make fsck spew lessKent Overstreet2023-10-221-9/+7
* bcachefs: Dirent repair codeKent Overstreet2023-10-221-4/+119
* bcachefs: kill extent_insert_hookKent Overstreet2023-10-221-17/+17
* bcachefs: mempoolify btree_transKent Overstreet2023-10-221-2/+2
* bcachefs: Convert raw uses of bch2_btree_iter_link() to new transactionsKent Overstreet2023-10-221-55/+84
* bcachefs: Only check inode i_nlink during full fsckKent Overstreet2023-10-221-1/+29
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+1306