summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fsck.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Kill deferred btree updatesKent Overstreet1-4/+3
2023-10-23bcachefs: Improve error handling for for_each_btree_key_continue()Kent Overstreet1-6/+6
2023-10-23bcachefs: Cleanup i_nlink handlingKent Overstreet1-11/+2
2023-10-23bcachefs: Check for extents past eof correctlyKent Overstreet1-1/+1
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-14/+7
2023-10-23bcachefs: Delete duplicate codeKent Overstreet1-3/+3
2023-10-23bcachefs: some improvements to startup messages and optionsKent Overstreet1-80/+35
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-14/+14
2023-10-23bcachefs: minor fsck fixKent Overstreet1-18/+12
2023-10-23bcachefs: Fsck locking improvementsKent Overstreet1-32/+48
2023-10-23bcachefs: make sure to use BTREE_INSERT_LAZY_RW in fsckKent Overstreet1-6/+15
2023-10-23bcachefs: trans_for_each_iter()Kent Overstreet1-57/+66
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-72/+74
2023-10-23bcachefs: Go rw lazilyKent Overstreet1-5/+11
2023-10-23bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet1-41/+63
2023-10-23bcachefs: Don't need to walk inodes on clean shutdownKent Overstreet1-8/+11
2023-10-23bcachefs: Track nr_inodes with the key marking machineryKent Overstreet1-8/+0
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-18/+10
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-16/+24
2023-10-23bcachefs: Rename nofsck opt to fsckKent Overstreet1-1/+1
2023-10-23bcachefs: make fsck spew lessKent Overstreet1-9/+7
2023-10-23bcachefs: Dirent repair codeKent Overstreet1-4/+119
2023-10-23bcachefs: kill extent_insert_hookKent Overstreet1-17/+17
2023-10-23bcachefs: mempoolify btree_transKent Overstreet1-2/+2
2023-10-23bcachefs: Convert raw uses of bch2_btree_iter_link() to new transactionsKent Overstreet1-55/+84
2023-10-23bcachefs: Only check inode i_nlink during full fsckKent Overstreet1-1/+29
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+1306