Filesystem Crypto
Thread Index
[
Prev Page
][
Next Page
]
Re: [PATCH v10 00/12] Inline Encryption Support
From
: Eric Biggers
[PATCH v10 11/12] f2fs: add inline encryption support
From
: Satya Tangirala
[PATCH v10 12/12] ext4: add inline encryption support
From
: Satya Tangirala
[PATCH v10 10/12] fscrypt: add inline encryption support
From
: Satya Tangirala
[PATCH v10 05/12] block: blk-crypto-fallback for Inline Encryption
From
: Satya Tangirala
[PATCH v10 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
From
: Satya Tangirala
[PATCH v10 09/12] fs: introduce SB_INLINECRYPT
From
: Satya Tangirala
[PATCH v10 08/12] scsi: ufs: Add inline encryption support to UFS
From
: Satya Tangirala
[PATCH v10 07/12] scsi: ufs: UFS crypto API
From
: Satya Tangirala
[PATCH v10 04/12] block: Make blk-integrity preclude hardware inline encryption
From
: Satya Tangirala
[PATCH v10 03/12] block: Inline encryption support for blk-mq
From
: Satya Tangirala
[PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
From
: Satya Tangirala
[PATCH v10 01/12] Documentation: Document the blk-crypto framework
From
: Satya Tangirala
[PATCH v10 00/12] Inline Encryption Support
From
: Satya Tangirala
Re: [PATCH 1/4] tune2fs: prevent changing UUID of fs with stable_inodes feature
From
: Eric Biggers
Re: [PATCH 1/4] tune2fs: prevent changing UUID of fs with stable_inodes feature
From
: Andreas Dilger
Re: [PATCH 1/4] tune2fs: prevent changing UUID of fs with stable_inodes feature
From
: Eric Biggers
Re: [PATCH 4/4] tune2fs.8: document the stable_inodes feature
From
: Eric Biggers
Re: [PATCH 1/4] tune2fs: prevent changing UUID of fs with stable_inodes feature
From
: Andreas Dilger
Re: [PATCH 4/4] tune2fs.8: document the stable_inodes feature
From
: Andreas Dilger
[PATCH 1/4] tune2fs: prevent changing UUID of fs with stable_inodes feature
From
: Eric Biggers
[PATCH 4/4] tune2fs.8: document the stable_inodes feature
From
: Eric Biggers
[PATCH 3/4] ext4.5: document the stable_inodes feature
From
: Eric Biggers
[PATCH 2/4] tune2fs: prevent stable_inodes feature from being cleared
From
: Eric Biggers
[PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
From
: Eric Biggers
Re: [GIT PULL] fscrypt updates for 5.7
From
: pr-tracker-bot
[GIT PULL] fscrypt updates for 5.7
From
: Eric Biggers
Re: [PATCH v9 02/11] block: Inline encryption support for blk-mq
From
: Christoph Hellwig
Re: [PATCH v9 01/11] block: Keyslot Manager for Inline Encryption
From
: Christoph Hellwig
Re: [PATCH v9 04/11] block: blk-crypto-fallback for Inline Encryption
From
: Eric Biggers
Re: [PATCH v9 02/11] block: Inline encryption support for blk-mq
From
: Eric Biggers
Re: [PATCH v9 01/11] block: Keyslot Manager for Inline Encryption
From
: Eric Biggers
Re: [PATCH v9 08/11] fs: introduce SB_INLINECRYPT
From
: Eric Biggers
Re: [PATCH v9 09/11] fscrypt: add inline encryption support
From
: Eric Biggers
Re: [PATCH v9 07/11] scsi: ufs: Add inline encryption support to UFS
From
: Eric Biggers
Re: [PATCH v9 06/11] scsi: ufs: UFS crypto API
From
: Eric Biggers
Re: [PATCH v9 00/11] Inline Encryption Support
From
: Eric Biggers
[PATCH v9 10/11] f2fs: add inline encryption support
From
: Satya Tangirala
[PATCH v9 09/11] fscrypt: add inline encryption support
From
: Satya Tangirala
[PATCH v9 11/11] ext4: add inline encryption support
From
: Satya Tangirala
[PATCH v9 05/11] scsi: ufs: UFS driver v2.1 spec crypto additions
From
: Satya Tangirala
[PATCH v9 06/11] scsi: ufs: UFS crypto API
From
: Satya Tangirala
[PATCH v9 08/11] fs: introduce SB_INLINECRYPT
From
: Satya Tangirala
[PATCH v9 07/11] scsi: ufs: Add inline encryption support to UFS
From
: Satya Tangirala
[PATCH v9 04/11] block: blk-crypto-fallback for Inline Encryption
From
: Satya Tangirala
[PATCH v9 02/11] block: Inline encryption support for blk-mq
From
: Satya Tangirala
[PATCH v9 03/11] block: Make blk-integrity preclude hardware inline encryption
From
: Satya Tangirala
[PATCH v9 01/11] block: Keyslot Manager for Inline Encryption
From
: Satya Tangirala
[PATCH v9 00/11] Inline Encryption Support
From
: Satya Tangirala
[PATCH RESEND v2] generic: test fscrypt key eviction racing with inode dirtying
From
: Eric Biggers
Re: [PATCH 9/9] Document API of libfsverity
From
: Eric Biggers
Re: [PATCH 5/9] Create libfsverity_compute_digest() and adapt cmd_sign to use it
From
: Eric Biggers
Re: [PATCH 4/9] Move hash algorithm code to shared library
From
: Eric Biggers
Re: [PATCH 1/9] Build basic shared library framework
From
: Eric Biggers
Re: [PATCH 8/9] Validate input parameters for libfsverity_sign_digest()
From
: Eric Biggers
Re: [PATCH 1/9] Build basic shared library framework
From
: Eric Biggers
Re: [PATCH v3 0/9] Split fsverity-utils into a shared library
From
: Eric Biggers
Re: [PATCH 3/9] Move fsverity_descriptor definition to libfsverity.h
From
: Eric Biggers
Re: [PATCH 0/4] fscrypt: add ioctl to get file's encryption nonce
From
: Eric Biggers
Re: [PATCH 2/4] ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE
From
: Theodore Y. Ts'o
Re: [PATCH 1/4] fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
From
: Theodore Y. Ts'o
Re: [PATCH 0/4] fscrypt: add ioctl to get file's encryption nonce
From
: Eric Biggers
Re: [PATCH v8 03/11] block: Make blk-integrity preclude hardware inline encryption
From
: Christoph Hellwig
Re: [PATCH v8 02/11] block: Inline encryption support for blk-mq
From
: Christoph Hellwig
Re: [RFC PATCH v3 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
From
: Christoph Hellwig
Re: [PATCH v8 03/11] block: Make blk-integrity preclude hardware inline encryption
From
: Eric Biggers
Re: [PATCH v8 01/11] block: Keyslot Manager for Inline Encryption
From
: Eric Biggers
Re: [PATCH v8 08/11] fs: introduce SB_INLINECRYPT
From
: Eric Biggers
Re: [PATCH v8 07/11] scsi: ufs: Add inline encryption support to UFS
From
: Eric Biggers
Re: [PATCH v8 07/11] scsi: ufs: Add inline encryption support to UFS
From
: Eric Biggers
Re: [PATCH v8 06/11] scsi: ufs: UFS crypto API
From
: Eric Biggers
Re: [PATCH v8 09/11] fscrypt: add inline encryption support
From
: Eric Biggers
Re: [PATCH v8 10/11] f2fs: add inline encryption support
From
: Eric Biggers
[PATCH 2/4] ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE
From
: Eric Biggers
[PATCH 1/4] fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
From
: Eric Biggers
[PATCH 3/4] f2fs: wire up FS_IOC_GET_ENCRYPTION_NONCE
From
: Eric Biggers
[PATCH 0/4] fscrypt: add ioctl to get file's encryption nonce
From
: Eric Biggers
[PATCH 4/4] ubifs: wire up FS_IOC_GET_ENCRYPTION_NONCE
From
: Eric Biggers
Re: [RFC PATCH v3 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
From
: Eric Biggers
RE: [RFC PATCH v3 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
From
: Barani Muthukumaran
Re: [PATCH v8 2/8] fs: Add standard casefolding support
From
: Daniel Rosenberg
[PATCH 9/9] Document API of libfsverity
From
: Jes Sorensen
[PATCH 8/9] Validate input parameters for libfsverity_sign_digest()
From
: Jes Sorensen
[PATCH 7/9] Validate input arguments to libfsverity_compute_digest()
From
: Jes Sorensen
[PATCH 6/9] Introduce libfsverity_sign_digest()
From
: Jes Sorensen
[PATCH 5/9] Create libfsverity_compute_digest() and adapt cmd_sign to use it
From
: Jes Sorensen
[PATCH 4/9] Move hash algorithm code to shared library
From
: Jes Sorensen
[PATCH 3/9] Move fsverity_descriptor definition to libfsverity.h
From
: Jes Sorensen
[PATCH 2/9] Change compute_file_measurement() to take a file descriptor as argument
From
: Jes Sorensen
[PATCH 1/9] Build basic shared library framework
From
: Jes Sorensen
[PATCH v3 0/9] Split fsverity-utils into a shared library
From
: Jes Sorensen
Re: [RFC PATCH v3 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
From
: Eric Biggers
RE: [RFC PATCH v3 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
From
: Barani Muthukumaran
[RFC PATCH v3 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
From
: Eric Biggers
[RFC PATCH v3 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
From
: Eric Biggers
[RFC PATCH v3 3/4] scsi: ufs: add program_key() variant op
From
: Eric Biggers
[RFC PATCH v3 2/4] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
From
: Eric Biggers
[RFC PATCH v3 0/4] Inline crypto support on DragonBoard 845c
From
: Eric Biggers
Re: [PATCH v8 00/11] Inline Encryption Support
From
: Eric Biggers
Re: [man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
From
: Michael Kerrisk (man-pages)
[PATCH v8 11/11] ext4: add inline encryption support
From
: Satya Tangirala
[PATCH v8 08/11] fs: introduce SB_INLINECRYPT
From
: Satya Tangirala
[PATCH v8 10/11] f2fs: add inline encryption support
From
: Satya Tangirala
[PATCH v8 09/11] fscrypt: add inline encryption support
From
: Satya Tangirala
[PATCH v8 06/11] scsi: ufs: UFS crypto API
From
: Satya Tangirala
[PATCH v8 07/11] scsi: ufs: Add inline encryption support to UFS
From
: Satya Tangirala
[PATCH v8 05/11] scsi: ufs: UFS driver v2.1 spec crypto additions
From
: Satya Tangirala
[PATCH v8 04/11] block: blk-crypto-fallback for Inline Encryption
From
: Satya Tangirala
[PATCH v8 03/11] block: Make blk-integrity preclude hardware inline encryption
From
: Satya Tangirala
[PATCH v8 02/11] block: Inline encryption support for blk-mq
From
: Satya Tangirala
[PATCH v8 01/11] block: Keyslot Manager for Inline Encryption
From
: Satya Tangirala
[PATCH v8 00/11] Inline Encryption Support
From
: Satya Tangirala
[xfstests PATCH v2] generic: test fscrypt key eviction racing with inode dirtying
From
: Eric Biggers
Re: [GIT PULL] fscrypt fix for v5.6-rc6
From
: pr-tracker-bot
[GIT PULL] fscrypt fix for v5.6-rc6
From
: Eric Biggers
Re: [PATCH] fscrypt: don't evict dirty inodes after removing key
From
: Eric Biggers
Re: [PATCH v2 0/6] Split fsverity-utils into a shared library
From
: Jes Sorensen
Re: [PATCH v2 0/6] Split fsverity-utils into a shared library
From
: Eric Biggers
Re: [PATCH v2 0/6] Split fsverity-utils into a shared library
From
: Jes Sorensen
Re: [PATCH v8 6/8] libfs: Add generic function for setting dentry_ops
From
: Eric Biggers
Re: [PATCH v8 8/8] f2fs: Handle casefolding with Encryption
From
: Eric Biggers
Re: [PATCH v8 0/8] Support for Casefolding and Encryption
From
: Eric Biggers
Re: [PATCH v8 2/8] fs: Add standard casefolding support
From
: Al Viro
[PATCH v8 6/8] libfs: Add generic function for setting dentry_ops
From
: Daniel Rosenberg
[PATCH v8 7/8] fscrypt: Have filesystems handle their d_ops
From
: Daniel Rosenberg
[PATCH v8 5/8] fscrypt: Export fscrypt_d_revalidate
From
: Daniel Rosenberg
[PATCH v8 8/8] f2fs: Handle casefolding with Encryption
From
: Daniel Rosenberg
[PATCH v8 4/8] ext4: Use generic casefolding support
From
: Daniel Rosenberg
[PATCH v8 3/8] f2fs: Use generic casefolding support
From
: Daniel Rosenberg
[PATCH v8 2/8] fs: Add standard casefolding support
From
: Daniel Rosenberg
[PATCH v8 1/8] unicode: Add utf8_casefold_hash
From
: Daniel Rosenberg
[PATCH v8 0/8] Support for Casefolding and Encryption
From
: Daniel Rosenberg
Re: [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
From
: Christoph Hellwig
[xfstests RFC PATCH] generic: test fscrypt key eviction racing with inode dirtying
From
: Eric Biggers
[PATCH] fscrypt: don't evict dirty inodes after removing key
From
: Eric Biggers
Re: [RFC PATCH v2 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
From
: Eric Biggers
Re: [RFC PATCH v2 3/4] scsi: ufs: add program_key() variant op
From
: Eric Biggers
RE: [RFC PATCH v2 3/4] scsi: ufs: add program_key() variant op
From
: bmuthuku
Re: [RFC PATCH v2 2/4] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
From
: Stephen Boyd
Re: [RFC PATCH v2 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
From
: Stephen Boyd
[RFC PATCH v2 3/4] scsi: ufs: add program_key() variant op
From
: Eric Biggers
[RFC PATCH v2 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
From
: Eric Biggers
[RFC PATCH v2 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
From
: Eric Biggers
[RFC PATCH v2 2/4] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
From
: Eric Biggers
[RFC PATCH v2 0/4] Inline crypto support on DragonBoard 845c
From
: Eric Biggers
Re: [RFC PATCH v1] scsi: ufs-mediatek: add inline encryption support
From
: Stanley Chu
[RFC PATCH v2] scsi: ufs-mediatek: add inline encryption support
From
: Stanley Chu
Re: [RFC PATCH v1] scsi: ufs-mediatek: add inline encryption support
From
: Eric Biggers
Re: [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Stanley Chu
[RFC PATCH v1] scsi: ufs-mediatek: add inline encryption support
From
: Stanley Chu
[PATCH 6/6] Introduce libfsverity_sign_digest()
From
: Jes Sorensen
[PATCH 5/6] Create libfsverity_compute_digest() and adapt cmd_sign to use it
From
: Jes Sorensen
[PATCH 4/6] Move hash algorithm code to shared library
From
: Jes Sorensen
[PATCH 3/6] Move fsverity_descriptor definition to libfsverity.h
From
: Jes Sorensen
[PATCH 2/6] Change compute_file_measurement() to take a file descriptor as argument
From
: Jes Sorensen
[PATCH 1/6] Build basic shared library framework
From
: Jes Sorensen
[PATCH v2 0/6] Split fsverity-utils into a shared library
From
: Jes Sorensen
Re: [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
From
: Satya Tangirala
Re: [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
From
: Eric Biggers
Re: [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
From
: Eric Biggers
Re: [PATCH v7 2/9] block: Inline encryption support for blk-mq
From
: Eric Biggers
Re: [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
From
: Eric Biggers
Re: [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Stanley Chu
Re: [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Eric Biggers
Re: [PATCH v7 7/9] fscrypt: add inline encryption support
From
: Eric Biggers
Re: [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Stanley Chu
Re: [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Christoph Hellwig
Re: [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
From
: Christoph Hellwig
Re: [PATCH v7 2/9] block: Inline encryption support for blk-mq
From
: Christoph Hellwig
Re: [man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
From
: Eric Biggers
Re: [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Stanley Chu
Re: [PATCH v7 7/9] fscrypt: add inline encryption support
From
: Eric Biggers
Re: [PATCH v7 9/9] ext4: add inline encryption support
From
: Eric Biggers
Re: [PATCH v7 5/9] scsi: ufs: UFS crypto API
From
: Eric Biggers
Re: [PATCH v7 2/9] block: Inline encryption support for blk-mq
From
: Satya Tangirala
Re: [PATCH v7 7/9] fscrypt: add inline encryption support
From
: Eric Biggers
Re: [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
From
: Eric Biggers
Re: [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Eric Biggers
Re: [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
From
: Christoph Hellwig
Re: [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
From
: Christoph Hellwig
Re: [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
From
: Christoph Hellwig
Re: [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Christoph Hellwig
Re: [PATCH v7 2/9] block: Inline encryption support for blk-mq
From
: Christoph Hellwig
Re: [PATCH v7 0/9] Inline Encryption Support
From
: Eric Biggers
Re: [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
From
: Christoph Hellwig
Re: [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
From
: Randy Dunlap
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Christoph Hellwig
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Satya Tangirala
[PATCH v7 9/9] ext4: add inline encryption support
From
: Satya Tangirala
[PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Satya Tangirala
[PATCH v7 8/9] f2fs: add inline encryption support
From
: Satya Tangirala
[PATCH v7 7/9] fscrypt: add inline encryption support
From
: Satya Tangirala
[PATCH v7 5/9] scsi: ufs: UFS crypto API
From
: Satya Tangirala
[PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
From
: Satya Tangirala
[PATCH v7 2/9] block: Inline encryption support for blk-mq
From
: Satya Tangirala
[PATCH v7 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
From
: Satya Tangirala
[PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
From
: Satya Tangirala
[PATCH v7 0/9] Inline Encryption Support
From
: Satya Tangirala
Re: [PATCH v2] xfs_io/encrypt: support passing a keyring key to add_enckey
From
: Darrick J. Wong
Re: [PATCH v7 2/8] fs: Add standard casefolding support
From
: Daniel Rosenberg
Re: [PATCH 0/7] Split fsverity-utils into a shared library
From
: Jes Sorensen
Re: [PATCH v2] xfs_io/encrypt: support passing a keyring key to add_enckey
From
: Eric Biggers
Re: [PATCH v7 1/8] unicode: Add utf8_casefold_iter
From
: Gabriel Krisman Bertazi
Re: [PATCH v7 1/8] unicode: Add utf8_casefold_iter
From
: Daniel Rosenberg
Re: [PATCH 0/7] Split fsverity-utils into a shared library
From
: Eric Biggers
Re: [PATCH v7 0/8] Support fof Casefolding and Encryption
From
: Daniel Rosenberg
Re: [PATCH v7 2/8] fs: Add standard casefolding support
From
: Eric Biggers
Re: [PATCH v7 2/8] fs: Add standard casefolding support
From
: Eric Biggers
Re: [PATCH v7 0/8] Support fof Casefolding and Encryption
From
: Eric Biggers
Re: [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
From
: Eric Biggers
Re: [PATCH v7 7/8] ext4: Hande casefolding with encryption
From
: Eric Biggers
Re: [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
From
: Al Viro
Re: [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
From
: Eric Biggers
Re: [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
From
: Eric Biggers
Re: [PATCH v7 5/8] fscrypt: Have filesystems handle their d_ops
From
: Eric Biggers
Re: [PATCH v7 3/8] f2fs: Use generic casefolding support
From
: Eric Biggers
Re: [PATCH v7 2/8] fs: Add standard casefolding support
From
: Eric Biggers
Re: [PATCH v7 1/8] unicode: Add utf8_casefold_iter
From
: Eric Biggers
Re: [PATCH 0/7] Split fsverity-utils into a shared library
From
: Jes Sorensen
Re: [PATCH 0/7] Split fsverity-utils into a shared library
From
: Eric Biggers
Re: [PATCH 0/7] Split fsverity-utils into a shared library
From
: Jes Sorensen
Re: [PATCH 0/7] Split fsverity-utils into a shared library
From
: Eric Biggers
[PATCH 7/7] cmd_sign: fsverity_cmd_sign() into two functions
From
: Jes Sorensen
[PATCH 6/7] Move cmdline helper functions to fsverity.c
From
: Jes Sorensen
[PATCH 5/7] Rename commands.h to fsverity.h
From
: Jes Sorensen
[PATCH 4/7] Make fsverity_cmd_enable a library call()
From
: Jes Sorensen
[PATCH 3/7] Make fsverity_cmd_measure() a library function
From
: Jes Sorensen
[PATCH 2/7] Restructure fsverity_cmd_sign for shared libraries
From
: Jes Sorensen
[PATCH 1/7] Build basic shared library
From
: Jes Sorensen
[PATCH 0/7] Split fsverity-utils into a shared library
From
: Jes Sorensen
Re: [PATCH v7 2/8] fs: Add standard casefolding support
From
: Al Viro
Re: [PATCH v7 2/8] fs: Add standard casefolding support
From
: Daniel Rosenberg
Re: [PATCH v7 2/8] fs: Add standard casefolding support
From
: Al Viro
[PATCH v7 1/8] unicode: Add utf8_casefold_iter
From
: Daniel Rosenberg
[PATCH v7 2/8] fs: Add standard casefolding support
From
: Daniel Rosenberg
[PATCH v7 3/8] f2fs: Use generic casefolding support
From
: Daniel Rosenberg
[PATCH v7 4/8] ext4: Use generic casefolding support
From
: Daniel Rosenberg
[PATCH v7 7/8] ext4: Hande casefolding with encryption
From
: Daniel Rosenberg
[PATCH v7 8/8] ext4: Optimize match for casefolded encrypted dirs
From
: Daniel Rosenberg
[PATCH v7 6/8] f2fs: Handle casefolding with Encryption
From
: Daniel Rosenberg
[PATCH v7 5/8] fscrypt: Have filesystems handle their d_ops
From
: Daniel Rosenberg
[PATCH v7 0/8] Support fof Casefolding and Encryption
From
: Daniel Rosenberg
[PATCH v7 0/8] Support fof Casefolding and Encryption
From
: Daniel Rosenberg
Re: [PATCH v6 1/5] unicode: Add standard casefolded d_ops
From
: Daniel Rosenberg
Re: [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Eric Biggers
Re: [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Christoph Hellwig
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Christoph Hellwig
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Eric Biggers
Re: [PATCH] generic/581: try to avoid flakiness in keys quota test
From
: Murphy Zhou
Re: [PATCH v6 1/5] unicode: Add standard casefolded d_ops
From
: Gabriel Krisman Bertazi
Re: [PATCH v6 1/5] unicode: Add standard casefolded d_ops
From
: Daniel Rosenberg
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Eric Biggers
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Christoph Hellwig
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Satya Tangirala
[PATCH v2] xfs_io/encrypt: support passing a keyring key to add_enckey
From
: Eric Biggers
[PATCH v2 3/3] generic: test adding filesystem-level fscrypt key via key_id
From
: Eric Biggers
[PATCH v2 2/3] common/encrypt: move constant test key to common code
From
: Eric Biggers
[PATCH v2 1/3] common/rc: handle option with argument in _require_xfs_io_command()
From
: Eric Biggers
[PATCH v2 0/3] xfstests: test adding filesystem-level fscrypt key via key_id
From
: Eric Biggers
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Christoph Hellwig
Re: [PATCH v6 1/5] unicode: Add standard casefolded d_ops
From
: Gabriel Krisman Bertazi
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Satya Tangirala
Re: [PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Matthew Wilcox
Re: [PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Andreas Dilger
Re: [PATCH v3 6/9] generic: add test for non-root use of fscrypt API additions
From
: Eric Biggers
[PATCH] generic/581: try to avoid flakiness in keys quota test
From
: Eric Biggers
Re: [GIT PULL] fscrypt updates for 5.6
From
: pr-tracker-bot
Re: [GIT PULL] fsverity updates for 5.6
From
: pr-tracker-bot
[PATCH v6 0/5] Support fof Casefolding and Encryption
From
: Daniel Rosenberg
[PATCH v6 1/5] unicode: Add standard casefolded d_ops
From
: Daniel Rosenberg
[PATCH v6 4/5] ext4: Hande casefolding with encryption
From
: Daniel Rosenberg
[PATCH v6 2/5] fscrypt: Have filesystems handle their d_ops
From
: Daniel Rosenberg
[PATCH v6 5/5] ext4: Optimize match for casefolded encrypted dirs
From
: Daniel Rosenberg
[PATCH v6 3/5] f2fs: Handle casefolding with Encryption
From
: Daniel Rosenberg
[man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
From
: Eric Biggers
[GIT PULL] fsverity updates for 5.6
From
: Eric Biggers
[GIT PULL] fscrypt updates for 5.6
From
: Eric Biggers
Re: [PATCH v5 4/6] ubifs: don't trigger assertion on invalid no-key filename
From
: Eric Biggers
Re: [PATCH v3 5/9] vfs: Fold casefolding into vfs
From
: Daniel Rosenberg
Re: [PATCH v5 0/6] fscrypt preparations for encryption+casefolding
From
: Daniel Rosenberg
Re: [PATCH v5 0/6] fscrypt preparations for encryption+casefolding
From
: Eric Biggers
Re: [PATCH] fscrypt: add "fscrypt_" prefix to fname_encrypt()
From
: Eric Biggers
Re: [PATCH] fscrypt: don't print name of busy file when removing key
From
: Eric Biggers
Re: [PATCH v5 3/6] fscrypt: clarify what is meant by a per-file key
From
: Daniel Rosenberg
Re: [PATCH v5 4/6] ubifs: don't trigger assertion on invalid no-key filename
From
: Eric Biggers
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Satya Tangirala
[PATCH v5 1/6] fscrypt: don't allow v1 policies with casefolding
From
: Eric Biggers
[PATCH v5 4/6] ubifs: don't trigger assertion on invalid no-key filename
From
: Eric Biggers
[PATCH v5 2/6] fscrypt: derive dirhash key for casefolded directories
From
: Eric Biggers
[PATCH v5 5/6] ubifs: allow both hash and disk name to be provided in no-key names
From
: Eric Biggers
[PATCH v5 3/6] fscrypt: clarify what is meant by a per-file key
From
: Eric Biggers
[PATCH v5 6/6] fscrypt: improve format of no-key names
From
: Eric Biggers
[PATCH v5 0/6] fscrypt preparations for encryption+casefolding
From
: Eric Biggers
Re: [PATCH v3 0/9] Support for Casefolding and Encryption
From
: Eric Biggers
Re: [PATCH] ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
From
: Eric Biggers
Re: [PATCH] ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
From
: Richard Weinberger
[PATCH] fscrypt: add "fscrypt_" prefix to fname_encrypt()
From
: Eric Biggers
Re: [PATCH] ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
From
: Eric Biggers
[PATCH] fscrypt: don't print name of busy file when removing key
From
: Eric Biggers
Re: [PATCH v3 0/9] Support for Casefolding and Encryption
From
: Eric Biggers
[PATCH v4 2/4] fscrypt: derive dirhash key for casefolded directories
From
: Eric Biggers
[PATCH v4 0/4] fscrypt preparations for encryption+casefolding
From
: Eric Biggers
[PATCH v4 1/4] fscrypt: don't allow v1 policies with casefolding
From
: Eric Biggers
[PATCH v4 4/4] fscrypt: improve format of no-key names
From
: Eric Biggers
[PATCH v4 3/4] fscrypt: clarify what is meant by a per-file key
From
: Eric Biggers
Re: [PATCH v3 6/9] generic: add test for non-root use of fscrypt API additions
From
: Murphy Zhou
Re: [PATCH v3 5/9] vfs: Fold casefolding into vfs
From
: Al Viro
Re: [PATCH v3 6/9] generic: add test for non-root use of fscrypt API additions
From
: Eric Biggers
Re: [PATCH v3 6/9] generic: add test for non-root use of fscrypt API additions
From
: Murphy Zhou
Re: [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Eric Biggers
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Eric Biggers
Re: [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Eric Biggers
[PATCH v3 0/9] Support for Casefolding and Encryption
From
: Daniel Rosenberg
[PATCH v3 2/9] fscrypt: Don't allow v1 policies with casefolding
From
: Daniel Rosenberg
[PATCH v3 3/9] fscrypt: Change format of no-key token
From
: Daniel Rosenberg
[PATCH v3 4/9] fscrypt: Only create hash key when needed
From
: Daniel Rosenberg
[PATCH v3 6/9] f2fs: Handle casefolding with Encryption
From
: Daniel Rosenberg
[PATCH v3 5/9] vfs: Fold casefolding into vfs
From
: Daniel Rosenberg
[PATCH v3 8/9] ext4: Hande casefolding with encryption
From
: Daniel Rosenberg
[PATCH v3 7/9] ext4: Use struct super_blocks' casefold data
From
: Daniel Rosenberg
[PATCH v3 9/9] ext4: Optimize match for casefolded encrypted dirs
From
: Daniel Rosenberg
[PATCH v3 1/9] fscrypt: Add siphash and hash key for policy v2
From
: Daniel Rosenberg
Re: [PATCH] fscrypt: reserve flags for hardware-wrapped keys feature
From
: Greg KH
Re: [PATCH] fscrypt: reserve flags for hardware-wrapped keys feature
From
: Theodore Y. Ts'o
Re: [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Christoph Hellwig
Re: [PATCH v6 5/9] scsi: ufs: UFS crypto API
From
: Christoph Hellwig
Re: [PATCH v6 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
From
: Christoph Hellwig
Re: [PATCH v6 1/9] block: Keyslot Manager for Inline Encryption
From
: Christoph Hellwig
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Christoph Hellwig
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Christoph Hellwig
Re: [PATCH] fscrypt: reserve flags for hardware-wrapped keys feature
From
: Christoph Hellwig
Re: [PATCH 0/2] ubifs: fixes for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS
From
: Richard Weinberger
Re: Using TPM trusted keys (w/ v2 policies?)
From
: Eric Biggers
Using TPM trusted keys (w/ v2 policies?)
From
: Omar Sandoval
[PATCH] fscrypt: reserve flags for hardware-wrapped keys feature
From
: Eric Biggers
Re: [PATCH 0/2] ubifs: fixes for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS
From
: Richard Weinberger
Re: [PATCH 0/2] ubifs: fixes for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS
From
: Eric Biggers
Re: [PATCH] fs-verity: use u64_to_user_ptr()
From
: Eric Biggers
Re: [PATCH] fs-verity: use mempool for hash requests
From
: Eric Biggers
Re: [PATCH v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
From
: Eric Biggers
Re: [f2fs-dev] [PATCH v2] fs-verity: implement readahead of Merkle tree pages
From
: Eric Biggers
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Eric Biggers
Re: [PATCH v6 3/9] block: blk-crypto for Inline Encryption
From
: Eric Biggers
Re: [PATCH v6 5/9] scsi: ufs: UFS crypto API
From
: Eric Biggers
Re: [PATCH v6 7/9] fscrypt: add inline encryption support
From
: Eric Biggers
Re: [PATCH] fscrypt: document gfp_flags for bounce page allocation
From
: Eric Biggers
Re: [PATCH] fscrypt: optimize fscrypt_zeroout_range()
From
: Eric Biggers
Re: [PATCH v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
From
: Theodore Y. Ts'o
Re: [PATCH] fs-verity: use mempool for hash requests
From
: Theodore Y. Ts'o
Re: [PATCH v2] fs-verity: implement readahead of Merkle tree pages
From
: Theodore Y. Ts'o
Re: [PATCH] ext4: remove unneeded check for error allocating bio_post_read_ctx
From
: Theodore Y. Ts'o
Re: [PATCH] ext4: fix deadlock allocating bio_post_read_ctx from mempool
From
: Theodore Y. Ts'o
Re: [PATCH] ext4: fix deadlock allocating crypto bounce page from mempool
From
: Theodore Y. Ts'o
Re: [PATCH] fscrypt: document gfp_flags for bounce page allocation
From
: Theodore Y. Ts'o
Re: [PATCH] ext4: re-enable extent zeroout optimization on encrypted files
From
: Theodore Y. Ts'o
Re: [PATCH] ext4: only use fscrypt_zeroout_range() on regular files
From
: Theodore Y. Ts'o
Re: [PATCH] fscrypt: optimize fscrypt_zeroout_range()
From
: Theodore Y. Ts'o
Re: [PATCH] ext4: allow ZERO_RANGE on encrypted files
From
: Theodore Y. Ts'o
Re: [PATCH v2] fs-verity: implement readahead of Merkle tree pages
From
: Eric Biggers
Re: [PATCH] ext4: handle decryption error in __ext4_block_zero_page_range()
From
: Theodore Y. Ts'o
Re: [PATCH] ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()
From
: Theodore Y. Ts'o
[RFC PATCH 3/5] scsi: ufs: add quirk to disable inline crypto support
From
: Eric Biggers
[RFC PATCH 5/5] scsi: ufs-qcom: add Inline Crypto Engine support
From
: Eric Biggers
[RFC PATCH 4/5] scsi: ufs: add program_key() variant op
From
: Eric Biggers
[RFC PATCH 2/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
From
: Eric Biggers
[RFC PATCH 1/5] firmware: qcom_scm: Add support for programming inline crypto keys
From
: Eric Biggers
[RFC PATCH 0/5] Inline crypto support on DragonBoard 845c
From
: Eric Biggers
Re: [PATCH] ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
From
: Richard Weinberger
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Martin K. Petersen
Re: [PATCH v2 3/3] fscrypt: Change format of no-key token
From
: Eric Biggers
Re: [PATCH v2 0/6] Support for Casefolding and Encryption
From
: Daniel Rosenberg
Re: [PATCH v2 0/6] Support for Casefolding and Encryption
From
: Theodore Y. Ts'o
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Satya Tangirala
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Eric Biggers
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Christoph Hellwig
Re: [PATCH v6 0/9] Inline Encryption Support
From
: Christoph Hellwig
[PATCH v2 0/6] Support for Casefolding and Encryption
From
: Daniel Rosenberg
[PATCH v2 5/6] ext4: Hande casefolding with encryption
From
: Daniel Rosenberg
[PATCH v2 6/6] ext4: Optimize match for casefolded encrypted dirs
From
: Daniel Rosenberg
[PATCH v2 4/6] ext4: Use struct super_blocks' casefold data
From
: Daniel Rosenberg
[PATCH v2 3/6] f2fs: Handle casefolding with Encryption
From
: Daniel Rosenberg
[PATCH v2 2/6] vfs: Fold casefolding into vfs
From
: Daniel Rosenberg
[PATCH v2 1/6] TMP: fscrypt: Add support for casefolding with encryption
From
: Daniel Rosenberg
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Martin K. Petersen
Re: [PATCH v2 1/3] fscrypt: Add siphash and hash key for policy v2
From
: Eric Biggers
Re: [PATCH v2 2/3] fscrypt: Don't allow v1 policies with casefolding
From
: Eric Biggers
Re: [PATCH v2 0/3] Fscrypt support for casefolded encryption
From
: Eric Biggers
[PATCH v2 3/3] fscrypt: Change format of no-key token
From
: Daniel Rosenberg
[PATCH v2 2/3] fscrypt: Don't allow v1 policies with casefolding
From
: Daniel Rosenberg
[PATCH v2 1/3] fscrypt: Add siphash and hash key for policy v2
From
: Daniel Rosenberg
[PATCH v2 0/3] Fscrypt support for casefolded encryption
From
: Daniel Rosenberg
[PATCH v3] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
From
: Eric Biggers
[PATCH v2] fs-verity: implement readahead of Merkle tree pages
From
: Eric Biggers
Re: [PATCH] fs-verity: implement readahead of Merkle tree pages
From
: Eric Biggers
Re: [f2fs-dev] [PATCH] fs-verity: implement readahead of Merkle tree pages
From
: Jaegeuk Kim
Re: [PATCH] fs-verity: implement readahead of Merkle tree pages
From
: Eric Biggers
Re: [PATCH v2 0/5] xfstests: verify ciphertext of IV_INO_LBLK_64 encryption policies
From
: Eryu Guan
Re: [PATCH 4/8] vfs: Fold casefolding into vfs
From
: Theodore Y. Ts'o
Re: [PATCH v2] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
From
: Eric Biggers
Re: [PATCH] ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
From
: Eric Biggers
Re: [PATCH 0/2] ubifs: fixes for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS
From
: Eric Biggers
Re: [v4 PATCH] fscrypt: Allow modular crypto algorithms
From
: Eric Biggers
Re: [PATCH] fscrypt: remove redundant bi_status check
From
: Eric Biggers
Re: [PATCH] fscrypt: include <linux/ioctl.h> in UAPI header
From
: Eric Biggers
Re: [PATCH] fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
From
: Eric Biggers
Re: [PATCH 0/4] fscrypt: fscrypt_supported_policy() fixes and cleanups
From
: Eric Biggers
Re: [PATCH] fscrypt: introduce fscrypt_needs_contents_encryption()
From
: Eric Biggers
Re: [PATCH] fscrypt: move fscrypt_d_revalidate() to fname.c
From
: Eric Biggers
Re: [PATCH v2] fscrypt: constify inode parameter to filename encryption functions
From
: Eric Biggers
Re: [PATCH] fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()
From
: Eric Biggers
Re: [PATCH] fscrypt: verify that the crypto_skcipher has the correct ivsize
From
: Eric Biggers
Re: [PATCH] fscrypt: use crypto_skcipher_driver_name()
From
: Eric Biggers
Re: [PATCH v2] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Eric Biggers
Re: [PATCH v2 0/5] xfstests: verify ciphertext of IV_INO_LBLK_64 encryption policies
From
: Eric Biggers
Re: [PATCH] f2fs: remove unneeded check for error allocating bio_post_read_ctx
From
: Chao Yu
Re: [PATCH] f2fs: fix deadlock allocating bio_post_read_ctx from mempool
From
: Chao Yu
[PATCH] f2fs: remove unneeded check for error allocating bio_post_read_ctx
From
: Eric Biggers
[PATCH] f2fs: fix deadlock allocating bio_post_read_ctx from mempool
From
: Eric Biggers
[PATCH] ext4: remove unneeded check for error allocating bio_post_read_ctx
From
: Eric Biggers
[PATCH] ext4: fix deadlock allocating bio_post_read_ctx from mempool
From
: Eric Biggers
[PATCH] ext4: fix deadlock allocating crypto bounce page from mempool
From
: Eric Biggers
[PATCH] fscrypt: document gfp_flags for bounce page allocation
From
: Eric Biggers
[PATCH] fs-verity: use mempool for hash requests
From
: Eric Biggers
[PATCH] fs-verity: use u64_to_user_ptr()
From
: Eric Biggers
[v4 PATCH] fscrypt: Allow modular crypto algorithms
From
: Herbert Xu
[PATCH] ext4: re-enable extent zeroout optimization on encrypted files
From
: Eric Biggers
[PATCH] ext4: only use fscrypt_zeroout_range() on regular files
From
: Eric Biggers
[PATCH] fscrypt: optimize fscrypt_zeroout_range()
From
: Eric Biggers
[PATCH] ext4: allow ZERO_RANGE on encrypted files
From
: Eric Biggers
[PATCH] ext4: handle decryption error in __ext4_block_zero_page_range()
From
: Eric Biggers
Re: [v3 PATCH] fscrypt: Allow modular crypto algorithms
From
: Eric Biggers
Re: [PATCH] fscrypt: Restore modular support
From
: kbuild test robot
Re: [PATCH] fscrypt: Restore modular support
From
: kbuild test robot
[v3 PATCH] fscrypt: Allow modular crypto algorithms
From
: Herbert Xu
Re: [v2 PATCH] fscrypt: Allow modular crypto algorithms
From
: Eric Biggers
[v2 PATCH] fscrypt: Allow modular crypto algorithms
From
: Herbert Xu
Re: [PATCH v6 9/9] ext4: add inline encryption support
From
: Eric Biggers
Re: [PATCH] fscrypt: Restore modular support
From
: Eric Biggers
[PATCH] fscrypt: Restore modular support
From
: Herbert Xu
Re: [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Eric Biggers
Re: [PATCH v6 3/9] block: blk-crypto for Inline Encryption
From
: Eric Biggers
Re: [PATCH v6 5/9] scsi: ufs: UFS crypto API
From
: Eric Biggers
Re: [PATCH v6 8/9] f2fs: add inline encryption support
From
: Eric Biggers
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Eric Biggers
Re: [PATCH v6 3/9] block: blk-crypto for Inline Encryption
From
: Eric Biggers
[PATCH] fscrypt: include <linux/ioctl.h> in UAPI header
From
: Eric Biggers
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Martin K. Petersen
Re: [PATCH v6 9/9] ext4: add inline encryption support
From
: Satya Tangirala
Re: [PATCH v6 9/9] ext4: add inline encryption support
From
: Eric Biggers
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Eric Biggers
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Martin K. Petersen
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Darrick J. Wong
Re: [PATCH v6 2/9] block: Add encryption context to struct bio
From
: Eric Biggers
Re: [PATCH v6 1/9] block: Keyslot Manager for Inline Encryption
From
: Eric Biggers
[PATCH v6 9/9] ext4: add inline encryption support
From
: Satya Tangirala
[PATCH v6 8/9] f2fs: add inline encryption support
From
: Satya Tangirala
[PATCH v6 7/9] fscrypt: add inline encryption support
From
: Satya Tangirala
[PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Satya Tangirala
[PATCH v6 5/9] scsi: ufs: UFS crypto API
From
: Satya Tangirala
[PATCH v6 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
From
: Satya Tangirala
[PATCH v6 3/9] block: blk-crypto for Inline Encryption
From
: Satya Tangirala
[PATCH v6 2/9] block: Add encryption context to struct bio
From
: Satya Tangirala
[PATCH v6 1/9] block: Keyslot Manager for Inline Encryption
From
: Satya Tangirala
[PATCH v6 0/9] Inline Encryption Support
From
: Satya Tangirala
Re: [PATCH 1/2] ubifs: fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
From
: Eric Biggers
Re: [xfstests-bld PATCH] kernel-configs: enable CONFIG_CRYPTO_ESSIV in 5.4 configs
From
: Theodore Y. Ts'o
[PATCH] fs-verity: implement readahead of Merkle tree pages
From
: Eric Biggers
Re: [xfstests-bld PATCH] kernel-configs: enable CONFIG_CRYPTO_ESSIV in 5.4 configs
From
: Eric Biggers
[PATCH v2] fscrypt: constify inode parameter to filename encryption functions
From
: Eric Biggers
Re: [PATCH] ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()
From
: Jan Kara
Re: [PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Matthew Wilcox
[PATCH v6] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [RFC PATCH 0/3] xfstests: test adding filesystem-level fscrypt key via key_id
From
: Eric Biggers
Re: [PATCH v5] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Gao Xiang
Re: [PATCH v5] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Matthew Wilcox
Re: [RFC PATCH 0/3] xfstests: test adding filesystem-level fscrypt key via key_id
From
: Jarkko Sakkinen
Re: [PATCH v5] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Gao Xiang
Re: [PATCH v5] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [PATCH v5] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Al Viro
Re: [PATCH v5] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [PATCH v5] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Eric Biggers
[PATCH v5] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Al Viro
Re: [PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Eric Biggers
[PATCH v2] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
From
: Eric Biggers
Re: [PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Matthew Wilcox
[PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [PATCH] f2fs: don't keep META_MAPPING pages used for moving verity file blocks
From
: Chao Yu
Re: [PATCH] f2fs: don't keep META_MAPPING pages used for moving verity file blocks
From
: Jaegeuk Kim
Re: [PATCH] f2fs: don't keep META_MAPPING pages used for moving verity file blocks
From
: Eric Biggers
Re: [PATCH] f2fs: don't keep META_MAPPING pages used for moving verity file blocks
From
: Jaegeuk Kim
Re: [PATCH] f2fs: don't keep META_MAPPING pages used for moving verity file blocks
From
: Eric Biggers
Re: [PATCH] f2fs: don't keep META_MAPPING pages used for moving verity file blocks
From
: Jaegeuk Kim
[PATCH 1/2] ubifs: fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
From
: Eric Biggers
[PATCH 2/2] ubifs: add support for FS_ENCRYPT_FL
From
: Eric Biggers
[PATCH 0/2] ubifs: fixes for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS
From
: Eric Biggers
[PATCH] ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()
From
: Eric Biggers
[PATCH] ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
From
: Eric Biggers
[PATCH] fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
From
: Eric Biggers
[PATCH 2/4] fscrypt: check for appropriate use of DIRECT_KEY flag earlier
From
: Eric Biggers
[PATCH 0/4] fscrypt: fscrypt_supported_policy() fixes and cleanups
From
: Eric Biggers
[PATCH 4/4] fscrypt: remove fscrypt_is_direct_key_policy()
From
: Eric Biggers
[PATCH 3/4] fscrypt: move fscrypt_valid_enc_modes() to policy.c
From
: Eric Biggers
[PATCH 1/4] fscrypt: split up fscrypt_supported_policy() by policy version
From
: Eric Biggers
[PATCH] fscrypt: introduce fscrypt_needs_contents_encryption()
From
: Eric Biggers
[PATCH] fscrypt: remove redundant bi_status check
From
: Eric Biggers
[PATCH] fscrypt: move fscrypt_d_revalidate() to fname.c
From
: Eric Biggers
[PATCH] fscrypt: constify inode parameter to filename encryption functions
From
: Eric Biggers
[PATCH] fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()
From
: Eric Biggers
[PATCH] fscrypt: verify that the crypto_skcipher has the correct ivsize
From
: Eric Biggers
[PATCH] fscrypt: use crypto_skcipher_driver_name()
From
: Eric Biggers
[PATCH] f2fs: don't keep META_MAPPING pages used for moving verity file blocks
From
: Eric Biggers
Re: [PATCH v2 0/5] xfstests: verify ciphertext of IV_INO_LBLK_64 encryption policies
From
: Eric Biggers
Re: [PATCH v3] fs: introduce is_dot_dotdot helper for cleanup
From
: John Stoffel
Re: [PATCH v3] fs: introduce is_dot_dotdot helper for cleanup
From
: Matthew Wilcox
Re: [PATCH v3] fs: introduce is_dot_dotdot helper for cleanup
From
: Al Viro
[PATCH v3] fs: introduce is_dot_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [PATCH v2] fs: introduce is_dot_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [PATCH v2] fs: introduce is_dot_dotdot helper for cleanup
From
: Matthew Wilcox
Re: [PATCH 5/8] f2fs: Handle casefolding with Encryption
From
: kbuild test robot
Re: [PATCH v2] fs: introduce is_dot_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [PATCH] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
From
: Eric Biggers
Re: [PATCH] fs: introduce is_dot_dotdot helper for cleanup
From
: Jean-Louis Biasini
Re: [PATCH] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
From
: Vyacheslav Dubeyko
Re: [PATCH 4/8] vfs: Fold casefolding into vfs
From
: Eric Biggers
Re: [PATCH 3/8] fscrypt: Change format of no-key token
From
: Eric Biggers
Re: [PATCH 2/8] fscrypt: Don't allow v1 policies with casefolding
From
: Eric Biggers
Re: [PATCH 1/8] fscrypt: Add siphash and hash key for policy v2
From
: Eric Biggers
Re: [PATCH 4/8] vfs: Fold casefolding into vfs
From
: Gabriel Krisman Bertazi
Re: [PATCH 4/8] vfs: Fold casefolding into vfs
From
: Eric Biggers
Re: [PATCH 6/8] ext4: Use struct super_block's casefold data
From
: Gabriel Krisman Bertazi
Re: [PATCH 4/8] vfs: Fold casefolding into vfs
From
: Gabriel Krisman Bertazi
Re: [PATCH 4/8] vfs: Fold casefolding into vfs
From
: Gabriel Krisman Bertazi
[PATCH] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
From
: Eric Biggers
Re: [PATCH v2] fs: introduce is_dot_dotdot helper for cleanup
From
: Matthew Wilcox
[PATCH v2] fs: introduce is_dot_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [PATCH] fs: introduce is_dot_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [PATCH 4/8] vfs: Fold casefolding into vfs
From
: Gao Xiang
[PATCH 4/8] vfs: Fold casefolding into vfs
From
: Daniel Rosenberg
[PATCH 5/8] f2fs: Handle casefolding with Encryption
From
: Daniel Rosenberg
[PATCH 2/8] fscrypt: Don't allow v1 policies with casefolding
From
: Daniel Rosenberg
[PATCH 7/8] ext4: Hande casefolding with encryption
From
: Daniel Rosenberg
[PATCH 8/8] ext4: Optimize match for casefolded encrypted dirs
From
: Daniel Rosenberg
[PATCH 6/8] ext4: Use struct super_block's casefold data
From
: Daniel Rosenberg
[PATCH 3/8] fscrypt: Change format of no-key token
From
: Daniel Rosenberg
[PATCH 1/8] fscrypt: Add siphash and hash key for policy v2
From
: Daniel Rosenberg
[PATCH 0/8] Support for Casefolding and Encryption
From
: Daniel Rosenberg
Re: [PATCH] fs: introduce is_dot_dotdot helper for cleanup
From
: Matthew Wilcox
Re: [PATCH] fs: introduce is_dot_dotdot helper for cleanup
From
: Darrick J. Wong
Re: [PATCH] fs: introduce is_dot_dotdot helper for cleanup
From
: Tiezhu Yang
[xfstests-bld PATCH] kernel-configs: enable CONFIG_CRYPTO_ESSIV in 5.4 configs
From
: Eric Biggers
[PATCH v2 4/5] common/encrypt: support verifying ciphertext of IV_INO_LBLK_64 policies
From
: Eric Biggers
[PATCH v2 3/5] common/encrypt: create named variables for UAPI constants
From
: Eric Biggers
[PATCH v2 5/5] generic: verify ciphertext of IV_INO_LBLK_64 encryption policies
From
: Eric Biggers
[PATCH v2 1/5] fscrypt-crypt-util: create key_and_iv_params structure
From
: Eric Biggers
[PATCH v2 0/5] xfstests: verify ciphertext of IV_INO_LBLK_64 encryption policies
From
: Eric Biggers
[PATCH v2 2/5] fscrypt-crypt-util: add HKDF context constants
From
: Eric Biggers
Re: [PATCH] fs: introduce is_dot_dotdot helper for cleanup
From
: Matthew Wilcox
[PATCH] fs: introduce is_dot_dotdot helper for cleanup
From
: Tiezhu Yang
Re: [RFC PATCH 0/3] xfstests: test adding filesystem-level fscrypt key via key_id
From
: Eric Biggers
Re: [RFC PATCH 0/3] xfstests: test adding filesystem-level fscrypt key via key_id
From
: Jarkko Sakkinen
Re: [RFC PATCH 0/3] xfstests: test adding filesystem-level fscrypt key via key_id
From
: Jarkko Sakkinen
Re: [GIT PULL] fsverity updates for 5.5
From
: pr-tracker-bot
Re: [GIT PULL] fscrypt updates for 5.5
From
: pr-tracker-bot
[GIT PULL] fsverity updates for 5.5
From
: Eric Biggers
[GIT PULL] fscrypt updates for 5.5
From
: Eric Biggers
Re: [RFC PATCH 3/3] generic: test adding filesystem-level fscrypt key via key_id
From
: Eric Biggers
[xfsprogs RFC PATCH] xfs_io/encrypt: support passing a keyring key to add_enckey
From
: Eric Biggers
[RFC PATCH 3/3] generic: test adding filesystem-level fscrypt key via key_id
From
: Eric Biggers
[RFC PATCH 2/3] common/encrypt: move constant test key to common code
From
: Eric Biggers
[RFC PATCH 0/3] xfstests: test adding filesystem-level fscrypt key via key_id
From
: Eric Biggers
[RFC PATCH 1/3] common/rc: handle option with argument in _require_xfs_io_command()
From
: Eric Biggers
[PATCH v2] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Eric Biggers
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Eric Biggers
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Eric Biggers
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Jarkko Sakkinen
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Jarkko Sakkinen
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Jarkko Sakkinen
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Darrick J. Wong
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Theodore Y. Ts'o
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Eric Biggers
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Jarkko Sakkinen
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Eric Biggers
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Jarkko Sakkinen
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Jarkko Sakkinen
Re: [PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Eric Biggers
Re: [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY
From
: Eric Biggers
Re: [PATCH 0/4] statx: expose the fs-verity bit
From
: Eric Biggers
Re: [PATCH] docs: fs-verity: document first supported kernel version
From
: Eric Biggers
[RFC PATCH 4/5] common/encrypt: support verifying ciphertext of IV_INO_LBLK_64 policies
From
: Eric Biggers
[RFC PATCH 1/5] fscrypt-crypt-util: create key_and_iv_params structure
From
: Eric Biggers
[RFC PATCH 5/5] generic: verify ciphertext of IV_INO_LBLK_64 encryption policies
From
: Eric Biggers
[RFC PATCH 3/5] common/encrypt: create named variables for UAPI constants
From
: Eric Biggers
[RFC PATCH 2/5] fscrypt-crypt-util: add HKDF context constants
From
: Eric Biggers
[RFC PATCH 0/5] xfstests: verify ciphertext of IV_INO_LBLK_64 encryption policies
From
: Eric Biggers
Re: [PATCH v2 0/2] ext4: support encryption with blocksize != PAGE_SIZE
From
: Eric Biggers
Re: Some questions/thoughts on fs-verity
From
: Colin Walters
Re: [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY
From
: walter harms
Re: Some questions/thoughts on fs-verity
From
: Colin Walters
Re: Some questions/thoughts on fs-verity
From
: Eric Biggers
Re: [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY
From
: Eric Biggers
Some questions/thoughts on fs-verity
From
: Colin Walters
Re: [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY
From
: walter harms
Re: [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY
From
: Darrick J. Wong
Re: [PATCH 1/4] statx: define STATX_ATTR_VERITY
From
: Eric Biggers
[man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY
From
: Eric Biggers
Re: [PATCH v2 1/3] fscrypt: add support for IV_INO_LBLK_64 policies
From
: Theodore Y. Ts'o
Re: [PATCH 1/4] statx: define STATX_ATTR_VERITY
From
: Andreas Dilger
Re: [PATCH 1/4] statx: define STATX_ATTR_VERITY
From
: Darrick J. Wong
[PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
From
: Eric Biggers
Re: [PATCH 0/4] statx: expose the fs-verity bit
From
: Eric Biggers
Re: [PATCH v2 0/2] ext4: support encryption with blocksize != PAGE_SIZE
From
: Eric Biggers
Re: [PATCH v2 0/3] fscrypt: support for IV_INO_LBLK_64 policies
From
: Eric Biggers
Re: [PATCH v2] fscrypt: avoid data race on fscrypt_mode::logged_impl_name
From
: Eric Biggers
Re: version/tags for fsverity-utils
From
: Eric Biggers
version/tags for fsverity-utils
From
: Colin Walters
Re: [PATCH v2 1/3] fscrypt: add support for IV_INO_LBLK_64 policies
From
: Eric Biggers
Re: [PATCH v2 1/3] fscrypt: add support for IV_INO_LBLK_64 policies
From
: Theodore Y. Ts'o
Re: [PATCH v2 2/3] ext4: add support for IV_INO_LBLK_64 encryption policies
From
: Theodore Y. Ts'o
Re: [PATCH v5 3/9] block: blk-crypto for Inline Encryption
From
: Christoph Hellwig
Re: [PATCH v5 7/9] fscrypt: add inline encryption support
From
: Eric Biggers
Re: [PATCH v5 3/9] block: blk-crypto for Inline Encryption
From
: Eric Biggers
Re: [PATCH v5 7/9] fscrypt: add inline encryption support
From
: Eric Biggers
Re: [PATCH v5 7/9] fscrypt: add inline encryption support
From
: Christoph Hellwig
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Chao Yu
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Theodore Y. Ts'o
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Guenter Roeck
[PATCH] generic: handle fs.verity.require_signatures being enabled
From
: Eric Biggers
Re: [PATCH v2 3/3] f2fs: add support for IV_INO_LBLK_64 encryption policies
From
: Jaegeuk Kim
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Guenter Roeck
Re: [PATCH v2 0/3] fscrypt: support for IV_INO_LBLK_64 policies
From
: Eric Biggers
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Guenter Roeck
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Eric Biggers
Re: [e2fsprogs PATCH] Support the stable_inodes feature
From
: Theodore Y. Ts'o
Re: [PATCH v5 7/9] fscrypt: add inline encryption support
From
: Eric Biggers
Re: [PATCH v5 3/9] block: blk-crypto for Inline Encryption
From
: Christoph Hellwig
Re: [PATCH v5 7/9] fscrypt: add inline encryption support
From
: Christoph Hellwig
Re: [PATCH v5 3/9] block: blk-crypto for Inline Encryption
From
: Theodore Y. Ts'o
Re: [PATCH v5 7/9] fscrypt: add inline encryption support
From
: Eric Biggers
Re: [PATCH v5 7/9] fscrypt: add inline encryption support
From
: Christoph Hellwig
Re: [PATCH v5 6/9] scsi: ufs: Add inline encryption support to UFS
From
: Christoph Hellwig
Re: [PATCH v5 5/9] scsi: ufs: UFS crypto API
From
: Christoph Hellwig
Re: [PATCH v5 2/9] block: Add encryption context to struct bio
From
: Christoph Hellwig
Re: [PATCH v5 1/9] block: Keyslot Manager for Inline Encryption
From
: Christoph Hellwig
Re: [PATCH v5 3/9] block: blk-crypto for Inline Encryption
From
: Christoph Hellwig
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Doug Anderson
Re: [PATCH v5 8/9] f2fs: add inline encryption support
From
: Jaegeuk Kim
Re: [PATCH v2] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Theodore Y. Ts'o
[PATCH] docs: fs-verity: document first supported kernel version
From
: Eric Biggers
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Doug Anderson
[PATCH v2] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Eric Biggers
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Eric Biggers
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Eric Biggers
Re: [PATCH 2/4] ext4: support STATX_ATTR_VERITY
From
: Andreas Dilger
Re: [PATCH 1/4] statx: define STATX_ATTR_VERITY
From
: Andreas Dilger
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Doug Anderson
Re: [PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Eric Biggers
[PATCH] Revert "ext4 crypto: fix to check feature status before get policy"
From
: Douglas Anderson
[PATCH 3/4] f2fs: support STATX_ATTR_VERITY
From
: Eric Biggers
[PATCH 4/4] docs: fs-verity: mention statx() support
From
: Eric Biggers
[PATCH 1/4] statx: define STATX_ATTR_VERITY
From
: Eric Biggers
[PATCH 2/4] ext4: support STATX_ATTR_VERITY
From
: Eric Biggers
[PATCH 0/4] statx: expose the fs-verity bit
From
: Eric Biggers
Re: [PATCH v2 1/3] fscrypt: add support for IV_INO_LBLK_64 policies
From
: Paul Crowley
[PATCH v5 9/9] ext4: add inline encryption support
From
: Satya Tangirala
[Index of Archives]
[linux Cryptography]
[Asterisk App Development]
[PJ SIP]
[Gnu Gatekeeper]
[Linux Kernel]
[Fedora Users]
[Yosemite Campsites]