summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/dirent.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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