summaryrefslogtreecommitdiff
path: root/fs/bcachefs/str_hash.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-04bcachefs: Fix dirent_casefold_mismatch repairKent Overstreet1-91/+122
2025-06-04bcachefs: Fix bch2_fsck_rename_dirent() for casefoldKent Overstreet1-8/+15
2025-06-02bcachefs: Run check_dirents second time if requiredKent Overstreet1-10/+15
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-1/+1
2025-06-01bcachefs: Add better logging to fsck_rename_dirent()Kent Overstreet1-3/+8
2025-06-01bcachefs: bch2_str_hash_check_key() may now be called without snapshots_seenKent Overstreet1-1/+22
2025-06-01bcachefs: bch2_dev_journal_bucket_delete()Kent Overstreet1-3/+5
2025-05-22bcachefs: Improve bch2_repair_inode_hash_info()Kent Overstreet1-34/+78
2025-05-22bcachefs: bch2_inode_find_snapshot_root()Kent Overstreet1-24/+6
2025-05-22bcachefs: improve check_inode_hash_info_matches_root() error messageKent Overstreet1-12/+19
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-1/+1
2025-03-29bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet1-1/+1
2025-03-15bcachefs: bcachefs_metadata_version_casefoldingJoshua Ashton1-1/+1
2025-01-21bcachefs: Reduce stack frame size of __bch2_str_hash_check_key()Kent Overstreet1-12/+12
2025-01-15bcachefs: Fix check_inode_hash_info_matches_root()Kent Overstreet1-2/+11
2024-12-21bcachefs: Add empty statement between label and declaration in check_inode_ha...Nathan Chancellor1-1/+1
2024-12-21bcachefs: bch2_str_hash_check_key() now checks inode hash infoKent Overstreet1-25/+102
2024-12-21bcachefs: factor out str_hash.cKent Overstreet1-0/+209