linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-10-18 07:00:50 to 2018-02-14 18:44:19 UTC [more...]

[PATCH v3 0/5] crypto: Speck support
 2018-02-14 18:42 UTC  (4+ 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 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

[RFC PATCH V2 00/11] Ext4 encryption support for blocksize < pagesize
 2018-02-12  9:43 UTC  (12+ 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

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

[RFC] UBIFS authentication
 2018-01-25  8:49 UTC  (2+ 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  (12+ messages)
` [PATCH v2 1/5] ubifs: switch to fscrypt_file_open()
` [PATCH v2 2/5] ubifs: switch to fscrypt_prepare_link()
` [PATCH v2 3/5] ubifs: switch to fscrypt_prepare_rename()
` [PATCH v2 4/5] ubifs: switch to fscrypt_prepare_lookup()
` [PATCH v2 5/5] ubifs: switch to fscrypt_prepare_setattr()

[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  (14+ messages)

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

[PATCH v2 0/5] f2fs: switch to new fscrypt helper functions
 2017-12-01  7:12 UTC  (7+ messages)
` [PATCH v2 1/5] f2fs: switch to fscrypt_file_open()
` [PATCH v2 2/5] f2fs: switch to fscrypt_prepare_link()
` [PATCH v2 3/5] f2fs: switch to fscrypt_prepare_rename()
` [PATCH v2 4/5] f2fs: switch to fscrypt_prepare_lookup()
` [PATCH v2 5/5] f2fs: switch to fscrypt_prepare_setattr()

[GIT PULL] fscrypt updates for 4.15
 2017-11-13  1:52 UTC 

[PATCH v10 00/20] simplify crypto wait for async op
 2017-11-03 14:25 UTC  (9+ messages)
` [PATCH v10 03/20] net: use -ENOSPC for transient busy indication
` [PATCH v10 04/20] crypto: remove redundant backlog checks on EBUSY
` [PATCH v10 05/20] crypto: marvell/cesa: "
` [PATCH v10 12/20] fscrypt: move to generic async completion
` [PATCH v10 18/20] crypto: qce: "
` [PATCH v10 19/20] crypto: mediatek: "
` [PATCH v10 20/20] crypto: adapt api sample to use async. op wait

[PATCH v2] fscrypt: fix dereference of NULL user_key_payload
 2017-10-31 17:47 UTC  (4+ messages)

[PATCH] fscrypt: lock mutex before checking for bounce page pool
 2017-10-29 10:25 UTC  (2+ messages)

[PATCH v3] fscrypt: add a documentation file for filesystem-level encryption
 2017-10-29 10:24 UTC  (2+ messages)

[RFC PATCH 00/25] fscrypt: filesystem-level keyring and v2 policy support
 2017-10-27 20:28 UTC  (33+ messages)
` [RFC PATCH 01/25] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [RFC PATCH 02/25] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH 03/25] fscrypt: use FSCRYPT_* definitions, not FS_*
` [RFC PATCH 04/25] fscrypt: refactor finding and deriving key
` [RFC PATCH 05/25] fs: add ->s_master_keys to struct super_block
` [RFC PATCH 06/25] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [RFC PATCH 07/25] fs/inode.c: export inode_lru_list_del()
` [RFC PATCH 08/25] fs/inode.c: rename and export dispose_list()
` [RFC PATCH 09/25] fs/dcache.c: add shrink_dcache_inode()
` [RFC PATCH 10/25] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH 11/25] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [RFC PATCH 12/25] ext4 crypto: wire up new ioctls for managing encryption keys
` [RFC PATCH 13/25] f2fs "
` [RFC PATCH 14/25] ubifs "
` [RFC PATCH 15/25] fscrypt: add UAPI definitions to get/set v2 encryption policies
` [RFC PATCH 16/25] fscrypt: implement basic handling of "
` [RFC PATCH 17/25] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH 18/25] fscrypt: allow adding and removing keys for v2 encryption policies
` [RFC PATCH 19/25] fscrypt: use HKDF-SHA512 to derive the per-file keys for v2 policies
` [RFC PATCH 20/25] fscrypt: allow unprivileged users to add/remove "
` [RFC PATCH 21/25] fscrypt: require that key be added when setting a v2 encryption policy
` [RFC PATCH 22/25] ext4 crypto: wire up FS_IOC_GET_ENCRYPTION_POLICY_EX
` [RFC PATCH 23/25] f2fs "
` [RFC PATCH 24/25] ubifs "
` [RFC PATCH 25/25] fscrypt: document the new ioctls and policy version

[PATCH v2 00/11] fscrypt: add some higher-level helper functions
 2017-10-20 19:44 UTC  (2+ 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).