summaryrefslogtreecommitdiff
path: root/fs/bcachefs/xattr.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: fix __bch2_xattr_bcachefs_get()Kent Overstreet1-14/+10
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-2/+2
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-48/+45
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-3/+7
2023-10-23bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet1-1/+1
2023-10-23bcachefs: more project quota fixesKent Overstreet1-0/+7
2023-10-23bcachefs: add bcachefs_effective xattrsKent Overstreet1-46/+157
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-62/+40
2023-10-23bcachefs: Check for unsupported featuresKent Overstreet1-7/+3
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-20/+28
2023-10-23bcachefs: fix bch2_val_to_text()Kent Overstreet1-15/+17
2023-10-23bcachefs: Fix mtime/ctime updatesKent Overstreet1-1/+1
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+485