summaryrefslogtreecommitdiff
path: root/fs/bcachefs/dirent.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-01bcachefs: Fix reattach_inode() for snapshotsKent Overstreet1-0/+4
2024-01-01bcachefs: bch_str_hash_flags_tKent Overstreet1-1/+2
2023-12-08bcachefs: Fix deleted inode check for dirsKent Overstreet1-0/+1
2023-11-01bcachefs: Enumerate fsck errorsKent Overstreet1-1/+1
2023-10-22bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton1-1/+1
2023-10-22bcachefs: Change check for invalid key typesKent Overstreet1-1/+3
2023-10-22bcachefs: bkey_ops.min_val_sizeKent Overstreet1-0/+1
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-1/+1
2023-10-22bcachefs: More style fixesKent Overstreet1-2/+2
2023-10-22bcachefs: Add rw to .key_invalid()Kent Overstreet1-1/+1
2023-10-22bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-1/+1
2023-10-22bcachefs: Update export_operations for snapshotsKent Overstreet1-0/+3
2023-10-22bcachefs: Subvol dirents are now only visible in parent subvolKent Overstreet1-3/+0
2023-10-22bcachefs: Snapshot creation, deletionKent Overstreet1-4/+0
2023-10-22bcachefs: Plumb through subvolume idKent Overstreet1-16/+13
2023-10-22bcachefs: Add support for dirents that point to subvolumesKent Overstreet1-1/+13
2023-10-22bcachefs: btree_pathKent Overstreet1-2/+1
2023-10-22bcachefs: Inode backpointersKent Overstreet1-3/+3
2023-10-22bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet1-2/+0
2023-10-22bcachefs: Can't be holding read locks while taking write locksKent Overstreet1-1/+1
2023-10-22bcachefs: Factor out fs-common.cKent Overstreet1-13/+16
2023-10-22bcachefs: Fsck locking improvementsKent Overstreet1-0/+1
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet1-1/+1
2023-10-22bcachefs: revamp to_text methodsKent Overstreet1-1/+1
2023-10-22bcachefs: Dirent repair codeKent Overstreet1-0/+6
2023-10-22bcachefs: fix bch2_val_to_text()Kent Overstreet1-1/+1
2023-10-22bcachefs: Initial commitKent Overstreet1-0/+55