linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-09 11:04:50 to 2019-06-20 12:09:17 UTC [more...]

[PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
 2019-06-20 12:09 UTC  (19+ 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 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  (16+ messages)
` [f2fs-dev] [PATCH v2 01/14] fscrypt: simplify bounce page handling
` [f2fs-dev] [PATCH v2 02/14] fscrypt: remove the "write" part of struct fscrypt_ctx
` [f2fs-dev] [PATCH v2 03/14] fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
` [f2fs-dev] [PATCH v2 04/14] fscrypt: clean up some BUG_ON()s in block encryption/decryption
` [f2fs-dev] [PATCH v2 05/14] fscrypt: introduce fscrypt_encrypt_block_inplace()
` [f2fs-dev] [PATCH v2 06/14] fscrypt: support encrypting multiple filesystem blocks per page
` [f2fs-dev] [PATCH v2 07/14] fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
` [f2fs-dev] [PATCH v2 08/14] fscrypt: introduce fscrypt_decrypt_block_inplace()
` [f2fs-dev] [PATCH v2 09/14] fscrypt: support decrypting multiple filesystem blocks per page
` [f2fs-dev] [PATCH v2 10/14] fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio()
` [f2fs-dev] [PATCH v2 11/14] ext4: clear BH_Uptodate flag on decryption error
` [f2fs-dev] [PATCH v2 12/14] ext4: decrypt only the needed blocks in ext4_block_write_begin()
` [f2fs-dev] [PATCH v2 13/14] ext4: decrypt only the needed block in __ext4_block_zero_page_range()
` [f2fs-dev] [PATCH v2 14/14] ext4: encrypt only up to last block in ext4_bio_write_page()

[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  (20+ messages)
` [f2fs-dev] [PATCH v6 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [f2fs-dev] [PATCH v6 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants
` [f2fs-dev] [PATCH v6 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*
` [f2fs-dev] [PATCH v6 04/16] fscrypt: add ->ci_inode to fscrypt_info
` [f2fs-dev] [PATCH v6 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [f2fs-dev] [PATCH v6 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [f2fs-dev] [PATCH v6 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [f2fs-dev] [PATCH v6 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [f2fs-dev] [PATCH v6 09/16] fscrypt: add an HKDF-SHA512 implementation
` [f2fs-dev] [PATCH v6 10/16] fscrypt: v2 encryption policy support
` [f2fs-dev] [PATCH v6 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [f2fs-dev] [PATCH v6 12/16] fscrypt: require that key be added when setting a v2 encryption policy
` [f2fs-dev] [PATCH v6 13/16] ext4: wire up new fscrypt ioctls
` [f2fs-dev] [PATCH v6 14/16] f2fs: "
` [f2fs-dev] [PATCH v6 15/16] ubifs: "
` [f2fs-dev] [PATCH v6 16/16] fscrypt: document the new ioctls and policy version
` [PATCH v6 00/16] fscrypt: key management improvements

[RFC PATCH 0/7] xfstests: verify fscrypt-encrypted contents and filenames
 2019-05-14  2:20 UTC  (9+ messages)
` [RFC PATCH 1/7] common/encrypt: introduce helpers for set_encpolicy and get_encpolicy
` [RFC PATCH 4/7] common/encrypt: add helper for ciphertext verification tests
    ` [f2fs-dev] "

[PATCH 0/2] ubifs: Get rid of some ifdefs
 2019-05-13 21:39 UTC  (6+ messages)
` [PATCH 1/2] ubifs: Remove #ifdef around CONFIG_FS_ENCRYPTION

[PATCH V3] fscrypt: don't set policy for a dead directory
 2019-05-10 12:30 UTC  (2+ messages)

[PATCH V2] fscrypt: don't set policy for a dead directory
 2019-05-10  1:54 UTC  (6+ 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).