linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-08-21 18:28:51 to 2020-09-22 13:50:59 UTC [more...]

[PATCH v3 00/13] fscrypt: improve file creation flow
 2020-09-22 13:50 UTC  (20+ messages)
` [PATCH v3 01/13] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v3 02/13] ext4: factor out ext4_xattr_credits_for_new_inode()
` [PATCH v3 03/13] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v3 04/13] f2fs: "
` [PATCH v3 05/13] ubifs: "
` [PATCH v3 06/13] fscrypt: adjust logging for in-creation inodes
` [PATCH v3 07/13] fscrypt: remove fscrypt_inherit_context()
` [PATCH v3 08/13] fscrypt: require that fscrypt_encrypt_symlink() already has key
` [PATCH v3 09/13] fscrypt: stop pretending that key setup is nofs-safe
` [PATCH v3 10/13] fscrypt: make "#define fscrypt_policy" user-only
` [PATCH v3 11/13] fscrypt: move fscrypt_prepare_symlink() out-of-line
` [PATCH v3 12/13] fscrypt: handle test_dummy_encryption in more logical way
` [PATCH v3 13/13] fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *'

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-09-22 10:48 UTC 

[PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-09-22  6:18 UTC  (9+ messages)
` [PATCH v12 4/4] ext4: Use generic casefolding support

[PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
 2020-09-21 22:41 UTC  (7+ messages)

[PATCH] fscrypt: use sha256() instead of open coding
 2020-09-21 22:35 UTC  (2+ messages)

[xfstests-bld PATCH] test-appliance: exclude generic/587 from the encrypt tests
 2020-09-21 18:42 UTC  (5+ messages)
` [xfstests-bld PATCH v2] "

[RFC PATCH v3 00/16] ceph+fscrypt: context, filename and symlink support
 2020-09-16 18:42 UTC  (46+ messages)
` [RFC PATCH v3 01/16] vfs: export new_inode_pseudo
` [RFC PATCH v3 02/16] fscrypt: export fscrypt_base64_encode and fscrypt_base64_decode
` [RFC PATCH v3 03/16] fscrypt: export fscrypt_d_revalidate
` [RFC PATCH v3 04/16] fscrypt: add fscrypt_context_for_new_inode
` [RFC PATCH v3 05/16] fscrypt: make fscrypt_fname_disk_to_usr return whether result is nokey name
` [RFC PATCH v3 06/16] ceph: add fscrypt ioctls
` [RFC PATCH v3 07/16] ceph: crypto context handling for ceph
` [RFC PATCH v3 08/16] ceph: implement -o test_dummy_encryption mount option
` [RFC PATCH v3 09/16] ceph: preallocate inode for ops that may create one
` [RFC PATCH v3 10/16] ceph: add routine to create context prior to RPC
` [RFC PATCH v3 11/16] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v3 12/16] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v3 13/16] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v3 14/16] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v3 15/16] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v3 16/16] ceph: create symlinks with encrypted and base64-encoded targets

[PATCH v2 00/11] fscrypt: improve file creation flow
 2020-09-14 17:31 UTC  (14+ messages)
` [PATCH v2 01/11] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v2 02/11] ext4: factor out ext4_xattr_credits_for_new_inode()
` [PATCH v2 03/11] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
` [PATCH v2 04/11] f2fs: "
  ` [f2fs-dev] "
` [PATCH v2 05/11] ubifs: "
` [PATCH v2 06/11] fscrypt: remove fscrypt_inherit_context()
` [PATCH v2 07/11] fscrypt: require that fscrypt_encrypt_symlink() already has key
` [PATCH v2 08/11] fscrypt: stop pretending that key setup is nofs-safe
` [PATCH v2 09/11] fscrypt: make "#define fscrypt_policy" user-only
` [PATCH v2 10/11] fscrypt: move fscrypt_prepare_symlink() out-of-line
` [PATCH v2 11/11] fscrypt: handle test_dummy_encryption in more logical way
  ` [f2fs-dev] "

[RFC PATCH v2 00/18] ceph+fscrypt: context, filename and symlink support
 2020-09-09 19:24 UTC  (59+ messages)
` [RFC PATCH v2 01/18] vfs: export new_inode_pseudo
` [RFC PATCH v2 02/18] fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
` [RFC PATCH v2 03/18] fscrypt: export fscrypt_d_revalidate
` [RFC PATCH v2 04/18] fscrypt: add fscrypt_new_context_from_inode
` [RFC PATCH v2 05/18] fscrypt: don't balk when inode is already marked encrypted
` [RFC PATCH v2 06/18] fscrypt: move nokey_name conversion to separate function and export it
` [RFC PATCH v2 07/18] lib: lift fscrypt base64 conversion into lib/
` [RFC PATCH v2 08/18] ceph: add fscrypt ioctls
` [RFC PATCH v2 09/18] ceph: crypto context handling for ceph
` [RFC PATCH v2 10/18] ceph: preallocate inode for ops that may create one
` [RFC PATCH v2 11/18] ceph: add routine to create context prior to RPC
` [RFC PATCH v2 12/18] ceph: set S_ENCRYPTED bit if new inode has encryption.ctx xattr
` [RFC PATCH v2 13/18] ceph: make ceph_msdc_build_path use ref-walk
` [RFC PATCH v2 14/18] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH v2 15/18] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH v2 16/18] ceph: add support to readdir for encrypted filenames
` [RFC PATCH v2 17/18] ceph: add fscrypt support to ceph_fill_trace
` [RFC PATCH v2 18/18] ceph: create symlinks with encrypted and base64-encoded targets

[PATCH] fscrypt: Reduce object size of logging messages
 2020-09-07 23:00 UTC  (5+ messages)

[PATCH] fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32
 2020-09-07 22:51 UTC  (2+ messages)

[PATCH] fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
 2020-09-07 22:51 UTC  (2+ messages)

IMA metadata format to support fs-verity
 2020-08-27 13:10 UTC  (10+ messages)

[RFC PATCH 0/8] fscrypt: avoid GFP_NOFS-unsafe key setup during transaction
 2020-08-24 20:49 UTC  (15+ messages)
` [RFC PATCH 1/8] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
` [RFC PATCH 2/8] ext4: factor out ext4_xattr_credits_for_new_inode()
` [RFC PATCH 3/8] ext4: remove some #ifdefs in ext4_xattr_credits_for_new_inode()
` [RFC PATCH 4/8] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
` [RFC PATCH 5/8] f2fs: "
` [RFC PATCH 6/8] ubifs: "
` [RFC PATCH 7/8] fscrypt: remove fscrypt_inherit_context()
` [RFC PATCH 8/8] fscrypt: stop pretending that key setup is nofs-safe

[RFC PATCH 00/14] ceph+fscrypt: together at last (contexts and filenames)
 2020-08-24 16:55 UTC  (19+ messages)
` [RFC PATCH 01/14] fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
` [RFC PATCH 03/14] fscrypt: don't balk when inode is already marked encrypted
` [RFC PATCH 04/14] fscrypt: export fscrypt_d_revalidate
` [RFC PATCH 05/14] lib: lift fscrypt base64 conversion into lib/
` [RFC PATCH 06/14] ceph: add fscrypt ioctls
` [RFC PATCH 09/14] ceph: set S_ENCRYPTED bit if new inode has encryption.ctx xattr
` [RFC PATCH 11/14] ceph: add encrypted fname handling to ceph_mdsc_build_path
` [RFC PATCH 12/14] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
` [RFC PATCH 14/14] ceph: add fscrypt support to ceph_fill_trace


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