linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-06-05 22:12:51 to 2018-11-17 02:03:15 UTC [more...]

[PATCH v4 00/14] crypto: Adiantum support
 2018-11-17  2:03 UTC  (13+ messages)
` [PATCH v4 03/14] crypto: chacha20-generic - add XChaCha20 support
` [PATCH v4 06/14] crypto: arm/chacha20 - limit the preemption-disabled section
` [PATCH v4 10/14] crypto: poly1305 - use structures for key and accumulator
` [PATCH v4 11/14] crypto: poly1305 - add Poly1305 core API
` [PATCH v4 12/14] crypto: nhpoly1305 - add NHPoly1305 support
` [PATCH v4 13/14] crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305
` [PATCH v4 14/14] crypto: adiantum - add Adiantum support

[RFC PATCH v3 00/15] crypto: Adiantum support
 2018-11-17  0:30 UTC  (24+ messages)
` [RFC PATCH v3 01/15] crypto: chacha20-generic - add HChaCha20 library function
` [RFC PATCH v3 02/15] crypto: chacha20-generic - don't unnecessarily use atomic walk
` [RFC PATCH v3 03/15] crypto: chacha20-generic - add XChaCha20 support
` [RFC PATCH v3 04/15] crypto: chacha20-generic - refactor to allow varying number of rounds
` [RFC PATCH v3 05/15] crypto: chacha - add XChaCha12 support
` [RFC PATCH v3 06/15] crypto: arm/chacha20 - limit the preemption-disabled section
` [RFC PATCH v3 07/15] crypto: arm/chacha20 - add XChaCha20 support
` [RFC PATCH v3 08/15] crypto: arm/chacha20 - refactor to allow varying number of rounds
` [RFC PATCH v3 09/15] crypto: arm/chacha - add XChaCha12 support
` [RFC PATCH v3 10/15] crypto: poly1305 - use structures for key and accumulator
` [RFC PATCH v3 11/15] crypto: poly1305 - add Poly1305 core API
` [RFC PATCH v3 12/15] crypto: nhpoly1305 - add NHPoly1305 support
` [RFC PATCH v3 13/15] crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305
` [RFC PATCH v3 14/15] crypto: adiantum - add Adiantum support
` [RFC PATCH v3 15/15] fscrypt: "

[RFC PATCH v2 1/2] fscrypt: remove d_lock on reading DCACHE_ENCRYPTED_WITH_KEY
 2018-11-06 12:20 UTC  (2+ messages)
` [RFC PATCH v2 2/2] fscrypt: enable RCU-walk path for .d_revalidate

[f2fs-dev] [PATCH v2 00/12] fs-verity: read-only file-based authenticity protection
 2018-11-06  6:52 UTC  (18+ 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
` [PATCH v2 03/12] fs-verity: add MAINTAINERS file entry
` [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  (5+ messages)
` [RFC PATCH V3 07/12] mpage_readpage[s]: Introduce post process callback parameters

[GIT PULL] fscrypt updates for 4.18
 2018-06-05 22:12 UTC  (3+ messages)


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).