summaryrefslogtreecommitdiff
path: root/fs/bcachefs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Don't use sha256 for siphash str hash keyKent Overstreet1-3/+4
2023-10-23bcachefs: bch2_inode_peek()/bch2_inode_write()Kent Overstreet1-0/+47
2023-10-23bcachefs: Kill deferred btree updatesKent Overstreet1-4/+2
2023-10-23bcachefs: add inode_generation_to_text methodKent Overstreet1-0/+3
2023-10-23bcachefs: More work to avoid transaction restartsKent Overstreet1-1/+1
2023-10-23bcachefs: Fsck locking improvementsKent Overstreet1-17/+18
2023-10-23bcachefs: trans_for_each_iter()Kent Overstreet1-2/+2
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-5/+7
2023-10-23bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet1-13/+16
2023-10-23bcachefs: bch2_ioc_reinherit_attrs()Kent Overstreet1-1/+2
2023-10-23bcachefs: add bcachefs_effective xattrsKent Overstreet1-1/+6
2023-10-23bcachefs: merge BCH_INODE_FIELDS_INHERIT/BCH_INODE_OPTSKent Overstreet1-2/+2
2023-10-23bcachefs: use x-macros more consistentlyKent Overstreet1-10/+10
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-59/+49
2023-10-23bcachefs: revamp to_text methodsKent Overstreet1-7/+4
2023-10-23bcachefs: kill extent_insert_hookKent Overstreet1-27/+10
2023-10-23bcachefs: fix bch2_val_to_text()Kent Overstreet1-2/+4
2023-10-23bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet1-1/+2
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+517