messages from 2019-06-17 10:39:54 to 2019-07-02 08:07:32 UTC [more...]
[PATCH v6 0/7] crypto: switch to crypto API for ESSIV generation
2019-07-02 8:07 UTC (14+ messages)
` [PATCH v6 1/7] crypto: essiv - create wrapper template "
` [PATCH v6 2/7] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v6 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v6 4/7] md: dm-crypt: switch to ESSIV crypto API template
` [dm-devel] "
` [PATCH v6 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
` [PATCH v6 6/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v6 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
[RFC PATCH v3 0/8] xfstests: add fs-verity tests
2019-07-01 18:25 UTC (9+ messages)
` [RFC PATCH v3 1/8] common/filter: add _filter_xfs_io_fiemap()
` [f2fs-dev] [RFC PATCH v3 2/8] common/verity: add common functions for testing fs-verity
` [RFC PATCH v3 3/8] generic: test general behavior of verity files
` [RFC PATCH v3 4/8] generic: test access controls on the fs-verity ioctls
` [RFC PATCH v3 5/8] generic: test corrupting verity files
` [f2fs-dev] [RFC PATCH v3 6/8] generic: test that fs-verity is using the correct measurement values
` [RFC PATCH v3 7/8] generic: test using fs-verity and fscrypt simultaneously
` [RFC PATCH v3 8/8] generic: test the fs-verity built-in signature verification support
[PATCH] common/encrypt: check that contents encryption is usable
2019-07-01 17:12 UTC
[PATCH v6 00/17] fs-verity: read-only file-based authenticity protection
2019-07-01 15:32 UTC (18+ messages)
` [PATCH v6 01/17] fs-verity: add a documentation file
` [PATCH v6 02/17] fs-verity: add MAINTAINERS file entry
` [PATCH v6 03/17] fs-verity: add UAPI header
` [PATCH v6 04/17] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [PATCH v6 05/17] fs-verity: add Kconfig and the helper functions for hashing
` [f2fs-dev] [PATCH v6 06/17] fs-verity: add inode and superblock fields
` [f2fs-dev] [PATCH v6 07/17] fs-verity: add the hook for file ->open()
` [PATCH v6 08/17] fs-verity: add the hook for file ->setattr()
` [PATCH v6 09/17] fs-verity: add data verification hooks for ->readpages()
` [PATCH v6 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v6 11/17] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v6 12/17] fs-verity: add SHA-512 support
` [PATCH v6 13/17] fs-verity: support builtin file signatures
` [PATCH v6 14/17] ext4: add basic fs-verity support
` [PATCH v6 15/17] ext4: add fs-verity read support
` [PATCH v6 16/17] ext4: update on-disk format documentation for fs-verity
` [PATCH v6 17/17] f2fs: add fs-verity support
[PATCH] fscrypt: document testing with xfstests
2019-06-27 17:37 UTC (3+ messages)
[PATCH] fscrypt: remove selection of CONFIG_CRYPTO_SHA256
2019-06-27 17:36 UTC (4+ messages)
[PATCH v5 0/7] crypto: switch to crypto API for ESSIV generation
2019-06-27 16:40 UTC (12+ messages)
` [PATCH v5 1/7] crypto: essiv - create wrapper template "
` [PATCH v5 2/7] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v5 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v5 4/7] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v5 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
` [PATCH v5 6/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v5 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
[PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
2019-06-26 18:21 UTC (36+ messages)
` [f2fs-dev] [PATCH v5 01/16] fs-verity: add a documentation file
` "
` [f2fs-dev] [PATCH v5 02/16] fs-verity: add MAINTAINERS file entry
` "
` [f2fs-dev] [PATCH v5 03/16] fs-verity: add UAPI header
` "
` [PATCH v5 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` [f2fs-dev] [PATCH v5 05/16] fs-verity: add Kconfig and the helper functions for hashing
` "
` [PATCH v5 06/16] fs-verity: add inode and superblock fields
` [PATCH v5 07/16] fs-verity: add the hook for file ->open()
` [PATCH v5 08/16] fs-verity: add the hook for file ->setattr()
` [f2fs-dev] [PATCH v5 09/16] fs-verity: add data verification hooks for ->readpages()
` "
` [PATCH v5 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v5 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v5 12/16] fs-verity: add SHA-512 support
` [PATCH v5 13/16] fs-verity: support builtin file signatures
` [PATCH v5 14/16] ext4: add basic fs-verity support
` [PATCH v5 15/16] ext4: add fs-verity read support
` [PATCH v5 16/16] f2fs: add fs-verity support
[PATCH v4 0/6] crypto: switch to crypto API for ESSIV generation
2019-06-26 4:49 UTC (13+ messages)
` [PATCH v4 1/6] crypto: essiv - create wrapper template "
` [PATCH v4 2/6] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v4 3/6] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v4 4/6] md: dm-crypt: switch to ESSIV crypto API template
` [dm-devel] "
` [PATCH v4 5/6] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
` [PATCH v4 6/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
` [dm-devel] [PATCH v4 0/6] crypto: switch to crypto API for ESSIV generation
[PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
2019-06-26 4:32 UTC (35+ messages)
` [PATCH v3 1/6] crypto: essiv - create wrapper template "
` [PATCH v3 2/6] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v3 3/6] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v3 4/6] md: dm-crypt: switch to ESSIV crypto API template
` [PATCH v3 5/6] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
` [PATCH v3 6/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
` [dm-devel] [PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
[PATCH V3 0/7] Consolidate FS read I/O callbacks code
2019-06-25 6:24 UTC (17+ messages)
` [PATCH V3 1/7] FS: Introduce read callbacks
` [PATCH V3 2/7] Integrate read callbacks into Ext4 and F2FS
` [PATCH V3 3/7] fscrypt: remove struct fscrypt_ctx
` [f2fs-dev] "
` [PATCH V3 4/7] fs/mpage.c: Integrate read callbacks
` [f2fs-dev] "
` [PATCH V3 6/7] Add decryption support for sub-pagesized blocks
[RFC PATCH v2 0/8] xfstests: add fs-verity tests
2019-06-20 21:36 UTC (9+ messages)
` [RFC PATCH v2 1/8] common/filter: add _filter_xfs_io_fiemap()
` [RFC PATCH v2 2/8] common/verity: add common functions for testing fs-verity
` [RFC PATCH v2 3/8] generic: test general behavior of verity files
` [RFC PATCH v2 4/8] generic: test access controls on the fs-verity ioctls
` [RFC PATCH v2 5/8] generic: test corrupting verity files
` [RFC PATCH v2 6/8] generic: test that fs-verity is using the correct measurement values
` [RFC PATCH v2 7/8] generic: test using fs-verity and fscrypt simultaneously
` [RFC PATCH v2 8/8] generic: test the fs-verity built-in signature verification support
[PATCH v4 00/16] fs-verity: read-only file-based authenticity protection
2019-06-19 19:13 UTC (23+ messages)
` [PATCH v4 01/16] fs-verity: add a documentation file
` [PATCH v4 05/16] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v4 07/16] fs-verity: add the hook for file ->open()
` [PATCH v4 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v4 13/16] fs-verity: support builtin file signatures
` [PATCH v4 14/16] ext4: add basic fs-verity support
[PATCH v2 0/4] crypto: switch to crypto API for ESSIV generation
2019-06-19 15:45 UTC (17+ messages)
` [PATCH v2 1/4] crypto: essiv - create wrapper template "
` [dm-devel] "
` [PATCH v2 2/4] fs: crypto: invoke crypto API for ESSIV handling
` [PATCH v2 3/4] md: dm-crypt: infer ESSIV block cipher from cipher string directly
` [PATCH v2 4/4] md: dm-crypt: switch to ESSIV crypto API template
` [dm-devel] [PATCH v2 0/4] crypto: switch to crypto API for ESSIV generation
[RFC PATCH 0/3] crypto: switch to shash for ESSIV generation
2019-06-17 17:52 UTC (11+ 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).