aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/dirent.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: s/bkey_invalid_flags/bch_validate_flagsGravatar Kent Overstreet 1-2/+2
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupGravatar Kent Overstreet 1-2/+2
2024-03-13bcachefs: Correctly reattach subvolumesGravatar Kent Overstreet 1-1/+1
2024-03-10bcachefs: Cleanup bch2_dirent_lookup_trans()Gravatar Kent Overstreet 1-1/+1
2024-03-10bcachefs: skip invisible entries in empty subvolume checkingGravatar Guoyu Ou 1-1/+1
2024-01-01bcachefs: Fix reattach_inode() for snapshotsGravatar Kent Overstreet 1-0/+4
2024-01-01bcachefs: bch_str_hash_flags_tGravatar Kent Overstreet 1-1/+2
2023-12-08bcachefs: Fix deleted inode check for dirsGravatar Kent Overstreet 1-0/+1
2023-11-01bcachefs: Enumerate fsck errorsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Introduce bch2_dirent_get_nameGravatar Joshua Ashton 1-1/+1
2023-10-22bcachefs: Change check for invalid key typesGravatar Kent Overstreet 1-1/+3
2023-10-22bcachefs: bkey_ops.min_val_sizeGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Change bkey_invalid() rw param to flagsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: More style fixesGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Add rw to .key_invalid()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Convert .key_invalid methods to printbufsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Update export_operations for snapshotsGravatar Kent Overstreet 1-0/+3
2023-10-22bcachefs: Subvol dirents are now only visible in parent subvolGravatar Kent Overstreet 1-3/+0
2023-10-22bcachefs: Snapshot creation, deletionGravatar Kent Overstreet 1-4/+0
2023-10-22bcachefs: Plumb through subvolume idGravatar Kent Overstreet 1-16/+13
2023-10-22bcachefs: Add support for dirents that point to subvolumesGravatar Kent Overstreet 1-1/+13
2023-10-22bcachefs: btree_pathGravatar Kent Overstreet 1-2/+1
2023-10-22bcachefs: Inode backpointersGravatar Kent Overstreet 1-3/+3
2023-10-22bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICGravatar Kent Overstreet 1-2/+0
2023-10-22bcachefs: Can't be holding read locks while taking write locksGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Factor out fs-common.cGravatar Kent Overstreet 1-13/+16
2023-10-22bcachefs: Fsck locking improvementsGravatar Kent Overstreet 1-0/+1
2023-10-22bcachefs: Make bkey types globally uniqueGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: revamp to_text methodsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Dirent repair codeGravatar Kent Overstreet 1-0/+6
2023-10-22bcachefs: fix bch2_val_to_text()Gravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+55