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