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

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

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

[e2fsprogs PATCH] Support the stable_inodes feature
 2019-10-21 23:30 UTC 

[PATCH v2] fscrypt: avoid data race on fscrypt_mode::logged_impl_name
 2019-10-21 20:49 UTC 

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

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

[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 v3 0/9] xfstests: add tests for fscrypt key management improvements
 2019-10-15 18:16 UTC  (10+ 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

[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  (11+ messages)
` [PATCH v2 1/8] xfs_io/encrypt: remove unimplemented encryption modes
` [PATCH v2 2/8] xfs_io/encrypt: update to UAPI definitions from Linux v5.4
` [PATCH v2 3/8] xfs_io/encrypt: add new encryption modes
` [PATCH v2 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
` [PATCH v2 5/8] xfs_io/encrypt: extend 'set_encpolicy' "
` [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  (16+ messages)
` [PATCH v4 1/8] block: Keyslot Manager for Inline Encryption
  ` [f2fs-dev] "
` [PATCH v4 2/8] block: Add encryption context to struct bio
  ` [f2fs-dev] "
` [PATCH v4 3/8] block: blk-crypto for Inline Encryption
  ` [f2fs-dev] "
` [PATCH v4 4/8] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v4 5/8] scsi: ufs: UFS crypto API
` [PATCH v4 6/8] scsi: ufs: Add inline encryption support to UFS
` [PATCH v4 7/8] fscrypt: wire up fscrypt to use blk-crypto
` [PATCH v4 8/8] f2fs: Wire up f2fs to use inline encryption via fscrypt

[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

[f2fs-dev] [GIT PULL] fs-verity for 5.4
 2019-09-19  0:20 UTC  (2+ messages)
`  "

[GIT PULL] fscrypt updates for 5.4
 2019-09-19  0:20 UTC  (2+ messages)

[PATCH v5] e2fsck: check for consistent encryption policies
 2019-09-18 23:06 UTC  (2+ messages)

[PATCH v4] e2fsck: check for consistent encryption policies
 2019-09-18  1:01 UTC  (3+ messages)

[PATCH RESEND V5 0/7] Consolidate FS read I/O callbacks code
 2019-09-13  2:32 UTC  (9+ messages)
` [PATCH RESEND V5 1/7] buffer_head: Introduce BH_Read_Cb flag
` [PATCH RESEND V5 2/7] FS: Introduce read callbacks
` [PATCH RESEND V5 3/7] fs/mpage.c: Integrate "
` [PATCH RESEND V5 4/7] fs/buffer.c: add decryption support via read_callbacks
` [PATCH RESEND V5 5/7] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH RESEND V5 6/7] ext4: Enable encryption for subpage-sized blocks
` [PATCH RESEND V5 7/7] fscrypt: remove struct fscrypt_ctx

[PATCH v3] e2fsck: check for consistent encryption policies
 2019-09-09 17:34 UTC  (5+ messages)

[dm-devel] [PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation
 2019-09-04 13:38 UTC  (17+ messages)
` [dm-devel] [PATCH v13 1/6] crypto: essiv - create wrapper template "
  `  "
` [PATCH v13 2/6] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
` [PATCH v13 3/6] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
` [PATCH v13 4/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
` [PATCH v13 5/6] md: dm-crypt: switch to ESSIV crypto API template
  ` [dm-devel] "
` [PATCH v13 6/6] md: dm-crypt: omit parsing of the encapsulated cipher
    ` [dm-devel] "
` [PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation

[PATCH V5 0/7] Consolidate FS read I/O callbacks code
 2019-09-02  4:38 UTC  (9+ messages)
` [PATCH V5 1/7] buffer_head: Introduce BH_Read_Cb flag
` [PATCH V5 2/7] FS: Introduce read callbacks
` [PATCH V5 3/7] fs/mpage.c: Integrate "
` [PATCH V5 4/7] fs/buffer.c: add decryption support via read_callbacks
` [PATCH V5 5/7] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [PATCH V5 6/7] ext4: Enable encryption for subpage-sized blocks
` [PATCH V5 7/7] fscrypt: remove struct fscrypt_ctx

[PATCH] ext4 crypto: fix to check feature status before get policy
 2019-09-02  1:07 UTC  (4+ messages)

[RFC PATCH 0/9] xfstests: add tests for fscrypt key management improvements
 2019-09-01 12:29 UTC  (4+ messages)
` [RFC PATCH 3/9] common/encrypt: support checking for v2 encryption policy support

[PATCH 5/9] block: support diskcipher
 2019-08-28  2:20 UTC 

[PATCH 5/9] block: support diskcipher
 2019-08-27 16:40 UTC  (2+ messages)

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-23  7:18 UTC 

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-23  4:27 UTC  (2+ messages)

[PATCH 5/9] block: support diskcipher
 2019-08-23  2:35 UTC  (3+ messages)

[PATCH 1/9] crypt: Add diskcipher
 2019-08-23  0:50 UTC 

[PATCH 1/9] crypt: Add diskcipher
 2019-08-22  8:37 UTC  (2+ messages)

[PATCH 5/9] block: support diskcipher
 2019-08-22  0:54 UTC 

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-21  8:17 UTC  (2+ messages)

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-21  7:54 UTC 

[PATCH 6/9] dm crypt: support diskcipher
 2019-08-21  7:21 UTC  (3+ messages)
    ` [dm-devel] "

[PATCH 9/9] fs: f2fs: support diskcipher
 2019-08-21  6:42 UTC 

[PATCH 8/9] fs: ext4: support diskcipher
 2019-08-21  6:42 UTC 

[PATCH 7/9] fscrypt: support diskcipher
 2019-08-21  6:42 UTC 

[PATCH 4/9] mmc: dw_mmc-exynos: support FMP
 2019-08-21  6:42 UTC 

[PATCH 3/9] mmc: dw_mmc: support crypto operation
 2019-08-21  6:42 UTC 

[PATCH 2/9] crypto: fmp: add Flash Memory Protector driver
 2019-08-21  6:42 UTC 

[PATCH 0/9] Flash Memory Protector Support
 2019-08-21  6:42 UTC 

[PATCH V4 0/8] Consolidate FS read I/O callbacks code
 2019-08-21  2:04 UTC  (13+ messages)
` [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
  ` [f2fs-dev] "

[dm-devel] [PATCH v12 0/4] crypto: switch to crypto API for ESSIV generation
 2019-08-19 23:35 UTC  (5+ messages)
` [dm-devel] [PATCH v12 1/4] crypto: essiv - create wrapper template "
  `  "


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