summaryrefslogtreecommitdiff
path: root/fs/bcachefs/checksum.c
AgeCommit message (Expand)Author
2024-03-10bcachefs: fixup for building in userspaceKent Overstreet
2023-10-22bcachefs: bch2_sb_field_get() refactoringKent Overstreet
2023-10-22bcachefs: fix crc32c checksum merge byte order problemBrian Foster
2023-10-22bcachefs: Fall back to requesting passphrase directlyKent Overstreet
2023-10-22bcachefs: Fixes for building in userspaceKent Overstreet
2023-10-22bcachefs: Fix error checks in bch2_chacha_encrypt_key()Kent Overstreet
2023-10-22bcachefs: Fix W=12 build errorsKent Overstreet
2023-10-22bcachefs: Fix -Wcompare-distinct-pointer-types in do_encrypt()Nathan Chancellor
2023-10-22bcachefs: Move bch_sb_field_crypt code to checksum.cKent Overstreet
2023-10-22bcachefs: Fix assorted checkpatch nitsKent Overstreet
2023-10-22bcachefs: Suppresss various error messages in no_data_io modeKent Overstreet
2023-10-22bcachefs: Delete redundant log messagesKent Overstreet
2023-10-22bcachefs: Assorted sparse fixesKent Overstreet
2023-10-22bcachefs: Private error codes: ENOMEMKent Overstreet
2023-10-22bcachefs: Inlining improvementsKent Overstreet
2023-10-22bcachefs: Assorted checkpatch fixesKent Overstreet
2023-10-22bcachefs: Use bch2_err_str() in error messagesKent Overstreet
2023-10-22bcachefs: Improve checksum error messagesKent Overstreet
2023-10-22bcachefs: Printbuf reworkKent Overstreet
2023-10-22bcachefs: Fix memory corruption in encryption pathKent Overstreet
2023-10-22bcachefs: Fix encryption path on armKent Overstreet
2023-10-22bcachefs: Switch to key_type_user, not logonKent Overstreet
2023-10-22bcachefs: Check for errors from crypto_skcipher_encrypt()Kent Overstreet
2023-10-22bcachefs: Log & error message improvementsKent Overstreet
2023-10-22bcachefs: More enum stringsKent Overstreet
2023-10-22bcachefs: add bcachefs xxhash supportjpsollie
2023-10-22bcachefs: Prepare checksums for more advanced algorithmsjpsollie
2023-10-22bcachefs: Track incompressible dataKent Overstreet
2023-10-22bcachefs: kill bio_for_each_contig_segment()Kent Overstreet
2023-10-22bcachefs: kill bch2_crc64_updateKent Overstreet
2023-10-22bcachefs: Merge extents with checksumsKent Overstreet
2023-10-22bcachefs: use crc64 from lib/Kent Overstreet
2023-10-22bcachefs: Initial commitKent Overstreet