Linux FSCRYPT development
 help / color / mirror / Atom feed
 messages from 2017-12-10 19:05:47 to 2018-04-18 06:27:36 UTC [more...]

[PATCH 0/2] fscrypt / f2fs: prepare I/O path for fs-verity
 2018-04-18  6:27 UTC  (9+ 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 v2 0/5] crypto: Speck support
 2018-02-13 19:04 UTC  (9+ 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 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  (13+ messages)
` [PATCH 2/3] fscrypt: add support for the encrypted key type
` [PATCH 3/3] encrypted-keys: document new fscrypt key format
  ` [PATCH v2 1/2] fscrypt: add support for the encrypted key type
    ` [PATCH v2 2/2] fscrypt: update documentation for encrypted key support

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

[PATCH v2 00/11] fscrypt: symlink helpers and fscrypt.h cleanup
 2018-01-16 23:46 UTC  (20+ messages)
` [PATCH v2 01/11] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
` [PATCH v2 02/11] fscrypt: move fscrypt_control_page() "
` [PATCH v2 03/11] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
` [PATCH v2 04/11] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
` [PATCH v2 05/11] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
` [PATCH v2 06/11] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
` [PATCH v2 07/11] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
` [PATCH v2 08/11] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
` [PATCH v2 09/11] fscrypt: trim down fscrypt.h includes
` [PATCH v2 10/11] fscrypt: new helper functions for ->symlink()
` [PATCH v2 11/11] fscrypt: new helper function - fscrypt_get_symlink()

[PATCH v2] ubifs: free the encrypted symlink target
 2018-01-05 19:30 UTC 

[PATCH 00/24] fscrypt: symlink helpers and fscrypt.h cleanup
 2017-12-15 17:42 UTC  (25+ messages)
` [PATCH 01/24] fscrypt: move fscrypt_has_encryption_key() to supp/notsupp headers
` [PATCH 02/24] fscrypt: move fscrypt_control_page() "
` [PATCH 03/24] fscrypt: move fscrypt_info_cachep declaration to fscrypt_private.h
` [PATCH 04/24] fscrypt: move fscrypt_ctx declaration to fscrypt_supp.h
` [PATCH 05/24] fscrypt: split fscrypt_dummy_context_enabled() into supp/notsupp versions
` [PATCH 06/24] fscrypt: move fscrypt_operations declaration to fscrypt_supp.h
` [PATCH 07/24] fscrypt: move fscrypt_valid_enc_modes() to fscrypt_private.h
` [PATCH 08/24] fscrypt: move fscrypt_is_dot_dotdot() to fs/crypto/fname.c
` [PATCH 09/24] fscrypt: trim down fscrypt.h includes
` [PATCH 10/24] fscrypt: new helper functions for ->symlink()
` [PATCH 11/24] fscrypt: new helper function - fscrypt_get_symlink()
` [PATCH 12/24] ext4: switch to fscrypt ->symlink() helper functions
` [PATCH 13/24] ext4: switch to fscrypt_get_symlink()
` [PATCH 14/24] f2fs: switch to fscrypt ->symlink() helper functions
` [PATCH 15/24] f2fs: switch to fscrypt_get_symlink()
` [PATCH 16/24] ubifs: free the encrypted symlink target
` [PATCH 17/24] ubifs: switch to fscrypt ->symlink() helper functions
` [PATCH 18/24] ubifs: switch to fscrypt_get_symlink()
` [PATCH 19/24] fscrypt: remove fscrypt_fname_usr_to_disk()
` [PATCH 20/24] fscrypt: move fscrypt_symlink_data to fscrypt_private.h
` [PATCH 21/24] fscrypt: calculate NUL-padding length in one place only
` [PATCH 22/24] fscrypt: define fscrypt_fname_alloc_buffer() to be for presented names
` [PATCH 23/24] fscrypt: fix up fscrypt_fname_encrypted_size() for internal use
` [PATCH 24/24] fscrypt: document symlink length restriction

[PATCH] fscrypt: remove 'ci' parameter from fscrypt_put_encryption_info()
 2017-12-13 18:37 UTC 

[PATCH] fscrypt: add support for ChaCha20 contents encryption
 2017-12-11 16:11 UTC  (7+ messages)

[RFC PATCH] crypto: chacha20 - add implementation using 96-bit nonce
 2017-12-11  7:38 UTC  (4+ messages)


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