summaryrefslogtreecommitdiff
path: root/fs/bcachefs/namei.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-17bcachefs: fsck: Fix check_directory_structure when no check_direntsKent Overstreet1-2/+1
2025-06-17bcachefs: Fix __bch2_inum_to_path() when crossing subvol boundariesKent Overstreet1-5/+22
2025-06-12bcachefs: Ensure that snapshot creation propagates has_case_insensitiveKent Overstreet1-0/+10
2025-06-02bcachefs: bch_err_throw()Kent Overstreet1-2/+2
2025-06-02bcachefs: Kill un-reverted directory i_size codeKent Overstreet1-2/+2
2025-06-02bcachefs: Delete redundant fsck_err()Kent Overstreet1-9/+0
2025-05-30bcachefs: Add missing printbuf_reset() in bch2_check_dirent_inode_dirent()Kent Overstreet1-0/+1
2025-05-25bcachefs: Fix missing BTREE_UPDATE_internal_snapshot_nodeKent Overstreet1-1/+2
2025-05-22bcachefs: fix bch2_inum_snapshot_to_path()Kent Overstreet1-22/+28
2025-05-22bcachefs: BCH_INODE_has_case_insensitiveKent Overstreet1-3/+163
2025-05-22bcachefs: bch2_inum_snapshot_to_path()Kent Overstreet1-0/+18
2025-05-22bcachefs: bch2_rename_trans() only runs rename-to-dir code if neededKent Overstreet1-22/+24
2025-05-22bcachefs: subvol_inum_eq()Kent Overstreet1-4/+2
2025-05-22bcachefs: Fix bch2_dirent_create_snapshot() for casefoldingKent Overstreet1-2/+0
2025-04-28bcachefs: Use generic_set_sb_d_ops for standard casefolding d_opsKent Overstreet1-0/+3
2025-04-25bcachefs: Casefold is now a regular opts.h optionKent Overstreet1-4/+0
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet1-19/+19
2025-03-29bcachefs: Consistent indentation of multiline fsck errorsKent Overstreet1-2/+2
2025-03-24bcachefs: Refactor bch2_check_dirent_target()Kent Overstreet1-62/+67
2025-03-24bcachefs: Move bch2_check_dirent_target() to namei.cKent Overstreet1-0/+173
2025-03-24bcachefs: fs-common.c -> namei.cKent Overstreet1-0/+656