summaryrefslogtreecommitdiff
path: root/fs/bcachefs/str_hash.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-10bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()Kent Overstreet1-10/+5
2024-01-26bcachefs: __lookup_dirent() works in snapshot, not subvolKent Overstreet1-7/+15
2024-01-01bcachefs: bch_str_hash_flags_tKent Overstreet1-7/+18
2023-10-23bcachefs: Convert -ENOENT to private error codesKent Overstreet1-2/+2
2023-10-23bcachefs: Add private error codes for ENOSPCKent Overstreet1-2/+2
2023-10-23bcachefs: Re-enable hash_redo_key()Kent Overstreet1-13/+32
2023-10-23bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet1-14/+7
2023-10-23bcachefs: More enum stringsKent Overstreet1-17/+17
2023-10-23bcachefs: Subvol dirents are now only visible in parent subvolKent Overstreet1-3/+10
2023-10-23bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet1-4/+4
2023-10-23bcachefs: Snapshot creation, deletionKent Overstreet1-3/+4
2023-10-23bcachefs: Plumb through subvolume idKent Overstreet1-11/+30
2023-10-23bcachefs: btree_pathKent Overstreet1-34/+31
2023-10-23bcachefs: Always check for transaction restartsKent Overstreet1-1/+1
2023-10-23bcachefs: Check for errors from bch2_trans_update()Kent Overstreet1-7/+7
2023-10-23bcachefs: properly initialize used valuesDan Robertson1-7/+10
2023-10-23bcachefs: Use x-macros for more enumsKent Overstreet1-3/+3
2023-10-23bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutKent Overstreet1-4/+4
2023-10-23bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet1-6/+1
2023-10-23bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet1-0/+4
2023-10-23bcachefs: Make sure we're releasing btree iteratorsKent Overstreet1-4/+2
2023-10-23bcachefs: Fix an in iterator leakKent Overstreet1-1/+4
2023-10-23bcachefs: Split out btree_trigger_flagsKent Overstreet1-2/+2
2023-10-23bcachefs: Convert some enums to x-macrosKent Overstreet1-1/+1
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