linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-09-20 00:20:07 to 2019-11-13 20:31:50 UTC [more...]

[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] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
 2019-11-07  0:12 UTC 

[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  (11+ messages)
` [PATCH v3 1/9] common/encrypt: disambiguate session encryption keys
` [PATCH v3 2/9] common/encrypt: add helper functions that wrap new xfs_io commands
` [PATCH v3 3/9] common/encrypt: support checking for v2 encryption policy support
` [PATCH v3 4/9] common/encrypt: support verifying ciphertext of v2 encryption policies
` [PATCH v3 5/9] generic: add basic test for fscrypt API additions
` [PATCH v3 6/9] generic: add test for non-root use of "
` [PATCH v3 7/9] generic: verify ciphertext of v2 encryption policies with AES-256
` [PATCH v3 8/9] generic: verify ciphertext of v2 encryption policies with AES-128
` [PATCH v3 9/9] generic: verify ciphertext of v2 encryption policies with Adiantum

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

arch/riscv doesn't support xchg() on bool
 2019-10-22  1:45 UTC  (3+ messages)

[PATCH] docs: ioctl-number: document fscrypt ioctl numbers
 2019-10-21 20:29 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] fscrypt: zeroize fscrypt_info before freeing
 2019-10-21 20:28 UTC  (3+ messages)

[PATCH] fscrypt: remove struct fscrypt_ctx
 2019-10-21 20:28 UTC  (3+ messages)
` [f2fs-dev] "

[PATCH] fscrypt: invoke crypto API for ESSIV handling
 2019-10-21 20:27 UTC  (3+ messages)

[xfstests-bld PATCH] test-appliance: add ext4/encrypt_1k test config
 2019-10-21 19:30 UTC  (3+ messages)

[PATCH 0/2] ext4: support encryption with blocksize != PAGE_SIZE
 2019-10-19  3:16 UTC  (5+ messages)
` [PATCH 1/2] fs/buffer.c: support fscrypt in block_read_full_page()
` [PATCH 2/2] ext4: Enable encryption for subpage-sized blocks

[PATCH] generic: add an fs-verity stress test
 2019-10-14 22:05 UTC 

[PATCH] fscrypt: avoid data race on fscrypt_mode::logged_impl_name
 2019-10-09 23:43 UTC 

[f2fs-dev] [PATCH v4 0/8] xfstests: add fs-verity tests
 2019-09-30 21:15 UTC  (9+ messages)
` [PATCH v4 1/8] common/filter: add _filter_xfs_io_fiemap()
` [f2fs-dev] [PATCH v4 2/8] common/verity: add common functions for testing fs-verity
` [f2fs-dev] [PATCH v4 3/8] generic: test general behavior of verity files
` [f2fs-dev] [PATCH v4 4/8] generic: test access controls on the fs-verity ioctls
` [f2fs-dev] [PATCH v4 5/8] generic: test corrupting verity files
` [f2fs-dev] [PATCH v4 6/8] generic: test that fs-verity is using the correct measurement values
` [f2fs-dev] [PATCH v4 7/8] generic: test using fs-verity and fscrypt simultaneously
` [f2fs-dev] [PATCH v4 8/8] generic: test the fs-verity built-in signature verification support

[PATCH v3 0/9] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-30 19:29 UTC  (11+ messages)
` [PATCH v3 1/9] xfs_io/encrypt: remove unimplemented encryption modes
` [PATCH v3 2/9] xfs_io/encrypt: update to UAPI definitions from Linux v5.4
` [PATCH v3 3/9] xfs_io/encrypt: generate encryption modes for 'help set_encpolicy'
` [PATCH v3 4/9] xfs_io/encrypt: add new encryption modes
` [PATCH v3 5/9] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
` [PATCH v3 6/9] xfs_io/encrypt: extend 'set_encpolicy' "
` [PATCH v3 7/9] xfs_io/encrypt: add 'add_enckey' command
` [PATCH v3 8/9] xfs_io/encrypt: add 'rm_enckey' command
` [PATCH v3 9/9] xfs_io/encrypt: add 'enckey_status' command

[RFC PATCH 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-28  0:13 UTC  (8+ messages)
` [RFC PATCH 3/8] xfs_io/encrypt: add new encryption modes
` [RFC PATCH 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies

[PATCH v2 0/8] xfsprogs: support fscrypt API additions in xfs_io
 2019-09-25 23:11 UTC  (7+ messages)
` [PATCH v2 1/8] xfs_io/encrypt: remove unimplemented encryption modes
` [PATCH v2 6/8] xfs_io/encrypt: add 'add_enckey' command
` [PATCH v2 7/8] xfs_io/encrypt: add 'rm_enckey' command
` [PATCH v2 8/8] xfs_io/encrypt: add 'enckey_status' command

[PATCH v4 0/8] Inline Encryption Support
 2019-09-24 10:57 UTC  (3+ messages)
` [PATCH v4 2/8] block: Add encryption context to struct bio
  ` [f2fs-dev] "

[PATCH v2 0/9] xfstests: add tests for fscrypt key management improvements
 2019-09-20  0:37 UTC  (10+ messages)
` [PATCH v2 1/9] common/encrypt: disambiguate session encryption keys
` [PATCH v2 2/9] common/encrypt: add helper functions that wrap new xfs_io commands
` [PATCH v2 3/9] common/encrypt: support checking for v2 encryption policy support
` [PATCH v2 4/9] common/encrypt: support verifying ciphertext of v2 encryption policies
` [PATCH v2 5/9] generic: add basic test for fscrypt API additions
` [PATCH v2 6/9] generic: add test for non-root use of "
` [PATCH v2 7/9] generic: verify ciphertext of v2 encryption policies with AES-256
` [PATCH v2 8/9] generic: verify ciphertext of v2 encryption policies with AES-128
` [PATCH v2 9/9] generic: verify ciphertext of v2 encryption policies with Adiantum


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