Linux FScrypt
[Prev Page][Next Page]
- [PATCH 5/7] generic: test corrupting verity files, (continued)
- [PATCH -next] fsverity: fix Documentation typo,
Randy Dunlap
- [PATCH v4] fscrypt: add Adiantum support,
Eric Biggers
- [PATCH 0/7] Remove fs specific fscrypt and fsverity build config options,
Chandan Rajendra
- [PATCH v4 00/14] crypto: Adiantum support,
Eric Biggers
- [PATCH v4 08/14] crypto: arm/chacha20 - refactor to allow varying number of rounds,
Eric Biggers
- [PATCH v4 04/14] crypto: chacha20-generic - refactor to allow varying number of rounds,
Eric Biggers
- [PATCH v4 09/14] crypto: arm/chacha - add XChaCha12 support,
Eric Biggers
- [PATCH v4 12/14] crypto: nhpoly1305 - add NHPoly1305 support,
Eric Biggers
- [PATCH v4 14/14] crypto: adiantum - add Adiantum support,
Eric Biggers
- [PATCH v4 13/14] crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305,
Eric Biggers
- [PATCH v4 10/14] crypto: poly1305 - use structures for key and accumulator,
Eric Biggers
- [PATCH v4 03/14] crypto: chacha20-generic - add XChaCha20 support,
Eric Biggers
- [PATCH v4 11/14] crypto: poly1305 - add Poly1305 core API,
Eric Biggers
- [PATCH v4 05/14] crypto: chacha - add XChaCha12 support,
Eric Biggers
- [PATCH v4 07/14] crypto: arm/chacha20 - add XChaCha20 support,
Eric Biggers
- [PATCH v4 06/14] crypto: arm/chacha20 - limit the preemption-disabled section,
Eric Biggers
- [PATCH v4 01/14] crypto: chacha20-generic - add HChaCha20 library function,
Eric Biggers
- [PATCH v4 02/14] crypto: chacha20-generic - don't unnecessarily use atomic walk,
Eric Biggers
- Re: [PATCH v4 00/14] crypto: Adiantum support,
Herbert Xu
- Re: [PATCH v4 00/14] crypto: Adiantum support,
Eric Biggers
- [RFC PATCH v2 1/2] fscrypt: remove d_lock on reading DCACHE_ENCRYPTED_WITH_KEY,
Gao Xiang
- [RFC PATCH v3 00/15] crypto: Adiantum support,
Eric Biggers
[RFC PATCH v3 05/15] crypto: chacha - add XChaCha12 support,
Eric Biggers
[RFC PATCH v3 07/15] crypto: arm/chacha20 - add XChaCha20 support,
Eric Biggers
[RFC PATCH v3 08/15] crypto: arm/chacha20 - refactor to allow varying number of rounds,
Eric Biggers
[RFC PATCH v3 04/15] crypto: chacha20-generic - refactor to allow varying number of rounds,
Eric Biggers
[RFC PATCH v3 01/15] crypto: chacha20-generic - add HChaCha20 library function,
Eric Biggers
[RFC PATCH v3 02/15] crypto: chacha20-generic - don't unnecessarily use atomic walk,
Eric Biggers
Re: [RFC PATCH v3 00/15] crypto: Adiantum support,
Martin Willi
[PATCH v2 00/12] fs-verity: read-only file-based authenticity protection,
Eric Biggers
- [PATCH v2 03/12] fs-verity: add MAINTAINERS file entry,
Eric Biggers
- [PATCH v2 05/12] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl,
Eric Biggers
- [PATCH v2 12/12] f2fs: fs-verity support,
Eric Biggers
- [PATCH v2 11/12] ext4: add fs-verity read support,
Eric Biggers
- [PATCH v2 10/12] ext4: add basic fs-verity support,
Eric Biggers
- [PATCH v2 09/12] fs-verity: support builtin file signatures,
Eric Biggers
- [PATCH v2 07/12] fs-verity: add SHA-512 support,
Eric Biggers
- [PATCH v2 08/12] fs-verity: add CRC-32C support,
Eric Biggers
- [PATCH v2 06/12] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl,
Eric Biggers
- [PATCH v2 02/12] fs-verity: add setup code, UAPI, and Kconfig,
Eric Biggers
- [PATCH v2 01/12] fs-verity: add a documentation file,
Eric Biggers
- Re: [PATCH v2 01/12] fs-verity: add a documentation file,
Matthew Wilcox
[PATCH v2 04/12] fs-verity: add data verification hooks for ->readpages(),
Eric Biggers
[RFC PATCH 1/2] fscrypt: Remove filesystem specific build config option,
Chandan Rajendra
[RFC PATCH v2 00/12] crypto: Adiantum support,
Eric Biggers
- [RFC PATCH v2 11/12] crypto: adiantum - add Adiantum support,
Eric Biggers
- [RFC PATCH v2 09/12] crypto: nhpoly1305 - add NHPoly1305 support,
Eric Biggers
- [RFC PATCH v2 10/12] crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305,
Eric Biggers
- [RFC PATCH v2 12/12] fscrypt: add Adiantum support,
Eric Biggers
- [RFC PATCH v2 08/12] crypto: poly1305 - add Poly1305 core API,
Eric Biggers
- [RFC PATCH v2 05/12] crypto: arm/chacha20 - add XChaCha20 support,
Eric Biggers
- [RFC PATCH v2 07/12] crypto: arm/chacha - add XChaCha12 support,
Eric Biggers
- [RFC PATCH v2 06/12] crypto: arm/chacha20 - refactor to allow varying number of rounds,
Eric Biggers
- [RFC PATCH v2 04/12] crypto: chacha - add XChaCha12 support,
Eric Biggers
- [RFC PATCH v2 01/12] crypto: chacha20-generic - add HChaCha20 library function,
Eric Biggers
- [RFC PATCH v2 03/12] crypto: chacha20-generic - refactor to allow varying number of rounds,
Eric Biggers
- [RFC PATCH v2 02/12] crypto: chacha20-generic - add XChaCha20 support,
Eric Biggers
- Re: [RFC PATCH v2 00/12] crypto: Adiantum support,
Jason A. Donenfeld
- Re: [RFC PATCH v2 00/12] crypto: Adiantum support,
Eric Biggers
[RFC PATCH 1/2] fscrypt: remove d_lock on reading DCACHE_ENCRYPTED_WITH_KEY,
Gao Xiang
[PATCH] fscrypt: remove CRYPTO_CTR dependency,
Eric Biggers
[RFC PATCH 00/10] fs-verity: filesystem-level integrity protection,
Eric Biggers
- [RFC PATCH 05/10] fs-verity: add SHA-512 support,
Eric Biggers
- [RFC PATCH 10/10] f2fs: fs-verity support,
Eric Biggers
- [RFC PATCH 08/10] ext4: add basic fs-verity support,
Eric Biggers
- [RFC PATCH 09/10] ext4: add fs-verity read support,
Eric Biggers
- [RFC PATCH 07/10] fs-verity: support builtin file signatures,
Eric Biggers
- [RFC PATCH 04/10] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl,
Eric Biggers
- [RFC PATCH 03/10] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl,
Eric Biggers
- [RFC PATCH 06/10] fs-verity: add CRC-32C support,
Eric Biggers
- [RFC PATCH 02/10] fs-verity: add data verification hooks for ->readpages(),
Eric Biggers
- [RFC PATCH 01/10] fs-verity: add setup code, UAPI, and Kconfig,
Eric Biggers
- Re: [RFC PATCH 00/10] fs-verity: filesystem-level integrity protection,
Jan Lübbe
[RFC PATCH 0/9] crypto: HPolyC support,
Eric Biggers
- [RFC PATCH 5/9] crypto: arm/chacha20 - add XChaCha20 support,
Eric Biggers
- [RFC PATCH 9/9] crypto: hpolyc - add support for the HPolyC encryption mode,
Eric Biggers
- [RFC PATCH 8/9] crypto: arm/poly1305 - add NEON accelerated Poly1305 implementation,
Eric Biggers
- [RFC PATCH 4/9] crypto: chacha - add XChaCha12 support,
Eric Biggers
- [RFC PATCH 2/9] crypto: chacha20-generic - add XChaCha20 support,
Eric Biggers
- [RFC PATCH 6/9] crypto: arm/chacha20 - refactor to allow varying number of rounds,
Eric Biggers
- [RFC PATCH 3/9] crypto: chacha20-generic - refactor to allow varying number of rounds,
Eric Biggers
- [RFC PATCH 7/9] crypto: arm/chacha - add XChaCha12 support,
Eric Biggers
- [RFC PATCH 1/9] crypto: chacha20-generic - add HChaCha20 library function,
Eric Biggers
- [PATCH] crypto: remove speck,
Jason A. Donenfeld
[GIT PULL] fscrypt updates for 4.18,
Theodore Y. Ts'o
[RFC PATCH V3 00/12] Ext4 encryption support for blocksize < pagesize,
Chandan Rajendra
- [RFC PATCH V3 01/12] ext4: Clear BH_Uptodate flag on decryption error,
Chandan Rajendra
- [RFC PATCH V3 02/12] Rename fscrypt_do_page_crypto to fscrypt_do_block_crypto,
Chandan Rajendra
- [RFC PATCH V3 04/12] __fscrypt_decrypt_bio: Fix page offset and len args to fscrypt_decrypt_page,
Chandan Rajendra
- [RFC PATCH V3 03/12] fscrypt_decrypt_page: Decrypt all blocks in a page,
Chandan Rajendra
- [RFC PATCH V3 05/12] ext4: Decrypt all boundary blocks when doing buffered write,
Chandan Rajendra
- [RFC PATCH V3 07/12] mpage_readpage[s]: Introduce post process callback parameters,
Chandan Rajendra
- [RFC PATCH V3 09/12] fscrypt_encrypt_page: Encrypt all blocks mapped by a page,
Chandan Rajendra
- [RFC PATCH V3 10/12] ext4: Fix block number passed to fscrypt_encrypt_page,
Chandan Rajendra
- [RFC PATCH V3 11/12] ext4: Move encryption code into its own function,
Chandan Rajendra
- [RFC PATCH V3 12/12] ext4: Enable encryption for blocksize less than page size,
Chandan Rajendra
- [RFC PATCH V3 06/12] ext4: Decrypt the block that needs to be partially zeroed,
Chandan Rajendra
- [RFC PATCH V3 08/12] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page,
Chandan Rajendra
[PATCH v2] fscrypt: log the crypto algorithm implementations,
Eric Biggers
[PATCH] fscrypt: log the crypto algorithm implementations,
Eric Biggers
[PATCH v2] fscrypt: add Speck128/256 support,
Eric Biggers
[PATCH v2 00/15] fscrypt: improved logging and other cleanups,
Eric Biggers
- [PATCH 06/15] fscrypt: don't clear flags on crypto transform,
Eric Biggers
- [PATCH 09/15] fscrypt: drop empty name check from fname_decrypt(),
Eric Biggers
- [PATCH 10/15] fscrypt: make fscrypt_operations.max_namelen an integer,
Eric Biggers
- [PATCH 07/15] fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info(),
Eric Biggers
- [PATCH 14/15] fscrypt: separate key lookup from key derivation,
Eric Biggers
- [PATCH 15/15] fscrypt: only derive the needed portion of the key,
Eric Biggers
- [PATCH 13/15] fscrypt: use a common logging function,
Eric Biggers
- [PATCH 08/15] fscrypt: drop max_namelen check from fname_decrypt(),
Eric Biggers
- [PATCH 02/15] fscrypt: clean up after fscrypt_prepare_lookup() conversions,
Eric Biggers
- [PATCH 05/15] fscrypt: remove stale comment from fscrypt_d_revalidate(),
Eric Biggers
- [PATCH 11/15] fscrypt: remove unnecessary check for non-logon key type,
Eric Biggers
- [PATCH 12/15] fscrypt: remove internal key size constants,
Eric Biggers
- [PATCH 01/15] fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabled,
Eric Biggers
- [PATCH 03/15] fscrypt: remove unnecessary NULL check when allocating skcipher,
Eric Biggers
- [PATCH 04/15] fscrypt: remove error messages for skcipher_request_alloc() failure,
Eric Biggers
- Re: [PATCH v2 00/15] fscrypt: improved logging and other cleanups,
Theodore Y. Ts'o
Re: [PATCH] crypto: remove Speck,
Eric Biggers
[PATCH] fscrypt: use unbound workqueue for decryption,
Eric Biggers
[PATCH v2 0/2] fscrypt / f2fs: prepare I/O path for fs-verity,
Eric Biggers
[PATCH 0/2] fscrypt / f2fs: prepare I/O path for fs-verity,
Eric Biggers
[PATCH] f2fs: reserve bits for fs-verity,
Eric Biggers
[PATCH 00/14] fscrypt: improved logging and other cleanups,
Eric Biggers
- [PATCH 01/14] fscrypt: remove unnecessary NULL check when allocating skcipher,
Eric Biggers
- [PATCH 03/14] fscrypt: remove WARN_ON_ONCE() when decryption fails,
Eric Biggers
- [PATCH 02/14] fscrypt: remove error messages for skcipher_request_alloc() failure,
Eric Biggers
- [PATCH 06/14] fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info(),
Eric Biggers
- [PATCH 11/14] fscrypt: remove internal key size constants,
Eric Biggers
- [PATCH 14/14] fscrypt: only derive the needed portion of the key,
Eric Biggers
- [PATCH 13/14] fscrypt: separate key lookup from key derivation,
Eric Biggers
- [PATCH 10/14] fscrypt: remove unnecessary check for non-logon key type,
Eric Biggers
- [PATCH 04/14] fscrypt: remove stale comment from fscrypt_d_revalidate(),
Eric Biggers
- [PATCH 12/14] fscrypt: use a common logging function,
Eric Biggers
- [PATCH 09/14] fscrypt: make fscrypt_operations.max_namelen an integer,
Eric Biggers
- [PATCH 08/14] fscrypt: drop empty name check from fname_decrypt(),
Eric Biggers
- [PATCH 05/14] fscrypt: don't clear flags on crypto transform,
Eric Biggers
- [PATCH 07/14] fscrypt: drop max_namelen check from fname_decrypt(),
Eric Biggers
[RFC PATCH v5 0/3] f2fs: introduce F2FS_FEATURE_LOST_FOUND feature,
Sheng Yong
[RFC PATCH v4 0/3] f2fs: introduce F2FS_FEATURE_LOST_FOUND feature,
Sheng Yong
Re: [RFC PATCH v3] f2fs: introduce F2FS_FEATURE_LOST_FOUND feature,
Eric Biggers
[RFC PATCH] crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTS,
Eric Biggers
[PATCH] fscrypt: add Speck128/256 support,
Eric Biggers
[PATCH] fscrypt: clean up after fscrypt_prepare_lookup() conversions,
Eric Biggers
[PATCH] fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabled,
Eric Biggers
[PATCH v3 0/5] crypto: Speck support,
Eric Biggers
[PATCH v2 0/5] crypto: Speck support,
Eric Biggers
[RFC PATCH V2 00/11] Ext4 encryption support for blocksize < pagesize,
Chandan Rajendra
- [RFC PATCH V2 02/11] fs/buffer.c: Export end_buffer_async_read and create_page_buffers,
Chandan Rajendra
- [RFC PATCH V2 03/11] fs/crypto/: Rename functions to indicate that they operate on FS blocks,
Chandan Rajendra
- [RFC PATCH V2 01/11] ext4: Clear BH_Uptodate flag on decryption error,
Chandan Rajendra
- [RFC PATCH V2 04/11] completion_pages: Decrypt all contiguous blocks in a page,
Chandan Rajendra
- [RFC PATCH V2 05/11] ext4: Decrypt all boundary blocks when doing buffered write,
Chandan Rajendra
- [RFC PATCH V2 06/11] ext4: Decrypt the block that needs to be partially zeroed,
Chandan Rajendra
- [RFC PATCH V2 07/11] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page,
Chandan Rajendra
- [RFC PATCH V2 08/11] Enable reading encrypted files in blocksize less than pagesize setup,
Chandan Rajendra
- [RFC PATCH V2 11/11] ext4: Enable encryption for blocksize less than page size,
Chandan Rajendra
- [RFC PATCH V2 09/11] fscrypt: Move completion_pages to crypto/readpage.c,
Chandan Rajendra
- [RFC PATCH V2 10/11] Enable writing encrypted files in blocksize less than pagesize setup,
Chandan Rajendra
- Re: [RFC PATCH V2 00/11] Ext4 encryption support for blocksize < pagesize,
Eric Biggers
[PATCH 0/5] crypto: Speck support,
Eric Biggers
[GIT PULL] fscrypt updates for 4.16,
Theodore Ts'o
[PATCH] fs/crypto/hooks.c: fix build with pre-4.6 gcc versions,
Eric Biggers
Re: + fs-crypto-hooksc-fix-build-with-gcc-444.patch added to -mm tree,
Eric Biggers
[PATCH v3] fscrypt: add support for the encrypted key type,
André Draszik
[RFC] UBIFS authentication,
David Gstir
[PATCH 1/3] encrypted-keys: add fscrypt format support,
André Draszik
[PATCH v2] ubifs: free the encrypted symlink target,
Eric Biggers
[PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup,
Eric Biggers
- [PATCH v2 02/11] fscrypt: move fscrypt_control_page() to supp/notsupp headers,
Eric Biggers
- [PATCH v2 06/11] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h,
Eric Biggers
- [PATCH v2 11/11] fscrypt: new helper function - fscrypt_get_symlink(),
Eric Biggers
- [PATCH v2 10/11] fscrypt: new helper functions for ->symlink(),
Eric Biggers
- [PATCH v2 09/11] fscrypt: trim down fscrypt.h includes,
Eric Biggers
- [PATCH v2 07/11] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h,
Eric Biggers
- [PATCH v2 05/11] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions,
Eric Biggers
- [PATCH v2 03/11] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h,
Eric Biggers
- [PATCH v2 04/11] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h,
Eric Biggers
- [PATCH v2 08/11] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c,
Eric Biggers
- [PATCH v2 01/11] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers,
Eric Biggers
- Re: [PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup,
Theodore Ts'o
[PATCH 00/24] fscrypt: symlink helpers and fscrypt.h cleanup,
Eric Biggers
- [PATCH 01/24] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers,
Eric Biggers
- [PATCH 02/24] fscrypt: move fscrypt_control_page() to supp/notsupp headers,
Eric Biggers
- [PATCH 03/24] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h,
Eric Biggers
- [PATCH 04/24] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h,
Eric Biggers
- [PATCH 05/24] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions,
Eric Biggers
- [PATCH 09/24] fscrypt: trim down fscrypt.h includes,
Eric Biggers
- [PATCH 07/24] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h,
Eric Biggers
- [PATCH 08/24] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c,
Eric Biggers
- [PATCH 06/24] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h,
Eric Biggers
- [PATCH 10/24] fscrypt: new helper functions for ->symlink(),
Eric Biggers
- [PATCH 11/24] fscrypt: new helper function - fscrypt_get_symlink(),
Eric Biggers
- [PATCH 12/24] ext4: switch to fscrypt ->symlink() helper functions,
Eric Biggers
- [PATCH 13/24] ext4: switch to fscrypt_get_symlink(),
Eric Biggers
- [PATCH 14/24] f2fs: switch to fscrypt ->symlink() helper functions,
Eric Biggers
- [PATCH 15/24] f2fs: switch to fscrypt_get_symlink(),
Eric Biggers
- [PATCH 18/24] ubifs: switch to fscrypt_get_symlink(),
Eric Biggers
- [PATCH 17/24] ubifs: switch to fscrypt ->symlink() helper functions,
Eric Biggers
- [PATCH 19/24] fscrypt: remove fscrypt_fname_usr_to_disk(),
Eric Biggers
- [PATCH 23/24] fscrypt: fix up fscrypt_fname_encrypted_size() for internal use,
Eric Biggers
- [PATCH 16/24] ubifs: free the encrypted symlink target,
Eric Biggers
- [PATCH 24/24] fscrypt: document symlink length restriction,
Eric Biggers
- [PATCH 22/24] fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names,
Eric Biggers
- [PATCH 21/24] fscrypt: calculate NUL-padding length in one place only,
Eric Biggers
- [PATCH 20/24] fscrypt: move fscrypt_symlink_data to fscrypt_private.h,
Eric Biggers
[PATCH] fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info(),
Eric Biggers
[RFC PATCH] crypto: chacha20 - add implementation using 96-bit nonce,
Ard Biesheuvel
[PATCH] fscrypt: add support for ChaCha20 contents encryption,
Eric Biggers
[PATCH v2 0/5] ubifs: switch to new fscrypt helper functions,
Eric Biggers
[PATCH v2 0/5] f2fs: switch to new fscrypt helper functions,
Eric Biggers
[GIT PULL] fscrypt updates for 4.15,
Theodore Ts'o
[RFC PATCH 00/25] fscrypt: filesystem-level keyring and v2 policy support,
Eric Biggers
- [RFC PATCH 03/25] fscrypt: use FSCRYPT_* definitions, not FS_*,
Eric Biggers
- [RFC PATCH 02/25] fscrypt: use FSCRYPT_ prefix for uapi constants,
Eric Biggers
- [RFC PATCH 04/25] fscrypt: refactor finding and deriving key,
Eric Biggers
- [RFC PATCH 11/25] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl,
Eric Biggers
- [RFC PATCH 13/25] f2fs crypto: wire up new ioctls for managing encryption keys,
Eric Biggers
- [RFC PATCH 12/25] ext4 crypto: wire up new ioctls for managing encryption keys,
Eric Biggers
- [RFC PATCH 24/25] ubifs crypto: wire up FS_IOC_GET_ENCRYPTION_POLICY_EX,
Eric Biggers
- [RFC PATCH 23/25] f2fs crypto: wire up FS_IOC_GET_ENCRYPTION_POLICY_EX,
Eric Biggers
- [RFC PATCH 10/25] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl,
Eric Biggers
- [RFC PATCH 25/25] fscrypt: document the new ioctls and policy version,
Eric Biggers
- [RFC PATCH 20/25] fscrypt: allow unprivileged users to add/remove keys for v2 policies,
Eric Biggers
- [RFC PATCH 21/25] fscrypt: require that key be added when setting a v2 encryption policy,
Eric Biggers
- [RFC PATCH 22/25] ext4 crypto: wire up FS_IOC_GET_ENCRYPTION_POLICY_EX,
Eric Biggers
- [RFC PATCH 18/25] fscrypt: allow adding and removing keys for v2 encryption policies,
Eric Biggers
- [RFC PATCH 16/25] fscrypt: implement basic handling of v2 encryption policies,
Eric Biggers
- [RFC PATCH 17/25] fscrypt: add an HKDF-SHA512 implementation,
Eric Biggers
- [RFC PATCH 19/25] fscrypt: use HKDF-SHA512 to derive the per-file keys for v2 policies,
Eric Biggers
- [RFC PATCH 15/25] fscrypt: add UAPI definitions to get/set v2 encryption policies,
Eric Biggers
- [RFC PATCH 09/25] fs/dcache.c: add shrink_dcache_inode(),
Eric Biggers
- [RFC PATCH 14/25] ubifs crypto: wire up new ioctls for managing encryption keys,
Eric Biggers
- [RFC PATCH 01/25] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>,
Eric Biggers
- [RFC PATCH 05/25] fs: add ->s_master_keys to struct super_block,
Eric Biggers
- [RFC PATCH 06/25] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl,
Eric Biggers
- [RFC PATCH 07/25] fs/inode.c: export inode_lru_list_del(),
Eric Biggers
- [RFC PATCH 08/25] fs/inode.c: rename and export dispose_list(),
Eric Biggers
[PATCH v10 00/20] simplify crypto wait for async op,
Gilad Ben-Yossef
[Index of Archives]
[linux Cryptography]
[Asterisk User Discussion]
[Asterisk App Development]
[PJ SIP]
[Gnu Gatekeeper]
[Linux Kernel]
[Fedora Users]
[Yosemite Campsites]