Age | Commit message (Expand) | Author | Files | Lines |
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 |