Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Pull fscrypt updates from Eric Biggers: - Add the IV_INO_LBLK_32 encryption policy flag which modifies the encryption to be optimized for eMMC inline encryption hardware. - Make the test_dummy_encryption mount option for ext4 and f2fs support v2 encryption policies. - Fix kerneldoc warnings and some coding style inconsistencies. * tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt: fscrypt: add support for IV_INO_LBLK_32 policies fscrypt: make test_dummy_encryption use v2 by default fscrypt: support test_dummy_encryption=v2 fscrypt: add fscrypt_add_test_dummy_key() linux/parser.h: add include guards fscrypt: remove unnecessary extern keywords fscrypt: name all function parameters fscrypt: fix all kerneldoc warnings
No related branches found
No related tags found
Showing
- Documentation/filesystems/f2fs.rst 5 additions, 1 deletionDocumentation/filesystems/f2fs.rst
- Documentation/filesystems/fscrypt.rst 29 additions, 4 deletionsDocumentation/filesystems/fscrypt.rst
- fs/crypto/crypto.c 12 additions, 3 deletionsfs/crypto/crypto.c
- fs/crypto/fname.c 38 additions, 14 deletionsfs/crypto/fname.c
- fs/crypto/fscrypt_private.h 59 additions, 52 deletionsfs/crypto/fscrypt_private.h
- fs/crypto/hooks.c 2 additions, 2 deletionsfs/crypto/hooks.c
- fs/crypto/keyring.c 77 additions, 45 deletionsfs/crypto/keyring.c
- fs/crypto/keysetup.c 79 additions, 30 deletionsfs/crypto/keysetup.c
- fs/crypto/policy.c 177 additions, 18 deletionsfs/crypto/policy.c
- fs/ext4/ext4.h 4 additions, 3 deletionsfs/ext4/ext4.h
- fs/ext4/super.c 54 additions, 14 deletionsfs/ext4/super.c
- fs/ext4/sysfs.c 2 additions, 0 deletionsfs/ext4/sysfs.c
- fs/f2fs/f2fs.h 2 additions, 2 deletionsfs/f2fs/f2fs.h
- fs/f2fs/super.c 61 additions, 24 deletionsfs/f2fs/super.c
- fs/f2fs/sysfs.c 4 additions, 0 deletionsfs/f2fs/sysfs.c
- include/linux/fscrypt.h 126 additions, 88 deletionsinclude/linux/fscrypt.h
- include/linux/parser.h 4 additions, 1 deletioninclude/linux/parser.h
- include/uapi/linux/fscrypt.h 2 additions, 1 deletioninclude/uapi/linux/fscrypt.h
Loading
Please register or sign in to comment