aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/dirent.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* bcachefs: bch2_subvolume_get()Kent Overstreet2023-10-221-23/+4
* bcachefs: Snapshot creation, deletionKent Overstreet2023-10-221-8/+0
* bcachefs: Plumb through subvolume idKent Overstreet2023-10-221-35/+72
* bcachefs: Add support for dirents that point to subvolumesKent Overstreet2023-10-221-18/+87
* bcachefs: Subvolumes, snapshotsKent Overstreet2023-10-221-2/+3
* bcachefs: btree_pathKent Overstreet2023-10-221-39/+38
* bcachefs: Always check for transaction restartsKent Overstreet2023-10-221-3/+15
* bcachefs: Ensure bad d_type doesn't oops in bch2_dirent_to_text()Kent Overstreet2023-10-221-1/+4
* bcachefs: bch2_d_types[]Kent Overstreet2023-10-221-1/+1
* bcachefs: Fix inode backpointers in RENAME_OVERWRITEKent Overstreet2023-10-221-1/+4
* bcachefs: Move some dirent checks to bch2_dirent_invalid()Kent Overstreet2023-10-221-5/+13
* bcachefs: Inode backpointersKent Overstreet2023-10-221-6/+12
* bcachefs: Require all btree iterators to be freedKent Overstreet2023-10-221-0/+3
* bcachefs: Rename BTREE_ID enums for consistency with other enumsKent Overstreet2023-10-221-3/+3
* bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutKent Overstreet2023-10-221-2/+2
* bcachefs: Print out d_type in dirent_to_text()Kent Overstreet2023-10-221-1/+1
* bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet2023-10-221-18/+27
* bcachefs: Don't call trans_iter_put() on error pointerKent Overstreet2023-10-221-1/+3
* bcachefs: Split out btree_trigger_flagsKent Overstreet2023-10-221-3/+3
* bcachefs: Convert all bch2_trans_commit() users to BTREE_INSERT_ATOMICKent Overstreet2023-10-221-12/+0
* bcachefs: Refactor bch2_readdir() a bitKent Overstreet2023-10-221-12/+7
* bcachefs: Can't be holding read locks while taking write locksKent Overstreet2023-10-221-3/+4
* bcachefs: Factor out fs-common.cKent Overstreet2023-10-221-55/+42
* bcachefs: Kill deferred btree updatesKent Overstreet2023-10-221-5/+4
* bcachefs: More work to avoid transaction restartsKent Overstreet2023-10-221-2/+2
* bcachefs: Return errors from for_each_btree_key()Kent Overstreet2023-10-221-10/+7
* bcachefs: Fsck locking improvementsKent Overstreet2023-10-221-6/+13
* bcachefs: Only get btree iters from btree transactionsKent Overstreet2023-10-221-6/+13
* bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet2023-10-221-2/+2
* bcachefs: Make bkey types globally uniqueKent Overstreet2023-10-221-47/+25
* bcachefs: revamp to_text methodsKent Overstreet2023-10-221-9/+6
* bcachefs: Dirent repair codeKent Overstreet2023-10-221-13/+1
* bcachefs: fix bch2_val_to_text()Kent Overstreet2023-10-221-7/+9
* bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet2023-10-221-3/+5
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+426