linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-25 04:48:53 to 2018-11-27 00:41:12 UTC [more...]

[PATCH 0/7] Remove fs specific fscrypt and fsverity build config options
 2018-11-27  0:41 UTC  (17+ messages)
` [PATCH 1/7] ext4: use IS_ENCRYPTED() to check encryption status
` [PATCH 2/7] f2fs: "
  ` [f2fs-dev] "
` [PATCH 3/7] fscrypt: Remove filesystem specific build config option
` [PATCH 4/7] Add S_VERITY and IS_VERITY()
` [PATCH 5/7] ext4: use IS_VERITY() to check inode's fsverity status
` [PATCH 6/7] f2fs: "
  ` [f2fs-dev] "
` [PATCH 7/7] fsverity: Remove filesystem specific build config option

[RFC PATCH v3 00/15] crypto: Adiantum support
 2018-11-21  7:55 UTC  (46+ 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] zinc chacha20 generic implementation using crypto API code
              ` [RFC PATCH v2 0/4] Exporting existing crypto API code through zinc
                ` [v2 PATCH 1/4] crypto: chacha20 - Export chacha20 functions without crypto API
                ` [v2 PATCH 2/4] zinc: ChaCha20 generic C implementation and selftest
                ` [v2 PATCH 3/4] zinc: Add x86 accelerated ChaCha20
                ` [v2 PATCH 4/4] zinc: ChaCha20 x86_64 implementation
` [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: "

[PATCH v4 00/14] crypto: Adiantum support
 2018-11-20  6:33 UTC  (21+ messages)
` [PATCH v4 01/14] crypto: chacha20-generic - add HChaCha20 library function
` [PATCH v4 02/14] crypto: chacha20-generic - don't unnecessarily use atomic walk
` [PATCH v4 03/14] crypto: chacha20-generic - add XChaCha20 support
` [PATCH v4 04/14] crypto: chacha20-generic - refactor to allow varying number of rounds
` [PATCH v4 05/14] crypto: chacha - add XChaCha12 support
` [PATCH v4 06/14] crypto: arm/chacha20 - limit the preemption-disabled section
` [PATCH v4 07/14] crypto: arm/chacha20 - add XChaCha20 support
` [PATCH v4 08/14] crypto: arm/chacha20 - refactor to allow varying number of rounds
` [PATCH v4 09/14] crypto: arm/chacha - add XChaCha12 support
` [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 v2 00/12] crypto: Adiantum support
 2018-11-19 20:30 UTC  (55+ 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 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 00/10] fs-verity: filesystem-level integrity protection
 2018-09-15 15:27 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 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)

[PATCH] crypto: remove speck
 2018-09-04  4:55 UTC  (3+ messages)
` [PATCH v2] crypto: remove Speck


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