Linux FScrypt
[Prev Page][Next Page]
- Re: [PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation, (continued)
- [PATCH v2 0/4] crypto: switch to crypto API for ESSIV generation,
Ard Biesheuvel
- Re: [dm-devel] [RFC PATCH 0/3] crypto: switch to shash for ESSIV generation,
Eric Biggers
- Re: [RFC PATCH 0/3] crypto: switch to shash for ESSIV generation,
Eric Biggers
- [PATCH V3 0/7] Consolidate FS read I/O callbacks code,
Chandan Rajendra
- [tytso@xxxxxxx: Re: [PATCH v4 03/16] fs-verity: add UAPI header],
Theodore Ts'o
- [PATCH v4 00/16] fs-verity: read-only file-based authenticity protection,
Eric Biggers
- [PATCH v4 09/16] fs-verity: add data verification hooks for ->readpages(),
Eric Biggers
- [PATCH v4 14/16] ext4: add basic fs-verity support,
Eric Biggers
- [PATCH v4 13/16] fs-verity: support builtin file signatures,
Eric Biggers
- [PATCH v4 07/16] fs-verity: add the hook for file ->open(),
Eric Biggers
- [PATCH v4 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl,
Eric Biggers
- [PATCH v4 15/16] ext4: add fs-verity read support,
Eric Biggers
- [PATCH v4 16/16] f2fs: add fs-verity support,
Eric Biggers
- [PATCH v4 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl,
Eric Biggers
- [PATCH v4 12/16] fs-verity: add SHA-512 support,
Eric Biggers
- [PATCH v4 05/16] fs-verity: add Kconfig and the helper functions for hashing,
Eric Biggers
- [PATCH v4 08/16] fs-verity: add the hook for file ->setattr(),
Eric Biggers
- [PATCH v4 01/16] fs-verity: add a documentation file,
Eric Biggers
- [PATCH v4 06/16] fs-verity: add inode and superblock fields,
Eric Biggers
- [PATCH v4 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS,
Eric Biggers
- [PATCH v4 02/16] fs-verity: add MAINTAINERS file entry,
Eric Biggers
- [PATCH v4 03/16] fs-verity: add UAPI header,
Eric Biggers
- Re: [PATCH v4 00/16] fs-verity: read-only file-based authenticity protection,
Linus Torvalds
- [RFC PATCH v2 0/8] Inline Encryption Support,
Satya Tangirala
- Re: [PATCH] ext4: Optimize case-insensitive lookups,
Gabriel Krisman Bertazi
- [PATCH] fscrypt: remove unnecessary includes of ratelimit.h,
Eric Biggers
- [PATCH v2 0/7] xfstests: verify fscrypt-encrypted contents and filenames,
Eric Biggers
- [PATCH] mm/vmscan.c: drop all inode/dentry cache from LRU,
Sahitya Tummala
- [PATCH v3 00/15] fs-verity: read-only file-based authenticity protection,
Eric Biggers
- [PATCH v3 01/15] fs-verity: add a documentation file,
Eric Biggers
- [PATCH v3 13/15] ext4: add basic fs-verity support,
Eric Biggers
- [PATCH v3 15/15] f2fs: add fs-verity support,
Eric Biggers
- [PATCH v3 14/15] ext4: add fs-verity read support,
Eric Biggers
- [PATCH v3 12/15] fs-verity: support builtin file signatures,
Eric Biggers
- [PATCH v3 03/15] fs-verity: add UAPI header,
Eric Biggers
- [PATCH v3 11/15] fs-verity: add SHA-512 support,
Eric Biggers
- [PATCH v3 10/15] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl,
Eric Biggers
- [PATCH v3 09/15] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl,
Eric Biggers
- [PATCH v3 08/15] fs-verity: add data verification hooks for ->readpages(),
Eric Biggers
- [PATCH v3 06/15] fs-verity: add the hook for file ->open(),
Eric Biggers
- [PATCH v3 05/15] fs-verity: add inode and superblock fields,
Eric Biggers
- [PATCH v3 04/15] fs-verity: add Kconfig and the helper functions for hashing,
Eric Biggers
- [PATCH v3 07/15] fs-verity: add the hook for file ->setattr(),
Eric Biggers
- [PATCH v3 02/15] fs-verity: add MAINTAINERS file entry,
Eric Biggers
- Re: [PATCH v3 00/15] fs-verity: read-only file-based authenticity protection,
Eric Biggers
- [PATCH v6 00/16] fscrypt: key management improvements,
Eric Biggers
- [PATCH v6 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>,
Eric Biggers
- [PATCH v6 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl,
Eric Biggers
- [PATCH v6 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c,
Eric Biggers
- [PATCH v6 09/16] fscrypt: add an HKDF-SHA512 implementation,
Eric Biggers
- [PATCH v6 14/16] f2fs: wire up new fscrypt ioctls,
Eric Biggers
- [PATCH v6 13/16] ext4: wire up new fscrypt ioctls,
Eric Biggers
- [PATCH v6 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies,
Eric Biggers
- [PATCH v6 16/16] fscrypt: document the new ioctls and policy version,
Eric Biggers
- [PATCH v6 15/16] ubifs: wire up new fscrypt ioctls,
Eric Biggers
- [PATCH v6 10/16] fscrypt: v2 encryption policy support,
Eric Biggers
- [PATCH v6 04/16] fscrypt: add ->ci_inode to fscrypt_info,
Eric Biggers
- [PATCH v6 12/16] fscrypt: require that key be added when setting a v2 encryption policy,
Eric Biggers
- [PATCH v6 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*,
Eric Biggers
- [PATCH v6 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl,
Eric Biggers
- [PATCH v6 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl,
Eric Biggers
- [PATCH v6 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants,
Eric Biggers
- Re: [PATCH v6 00/16] fscrypt: key management improvements,
Theodore Ts'o
- [PATCH v2 00/14] fscrypt, ext4: prepare for blocksize != PAGE_SIZE,
Eric Biggers
- [PATCH v2 02/14] fscrypt: remove the "write" part of struct fscrypt_ctx,
Eric Biggers
- [PATCH v2 01/14] fscrypt: simplify bounce page handling,
Eric Biggers
- [PATCH v2 03/14] fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block(),
Eric Biggers
- [PATCH v2 07/14] fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range(),
Eric Biggers
- [PATCH v2 05/14] fscrypt: introduce fscrypt_encrypt_block_inplace(),
Eric Biggers
- [PATCH v2 04/14] fscrypt: clean up some BUG_ON()s in block encryption/decryption,
Eric Biggers
- [PATCH v2 06/14] fscrypt: support encrypting multiple filesystem blocks per page,
Eric Biggers
- [PATCH v2 09/14] fscrypt: support decrypting multiple filesystem blocks per page,
Eric Biggers
- [PATCH v2 14/14] ext4: encrypt only up to last block in ext4_bio_write_page(),
Eric Biggers
- [PATCH v2 13/14] ext4: decrypt only the needed block in __ext4_block_zero_page_range(),
Eric Biggers
- [PATCH v2 12/14] ext4: decrypt only the needed blocks in ext4_block_write_begin(),
Eric Biggers
- [PATCH v2 11/14] ext4: clear BH_Uptodate flag on decryption error,
Eric Biggers
- [PATCH v2 10/14] fscrypt: decrypt only the needed blocks in __fscrypt_decrypt_bio(),
Eric Biggers
- [PATCH v2 08/14] fscrypt: introduce fscrypt_decrypt_block_inplace(),
Eric Biggers
- Re: [PATCH v2 00/14] fscrypt, ext4: prepare for blocksize != PAGE_SIZE,
Eric Biggers
- [PATCH V3] fscrypt: don't set policy for a dead directory,
Hongjie Fang
- [PATCH V2] fscrypt: don't set policy for a dead directory,
hongjiefang
- Re: [PATCH V2] fscrypt: don't set policy for a dead directory,
Eric Biggers
[GIT PULL] fscrypt updates for 5.2,
Theodore Ts'o
[PATCH] fscrypt: don't set policy for a dead directory,
hongjiefang
[RFC PATCH 0/4] Inline Encryption Support,
Satya Tangirala
[PATCH 00/13] fscrypt, ext4: prepare for blocksize != PAGE_SIZE,
Eric Biggers
- [PATCH 02/13] fscrypt: remove the "write" part of struct fscrypt_ctx,
Eric Biggers
- [PATCH 08/13] fscrypt: introduce fscrypt_decrypt_block_inplace(),
Eric Biggers
- [PATCH 11/13] ext4: decrypt only the needed blocks in ext4_block_write_begin(),
Eric Biggers
- [PATCH 09/13] fscrypt: support decrypting multiple filesystem blocks per page,
Eric Biggers
- [PATCH 13/13] ext4: encrypt only up to last block in ext4_bio_write_page(),
Eric Biggers
- [PATCH 12/13] ext4: decrypt only the needed block in __ext4_block_zero_page_range(),
Eric Biggers
- [PATCH 06/13] fscrypt: support encrypting multiple filesystem blocks per page,
Eric Biggers
- [PATCH 10/13] ext4: clear BH_Uptodate flag on decryption error,
Eric Biggers
- [PATCH 07/13] fscrypt: handle blocksize < PAGE_SIZE in fscrypt_zeroout_range(),
Eric Biggers
- [PATCH 03/13] fscrypt: rename fscrypt_do_page_crypto() to fscrypt_crypt_block(),
Eric Biggers
- [PATCH 05/13] fscrypt: introduce fscrypt_encrypt_block_inplace(),
Eric Biggers
- [PATCH 04/13] fscrypt: clean up some BUG_ON()s in block encryption/decryption,
Eric Biggers
- [PATCH 01/13] fscrypt: simplify bounce page handling,
Eric Biggers
[PATCH V2 00/13] Consolidate FS read I/O callbacks code,
Chandan Rajendra
- [PATCH V2 01/13] ext4: Clear BH_Uptodate flag on decryption error,
Chandan Rajendra
- [PATCH V2 02/13] Consolidate "read callbacks" into a new file,
Chandan Rajendra
- [PATCH V2 04/13] fsverity: Add call back to determine readpage limit,
Chandan Rajendra
- [PATCH V2 05/13] fs/mpage.c: Integrate read callbacks,
Chandan Rajendra
- [PATCH V2 06/13] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s],
Chandan Rajendra
- [PATCH V2 08/13] ext4: Decrypt all boundary blocks when doing buffered write,
Chandan Rajendra
- [PATCH V2 09/13] ext4: Decrypt the block that needs to be partially zeroed,
Chandan Rajendra
- [PATCH V2 10/13] fscrypt_encrypt_page: Loop across all blocks mapped by a page range,
Chandan Rajendra
- [PATCH V2 12/13] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page,
Chandan Rajendra
- [PATCH V2 13/13] ext4: Enable encryption for subpage-sized blocks,
Chandan Rajendra
- [PATCH V2 03/13] fsverity: Add call back to decide if verity check has to be performed,
Chandan Rajendra
- [PATCH V2 07/13] Add decryption support for sub-pagesized blocks,
Chandan Rajendra
- [PATCH V2 11/13] ext4: Compute logical block and the page range to be encrypted,
Chandan Rajendra
- Re: [PATCH V2 00/13] Consolidate FS read I/O callbacks code,
Matthew Wilcox
[RFC PATCH 0/7] xfstests: verify fscrypt-encrypted contents and filenames,
Eric Biggers
[PATCH V1 00/14] Consolidate Post read processing code,
Chandan Rajendra
- [PATCH V1 01/14] ext4: Clear BH_Uptodate flag on decryption error,
Chandan Rajendra
- [PATCH V1 03/14] fsverity: Add call back to decide if verity check has to be performed,
Chandan Rajendra
- [PATCH V1 04/14] fsverity: Add call back to determine readpage limit,
Chandan Rajendra
- [PATCH V1 02/14] Consolidate "post read processing" into a new file,
Chandan Rajendra
- [PATCH V1 05/14] fs/mpage.c: Integrate post read processing,
Chandan Rajendra
- [PATCH V1 06/14] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s],
Chandan Rajendra
- [PATCH V1 07/14] Remove the term "bio" from post read processing,
Chandan Rajendra
- [PATCH V1 08/14] Add decryption support for sub-pagesized blocks,
Chandan Rajendra
- [PATCH V1 09/14] ext4: Decrypt all boundary blocks when doing buffered write,
Chandan Rajendra
- [PATCH V1 10/14] ext4: Decrypt the block that needs to be partially zeroed,
Chandan Rajendra
- [PATCH V1 11/14] fscrypt_encrypt_page: Loop across all blocks mapped by a page range,
Chandan Rajendra
- [PATCH V1 12/14] ext4: Compute logical block and the page range to be encrypted,
Chandan Rajendra
- [PATCH V1 13/14] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page,
Chandan Rajendra
- [PATCH V1 14/14] ext4: Enable encryption for subpage-sized blocks,
Chandan Rajendra
[PATCH v5 00/16] fscrypt: key management improvements,
Eric Biggers
- [PATCH v5 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>,
Eric Biggers
- [PATCH v5 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl,
Eric Biggers
- [PATCH v5 09/16] fscrypt: add an HKDF-SHA512 implementation,
Eric Biggers
- [PATCH v5 14/16] f2fs: wire up new fscrypt ioctls,
Eric Biggers
- [PATCH v5 16/16] fscrypt: document the new ioctls and policy version,
Eric Biggers
- [PATCH v5 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl,
Eric Biggers
- [PATCH v5 10/16] fscrypt: v2 encryption policy support,
Eric Biggers
- [PATCH v5 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies,
Eric Biggers
- [PATCH v5 15/16] ubifs: wire up new fscrypt ioctls,
Eric Biggers
- [PATCH v5 13/16] ext4: wire up new fscrypt ioctls,
Eric Biggers
- [PATCH v5 12/16] fscrypt: require that key be added when setting a v2 encryption policy,
Eric Biggers
- [PATCH v5 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl,
Eric Biggers
- [PATCH v5 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c,
Eric Biggers
- [PATCH v5 04/16] fscrypt: add ->ci_inode to fscrypt_info,
Eric Biggers
- [PATCH v5 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants,
Eric Biggers
- [PATCH v5 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*,
Eric Biggers
[RFC PATCH V2 00/14] Consolidate Post read processing code,
Chandan Rajendra
- [RFC PATCH V2 01/14] ext4: Clear BH_Uptodate flag on decryption error,
Chandan Rajendra
- [RFC PATCH V2 02/14] Consolidate "post read processing" into a new file,
Chandan Rajendra
- [RFC PATCH V2 03/14] fsverity: Add call back to decide if verity check has to be performed,
Chandan Rajendra
- [RFC PATCH V2 04/14] fsverity: Add call back to determine readpage limit,
Chandan Rajendra
- [RFC PATCH V2 05/14] fs/mpage.c: Integrate post read processing,
Chandan Rajendra
- [RFC PATCH V2 06/14] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s],
Chandan Rajendra
- [RFC PATCH V2 07/14] Remove the term "bio" from post read processing,
Chandan Rajendra
- [RFC PATCH V2 08/14] Add decryption support for sub-pagesized blocks,
Chandan Rajendra
- [RFC PATCH V2 09/14] ext4: Decrypt all boundary blocks when doing buffered write,
Chandan Rajendra
- [RFC PATCH V2 10/14] ext4: Decrypt the block that needs to be partially zeroed,
Chandan Rajendra
- [RFC PATCH V2 11/14] fscrypt_encrypt_page: Loop across all blocks mapped by a page range,
Chandan Rajendra
- [RFC PATCH V2 12/14] ext4: Compute logical block and the page range to be encrypted,
Chandan Rajendra
- [RFC PATCH V2 13/14] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page,
Chandan Rajendra
- [RFC PATCH V2 14/14] ext4: Enable encryption for subpage-sized blocks,
Chandan Rajendra
[RFC PATCH 00/14] Consolidate Post read processing code,
Chandan Rajendra
- [RFC PATCH 01/14] ext4: Clear BH_Uptodate flag on decryption error,
Chandan Rajendra
- [RFC PATCH 02/14] Consolidate "post read processing" into a new file,
Chandan Rajendra
- [RFC PATCH 03/14] fsverity: Add call back to decide if verity check has to be performed,
Chandan Rajendra
- [RFC PATCH 04/14] fsverity: Add call back to determine readpage limit,
Chandan Rajendra
- [RFC PATCH 05/14] fs/mpage.c: Integrate post read processing,
Chandan Rajendra
- [RFC PATCH 06/14] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s],
Chandan Rajendra
- [RFC PATCH 07/14] Remove the term "bio" from post read processing,
Chandan Rajendra
- [RFC PATCH 08/14] Add decryption support for sub-pagesized blocks,
Chandan Rajendra
- [RFC PATCH 09/14] ext4: Decrypt all boundary blocks when doing buffered write,
Chandan Rajendra
- [RFC PATCH 10/14] ext4: Decrypt the block that needs to be partially zeroed,
Chandan Rajendra
- [RFC PATCH 11/14] fscrypt_encrypt_page: Loop across all blocks mapped by a page range,
Chandan Rajendra
- [RFC PATCH 12/14] ext4: Compute logical block and the page range to be encrypted,
Chandan Rajendra
- [RFC PATCH 13/14] fscrypt_zeroout_range: Encrypt all zeroed out blocks of a page,
Chandan Rajendra
- [RFC PATCH 14/14] ext4: Enable encryption for subpage-sized blocks,
Chandan Rajendra
[PATCH v2] fscrypt: use READ_ONCE() to access ->i_crypt_info,
Eric Biggers
[PATCH v2 0/2] fscrypt: improve encrypted symlink performance,
Eric Biggers
[PATCH] fscrypt: cache decrypted symlink target in ->i_link,
Eric Biggers
[PATCH v4 00/17] fscrypt: key management improvements,
Eric Biggers
- [PATCH v4 02/17] fscrypt: use FSCRYPT_ prefix for uapi constants,
Eric Biggers
- [PATCH v4 15/17] f2fs: wire up new fscrypt ioctls,
Eric Biggers
- [PATCH v4 13/17] fscrypt: require that key be added when setting a v2 encryption policy,
Eric Biggers
- [PATCH v4 12/17] fscrypt: allow unprivileged users to add/remove keys for v2 policies,
Eric Biggers
- [PATCH v4 11/17] fscrypt: v2 encryption policy support,
Eric Biggers
- [PATCH v4 16/17] ubifs: wire up new fscrypt ioctls,
Eric Biggers
- [PATCH v4 17/17] fscrypt: document the new ioctls and policy version,
Eric Biggers
- [PATCH v4 14/17] ext4: wire up new fscrypt ioctls,
Eric Biggers
- [PATCH v4 04/17] fscrypt: add ->ci_inode to fscrypt_info,
Eric Biggers
- [PATCH v4 07/17] fs/dcache.c: add shrink_dcache_inode(),
Eric Biggers
- [PATCH v4 09/17] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl,
Eric Biggers
- [PATCH v4 01/17] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>,
Eric Biggers
- [PATCH v4 05/17] fscrypt: refactor v1 policy key setup into keysetup_legacy.c,
Eric Biggers
- [PATCH v4 10/17] fscrypt: add an HKDF-SHA512 implementation,
Eric Biggers
- [PATCH v4 08/17] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl,
Eric Biggers
- [PATCH v4 06/17] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl,
Eric Biggers
- [PATCH v4 03/17] fscrypt: use FSCRYPT_* definitions, not FS_*,
Eric Biggers
[PATCH 0/2] ubifs: Get rid of some ifdefs,
Sascha Hauer
[PATCH 0/17] Add zinc using existing algorithm implementations,
Herbert Xu
- [PATCH 3/17] zinc: introduce minimal cryptography library,
Herbert Xu
- [PATCH 1/17] asm: simd context helper API,
Herbert Xu
- [PATCH 2/17] crypto: chacha20 - Export chacha20 functions without crypto API,
Herbert Xu
- [PATCH 6/17] zinc: Add arm accelerated chacha20,
Herbert Xu
- [PATCH 5/17] zinc: Add x86 accelerated ChaCha20,
Herbert Xu
- [PATCH 7/17] crypto: poly1305 - Export core functions without crypto API,
Herbert Xu
- [PATCH 14/17] zinc: Curve25519 x86_64 implementation,
Herbert Xu
- [PATCH 17/17] security/keys: rewrite big_key crypto to use Zinc,
Herbert Xu
- [PATCH 15/17] zinc: import Bernstein and Schwabe's Curve25519 ARM implementation,
Herbert Xu
- [PATCH 9/17] zinc: Add x86 accelerated poly1305,
Herbert Xu
- [PATCH 12/17] zinc: BLAKE2s x86_64 implementation,
Herbert Xu
- [PATCH 8/17] zinc: Add generic C implementation of poly1305 and self-test,
Herbert Xu
- Re: [PATCH 0/17] Add zinc using existing algorithm implementations,
Jason A. Donenfeld
- Re: [PATCH 0/17] Add zinc using existing algorithm implementations,
Ard Biesheuvel
[PATCH v2 0/5] fscrypt: d_revalidate fixes and cleanups,
Eric Biggers
[PATCH] fscrypt: add memory barrier when loading essiv_hash_tfm,
Eric Biggers
[PATCH] fscrypt: use proper memory barriers for ->i_crypt_info,
Eric Biggers
[PATCH] fscrypt: drop inode argument from fscrypt_get_ctx(),
Eric Biggers
[PATCH 0/5] fscrypt: d_revalidate fixes and cleanups,
Eric Biggers
[PATCH] fscrypt: remove WARN_ON_ONCE() when decryption fails,
Eric Biggers
[PATCH] ubifs: remove unnecessary #ifdef around fscrypt_ioctl_get_policy(),
Eric Biggers
[PATCH] ubifs: remove unnecessary calls to set up directory key,
Eric Biggers
[PATCH] generic/398: accept EXDEV for rename or link into encrypted dir,
Eric Biggers
overlayfs vs. fscrypt,
Richard Weinberger
Update fscrypt git URL for linux-next,
Eric Biggers
[GIT PULL] fscrypt updates for v5.1,
Eric Biggers
[RFC PATCH v3 00/18] fscrypt: key management improvements,
Eric Biggers
- [RFC PATCH v3 01/18] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>,
Eric Biggers
- [RFC PATCH v3 08/18] fs/dcache.c: add shrink_dcache_inode(),
Eric Biggers
- [RFC PATCH v3 06/18] fscrypt: refactor v1 policy key setup into keysetup_legacy.c,
Eric Biggers
- [RFC PATCH v3 03/18] fscrypt: use FSCRYPT_* definitions, not FS_*,
Eric Biggers
- [RFC PATCH v3 10/18] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl,
Eric Biggers
- [RFC PATCH v3 18/18] fscrypt: document the new ioctls and policy version,
Eric Biggers
- [RFC PATCH v3 17/18] ubifs: wire up new fscrypt ioctls,
Eric Biggers
- [RFC PATCH v3 16/18] f2fs: wire up new fscrypt ioctls,
Eric Biggers
- [RFC PATCH v3 09/18] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl,
Eric Biggers
- [RFC PATCH v3 12/18] fscrypt: v2 encryption policy support,
Eric Biggers
- [RFC PATCH v3 05/18] fscrypt: add ->ci_inode to fscrypt_info,
Eric Biggers
- [RFC PATCH v3 15/18] ext4: wire up new fscrypt ioctls,
Eric Biggers
- [RFC PATCH v3 13/18] fscrypt: allow unprivileged users to add/remove keys for v2 policies,
Eric Biggers
- [RFC PATCH v3 11/18] fscrypt: add an HKDF-SHA512 implementation,
Eric Biggers
- [RFC PATCH v3 07/18] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl,
Eric Biggers
- [RFC PATCH v3 14/18] fscrypt: require that key be added when setting a v2 encryption policy,
Eric Biggers
- [RFC PATCH v3 02/18] fscrypt: use FSCRYPT_ prefix for uapi constants,
Eric Biggers
- [RFC PATCH v3 04/18] fs: add ->s_master_keys to struct super_block,
Eric Biggers
- Re: [RFC PATCH v3 00/18] fscrypt: key management improvements,
Andreas Dilger
- Re: [RFC PATCH v3 00/18] fscrypt: key management improvements,
David Howells
[RFC PATCH 00/10] Consolidate Post read processing code,
Chandan Rajendra
- [RFC PATCH 02/10] f2fs: use IS_ENCRYPTED() to check encryption status,
Chandan Rajendra
- [RFC PATCH 01/10] ext4: use IS_ENCRYPTED() to check encryption status,
Chandan Rajendra
- [RFC PATCH 03/10] fscrypt: remove filesystem specific build config option,
Chandan Rajendra
- [RFC PATCH 05/10] fsverity: Add call back to decide if verity check has to be performed,
Chandan Rajendra
- [RFC PATCH 06/10] Introduce REQ_POST_READ_PROC bio flag,
Chandan Rajendra
- [RFC PATCH 08/10] fsverity: Add call back to verify file holes,
Chandan Rajendra
- [RFC PATCH 10/10] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s],
Chandan Rajendra
- [RFC PATCH 07/10] fsverity: Add call back to determine readpage limit,
Chandan Rajendra
- [RFC PATCH 09/10] fs/mpage.c: Integrate post read processing,
Chandan Rajendra
- [RFC PATCH 04/10] Consolidate "post read processing" into a new file,
Chandan Rajendra
- Re: [RFC PATCH 00/10] Consolidate Post read processing code,
Chandan Rajendra
- Re: [RFC PATCH 00/10] Consolidate Post read processing code,
Eric Biggers
- Re: [RFC PATCH 00/10] Consolidate Post read processing code,
Eric Biggers
Re: [RFC PATCH 20/27] container, keys: Add a container keyring,
Eric Biggers
[RFC PATCH v2 00/20] fscrypt: key management improvements,
Eric Biggers
- [RFC PATCH v2 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants,
Eric Biggers
- [RFC PATCH v2 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>,
Eric Biggers
- [RFC PATCH v2 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*,
Eric Biggers
- [RFC PATCH v2 14/20] fscrypt: v2 encryption policy support,
Eric Biggers
- [RFC PATCH v2 20/20] fscrypt: document the new ioctls and policy version,
Eric Biggers
- [RFC PATCH v2 13/20] fscrypt: add an HKDF-SHA512 implementation,
Eric Biggers
- [RFC PATCH v2 18/20] f2fs: wire up new fscrypt ioctls,
Eric Biggers
- [RFC PATCH v2 16/20] fscrypt: require that key be added when setting a v2 encryption policy,
Eric Biggers
- [RFC PATCH v2 15/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies,
Eric Biggers
- [RFC PATCH v2 17/20] ext4: wire up new fscrypt ioctls,
Eric Biggers
- [RFC PATCH v2 19/20] ubifs: wire up new fscrypt ioctls,
Eric Biggers
- [RFC PATCH v2 04/20] fs: add ->s_master_keys to struct super_block,
Eric Biggers
- [RFC PATCH v2 11/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl,
Eric Biggers
- [RFC PATCH v2 09/20] fs/inode.c: rename and export dispose_list(),
Eric Biggers
- [RFC PATCH v2 08/20] fs/inode.c: export inode_lru_list_del(),
Eric Biggers
- [RFC PATCH v2 10/20] fs/dcache.c: add shrink_dcache_inode(),
Eric Biggers
- [RFC PATCH v2 06/20] fscrypt: refactor v1 policy key setup into keysetup_legacy.c,
Eric Biggers
- [RFC PATCH v2 12/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl,
Eric Biggers
- [RFC PATCH v2 07/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl,
Eric Biggers
- [RFC PATCH v2 05/20] fscrypt: add ->ci_inode to fscrypt_info,
Eric Biggers
Proposal: Yet another possible fs-verity interface,
Theodore Y. Ts'o
Transparent encryption mechanism,
Thibaud Ecarot
[PATCH] MAINTAINER: add Eric Biggers as an fscrypt maintainer,
Theodore Ts'o
[PATCH] fscrypt: return -EXDEV for incompatible rename or link into encrypted dir,
Eric Biggers
[PATCH] KEYS: user: Align the payload buffer,
Eric Biggers
Proposal: A new fs-verity interface,
Theodore Y. Ts'o
[GIT PULL] fscrypt update for 4.21,
Theodore Y. Ts'o
[GIT PULL] fsverity for 4.21-rc,
Theodore Y. Ts'o
Bug report: unaligned access with ext4 encryption,
Aaro Koskinen
[PATCH 0/2] fs-verity: fix !CONFIG_FS_VERITY case,
Eric Biggers
[BUG BISECT next] Files cannot be opened after "fsverity: Move verity status check to fsverity_file_open",
Krzysztof Kozlowski
[PATCH 0/7] xfstests: add fs-verity tests,
Eric Biggers
[Index of Archives]
[linux Cryptography]
[Asterisk User Discussion]
[Asterisk App Development]
[PJ SIP]
[Gnu Gatekeeper]
[Linux Kernel]
[Fedora Users]
[Yosemite Campsites]