summaryrefslogtreecommitdiff
path: root/fs/bcachefs/str_hash.h
AgeCommit message (Expand)Author
2025-07-01bcachefs: opts.casefold_disabledKent Overstreet
2025-06-04bcachefs: Fix dirent_casefold_mismatch repairKent Overstreet
2025-06-02bcachefs: Run check_dirents second time if requiredKent Overstreet
2025-06-02bcachefs: bch_err_throw()Kent Overstreet
2025-05-21bcachefs: Improve bch2_repair_inode_hash_info()Kent Overstreet
2025-05-21bcachefs: improve check_inode_hash_info_matches_root() error messageKent Overstreet
2025-04-24bcachefs: Casefold is now a regular opts.h optionKent Overstreet
2025-04-02bcachefs: Kill btree_iter.transKent Overstreet
2025-03-24bcachefs: use sha256() instead of crypto_shash APIEric Biggers
2025-03-14bcachefs: bcachefs_metadata_version_casefoldingJoshua Ashton
2024-12-21bcachefs: bch2_str_hash_check_key() now checks inode hash infoKent Overstreet
2024-12-21bcachefs: factor out str_hash.cKent Overstreet
2024-12-21bcachefs: Rename btree_iter_peek_upto() -> btree_iter_peek_max()Kent Overstreet
2024-10-18bcachefs: bch2_hash_set_or_get_in_snapshot()Kent Overstreet
2024-10-18bcachefs: INODE_STR_HASH() for bch_inode_unpackedKent Overstreet
2024-10-18bcachefs: fix bch2_hash_delete() error pathKent Overstreet
2024-09-21bcachefs: Hook up RENAME_WHITEOUT in rename.Sasha Finkelstein
2024-06-21bcachefs: Replace bare EEXIST with private error codesKent Overstreet
2024-05-08bcachefs: iter/update/trigger/str_hash flag cleanupKent Overstreet
2024-05-08bcachefs: bch2_hash_lookup() now returns bkey_s_cKent Overstreet
2024-03-10bcachefs: bch2_hash_set_snapshot() -> bch2_hash_set_in_snapshot()Kent Overstreet
2024-01-25bcachefs: __lookup_dirent() works in snapshot, not subvolKent Overstreet
2024-01-01bcachefs: bch_str_hash_flags_tKent Overstreet
2023-10-22bcachefs: Convert -ENOENT to private error codesKent Overstreet
2023-10-22bcachefs: Add private error codes for ENOSPCKent Overstreet
2023-10-22bcachefs: Re-enable hash_redo_key()Kent Overstreet
2023-10-22bcachefs: bch2_btree_iter_peek_upto()Kent Overstreet
2023-10-22bcachefs: More enum stringsKent Overstreet
2023-10-22bcachefs: Subvol dirents are now only visible in parent subvolKent Overstreet
2023-10-22bcachefs: Fix restart handling in for_each_btree_key()Kent Overstreet
2023-10-22bcachefs: Snapshot creation, deletionKent Overstreet
2023-10-22bcachefs: Plumb through subvolume idKent Overstreet
2023-10-22bcachefs: btree_pathKent Overstreet
2023-10-22bcachefs: Always check for transaction restartsKent Overstreet
2023-10-22bcachefs: Check for errors from bch2_trans_update()Kent Overstreet
2023-10-22bcachefs: properly initialize used valuesDan Robertson
2023-10-22bcachefs: Use x-macros for more enumsKent Overstreet
2023-10-22bcachefs: Rename KEY_TYPE_whiteout -> KEY_TYPE_hash_whiteoutKent Overstreet
2023-10-22bcachefs: bch2_trans_get_iter() no longer returns errorsKent Overstreet
2023-10-22bcachefs: Kill TRANS_RESET_MEM|TRANS_RESET_ITERSKent Overstreet
2023-10-22bcachefs: Make sure we're releasing btree iteratorsKent Overstreet
2023-10-22bcachefs: Fix an in iterator leakKent Overstreet
2023-10-22bcachefs: Split out btree_trigger_flagsKent Overstreet
2023-10-22bcachefs: Convert some enums to x-macrosKent Overstreet
2023-10-22bcachefs: Don't use sha256 for siphash str hash keyKent Overstreet
2023-10-22bcachefs: Fix deref of error pointerKent Overstreet
2023-10-22bcachefs: Rework btree iterator lifetimesKent Overstreet
2023-10-22bcachefs: Kill deferred btree updatesKent Overstreet
2023-10-22bcachefs: Improve error handling for for_each_btree_key_continue()Kent Overstreet
2023-10-22bcachefs: kill bch2_crc64_updateKent Overstreet