messages from 2018-05-18 17:58:14 to 2018-11-01 22:52:30 UTC [more...]
[f2fs-dev] [PATCH v2 00/12] fs-verity: read-only file-based authenticity protection
2018-11-01 22:52 UTC (12+ messages)
` [f2fs-dev] [PATCH v2 01/12] fs-verity: add a documentation file
` [f2fs-dev] [PATCH v2 02/12] fs-verity: add setup code, UAPI, and Kconfig
` [f2fs-dev] [PATCH v2 04/12] fs-verity: add data verification hooks for ->readpages()
` [PATCH v2 05/12] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [f2fs-dev] [PATCH v2 06/12] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v2 07/12] fs-verity: add SHA-512 support
` [f2fs-dev] [PATCH v2 08/12] fs-verity: add CRC-32C support
` [f2fs-dev] [PATCH v2 09/12] fs-verity: support builtin file signatures
` [f2fs-dev] [PATCH v2 10/12] ext4: add basic fs-verity support
` [PATCH v2 11/12] ext4: add fs-verity read support
` [f2fs-dev] [PATCH v2 12/12] f2fs: fs-verity support
[RFC PATCH 1/2] fscrypt: Remove filesystem specific build config option
2018-11-01 13:42 UTC (4+ messages)
` [RFC PATCH 2/2] fsverity: "
[RFC PATCH v2 00/12] crypto: Adiantum support
2018-10-30 8:17 UTC (50+ messages)
` [RFC PATCH v2 01/12] crypto: chacha20-generic - add HChaCha20 library function
` [RFC PATCH v2 02/12] crypto: chacha20-generic - add XChaCha20 support
` [RFC PATCH v2 03/12] crypto: chacha20-generic - refactor to allow varying number of rounds
` [RFC PATCH v2 04/12] crypto: chacha - add XChaCha12 support
` [RFC PATCH v2 05/12] crypto: arm/chacha20 - add XChaCha20 support
` [RFC PATCH v2 06/12] crypto: arm/chacha20 - refactor to allow varying number of rounds
` [RFC PATCH v2 07/12] crypto: arm/chacha - add XChaCha12 support
` [RFC PATCH v2 08/12] crypto: poly1305 - add Poly1305 core API
` [RFC PATCH v2 09/12] crypto: nhpoly1305 - add NHPoly1305 support
` [RFC PATCH v2 10/12] crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305
` [RFC PATCH v2 11/12] crypto: adiantum - add Adiantum support
` [RFC PATCH v2 12/12] fscrypt: "
[RFC PATCH 00/10] fs-verity: filesystem-level integrity protection
2018-09-15 15:27 UTC (46+ 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 1/2] fscrypt: remove d_lock on reading DCACHE_ENCRYPTED_WITH_KEY
2018-09-11 5:29 UTC (5+ messages)
` [RFC PATCH 2/2] fscrypt: enable RCU-walk path for .d_revalidate
` [RFC PATCH v2 "
[PATCH] fscrypt: remove CRYPTO_CTR dependency
2018-09-06 10:43 UTC (2+ messages)
[RFC PATCH 0/9] crypto: HPolyC support
2018-09-04 4:55 UTC (32+ 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 (2+ messages)
[PATCH] fscrypt: use unbound workqueue for decryption
2018-05-21 0:55 UTC (2+ messages)
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).