summaryrefslogtreecommitdiffstats
path: root/fs/bcachefs/str_hash.h
Commit message (Expand)AuthorAgeFilesLines
* bcachefs: Convert -ENOENT to private error codesKent Overstreet2023-10-221-2/+2
* bcachefs: Add private error codes for ENOSPCKent Overstreet2023-10-221-2/+2
* bcachefs: Re-enable hash_redo_key()Kent Overstreet2023-10-221-13/+32
* bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet2023-10-221-14/+7
* bcachefs: More enum stringsKent Overstreet2023-10-221-17/+17
* bcachefs: Subvol dirents are now only visible in parent subvolKent Overstreet2023-10-221-3/+10
* bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet2023-10-221-4/+4
* bcachefs: Snapshot creation, deletionKent Overstreet2023-10-221-3/+4
* bcachefs: Plumb through subvolume idKent Overstreet2023-10-221-11/+30
* bcachefs: btree_pathKent Overstreet2023-10-221-34/+31
* bcachefs: Always check for transaction restartsKent Overstreet2023-10-221-1/+1
* bcachefs: Check for errors from bch2_trans_update()Kent Overstreet2023-10-221-7/+7
* bcachefs: properly initialize used valuesDan Robertson2023-10-221-7/+10
* bcachefs: Use x-macros for more enumsKent Overstreet2023-10-221-3/+3
* bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutKent Overstreet2023-10-221-4/+4
* bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet2023-10-221-6/+1
* bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet2023-10-221-0/+4
* bcachefs: Make sure we're releasing btree iteratorsKent Overstreet2023-10-221-4/+2
* bcachefs: Fix an in iterator leakKent Overstreet2023-10-221-1/+4
* bcachefs: Split out btree_trigger_flagsKent Overstreet2023-10-221-2/+2
* bcachefs: Convert some enums to x-macrosKent Overstreet2023-10-221-1/+1
* bcachefs: Don't use sha256 for siphash str hash keyKent Overstreet2023-10-221-13/+24
* bcachefs: Fix deref of error pointerKent Overstreet2023-10-221-2/+3
* bcachefs: Rework btree iterator lifetimesKent Overstreet2023-10-221-12/+13
* bcachefs: Kill deferred btree updatesKent Overstreet2023-10-221-2/+2
* bcachefs: Improve error handling for for_each_btree_key_continue()Kent Overstreet2023-10-221-2/+4
* bcachefs: kill bch2_crc64_updateKent Overstreet2023-10-221-2/+2
* bcachefs: Return errors from for_each_btree_key()Kent Overstreet2023-10-221-26/+17
* bcachefs: Only get btree iters from btree transactionsKent Overstreet2023-10-221-16/+30
* bcachefs: convert bch2_btree_insert_at() usage to bch2_trans_commit()Kent Overstreet2023-10-221-15/+4
* bcachefs: force str_hash code to be inlinedKent Overstreet2023-10-221-18/+22
* bcachefs: Make bkey types globally uniqueKent Overstreet2023-10-221-5/+4
* bcachefs: bch2_trans_update() now takes struct btree_insert_entryKent Overstreet2023-10-221-3/+3
* bcachefs: Initial commitKent Overstreet2023-10-221-0/+319