summaryrefslogtreecommitdiff
path: root/fs/bcachefs/str_hash.h
AgeCommit message (Expand)Author
2023-08-28bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-08-28bcachefs: Add private error codes for ENOSPCKent Overstreet
2023-08-28bcachefs: Re-enable hash_redo_key()Kent Overstreet
2023-08-28bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet
2023-08-28bcachefs: More enum stringsKent Overstreet
2023-08-28bcachefs: Subvol dirents are now only visible in parent subvolKent Overstreet
2023-08-28bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet
2023-08-28bcachefs: Snapshot creation, deletionKent Overstreet
2023-08-28bcachefs: Plumb through subvolume idKent Overstreet
2023-08-28bcachefs: btree_pathKent Overstreet
2023-08-28bcachefs: Always check for transaction restartsKent Overstreet
2023-08-28bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2023-08-28bcachefs: properly initialize used valuesDan Robertson
2023-08-28bcachefs: Use x-macros for more enumsKent Overstreet
2023-08-28bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutKent Overstreet
2023-08-28bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet
2023-08-28bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet
2023-08-28bcachefs: Make sure we're releasing btree iteratorsKent Overstreet
2023-08-28bcachefs: Fix an in iterator leakKent Overstreet
2023-08-28bcachefs: Split out btree_trigger_flagsKent Overstreet
2023-08-28bcachefs: Convert some enums to x-macrosKent Overstreet
2023-08-28bcachefs: Don't use sha256 for siphash str hash keyKent Overstreet
2023-08-28bcachefs: Fix deref of error pointerKent Overstreet
2023-08-28bcachefs: Rework btree iterator lifetimesKent Overstreet
2023-08-28bcachefs: Kill deferred btree updatesKent Overstreet
2023-08-28bcachefs: Improve error handling for for_each_btree_key_continue()Kent Overstreet
2023-08-28bcachefs: kill bch2_crc64_updateKent Overstreet
2023-08-28bcachefs: Return errors from for_each_btree_key()Kent Overstreet
2023-08-28bcachefs: Only get btree iters from btree transactionsKent Overstreet
2023-08-28bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet
2023-08-28bcachefs: force str_hash code to be inlinedKent Overstreet
2023-08-28bcachefs: Make bkey types globally uniqueKent Overstreet
2023-08-28bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet
2023-08-28bcachefs: Initial commitKent Overstreet