linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-02-11 00:00:58 to 2020-03-26 20:28:33 UTC [more...]

[PATCH v9 00/11] Inline Encryption Support
 2020-03-26 20:28 UTC  (20+ messages)
` [PATCH v9 01/11] block: Keyslot Manager for Inline Encryption
` [PATCH v9 02/11] block: Inline encryption support for blk-mq
` [PATCH v9 03/11] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v9 04/11] block: blk-crypto-fallback for Inline Encryption
` [PATCH v9 05/11] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v9 06/11] scsi: ufs: UFS crypto API
` [PATCH v9 07/11] scsi: ufs: Add inline encryption support to UFS
` [PATCH v9 08/11] fs: introduce SB_INLINECRYPT
` [PATCH v9 09/11] fscrypt: add inline encryption support
` [PATCH v9 10/11] f2fs: "
` [PATCH v9 11/11] ext4: "

[PATCH RESEND v2] generic: test fscrypt key eviction racing with inode dirtying
 2020-03-23 16:40 UTC 

[PATCH v3 0/9] Split fsverity-utils into a shared library
 2020-03-22  5:54 UTC  (18+ messages)
` [PATCH 1/9] Build basic shared library framework
` [PATCH 2/9] Change compute_file_measurement() to take a file descriptor as argument
` [PATCH 3/9] Move fsverity_descriptor definition to libfsverity.h
` [PATCH 4/9] Move hash algorithm code to shared library
` [PATCH 5/9] Create libfsverity_compute_digest() and adapt cmd_sign to use it
` [PATCH 6/9] Introduce libfsverity_sign_digest()
` [PATCH 7/9] Validate input arguments to libfsverity_compute_digest()
` [PATCH 8/9] Validate input parameters for libfsverity_sign_digest()
` [PATCH 9/9] Document API of libfsverity

[PATCH 0/4] fscrypt: add ioctl to get file's encryption nonce
 2020-03-22  3:30 UTC  (9+ messages)
` [PATCH 1/4] fscrypt: add FS_IOC_GET_ENCRYPTION_NONCE ioctl
` [PATCH 2/4] ext4: wire up FS_IOC_GET_ENCRYPTION_NONCE
` [PATCH 3/4] f2fs: "
` [PATCH 4/4] ubifs: "

[PATCH v8 00/11] Inline Encryption Support
 2020-03-19 11:04 UTC  (23+ messages)
` [PATCH v8 01/11] block: Keyslot Manager for Inline Encryption
` [PATCH v8 02/11] block: Inline encryption support for blk-mq
` [PATCH v8 03/11] block: Make blk-integrity preclude hardware inline encryption
` [PATCH v8 04/11] block: blk-crypto-fallback for Inline Encryption
` [PATCH v8 05/11] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v8 06/11] scsi: ufs: UFS crypto API
` [PATCH v8 07/11] scsi: ufs: Add inline encryption support to UFS
` [PATCH v8 08/11] fs: introduce SB_INLINECRYPT
` [PATCH v8 09/11] fscrypt: add inline encryption support
` [PATCH v8 10/11] f2fs: "
` [PATCH v8 11/11] ext4: "

[RFC PATCH v3 0/4] Inline crypto support on DragonBoard 845c
 2020-03-19 10:33 UTC  (10+ messages)
` [RFC PATCH v3 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
` [RFC PATCH v3 2/4] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
` [RFC PATCH v3 3/4] scsi: ufs: add program_key() variant op
` [RFC PATCH v3 4/4] scsi: ufs-qcom: add Inline Crypto Engine support

[PATCH v8 0/8] Support for Casefolding and Encryption
 2020-03-12 22:11 UTC  (14+ messages)
` [PATCH v8 1/8] unicode: Add utf8_casefold_hash
` [PATCH v8 2/8] fs: Add standard casefolding support
` [PATCH v8 3/8] f2fs: Use generic "
` [PATCH v8 4/8] ext4: "
` [PATCH v8 5/8] fscrypt: Export fscrypt_d_revalidate
` [PATCH v8 6/8] libfs: Add generic function for setting dentry_ops
` [PATCH v8 7/8] fscrypt: Have filesystems handle their d_ops
` [PATCH v8 8/8] f2fs: Handle casefolding with Encryption

[man-pages PATCH v2] statx.2: document STATX_ATTR_VERITY
 2020-03-12  8:26 UTC  (3+ messages)

[xfstests PATCH v2] generic: test fscrypt key eviction racing with inode dirtying
 2020-03-11 21:34 UTC 

[GIT PULL] fscrypt fix for v5.6-rc6
 2020-03-11 20:45 UTC  (2+ messages)

[PATCH] fscrypt: don't evict dirty inodes after removing key
 2020-03-11  2:50 UTC  (2+ messages)

[PATCH v2 0/6] Split fsverity-utils into a shared library
 2020-03-10 21:53 UTC  (10+ messages)
` [PATCH 1/6] Build basic shared library framework
` [PATCH 2/6] Change compute_file_measurement() to take a file descriptor as argument
` [PATCH 3/6] Move fsverity_descriptor definition to libfsverity.h
` [PATCH 4/6] Move hash algorithm code to shared library
` [PATCH 5/6] Create libfsverity_compute_digest() and adapt cmd_sign to use it
` [PATCH 6/6] Introduce libfsverity_sign_digest()

[PATCH v7 0/9] Inline Encryption Support
 2020-03-05 16:11 UTC  (40+ messages)
` [PATCH v7 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v7 2/9] block: Inline encryption support for blk-mq
` [PATCH v7 3/9] block: blk-crypto-fallback for Inline Encryption
` [PATCH v7 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v7 5/9] scsi: ufs: UFS crypto API
` [PATCH v7 6/9] scsi: ufs: Add inline encryption support to UFS
` [PATCH v7 7/9] fscrypt: add inline encryption support
` [PATCH v7 8/9] f2fs: "
` [PATCH v7 9/9] ext4: "

[xfstests RFC PATCH] generic: test fscrypt key eviction racing with inode dirtying
 2020-03-05  8:46 UTC 

[RFC PATCH v2 0/4] Inline crypto support on DragonBoard 845c
 2020-03-04 21:10 UTC  (10+ messages)
` [RFC PATCH v2 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
` [RFC PATCH v2 2/4] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
` [RFC PATCH v2 3/4] scsi: ufs: add program_key() variant op
` [RFC PATCH v2 4/4] scsi: ufs-qcom: add Inline Crypto Engine support

[RFC PATCH v1] scsi: ufs-mediatek: add inline encryption support
 2020-03-04  2:25 UTC  (3+ messages)

[RFC PATCH v2] scsi: ufs-mediatek: add inline encryption support
 2020-03-04  2:21 UTC 

[PATCH v6 0/9] Inline Encryption Support
 2020-02-21 14:20 UTC  (12+ messages)

[PATCH v2] xfs_io/encrypt: support passing a keyring key to add_enckey
 2020-02-20 18:42 UTC  (3+ messages)

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-20  2:27 UTC  (26+ messages)
` [PATCH v7 1/8] unicode: Add utf8_casefold_iter
` [PATCH v7 2/8] fs: Add standard casefolding support
` [PATCH v7 3/8] f2fs: Use generic "
` [PATCH v7 5/8] fscrypt: Have filesystems handle their d_ops
` [PATCH v7 6/8] f2fs: Handle casefolding with Encryption
` [PATCH v7 7/8] ext4: Hande casefolding with encryption

[PATCH 0/7] Split fsverity-utils into a shared library
 2020-02-19 23:49 UTC  (13+ messages)
` [PATCH 2/7] Restructure fsverity_cmd_sign for shared libraries
` [PATCH 3/7] Make fsverity_cmd_measure() a library function
` [PATCH 4/7] Make fsverity_cmd_enable a library call()
` [PATCH 5/7] Rename commands.h to fsverity.h
` [PATCH 6/7] Move cmdline helper functions to fsverity.c
` [PATCH 7/7] cmd_sign: fsverity_cmd_sign() into two functions

GPS avancé
 2020-02-18  9:31 UTC 


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