linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-22 16:15:09 to 2019-12-09 21:33:08 UTC [more...]

[PATCH] ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()
 2019-12-09 21:32 UTC 

[PATCH] ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
 2019-12-09 21:27 UTC 

[PATCH] fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
 2019-12-09 21:23 UTC 

[PATCH 0/4] fscrypt: fscrypt_supported_policy() fixes and cleanups
 2019-12-09 21:18 UTC  (5+ messages)
` [PATCH 1/4] fscrypt: split up fscrypt_supported_policy() by policy version
` [PATCH 2/4] fscrypt: check for appropriate use of DIRECT_KEY flag earlier
` [PATCH 3/4] fscrypt: move fscrypt_valid_enc_modes() to policy.c
` [PATCH 4/4] fscrypt: remove fscrypt_is_direct_key_policy()

[PATCH] fscrypt: introduce fscrypt_needs_contents_encryption()
 2019-12-09 20:50 UTC 

[PATCH] fscrypt: remove redundant bi_status check
 2019-12-09 20:45 UTC 

[PATCH] fscrypt: move fscrypt_d_revalidate() to fname.c
 2019-12-09 20:43 UTC 

[PATCH] fscrypt: constify inode parameter to filename encryption functions
 2019-12-09 20:42 UTC 

[PATCH] fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()
 2019-12-09 20:40 UTC 

[PATCH] fscrypt: verify that the crypto_skcipher has the correct ivsize
 2019-12-09 20:39 UTC 

[PATCH] fscrypt: use crypto_skcipher_driver_name()
 2019-12-09 20:38 UTC 

[PATCH] f2fs: don't keep META_MAPPING pages used for moving verity file blocks
 2019-12-09 20:00 UTC 

[PATCH v2 0/5] xfstests: verify ciphertext of IV_INO_LBLK_64 encryption policies
 2019-12-09 18:18 UTC  (7+ messages)
` [PATCH v2 1/5] fscrypt-crypt-util: create key_and_iv_params structure
` [PATCH v2 2/5] fscrypt-crypt-util: add HKDF context constants
` [PATCH v2 3/5] common/encrypt: create named variables for UAPI constants
` [PATCH v2 4/5] common/encrypt: support verifying ciphertext of IV_INO_LBLK_64 policies
` [PATCH v2 5/5] generic: verify ciphertext of IV_INO_LBLK_64 encryption policies

[PATCH v3] fs: introduce is_dot_dotdot helper for cleanup
 2019-12-09  2:00 UTC  (4+ messages)

[PATCH v2] fs: introduce is_dot_dotdot helper for cleanup
 2019-12-05  7:55 UTC  (5+ messages)

[PATCH 0/8] Support for Casefolding and Encryption
 2019-12-05  1:17 UTC  (20+ messages)
` [PATCH 1/8] fscrypt: Add siphash and hash key for policy v2
` [PATCH 2/8] fscrypt: Don't allow v1 policies with casefolding
` [PATCH 3/8] fscrypt: Change format of no-key token
` [PATCH 4/8] vfs: Fold casefolding into vfs
` [PATCH 5/8] f2fs: Handle casefolding with Encryption
` [PATCH 6/8] ext4: Use struct super_block's casefold data
` [PATCH 7/8] ext4: Hande casefolding with encryption
` [PATCH 8/8] ext4: Optimize match for casefolded encrypted dirs

[PATCH] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
 2019-12-04 18:10 UTC  (3+ messages)

[PATCH] fs: introduce is_dot_dotdot helper for cleanup
 2019-12-04 13:06 UTC  (7+ messages)

[xfstests-bld PATCH] kernel-configs: enable CONFIG_CRYPTO_ESSIV in 5.4 configs
 2019-12-02 23:23 UTC 

[RFC PATCH 0/3] xfstests: test adding filesystem-level fscrypt key via key_id
 2019-11-27 22:57 UTC  (8+ messages)
` [RFC PATCH 1/3] common/rc: handle option with argument in _require_xfs_io_command()
` [RFC PATCH 2/3] common/encrypt: move constant test key to common code
` [RFC PATCH 3/3] generic: test adding filesystem-level fscrypt key via key_id

[GIT PULL] fscrypt updates for 5.5
 2019-11-25 22:45 UTC  (2+ messages)

[GIT PULL] fsverity updates for 5.5
 2019-11-25 22:45 UTC  (2+ messages)

[xfsprogs RFC PATCH] xfs_io/encrypt: support passing a keyring key to add_enckey
 2019-11-19 22:34 UTC 

[PATCH v2] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
 2019-11-19 22:24 UTC 

[PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
 2019-11-18 18:27 UTC  (14+ messages)

[PATCH 0/4] statx: expose the fs-verity bit
 2019-11-13 20:31 UTC  (18+ messages)
` [PATCH 1/4] statx: define STATX_ATTR_VERITY
    ` [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY
` [PATCH 2/4] ext4: support STATX_ATTR_VERITY
` [PATCH 3/4] f2fs: "
` [PATCH 4/4] docs: fs-verity: mention statx() support

[PATCH] docs: fs-verity: document first supported kernel version
 2019-11-13 20:19 UTC  (2+ messages)

Investment opportunity
 2019-11-12 17:57 UTC 

[RFC PATCH 0/5] xfstests: verify ciphertext of IV_INO_LBLK_64 encryption policies
 2019-11-11 21:04 UTC  (6+ messages)
` [RFC PATCH 1/5] fscrypt-crypt-util: create key_and_iv_params structure
` [RFC PATCH 2/5] fscrypt-crypt-util: add HKDF context constants
` [RFC PATCH 3/5] common/encrypt: create named variables for UAPI constants
` [RFC PATCH 4/5] common/encrypt: support verifying ciphertext of IV_INO_LBLK_64 policies
` [RFC PATCH 5/5] generic: verify ciphertext of IV_INO_LBLK_64 encryption policies

[PATCH v2 0/2] ext4: support encryption with blocksize != PAGE_SIZE
 2019-11-11 20:28 UTC  (6+ messages)
` [PATCH v2 1/2] fs/buffer.c: support fscrypt in block_read_full_page()
` [PATCH v2 2/2] ext4: Enable encryption for subpage-sized blocks

Some questions/thoughts on fs-verity
 2019-11-11 16:13 UTC  (4+ messages)

[PATCH v2 0/3] fscrypt: support for IV_INO_LBLK_64 policies
 2019-11-07  2:49 UTC  (12+ messages)
` [PATCH v2 1/3] fscrypt: add "
` [PATCH v2 2/3] ext4: add support for IV_INO_LBLK_64 encryption policies
` [PATCH v2 3/3] f2fs: "

[PATCH v2] fscrypt: avoid data race on fscrypt_mode::logged_impl_name
 2019-11-06 21:02 UTC  (2+ messages)

version/tags for fsverity-utils
 2019-11-06 18:43 UTC  (2+ messages)

[PATCH v5 0/9] Inline Encryption Support
 2019-11-05 15:39 UTC  (27+ messages)
` [PATCH v5 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v5 2/9] block: Add encryption context to struct bio
` [PATCH v5 3/9] block: blk-crypto for Inline Encryption
` [PATCH v5 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v5 5/9] scsi: ufs: UFS crypto API
` [PATCH v5 6/9] scsi: ufs: Add inline encryption support to UFS
` [PATCH v5 7/9] fscrypt: add inline encryption support
` [PATCH v5 8/9] f2fs: "
` [PATCH v5 9/9] ext4: "

Investment opportunity
 2019-11-05  8:24 UTC 

[PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
 2019-11-04  7:45 UTC  (13+ messages)

[PATCH] generic: handle fs.verity.require_signatures being enabled
 2019-11-01 23:22 UTC 

[e2fsprogs PATCH] Support the stable_inodes feature
 2019-10-31 23:41 UTC  (2+ messages)

[PATCH v2] Revert "ext4 crypto: fix to check feature status before get policy"
 2019-10-31 16:45 UTC  (2+ messages)

[PATCH 0/3] fscrypt: support for inline-encryption-optimized policies
 2019-10-24  9:54 UTC  (18+ messages)
` [PATCH 1/3] fscrypt: add "
` [PATCH 2/3] ext4: add support for INLINE_CRYPT_OPTIMIZED encryption policies
` [PATCH 3/3] f2fs: "

[PATCH v3 0/9] xfstests: add tests for fscrypt key management improvements
 2019-10-23 18:00 UTC  (2+ messages)

Please add linux-fscrypt@vger.kernel.org to lore.kernel.org
 2019-10-23  7:37 UTC  (3+ messages)
  ` [Kernel.org Helpdesk #80522] "


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