aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/checksum.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-22bcachefs: Move bch_sb_field_crypt code to checksum.cGravatar Kent Overstreet 1-0/+42
2023-10-22bcachefs: Fix assorted checkpatch nitsGravatar Kent Overstreet 1-5/+7
2023-10-22bcachefs: Suppresss various error messages in no_data_io modeGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Delete redundant log messagesGravatar Kent Overstreet 1-3/+0
2023-10-22bcachefs: Assorted sparse fixesGravatar Kent Overstreet 1-4/+4
2023-10-22bcachefs: Private error codes: ENOMEMGravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: Inlining improvementsGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Assorted checkpatch fixesGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Use bch2_err_str() in error messagesGravatar Kent Overstreet 1-13/+18
2023-10-22bcachefs: Improve checksum error messagesGravatar Kent Overstreet 1-1/+10
2023-10-22bcachefs: Printbuf reworkGravatar Kent Overstreet 1-5/+7
2023-10-22bcachefs: Fix memory corruption in encryption pathGravatar Kent Overstreet 1-9/+35
2023-10-22bcachefs: Fix encryption path on armGravatar Kent Overstreet 1-1/+6
2023-10-22bcachefs: Switch to key_type_user, not logonGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Check for errors from crypto_skcipher_encrypt()Gravatar Kent Overstreet 1-18/+29
2023-10-22bcachefs: Log & error message improvementsGravatar Kent Overstreet 1-12/+13
2023-10-22bcachefs: More enum stringsGravatar Kent Overstreet 1-34/+34
2023-10-22bcachefs: add bcachefs xxhash supportGravatar jpsollie 1-0/+12
2023-10-22bcachefs: Prepare checksums for more advanced algorithmsGravatar jpsollie 1-36/+59
2023-10-22bcachefs: Track incompressible dataGravatar Kent Overstreet 1-1/+2
2023-10-22bcachefs: kill bio_for_each_contig_segment()Gravatar Kent Overstreet 1-2/+2
2023-10-22bcachefs: kill bch2_crc64_updateGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: Merge extents with checksumsGravatar Kent Overstreet 1-16/+2
2023-10-22bcachefs: use crc64 from lib/Gravatar Kent Overstreet 1-122/+0
2023-10-22bcachefs: Initial commitGravatar Kent Overstreet 1-0/+753