index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
checksum.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-23
bcachefs: Fix stack oob in __bch2_encrypt_bio()
Kent Overstreet
1
-2
/
+6
2024-05-20
bcachefs: bch2_checksum() returns 0 for unknown checksum type
Kent Overstreet
1
-2
/
+2
2024-05-20
bcachefs: Fix bch2_alloc_ciphers()
Kent Overstreet
1
-12
/
+13
2024-05-09
bcachefs: Plumb bch_validate_flags to sb_field_ops.validate()
Kent Overstreet
1
-3
/
+2
2024-05-09
bcachefs: prt_printf() now respects \r\n\t
Kent Overstreet
1
-8
/
+4
2024-05-06
bcachefs: Add missing skcipher_request_set_callback() call
Kent Overstreet
1
-0
/
+1
2024-04-14
bcachefs: Standardize helpers for printing enum strs with bounds checks
Kent Overstreet
1
-9
/
+14
2024-03-10
bcachefs: fixup for building in userspace
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: bch2_sb_field_get() refactoring
Kent Overstreet
1
-4
/
+5
2023-10-23
bcachefs: fix crc32c checksum merge byte order problem
Brian Foster
1
-2
/
+2
2023-10-23
bcachefs: Fall back to requesting passphrase directly
Kent Overstreet
1
-2
/
+31
2023-10-23
bcachefs: Fixes for building in userspace
Kent Overstreet
1
-0
/
+20
2023-10-23
bcachefs: Fix error checks in bch2_chacha_encrypt_key()
Kent Overstreet
1
-5
/
+6
2023-10-23
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-6
/
+6
2023-10-23
bcachefs: Fix -Wcompare-distinct-pointer-types in do_encrypt()
Nathan Chancellor
1
-1
/
+1
2023-10-23
bcachefs: Move bch_sb_field_crypt code to checksum.c
Kent Overstreet
1
-0
/
+42
2023-10-23
bcachefs: Fix assorted checkpatch nits
Kent Overstreet
1
-5
/
+7
2023-10-23
bcachefs: Suppresss various error messages in no_data_io mode
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Delete redundant log messages
Kent Overstreet
1
-3
/
+0
2023-10-23
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-4
/
+4
2023-10-23
bcachefs: Private error codes: ENOMEM
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Inlining improvements
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Assorted checkpatch fixes
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Use bch2_err_str() in error messages
Kent Overstreet
1
-13
/
+18
2023-10-23
bcachefs: Improve checksum error messages
Kent Overstreet
1
-1
/
+10
2023-10-23
bcachefs: Printbuf rework
Kent Overstreet
1
-5
/
+7
2023-10-23
bcachefs: Fix memory corruption in encryption path
Kent Overstreet
1
-9
/
+35
2023-10-23
bcachefs: Fix encryption path on arm
Kent Overstreet
1
-1
/
+6
2023-10-23
bcachefs: Switch to key_type_user, not logon
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Check for errors from crypto_skcipher_encrypt()
Kent Overstreet
1
-18
/
+29
2023-10-23
bcachefs: Log & error message improvements
Kent Overstreet
1
-12
/
+13
2023-10-23
bcachefs: More enum strings
Kent Overstreet
1
-34
/
+34
2023-10-23
bcachefs: add bcachefs xxhash support
jpsollie
1
-0
/
+12
2023-10-23
bcachefs: Prepare checksums for more advanced algorithms
jpsollie
1
-36
/
+59
2023-10-23
bcachefs: Track incompressible data
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: kill bio_for_each_contig_segment()
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: kill bch2_crc64_update
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Merge extents with checksums
Kent Overstreet
1
-16
/
+2
2023-10-23
bcachefs: use crc64 from lib/
Kent Overstreet
1
-122
/
+0
2023-10-23
bcachefs: Initial commit
Kent Overstreet
1
-0
/
+753