projects
/
platform
/
kernel
/
linux-starfive.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
crypto: testmgr - fix RNG performance in fuzz tests
2023-03-14
Eric Biggers
crypto: testmgr - fix RNG performance in fuzz tests
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-03-14
Eric Biggers
crypto: arm64/aes-neonbs - fix crash with CFI enabled
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-03-03
Eric Biggers
lib: parser: update documentation for match_NUMBER...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-02-09
Eric Biggers
ext4: use ext4_fc_tl_mem in fast-commit replay path
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-02-08
Eric Biggers
randstruct: disable Clang 15 support
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-02-08
Eric Biggers
fscrypt: clean up fscrypt_add_test_dummy_key()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-02-08
Eric Biggers
fs/super.c: stop calling fscrypt_destroy_keyring()...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-02-08
Eric Biggers
f2fs: stop calling fscrypt_add_test_dummy_key()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-02-08
Eric Biggers
ext4: stop calling fscrypt_add_test_dummy_key()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-02-08
Eric Biggers
fscrypt: add the test dummy encryption key on-demand
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-02-06
Eric Biggers
f2fs: fix cgroup writeback accounting with fs-layer...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-31
Eric Biggers
f2fs: fix information leak in f2fs_move_inline_dirents()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-28
Eric Biggers
fscrypt: support decrypting data from large folios
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-27
Eric Biggers
fsverity: support verifying data from large folios
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-25
Eric Biggers
fsverity.rst: update git repo URL for fsverity-utils
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-16
Eric Biggers
MAINTAINERS: update fscrypt git repo
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-16
Eric Biggers
MAINTAINERS: update fsverity git repo, list, and patchwork
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-10
Eric Biggers
ext4: allow verity with fs block size < PAGE_SIZE
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-10
Eric Biggers
fs/buffer.c: support fsverity in block_read_full_folio()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-10
Eric Biggers
f2fs: simplify f2fs_readpage_limit()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-10
Eric Biggers
ext4: simplify ext4_readpage_limit()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-10
Eric Biggers
fsverity: support enabling with tree block size < PAGE_SIZE
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-10
Eric Biggers
fsverity: support verification with tree block size...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-10
Eric Biggers
fsverity: replace fsverity_hash_page() with fsverity_hash_bl...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-10
Eric Biggers
fsverity: use EFBIG for file too large to enable verity
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-10
Eric Biggers
fsverity: store log2(digest_size) precomputed
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-10
Eric Biggers
fsverity: simplify Merkle tree readahead size calculation
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-10
Eric Biggers
fsverity: use unsigned long for level_start
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-01
Eric Biggers
fsverity: remove debug messages and CONFIG_FS_VERITY_DEBUG
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-01
Eric Biggers
fsverity: pass pos and size to ->write_merkle_tree_block
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-01
Eric Biggers
fsverity: optimize fsverity_cleanup_inode() on non...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-01
Eric Biggers
fsverity: optimize fsverity_prepare_setattr() on non...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2023-01-01
Eric Biggers
fsverity: optimize fsverity_file_open() on non-verity...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-30
Eric Biggers
scsi: ufs: core: Allow UFS host drivers to override...
Cc:
Eric Biggers
<ebiggers@google.com>
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-30
Eric Biggers
crypto: x86/ghash - add comment and fix broken link
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-30
Eric Biggers
crypto: x86/ghash - use le128 instead of u128
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-30
Eric Biggers
crypto: x86/ghash - fix unaligned access in ghash_setkey()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-09
Eric Biggers
ext4: simplify fast-commit CRC calculation
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-09
Eric Biggers
ext4: fix off-by-one errors in fast-commit block filling
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-09
Eric Biggers
ext4: fix unaligned memory access in ext4_fc_reserve_space()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-09
Eric Biggers
ext4: add missing validation of fast-commit record...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-09
Eric Biggers
ext4: fix leaking uninitialized memory in fast-commit...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-09
Eric Biggers
ext4: don't set up encryption key during jbd2 transaction
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-09
Eric Biggers
ext4: disable fast-commit of encrypted dir operations
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-09
Eric Biggers
ext4: don't allow journal inode to have encrypt flag
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-02
Eric Biggers
fscrypt: add additional documentation for SM4 support
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-12-02
Eric Biggers
fscrypt: remove unused Speck definitions
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-30
Eric Biggers
fsverity: simplify fsverity_get_digest()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-29
Eric Biggers
fsverity: stop using PG_error to track error status
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
fscrypt: add comment for fscrypt_valid_enc_modes_v1()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
Revert "crypto: shash - avoid comparing pointers to...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: arm/nhpoly1305 - eliminate unnecessary CFI...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: arm64/sm3 - fix possible crash with CFI enabled
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: arm64/nhpoly1305 - eliminate unnecessary CFI...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: x86/sm4 - fix crash with CFI enabled
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: x86/sm3 - fix possible crash with CFI enabled
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: x86/sha512 - fix possible crash with CFI enabled
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: x86/sha256 - fix possible crash with CFI enabled
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: x86/sha1 - fix possible crash with CFI enabled
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: x86/nhpoly1305 - eliminate unnecessary CFI...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: x86/aria - fix crash with CFI enabled
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: x86/aegis128 - fix possible crash with CFI...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: algboss - compile out test-related code when...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: kdf - silence noisy self-test
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: kdf - skip self-test when tests disabled
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: api - compile out crypto_boot_test_finished...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: algboss - optimize registration of internal...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-25
Eric Biggers
crypto: api - optimize algorithm registration when...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-11-16
Eric Biggers
fscrypt: pass super_block to fscrypt_put_master_key_activeref()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-10-20
Eric Biggers
fscrypt: fix keyring memory leak on mount failure
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-09-22
Eric Biggers
fscrypt: stop holding extra request_queue references
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-09-22
Eric Biggers
fscrypt: stop using keyrings subsystem for fscrypt_master_key
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-09-12
Eric Biggers
xfs: support STATX_DIOALIGN
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-09-12
Eric Biggers
f2fs: support STATX_DIOALIGN
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-09-12
Eric Biggers
f2fs: simplify f2fs_force_buffered_io()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-09-12
Eric Biggers
f2fs: move f2fs_force_buffered_io() into file.c
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-09-12
Eric Biggers
ext4: support STATX_DIOALIGN
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-09-12
Eric Biggers
fscrypt: change fscrypt_dio_supported() to prepare...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-09-12
Eric Biggers
vfs: support STATX_DIOALIGN on block devices
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-09-12
Eric Biggers
statx: add direct I/O alignment information
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-09-06
Eric Biggers
fscrypt: stop using PG_error to track error status
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-08-30
Eric Biggers
f2fs: use memcpy_{to,from}_page() where possible
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-08-29
Eric Biggers
arm64: dts: qcom: sm8450: add Inline Crypto Engine...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-08-26
Eric Biggers
crypto: lib - remove unneeded selection of XOR_BLOCKS
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-08-22
Eric Biggers
fscrypt: remove fscrypt_set_test_dummy_encryption()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-08-19
Eric Biggers
fs-verity: use kmap_local_page() instead of kmap()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-08-19
Eric Biggers
fs-verity: use memcpy_from_page()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-08-19
Eric Biggers
crypto: lib - remove __HAVE_ARCH_CRYPTO_MEMNEQ
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-08-19
Eric Biggers
crypto: lib - move __crypto_xor into utils
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-08-19
Eric Biggers
crypto: lib - create utils module and move __crypto_memneq...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-07-20
Eric Biggers
crypto: lib - add module license to libsha1
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-07-16
Eric Biggers
fs-verity: mention btrfs support
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-07-15
Eric Biggers
crypto: lib - make the sha1 library optional
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-07-15
Eric Biggers
crypto: lib - move lib/sha1.c into lib/crypto/
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-06-25
Eric Biggers
f2fs: use the updated test_dummy_encryption helper...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-06-18
Eric Biggers
ext4: fix up test_dummy_encryption handling for new...
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-05-24
Eric Biggers
ext4: only allow test_dummy_encryption when supported
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-05-18
Eric Biggers
ext4: fix memory leak in parse_apply_sb_mount_options()
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-05-18
Eric Biggers
ext4: reject the 'commit' option on ext2 filesystems
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
2022-05-17
Eric Biggers
f2fs: don't use casefolded comparison for "." and ".."
Signed-off-by:
Eric Biggers
<ebiggers@google.com>
commit
|
commitdiff
|
tree
next