summaryrefslogtreecommitdiff
path: root/fs/bcachefs/dirent.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-09bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet1-2/+2
2024-03-14bcachefs: Correctly reattach subvolumesKent Overstreet1-1/+1
2024-03-10bcachefs: Cleanup bch2_dirent_lookup_trans()Kent Overstreet1-1/+1
2024-03-10bcachefs: skip invisible entries in empty subvolume checkingGuoyu Ou1-1/+1
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-02bcachefs: Enumerate fsck errorsKent Overstreet1-1/+1
2023-10-23bcachefs: Introduce bch2_dirent_get_nameJoshua Ashton1-1/+1
2023-10-23bcachefs: Change check for invalid key typesKent Overstreet1-1/+3
2023-10-23bcachefs: bkey_ops.min_val_sizeKent Overstreet1-0/+1
2023-10-23bcachefs: Change bkey_invalid() rw param to flagsKent Overstreet1-1/+1
2023-10-23bcachefs: More style fixesKent Overstreet1-2/+2
2023-10-23bcachefs: Add rw to .key_invalid()Kent Overstreet1-1/+1
2023-10-23bcachefs: Convert .key_invalid methods to printbufsKent Overstreet1-1/+1
2023-10-23bcachefs: Update export_operations for snapshotsKent Overstreet1-0/+3
2023-10-23bcachefs: Subvol dirents are now only visible in parent subvolKent Overstreet1-3/+0
2023-10-23bcachefs: Snapshot creation, deletionKent Overstreet1-4/+0
2023-10-23bcachefs: Plumb through subvolume idKent Overstreet1-16/+13
2023-10-23bcachefs: Add support for dirents that point to subvolumesKent Overstreet1-1/+13
2023-10-23bcachefs: btree_pathKent Overstreet1-2/+1
2023-10-23bcachefs: Inode backpointersKent Overstreet1-3/+3
2023-10-23bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet1-2/+0
2023-10-23bcachefs: Can't be holding read locks while taking write locksKent Overstreet1-1/+1
2023-10-23bcachefs: Factor out fs-common.cKent Overstreet1-13/+16
2023-10-23bcachefs: Fsck locking improvementsKent Overstreet1-0/+1
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-1/+1
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-1/+1
2023-10-23bcachefs: Dirent repair codeKent Overstreet1-0/+6
2023-10-23bcachefs: fix bch2_val_to_text()Kent Overstreet1-1/+1
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+55