summaryrefslogtreecommitdiff
path: root/fs/bcachefs/str_hash.h
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: Don't use sha256 for siphash str hash keyKent Overstreet1-13/+24
2023-10-23bcachefs: Fix deref of error pointerKent Overstreet1-2/+3
2023-10-23bcachefs: Rework btree iterator lifetimesKent Overstreet1-12/+13
2023-10-23bcachefs: Kill deferred btree updatesKent Overstreet1-2/+2
2023-10-23bcachefs: Improve error handling for for_each_btree_key_continue()Kent Overstreet1-2/+4
2023-10-23bcachefs: kill bch2_crc64_updateKent Overstreet1-2/+2
2023-10-23bcachefs: Return errors from for_each_btree_key()Kent Overstreet1-26/+17
2023-10-23bcachefs: Only get btree iters from btree transactionsKent Overstreet1-16/+30
2023-10-23bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet1-15/+4
2023-10-23bcachefs: force str_hash code to be inlinedKent Overstreet1-18/+22
2023-10-23bcachefs: Make bkey types globally uniqueKent Overstreet1-5/+4
2023-10-23bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet1-3/+3
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+319