summaryrefslogtreecommitdiff
path: root/fs/bcachefs/checksum.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-23bcachefs: bch2_sb_field_get() refactoringKent Overstreet1-4/+5
2023-10-23bcachefs: fix crc32c checksum merge byte order problemBrian Foster1-2/+2
2023-10-23bcachefs: Fall back to requesting passphrase directlyKent Overstreet1-2/+31
2023-10-23bcachefs: Fixes for building in userspaceKent Overstreet1-0/+20
2023-10-23bcachefs: Fix error checks in bch2_chacha_encrypt_key()Kent Overstreet1-5/+6
2023-10-23bcachefs: Fix W=12 build errorsKent Overstreet1-6/+6
2023-10-23bcachefs: Fix -Wcompare-distinct-pointer-types in do_encrypt()Nathan Chancellor1-1/+1
2023-10-23bcachefs: Move bch_sb_field_crypt code to checksum.cKent Overstreet1-0/+42
2023-10-23bcachefs: Fix assorted checkpatch nitsKent Overstreet1-5/+7
2023-10-23bcachefs: Suppresss various error messages in no_data_io modeKent Overstreet1-1/+1
2023-10-23bcachefs: Delete redundant log messagesKent Overstreet1-3/+0
2023-10-23bcachefs: Assorted sparse fixesKent Overstreet1-4/+4
2023-10-23bcachefs: Private error codes: ENOMEMKent Overstreet1-2/+2
2023-10-23bcachefs: Inlining improvementsKent Overstreet1-1/+1
2023-10-23bcachefs: Assorted checkpatch fixesKent Overstreet1-1/+1
2023-10-23bcachefs: Use bch2_err_str() in error messagesKent Overstreet1-13/+18
2023-10-23bcachefs: Improve checksum error messagesKent Overstreet1-1/+10
2023-10-23bcachefs: Printbuf reworkKent Overstreet1-5/+7
2023-10-23bcachefs: Fix memory corruption in encryption pathKent Overstreet1-9/+35
2023-10-23bcachefs: Fix encryption path on armKent Overstreet1-1/+6
2023-10-23bcachefs: Switch to key_type_user, not logonKent Overstreet1-1/+1
2023-10-23bcachefs: Check for errors from crypto_skcipher_encrypt()Kent Overstreet1-18/+29
2023-10-23bcachefs: Log & error message improvementsKent Overstreet1-12/+13
2023-10-23bcachefs: More enum stringsKent Overstreet1-34/+34
2023-10-23bcachefs: add bcachefs xxhash supportjpsollie1-0/+12
2023-10-23bcachefs: Prepare checksums for more advanced algorithmsjpsollie1-36/+59
2023-10-23bcachefs: Track incompressible dataKent Overstreet1-1/+2
2023-10-23bcachefs: kill bio_for_each_contig_segment()Kent Overstreet1-2/+2
2023-10-23bcachefs: kill bch2_crc64_updateKent Overstreet1-1/+1
2023-10-23bcachefs: Merge extents with checksumsKent Overstreet1-16/+2
2023-10-23bcachefs: use crc64 from lib/Kent Overstreet1-122/+0
2023-10-23bcachefs: Initial commitKent Overstreet1-0/+753