messages from 2018-03-23 19:23:47 to 2018-08-28 09:20:01 UTC [more...]
[RFC PATCH 00/10] fs-verity: filesystem-level integrity protection
2018-08-28 9:20 UTC (37+ messages)
` [f2fs-dev] [RFC PATCH 01/10] fs-verity: add setup code, UAPI, and Kconfig
` "
` [f2fs-dev] [RFC PATCH 02/10] fs-verity: add data verification hooks for ->readpages()
` "
` "
` [RFC PATCH 03/10] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [RFC PATCH 04/10] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [RFC PATCH 05/10] fs-verity: add SHA-512 support
` [f2fs-dev] [RFC PATCH 06/10] fs-verity: add CRC-32C support
` [f2fs-dev] [RFC PATCH 07/10] fs-verity: support builtin file signatures
` [RFC PATCH 08/10] ext4: add basic fs-verity support
` [f2fs-dev] [RFC PATCH 09/10] ext4: add fs-verity read support
` [RFC PATCH 10/10] f2fs: fs-verity support
` [f2fs-dev] "
[RFC PATCH 0/9] crypto: HPolyC support
2018-08-22 10:00 UTC (31+ messages)
` [RFC PATCH 1/9] crypto: chacha20-generic - add HChaCha20 library function
` [RFC PATCH 2/9] crypto: chacha20-generic - add XChaCha20 support
` [RFC PATCH 3/9] crypto: chacha20-generic - refactor to allow varying number of rounds
` [RFC PATCH 4/9] crypto: chacha - add XChaCha12 support
` [RFC PATCH 5/9] crypto: arm/chacha20 - add XChaCha20 support
` [RFC PATCH 6/9] crypto: arm/chacha20 - refactor to allow varying number of rounds
` [RFC PATCH 7/9] crypto: arm/chacha - add XChaCha12 support
` [RFC PATCH 8/9] crypto: arm/poly1305 - add NEON accelerated Poly1305 implementation
` [RFC PATCH 9/9] crypto: hpolyc - add support for the HPolyC encryption mode
` [PATCH] crypto: remove speck
` [PATCH v2] crypto: remove Speck
[PATCH v3 0/5] crypto: Speck support
2018-06-18 22:04 UTC (9+ messages)
` [PATCH v3 3/5] crypto: arm/speck - add NEON-accelerated implementation of Speck-XTS
[RFC PATCH V3 00/12] Ext4 encryption support for blocksize < pagesize
2018-06-13 13:16 UTC (27+ messages)
` [RFC PATCH V3 01/12] ext4: Clear BH_Uptodate flag on decryption error
` [RFC PATCH V3 02/12] Rename fscrypt_do_page_crypto to fscrypt_do_block_crypto
` [RFC PATCH V3 03/12] fscrypt_decrypt_page: Decrypt all blocks in a page
` [RFC PATCH V3 04/12] __fscrypt_decrypt_bio: Fix page offset and len args to fscrypt_decrypt_page
` [RFC PATCH V3 05/12] ext4: Decrypt all boundary blocks when doing buffered write
` [RFC PATCH V3 06/12] ext4: Decrypt the block that needs to be partially zeroed
` [RFC PATCH V3 07/12] mpage_readpage[s]: Introduce post process callback parameters
` [RFC PATCH V3 08/12] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [RFC PATCH V3 09/12] fscrypt_encrypt_page: Encrypt all blocks mapped by "
` [RFC PATCH V3 10/12] ext4: Fix block number passed to fscrypt_encrypt_page
` [RFC PATCH V3 11/12] ext4: Move encryption code into its own function
` [RFC PATCH V3 12/12] ext4: Enable encryption for blocksize less than page size
[GIT PULL] fscrypt updates for 4.18
2018-06-05 22:12 UTC (9+ messages)
[PATCH v2 0/5] crypto: Speck support
2018-06-01 19:23 UTC
[PATCH v2] fscrypt: log the crypto algorithm implementations
2018-05-21 1:08 UTC (2+ messages)
[PATCH v2] fscrypt: add Speck128/256 support
2018-05-21 0:56 UTC (2+ messages)
[PATCH v2 00/15] fscrypt: improved logging and other cleanups
2018-05-21 0:55 UTC (17+ messages)
` [PATCH 01/15] fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabled
` [PATCH 02/15] fscrypt: clean up after fscrypt_prepare_lookup() conversions
` [PATCH 03/15] fscrypt: remove unnecessary NULL check when allocating skcipher
` [PATCH 04/15] fscrypt: remove error messages for skcipher_request_alloc() failure
` [PATCH 05/15] fscrypt: remove stale comment from fscrypt_d_revalidate()
` [PATCH 06/15] fscrypt: don't clear flags on crypto transform
` [PATCH 07/15] fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()
` [PATCH 08/15] fscrypt: drop max_namelen check from fname_decrypt()
` [PATCH 09/15] fscrypt: drop empty name "
` [PATCH 10/15] fscrypt: make fscrypt_operations.max_namelen an integer
` [PATCH 11/15] fscrypt: remove unnecessary check for non-logon key type
` [PATCH 12/15] fscrypt: remove internal key size constants
` [PATCH 13/15] fscrypt: use a common logging function
` [PATCH 14/15] fscrypt: separate key lookup from key derivation
` [PATCH 15/15] fscrypt: only derive the needed portion of the key
[PATCH] fscrypt: use unbound workqueue for decryption
2018-05-21 0:55 UTC (2+ messages)
[PATCH] fscrypt: log the crypto algorithm implementations
2018-05-17 23:46 UTC
[PATCH v2 0/5] crypto: Speck support
2018-05-07 23:20 UTC (13+ messages)
[PATCH] crypto: remove Speck
2018-04-24 18:24 UTC (2+ messages)
[PATCH v2 0/2] fscrypt / f2fs: prepare I/O path for fs-verity
2018-04-23 3:25 UTC (6+ messages)
` [PATCH v2 1/2] fscrypt: allow synchronous bio decryption
` [PATCH v2 2/2] f2fs: refactor read path to allow multiple postprocessing steps
` [f2fs-dev] "
[PATCH 0/2] fscrypt / f2fs: prepare I/O path for fs-verity
2018-04-19 14:41 UTC (12+ messages)
` [PATCH 1/2] fscrypt: allow synchronous bio decryption
` [PATCH 2/2] f2fs: refactor read path to allow multiple postprocessing steps
` [f2fs-dev] "
[RFC] UBIFS authentication
2018-04-10 8:18 UTC (5+ messages)
[RFC PATCH V2 00/11] Ext4 encryption support for blocksize < pagesize
2018-04-05 20:50 UTC (12+ messages)
` [RFC PATCH V2 07/11] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
[PATCH] f2fs: reserve bits for fs-verity
2018-04-02 22:58 UTC (8+ messages)
[PATCH 00/14] fscrypt: improved logging and other cleanups
2018-03-23 19:23 UTC (13+ messages)
` [PATCH 03/14] fscrypt: remove WARN_ON_ONCE() when decryption fails
` [PATCH 04/14] fscrypt: remove stale comment from fscrypt_d_revalidate()
` [PATCH 05/14] fscrypt: don't clear flags on crypto transform
` [PATCH 06/14] fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()
` [PATCH 07/14] fscrypt: drop max_namelen check from fname_decrypt()
` [PATCH 08/14] fscrypt: drop empty name "
` [PATCH 09/14] fscrypt: make fscrypt_operations.max_namelen an integer
` [PATCH 10/14] fscrypt: remove unnecessary check for non-logon key type
` [PATCH 11/14] fscrypt: remove internal key size constants
` [PATCH 12/14] fscrypt: use a common logging function
` [PATCH 13/14] fscrypt: separate key lookup from key derivation
` [PATCH 14/14] fscrypt: only derive the needed portion of the key
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).