linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-01-17 15:19:14 to 2018-05-28 05:34:17 UTC [more...]

[RFC PATCH V3 00/12] Ext4 encryption support for blocksize < pagesize
 2018-05-28  5:35 UTC  (15+ messages)
` [RFC PATCH V3 01/12] ext4: Clear BH_Uptodate flag on decryption error
` [RFC PATCH V3 02/12] Rename fscrypt_do_page_crypto to fscrypt_do_block_crypto
` [RFC PATCH V3 03/12] fscrypt_decrypt_page: Decrypt all blocks in a page
` [RFC PATCH V3 04/12] __fscrypt_decrypt_bio: Fix page offset and len args to fscrypt_decrypt_page
` [RFC PATCH V3 05/12] ext4: Decrypt all boundary blocks when doing buffered write
` [RFC PATCH V3 06/12] ext4: Decrypt the block that needs to be partially zeroed
` [RFC PATCH V3 07/12] mpage_readpage[s]: Introduce post process callback parameters
` [RFC PATCH V3 08/12] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [RFC PATCH V3 09/12] fscrypt_encrypt_page: Encrypt all blocks mapped by "
` [RFC PATCH V3 10/12] ext4: Fix block number passed to fscrypt_encrypt_page
` [RFC PATCH V3 11/12] ext4: Move encryption code into its own function
` [RFC PATCH V3 12/12] ext4: Enable encryption for blocksize less than page size

[PATCH v2] fscrypt: log the crypto algorithm implementations
 2018-05-21  1:08 UTC  (2+ messages)

[PATCH v2] fscrypt: add Speck128/256 support
 2018-05-21  0:56 UTC  (2+ messages)

[PATCH v2 00/15] fscrypt: improved logging and other cleanups
 2018-05-21  0:55 UTC  (17+ messages)
` [PATCH 01/15] fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabled
` [PATCH 02/15] fscrypt: clean up after fscrypt_prepare_lookup() conversions
` [PATCH 03/15] fscrypt: remove unnecessary NULL check when allocating skcipher
` [PATCH 04/15] fscrypt: remove error messages for skcipher_request_alloc() failure
` [PATCH 05/15] fscrypt: remove stale comment from fscrypt_d_revalidate()
` [PATCH 06/15] fscrypt: don't clear flags on crypto transform
` [PATCH 07/15] fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()
` [PATCH 08/15] fscrypt: drop max_namelen check from fname_decrypt()
` [PATCH 09/15] fscrypt: drop empty name "
` [PATCH 10/15] fscrypt: make fscrypt_operations.max_namelen an integer
` [PATCH 11/15] fscrypt: remove unnecessary check for non-logon key type
` [PATCH 12/15] fscrypt: remove internal key size constants
` [PATCH 13/15] fscrypt: use a common logging function
` [PATCH 14/15] fscrypt: separate key lookup from key derivation
` [PATCH 15/15] fscrypt: only derive the needed portion of the key

[PATCH] fscrypt: use unbound workqueue for decryption
 2018-05-21  0:55 UTC  (2+ messages)

[PATCH] fscrypt: log the crypto algorithm implementations
 2018-05-17 23:46 UTC 

[PATCH v2 0/5] crypto: Speck support
 2018-05-07 23:20 UTC  (21+ messages)
` [PATCH v2 1/5] crypto: add support for the Speck block cipher
` [PATCH v2 2/5] crypto: speck - export common helpers
` [PATCH v2 3/5] crypto: arm/speck - add NEON-accelerated implementation of Speck-XTS
` [PATCH v2 4/5] crypto: speck - add test vectors for Speck128-XTS
` [PATCH v2 5/5] crypto: speck - add test vectors for Speck64-XTS

[PATCH] crypto: remove Speck
 2018-04-24 18:24 UTC  (2+ messages)

[PATCH v2 0/2] fscrypt / f2fs: prepare I/O path for fs-verity
 2018-04-23  3:25 UTC  (6+ messages)
` [PATCH v2 1/2] fscrypt: allow synchronous bio decryption
` [PATCH v2 2/2] f2fs: refactor read path to allow multiple postprocessing steps
  ` [f2fs-dev] "

[PATCH 0/2] fscrypt / f2fs: prepare I/O path for fs-verity
 2018-04-19 14:41 UTC  (12+ messages)
` [PATCH 1/2] fscrypt: allow synchronous bio decryption
` [PATCH 2/2] f2fs: refactor read path to allow multiple postprocessing steps
  ` [f2fs-dev] "

[RFC] UBIFS authentication
 2018-04-10  8:18 UTC  (6+ messages)

[RFC PATCH V2 00/11] Ext4 encryption support for blocksize < pagesize
 2018-04-05 20:50 UTC  (31+ messages)
` [RFC PATCH V2 01/11] ext4: Clear BH_Uptodate flag on decryption error
` [RFC PATCH V2 02/11] fs/buffer.c: Export end_buffer_async_read and create_page_buffers
` [RFC PATCH V2 03/11] fs/crypto/: Rename functions to indicate that they operate on FS blocks
` [RFC PATCH V2 04/11] completion_pages: Decrypt all contiguous blocks in a page
` [RFC PATCH V2 05/11] ext4: Decrypt all boundary blocks when doing buffered write
` [RFC PATCH V2 06/11] ext4: Decrypt the block that needs to be partially zeroed
` [RFC PATCH V2 07/11] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page
` [RFC PATCH V2 08/11] Enable reading encrypted files in blocksize less than pagesize setup
` [RFC PATCH V2 09/11] fscrypt: Move completion_pages to crypto/readpage.c
` [RFC PATCH V2 10/11] Enable writing encrypted files in blocksize less than pagesize setup
` [RFC PATCH V2 11/11] ext4: Enable encryption for blocksize less than page size

[PATCH] f2fs: reserve bits for fs-verity
 2018-04-02 22:58 UTC  (8+ messages)

[PATCH 00/14] fscrypt: improved logging and other cleanups
 2018-03-23 19:23 UTC  (15+ messages)
` [PATCH 01/14] fscrypt: remove unnecessary NULL check when allocating skcipher
` [PATCH 02/14] fscrypt: remove error messages for skcipher_request_alloc() failure
` [PATCH 03/14] fscrypt: remove WARN_ON_ONCE() when decryption fails
` [PATCH 04/14] fscrypt: remove stale comment from fscrypt_d_revalidate()
` [PATCH 05/14] fscrypt: don't clear flags on crypto transform
` [PATCH 06/14] fscrypt: don't special-case EOPNOTSUPP from fscrypt_get_encryption_info()
` [PATCH 07/14] fscrypt: drop max_namelen check from fname_decrypt()
` [PATCH 08/14] fscrypt: drop empty name "
` [PATCH 09/14] fscrypt: make fscrypt_operations.max_namelen an integer
` [PATCH 10/14] fscrypt: remove unnecessary check for non-logon key type
` [PATCH 11/14] fscrypt: remove internal key size constants
` [PATCH 12/14] fscrypt: use a common logging function
` [PATCH 13/14] fscrypt: separate key lookup from key derivation
` [PATCH 14/14] fscrypt: only derive the needed portion of the key

[RFC PATCH] crypto: arm64/speck - add NEON-accelerated implementation of Speck-XTS
 2018-03-16 15:53 UTC  (5+ messages)

[RFC PATCH v5 0/3] f2fs: introduce F2FS_FEATURE_LOST_FOUND feature
 2018-03-16  8:49 UTC  (5+ messages)
` [RFC PATCH v5 1/3] "
` [RFC PATCH v5 2/3] f2fs: introduce a new mount option test_dummy_encryption
` [RFC PATCH v5 3/3] ext4: do not allow mount with test_dummy_encryption if encrypt not set

[RFC PATCH v4 0/3] f2fs: introduce F2FS_FEATURE_LOST_FOUND feature
 2018-03-12  1:13 UTC  (7+ messages)
` [RFC PATCH v4 1/3] "
  ` [f2fs-dev] "
` [RFC PATCH v4 2/3] f2fs: introduce a new mount option test_dummy_encryption
  ` [f2fs-dev] "
` [RFC PATCH 3/3] ext4: do not allow mount with test_dummy_encryption if encrypt not set

[RFC PATCH v3] f2fs: introduce F2FS_FEATURE_LOST_FOUND feature
 2018-03-07  2:40 UTC  (2+ messages)

[PATCH] fscrypt: add Speck128/256 support
 2018-03-02 19:56 UTC 

[PATCH] fscrypt: clean up after fscrypt_prepare_lookup() conversions
 2018-02-22 23:56 UTC 

[PATCH] fs, fscrypt: only define ->s_cop when FS_ENCRYPTION is enabled
 2018-02-22 23:39 UTC 

[PATCH v3 0/5] crypto: Speck support
 2018-02-22 15:13 UTC  (7+ messages)
` [PATCH v3 1/5] crypto: add support for the Speck block cipher
` [PATCH v3 2/5] crypto: speck - export common helpers
` [PATCH v3 3/5] crypto: arm/speck - add NEON-accelerated implementation of Speck-XTS
` [PATCH v3 4/5] crypto: speck - add test vectors for Speck128-XTS
` [PATCH v3 5/5] crypto: speck - add test vectors for Speck64-XTS

[PATCH 0/5] crypto: Speck support
 2018-02-12 20:18 UTC  (12+ messages)
` [PATCH 1/5] crypto: add support for the Speck block cipher
` [PATCH 2/5] crypto: speck - export common helpers
` [PATCH 3/5] crypto: arm/speck: add NEON-accelerated implementation of Speck-XTS
` [PATCH 4/5] crypto: speck - add test vectors for Speck128-XTS
` [PATCH 5/5] crypto: speck - add test vectors for Speck64-XTS

[GIT PULL] fscrypt updates for 4.16
 2018-02-04  0:35 UTC 

[PATCH] fs/crypto/hooks.c: fix build with pre-4.6 gcc versions
 2018-02-01 15:52 UTC  (5+ messages)

[PATCH v3] fscrypt: add support for the encrypted key type
 2018-01-29 18:19 UTC  (4+ messages)

[PATCH 1/3] encrypted-keys: add fscrypt format support
 2018-01-19  9:16 UTC  (11+ messages)
` [PATCH 3/3] encrypted-keys: document new fscrypt key format
  ` [PATCH v2 1/2] fscrypt: add support for the encrypted key type

+ fs-crypto-hooksc-fix-build-with-gcc-444.patch added to -mm tree
 2018-01-19  0:09 UTC 

[PATCH v2 0/5] ubifs: switch to new fscrypt helper functions
 2018-01-17 23:44 UTC  (7+ 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).