summaryrefslogtreecommitdiff
path: root/fs/bcachefs/dirent.c
AgeCommit message (Expand)Author
2023-10-22bcachefs: Plumb through subvolume idKent Overstreet
2023-10-22bcachefs: Add support for dirents that point to subvolumesKent Overstreet
2023-10-22bcachefs: Subvolumes, snapshotsKent Overstreet
2023-10-22bcachefs: btree_pathKent Overstreet
2023-10-22bcachefs: Always check for transaction restartsKent Overstreet
2023-10-22bcachefs: Ensure bad d_type doesn't oops in bch2_dirent_to_text()Kent Overstreet
2023-10-22bcachefs: bch2_d_types[]Kent Overstreet
2023-10-22bcachefs: Fix inode backpointers in RENAME_OVERWRITEKent Overstreet
2023-10-22bcachefs: Move some dirent checks to bch2_dirent_invalid()Kent Overstreet
2023-10-22bcachefs: Inode backpointersKent Overstreet
2023-10-22bcachefs: Require all btree iterators to be freedKent Overstreet
2023-10-22bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet
2023-10-22bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutKent Overstreet
2023-10-22bcachefs: Print out d_type in dirent_to_text()Kent Overstreet
2023-10-22bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet
2023-10-22bcachefs: Don't call trans_iter_put() on error pointerKent Overstreet
2023-10-22bcachefs: Split out btree_trigger_flagsKent Overstreet
2023-10-22bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet
2023-10-22bcachefs: Refactor bch2_readdir() a bitKent Overstreet
2023-10-22bcachefs: Can't be holding read locks while taking write locksKent Overstreet
2023-10-22bcachefs: Factor out fs-common.cKent Overstreet
2023-10-22bcachefs: Kill deferred btree updatesKent Overstreet
2023-10-22bcachefs: More work to avoid transaction restartsKent Overstreet
2023-10-22bcachefs: Return errors from for_each_btree_key()Kent Overstreet
2023-10-22bcachefs: Fsck locking improvementsKent Overstreet
2023-10-22bcachefs: Only get btree iters from btree transactionsKent Overstreet
2023-10-22bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet
2023-10-22bcachefs: Make bkey types globally uniqueKent Overstreet
2023-10-22bcachefs: revamp to_text methodsKent Overstreet
2023-10-22bcachefs: Dirent repair codeKent Overstreet
2023-10-22bcachefs: fix bch2_val_to_text()Kent Overstreet
2023-10-22bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet
2023-10-22bcachefs: Initial commitKent Overstreet