messages from 2019-05-20 17:25:51 to 2019-06-21 06:44:24 UTC [more...]
[PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
2019-06-21 6:44 UTC (31+ 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
[PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
2019-06-21 3:17 UTC (19+ 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
[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] fscrypt: remove selection of CONFIG_CRYPTO_SHA256
2019-06-20 19:56 UTC (2+ messages)
[PATCH] fscrypt: document testing with xfstests
2019-06-20 18:16 UTC
[PATCH v4 00/16] fs-verity: read-only file-based authenticity protection
2019-06-19 19:13 UTC (42+ messages)
` [PATCH v4 01/16] fs-verity: add a documentation file
` [f2fs-dev] [PATCH v4 02/16] fs-verity: add MAINTAINERS file entry
` "
` [f2fs-dev] [PATCH v4 03/16] fs-verity: add UAPI header
` [f2fs-dev] [PATCH v4 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
` "
` [PATCH v4 05/16] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v4 06/16] fs-verity: add inode and superblock fields
` [PATCH v4 07/16] fs-verity: add the hook for file ->open()
` [PATCH v4 08/16] fs-verity: add the hook for file ->setattr()
` [PATCH v4 09/16] fs-verity: add data verification hooks for ->readpages()
` [PATCH v4 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v4 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v4 12/16] fs-verity: add SHA-512 support
` [PATCH v4 13/16] fs-verity: support builtin file signatures
` [PATCH v4 14/16] ext4: add basic fs-verity support
` [PATCH v4 15/16] ext4: add fs-verity read support
` [PATCH v4 16/16] f2fs: add 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 (14+ messages)
` [dm-devel] "
[PATCH V3 0/7] Consolidate FS read I/O callbacks code
2019-06-16 16:08 UTC (8+ 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
` [PATCH V3 4/7] fs/mpage.c: Integrate read callbacks
` [PATCH V3 5/7] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH V3 6/7] Add decryption support for sub-pagesized blocks
` [PATCH V3 7/7] ext4: Enable encryption for subpage-sized blocks
[tytso@mit.edu: Re: [PATCH v4 03/16] fs-verity: add UAPI header]
2019-06-15 22:03 UTC
[RFC PATCH v2 0/8] Inline Encryption Support
2019-06-13 18:55 UTC (16+ messages)
` [RFC PATCH v2 1/8] block: Keyslot Manager for Inline Encryption
` [f2fs-dev] "
` [RFC PATCH v2 2/8] block: Add encryption context to struct bio
` [RFC PATCH v2 3/8] block: blk-crypto for Inline Encryption
` [f2fs-dev] "
` [RFC PATCH v2 4/8] scsi: ufs: UFS driver v2.1 spec crypto additions
` [RFC PATCH v2 5/8] scsi: ufs: UFS crypto API
` [RFC PATCH v2 6/8] scsi: ufs: Add inline encryption support to UFS
` [f2fs-dev] "
` [RFC PATCH v2 7/8] fscrypt: wire up fscrypt to use blk-crypto
` [RFC PATCH v2 8/8] f2fs: Wire up f2fs to use inline encryption via fscrypt
[PATCH] fscrypt: remove unnecessary includes of ratelimit.h
2019-06-11 2:09 UTC (2+ messages)
[PATCH] ext4: Optimize case-insensitive lookups
2019-05-31 18:29 UTC (2+ messages)
[f2fs-dev] [PATCH v3 00/15] fs-verity: read-only file-based authenticity protection
2019-05-30 18:54 UTC (17+ messages)
` [PATCH v3 01/15] fs-verity: add a documentation file
` [PATCH v3 02/15] fs-verity: add MAINTAINERS file entry
` [PATCH v3 03/15] fs-verity: add UAPI header
` [f2fs-dev] [PATCH v3 04/15] fs-verity: add Kconfig and the helper functions for hashing
` [PATCH v3 05/15] fs-verity: add inode and superblock fields
` [PATCH v3 06/15] fs-verity: add the hook for file ->open()
` [f2fs-dev] [PATCH v3 07/15] fs-verity: add the hook for file ->setattr()
` [PATCH v3 08/15] fs-verity: add data verification hooks for ->readpages()
` [PATCH v3 09/15] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
` [PATCH v3 10/15] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
` [PATCH v3 11/15] fs-verity: add SHA-512 support
` [PATCH v3 12/15] fs-verity: support builtin file signatures
` [PATCH v3 13/15] ext4: add basic fs-verity support
` [PATCH v3 14/15] ext4: add fs-verity read support
` [PATCH v3 15/15] f2fs: add fs-verity support
` [PATCH v3 00/15] fs-verity: read-only file-based authenticity protection
[PATCH V3] fscrypt: don't set policy for a dead directory
2019-05-29 20:50 UTC (2+ messages)
[f2fs-dev] [PATCH v2 00/14] fscrypt, ext4: prepare for blocksize != PAGE_SIZE
2019-05-29 20:47 UTC (2+ messages)
[PATCH v2 0/7] xfstests: verify fscrypt-encrypted contents and filenames
2019-05-24 22:04 UTC (8+ messages)
` [PATCH v2 1/7] common/encrypt: introduce helpers for set_encpolicy and get_encpolicy
` [PATCH v2 2/7] fscrypt-crypt-util: add utility for reproducing fscrypt encrypted data
` [PATCH v2 3/7] common/encrypt: support requiring other encryption settings
` [PATCH v2 4/7] common/encrypt: add helper for ciphertext verification tests
` [PATCH v2 5/7] generic: verify ciphertext of v1 encryption policies with AES-256
` [PATCH v2 6/7] generic: verify ciphertext of v1 encryption policies with AES-128
` [PATCH v2 7/7] generic: verify ciphertext of v1 encryption policies with Adiantum
[PATCH] mm/vmscan.c: drop all inode/dentry cache from LRU
2019-05-24 16:52 UTC (3+ messages)
[f2fs-dev] [PATCH v6 00/16] fscrypt: key management improvements
2019-05-21 3:29 UTC (6+ messages)
` [f2fs-dev] [PATCH v6 15/16] ubifs: wire up new fscrypt ioctls
` [f2fs-dev] [PATCH v6 16/16] fscrypt: document the new ioctls and policy version
` [PATCH v6 00/16] fscrypt: key management improvements
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).