aboutsummaryrefslogtreecommitdiff
path: root/fs/bcachefs/checksum.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-22bcachefs: Fix stack oob in __bch2_encrypt_bio()Gravatar Kent Overstreet 1-2/+6
2024-05-20bcachefs: bch2_checksum() returns 0 for unknown checksum typeGravatar Kent Overstreet 1-2/+2
2024-05-20bcachefs: Fix bch2_alloc_ciphers()Gravatar Kent Overstreet 1-12/+13
2024-05-09bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()Gravatar Kent Overstreet 1-3/+2
2024-05-08bcachefs: prt_printf() now respects \r\n\tGravatar Kent Overstreet 1-8/+4
2024-05-06bcachefs: Add missing skcipher_request_set_callback() callGravatar Kent Overstreet 1-0/+1
2024-04-13bcachefs: Standardize helpers for printing enum strs with bounds checksGravatar Kent Overstreet 1-9/+14
2024-03-10bcachefs: fixup for building in userspaceGravatar Kent Overstreet 1-1/+1
2023-10-22bcachefs: bch2_sb_field_get() refactoringGravatar Kent Overstreet 1-4/+5
2023-10-22bcachefs: fix crc32c checksum merge byte order problemGravatar Brian Foster 1-2/+2
2023-10-22bcachefs: Fall back to requesting passphrase directlyGravatar Kent Overstreet 1-2/+31
2023-10-22bcachefs: Fixes for building in userspaceGravatar Kent Overstreet 1-0/+20
2023-10-22bcachefs: Fix error checks in bch2_chacha_encrypt_key()Gravatar Kent Overstreet 1-5/+6
2023-10-22bcachefs: Fix W=12 build errorsGravatar Kent Overstreet 1-6/+6
2023-10-22bcachefs: Fix -Wcompare-distinct-pointer-types in do_encrypt()Gravatar Nathan Chancellor 1-1/+1
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