Linux FSCRYPT development
 help / color / mirror / Atom feed
 messages from 2019-04-30 00:00:28 to 2019-06-15 14:48:24 UTC [more...]

[PATCH v4 00/16] fs-verity: read-only file-based authenticity protection
 2019-06-15 14:48 UTC  (27+ 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

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

[PATCH] fscrypt: don't set policy for a dead directory
 2019-05-08  4:55 UTC  (5+ messages)

[GIT PULL] fscrypt updates for 5.2
 2019-05-08  4:55 UTC  (3+ messages)

[RFC PATCH 0/4] Inline Encryption Support
 2019-05-08  3:02 UTC  (16+ messages)
` [RFC PATCH 1/4] block: Block Layer changes for "
` [RFC PATCH 2/4] scsi: ufs: UFS driver v2.1 crypto support
` [RFC PATCH 3/4] fscrypt: wire up fscrypt to use blk-crypto
` [RFC PATCH 4/4] f2fs: Wire up f2fs to use inline encryption via fscrypt

[PATCH 00/13] fscrypt, ext4: prepare for blocksize != PAGE_SIZE
 2019-05-06  9:12 UTC  (24+ messages)
` [f2fs-dev] [PATCH 01/13] fscrypt: simplify bounce page handling
  `  "
` [PATCH 02/13] fscrypt: remove the "write" part of struct fscrypt_ctx
` [f2fs-dev] [PATCH 03/13] fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block()
  `  "
` [f2fs-dev] [PATCH 04/13] fscrypt: clean up some BUG_ON()s in block encryption/decryption
` [f2fs-dev] [PATCH 05/13] fscrypt: introduce fscrypt_encrypt_block_inplace()
  `  "
` [PATCH 06/13] fscrypt: support encrypting multiple filesystem blocks per page
` [f2fs-dev] [PATCH 07/13] fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range()
  `  "
` [PATCH 08/13] fscrypt: introduce fscrypt_decrypt_block_inplace()
` [PATCH 09/13] fscrypt: support decrypting multiple filesystem blocks per page
` [f2fs-dev] [PATCH 10/13] ext4: clear BH_Uptodate flag on decryption error
` [PATCH 11/13] ext4: decrypt only the needed blocks in ext4_block_write_begin()
` [PATCH 12/13] ext4: decrypt only the needed block in __ext4_block_zero_page_range()
` [PATCH 13/13] ext4: encrypt only up to last block in ext4_bio_write_page()

[PATCH V2 00/13] Consolidate FS read I/O callbacks code
 2019-05-02 18:16 UTC  (28+ messages)
` [PATCH V2 02/13] Consolidate "read callbacks" into a new file
  ` [f2fs-dev] "
` [PATCH V2 03/13] fsverity: Add call back to decide if verity check has to be performed
` [PATCH V2 07/13] Add decryption support for sub-pagesized blocks
  ` [f2fs-dev] "
` [PATCH V2 10/13] fscrypt_encrypt_page: Loop across all blocks mapped by a page range
  ` [f2fs-dev] "
` [PATCH V2 11/13] ext4: Compute logical block and the page range to be encrypted
` [PATCH V2 12/13] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox