Show patches with: Submitter = Eric Biggers       |   39 patches
Patch Series A/R/T S/W/F Date Submitter Delegate State
[GIT,PULL] fscrypt updates for 6.4 [GIT,PULL] fscrypt updates for 6.4 - - - --- 2023-04-25 Eric Biggers New
[GIT,PULL] fscrypt updates for 6.8 [GIT,PULL] fscrypt updates for 6.8 - - - --- 2024-01-08 Eric Biggers New
[RFC,1/8] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: avoid GFP_NOFS-unsafe key setup during transaction - - - --- 2020-08-24 Eric Biggers New
[RFC,2/8] ext4: factor out ext4_xattr_credits_for_new_inode() fscrypt: avoid GFP_NOFS-unsafe key setup during transaction - - - --- 2020-08-24 Eric Biggers New
[RFC,3/8] ext4: remove some #ifdefs in ext4_xattr_credits_for_new_inode() fscrypt: avoid GFP_NOFS-unsafe key setup during transaction - - - --- 2020-08-24 Eric Biggers New
[RFC,4/8] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: avoid GFP_NOFS-unsafe key setup during transaction - - - --- 2020-08-24 Eric Biggers New
[RFC,5/8] f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: avoid GFP_NOFS-unsafe key setup during transaction - - - --- 2020-08-24 Eric Biggers New
[RFC,6/8] ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: avoid GFP_NOFS-unsafe key setup during transaction - - - --- 2020-08-24 Eric Biggers New
[RFC,7/8] fscrypt: remove fscrypt_inherit_context() fscrypt: avoid GFP_NOFS-unsafe key setup during transaction - - - --- 2020-08-24 Eric Biggers New
[RFC,8/8] fscrypt: stop pretending that key setup is nofs-safe fscrypt: avoid GFP_NOFS-unsafe key setup during transaction - - - --- 2020-08-24 Eric Biggers New
[v2,01/11] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: improve file creation flow - - - --- 2020-09-13 Eric Biggers New
[v2,02/11] ext4: factor out ext4_xattr_credits_for_new_inode() fscrypt: improve file creation flow - - - --- 2020-09-13 Eric Biggers New
[v2,03/11] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: improve file creation flow - - - --- 2020-09-13 Eric Biggers New
[v2,04/11] f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: improve file creation flow 1 - - --- 2020-09-13 Eric Biggers New
[v2,05/11] ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: improve file creation flow - - - --- 2020-09-13 Eric Biggers New
[v2,06/11] fscrypt: remove fscrypt_inherit_context() fscrypt: improve file creation flow - - - --- 2020-09-13 Eric Biggers New
[v2,07/11] fscrypt: require that fscrypt_encrypt_symlink() already has key fscrypt: improve file creation flow - - - --- 2020-09-13 Eric Biggers New
[v2,08/11] fscrypt: stop pretending that key setup is nofs-safe fscrypt: improve file creation flow - - - --- 2020-09-13 Eric Biggers New
[v2,09/11] fscrypt: make "#define fscrypt_policy" user-only fscrypt: improve file creation flow - - - --- 2020-09-13 Eric Biggers New
[v2,10/11] fscrypt: move fscrypt_prepare_symlink() out-of-line fscrypt: improve file creation flow - - - --- 2020-09-13 Eric Biggers New
[v2,11/11] fscrypt: handle test_dummy_encryption in more logical way fscrypt: improve file creation flow 1 - - --- 2020-09-13 Eric Biggers New
[v3,01/13] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: improve file creation flow - - - --- 2020-09-17 Eric Biggers New
[v3,02/13] ext4: factor out ext4_xattr_credits_for_new_inode() fscrypt: improve file creation flow - - - --- 2020-09-17 Eric Biggers New
[v3,03/13] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: improve file creation flow - - - --- 2020-09-17 Eric Biggers New
[v3,04/13] f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: improve file creation flow 1 - - --- 2020-09-17 Eric Biggers New
[v3,05/13] ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context() fscrypt: improve file creation flow - - - --- 2020-09-17 Eric Biggers New
[v3,06/13] fscrypt: adjust logging for in-creation inodes fscrypt: improve file creation flow - - - --- 2020-09-17 Eric Biggers New
[v3,07/13] fscrypt: remove fscrypt_inherit_context() fscrypt: improve file creation flow - - - --- 2020-09-17 Eric Biggers New
[v3,08/13] fscrypt: require that fscrypt_encrypt_symlink() already has key fscrypt: improve file creation flow - - - --- 2020-09-17 Eric Biggers New
[v3,09/13] fscrypt: stop pretending that key setup is nofs-safe fscrypt: improve file creation flow - - - --- 2020-09-17 Eric Biggers New
[v3,10/13] fscrypt: make "#define fscrypt_policy" user-only fscrypt: improve file creation flow - - - --- 2020-09-17 Eric Biggers New
[v3,11/13] fscrypt: move fscrypt_prepare_symlink() out-of-line fscrypt: improve file creation flow - - - --- 2020-09-17 Eric Biggers New
[v3,12/13] fscrypt: handle test_dummy_encryption in more logical way fscrypt: improve file creation flow 1 - - --- 2020-09-17 Eric Biggers New
[v3,13/13] fscrypt: make fscrypt_set_test_dummy_encryption() take a 'const char *' fscrypt: improve file creation flow - - - --- 2020-09-17 Eric Biggers New
[v4] fscrypt: new helper function - fscrypt_prepare_lookup_partial() [v4] fscrypt: new helper function - fscrypt_prepare_lookup_partial() - 1 1 --- 2023-03-20 Eric Biggers New
ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION ceph: select FS_ENCRYPTION_ALGS if FS_ENCRYPTION - 1 - --- 2023-11-23 Eric Biggers New
fscrypt: document that CephFS supports fscrypt now fscrypt: document that CephFS supports fscrypt now - - - --- 2023-12-27 Eric Biggers New
fscrypt: export fscrypt_d_revalidate() fscrypt: export fscrypt_d_revalidate() - 1 - --- 2020-09-24 Eric Biggers New
fscrypt: split up FS_CRYPTO_BLOCK_SIZE fscrypt: split up FS_CRYPTO_BLOCK_SIZE - - - --- 2022-04-05 Eric Biggers New