summaryrefslogtreecommitdiff
path: root/fs/bcachefs/checksum.c
AgeCommit message (Expand)AuthorFilesLines
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