linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-12-21 15:53:54 to 2019-03-17 20:07:14 UTC [more...]

[PATCH 0/5] fscrypt: d_revalidate fixes and cleanups
 2019-03-17 20:04 UTC  (6+ messages)
` [PATCH 1/5] fscrypt: clean up and improve dentry revalidation
` [f2fs-dev] [PATCH 2/5] fscrypt: fix race allowing rename() and link() of ciphertext dentries
` [PATCH 3/5] fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing directory
` [f2fs-dev] [PATCH 4/5] fscrypt: only set dentry_operations on ciphertext dentries
` [f2fs-dev] [PATCH 5/5] fscrypt: fix race where ->lookup() marks plaintext dentry as ciphertext

Update fscrypt git URL for linux-next
 2019-03-17  5:19 UTC  (2+ messages)

[PATCH] fscrypt: remove WARN_ON_ONCE() when decryption fails
 2019-03-15 21:16 UTC 

[PATCH] ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy()
 2019-03-15 21:08 UTC  (2+ messages)

[PATCH] ubifs: remove unnecessary calls to set up directory key
 2019-03-15 21:05 UTC  (2+ messages)

overlayfs vs. fscrypt
 2019-03-15 13:59 UTC  (51+ messages)
                      ` [RFC] fscrypt_key_required mount option
                        ` [PATCH 1/4] fscrypt: Implement FS_CFLG_OWN_D_OPS
                        ` [PATCH 2/4] fscrypt: Export fscrypt_d_ops
                        ` [PATCH 3/4] ubifs: Simplify fscrypt_get_encryption_info() error handling
                        ` [PATCH 4/4] ubifs: Implement new mount option, fscrypt_key_required

[PATCH] generic/398: accept EXDEV for rename or link into encrypted dir
 2019-03-15  0:05 UTC 

[GIT PULL] fscrypt updates for v5.1
 2019-03-09 19:55 UTC  (2+ messages)

[RFC PATCH 00/10] Consolidate Post read processing code
 2019-02-22  4:29 UTC  (26+ messages)
` [f2fs-dev] [RFC PATCH 01/10] ext4: use IS_ENCRYPTED() to check encryption status
` [RFC PATCH 02/10] f2fs: "
` [RFC PATCH 03/10] fscrypt: remove filesystem specific build config option
` [RFC PATCH 04/10] Consolidate "post read processing" into a new file
  ` [f2fs-dev] "
` [f2fs-dev] [RFC PATCH 05/10] fsverity: Add call back to decide if verity check has to be performed
` [f2fs-dev] [RFC PATCH 06/10] Introduce REQ_POST_READ_PROC bio flag
` [RFC PATCH 07/10] fsverity: Add call back to determine readpage limit
` [RFC PATCH 08/10] fsverity: Add call back to verify file holes
` [RFC PATCH 09/10] fs/mpage.c: Integrate post read processing
` [RFC PATCH 10/10] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
` [f2fs-dev] [RFC PATCH 00/10] Consolidate Post read processing code

[RFC PATCH v3 00/18] fscrypt: key management improvements
 2019-02-21 18:42 UTC  (28+ messages)
` [RFC PATCH v3 01/18] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [f2fs-dev] [RFC PATCH v3 02/18] fscrypt: use FSCRYPT_ prefix for uapi constants
` [RFC PATCH v3 03/18] fscrypt: use FSCRYPT_* definitions, not FS_*
` [f2fs-dev] [RFC PATCH v3 04/18] fs: add ->s_master_keys to struct super_block
  `  "
` [f2fs-dev] [RFC PATCH v3 05/18] fscrypt: add ->ci_inode to fscrypt_info
` [RFC PATCH v3 06/18] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [f2fs-dev] [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
  `  "
` [RFC PATCH v3 08/18] fs/dcache.c: add shrink_dcache_inode()
` [f2fs-dev] [RFC PATCH v3 09/18] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
` [RFC PATCH v3 10/18] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [f2fs-dev] [RFC PATCH v3 11/18] fscrypt: add an HKDF-SHA512 implementation
` [RFC PATCH v3 12/18] fscrypt: v2 encryption policy support
` [f2fs-dev] [RFC PATCH v3 13/18] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [f2fs-dev] [RFC PATCH v3 14/18] fscrypt: require that key be added when setting a v2 encryption policy
` [f2fs-dev] [RFC PATCH v3 15/18] ext4: wire up new fscrypt ioctls
` [RFC PATCH v3 16/18] f2fs: "
` [RFC PATCH v3 17/18] ubifs: "
` [RFC PATCH v3 18/18] fscrypt: document the new ioctls and policy version
  ` [f2fs-dev] [RFC PATCH v3 00/18] fscrypt: key management improvements

[PATCH] KEYS: user: Align the payload buffer
 2019-02-20 13:32 UTC  (5+ messages)

[RFC PATCH 20/27] container, keys: Add a container keyring
 2019-02-15 21:46 UTC 

Proposal: Yet another possible fs-verity interface
 2019-02-12 18:42 UTC  (12+ messages)
        ` [f2fs-dev] "

[f2fs-dev] [RFC PATCH v2 00/20] fscrypt: key management improvements
 2019-02-12  0:03 UTC  (24+ messages)
` [f2fs-dev] [RFC PATCH v2 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
` [f2fs-dev] [RFC PATCH v2 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants
` [f2fs-dev] [RFC PATCH v2 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*
` [f2fs-dev] [RFC PATCH v2 04/20] fs: add ->s_master_keys to struct super_block
` [f2fs-dev] [RFC PATCH v2 05/20] fscrypt: add ->ci_inode to fscrypt_info
` [f2fs-dev] [RFC PATCH v2 06/20] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
` [f2fs-dev] [RFC PATCH v2 07/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
` [f2fs-dev] [RFC PATCH v2 08/20] fs/inode.c: export inode_lru_list_del()
` [f2fs-dev] [RFC PATCH v2 09/20] fs/inode.c: rename and export dispose_list()
` [f2fs-dev] [RFC PATCH v2 10/20] fs/dcache.c: add shrink_dcache_inode()
` [f2fs-dev] [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
  `  "
` [f2fs-dev] [RFC PATCH v2 12/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
` [f2fs-dev] [RFC PATCH v2 13/20] fscrypt: add an HKDF-SHA512 implementation
` [f2fs-dev] [RFC PATCH v2 14/20] fscrypt: v2 encryption policy support
` [f2fs-dev] [RFC PATCH v2 15/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
` [f2fs-dev] [RFC PATCH v2 16/20] fscrypt: require that key be added when setting a v2 encryption policy
` [f2fs-dev] [RFC PATCH v2 17/20] ext4: wire up new fscrypt ioctls
` [f2fs-dev] [RFC PATCH v2 18/20] f2fs: "
` [f2fs-dev] [RFC PATCH v2 19/20] ubifs: "
` [f2fs-dev] [RFC PATCH v2 20/20] fscrypt: document the new ioctls and policy version

Proposal: A new fs-verity interface
 2019-01-29 15:48 UTC  (10+ messages)
    ` [f2fs-dev] "

Transparent encryption mechanism
 2019-01-27 19:44 UTC 

[PATCH] MAINTAINER: add Eric Biggers as an fscrypt maintainer
 2019-01-24 23:51 UTC  (2+ messages)

[f2fs-dev] [PATCH] fscrypt: return -EXDEV for incompatible rename or link into encrypted dir
 2019-01-23  0:21 UTC 

Bug report: unaligned access with ext4 encryption
 2019-01-10 23:35 UTC  (6+ messages)

[GIT PULL] fscrypt update for 4.21
 2019-01-06 21:35 UTC  (5+ messages)

[PATCH v2 01/12] fs-verity: add a documentation file
 2019-01-04 20:41 UTC  (17+ messages)
          ` [f2fs-dev] "

[GIT PULL] fsverity for 4.21-rc
 2019-01-03 15:31 UTC 

[f2fs-dev] [PATCH v2 00/12] fs-verity: read-only file-based authenticity protection
 2018-12-21 16:11 UTC  (3+ messages)
` [f2fs-dev] [PATCH v2 01/12] fs-verity: add a documentation file
  `  "


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