linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-01-24 20:14:05 to 2020-03-12 22:11:34 UTC [more...]

[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

[PATCH v3 0/9] Split fsverity-utils into a shared library
 2020-03-12 21:47 UTC  (10+ 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

[RFC PATCH v3 0/4] Inline crypto support on DragonBoard 845c
 2020-03-12 19:05 UTC  (7+ 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 00/11] Inline Encryption Support
 2020-03-12 15:43 UTC  (13+ 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: "

[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  (18+ messages)
` [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS

[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  (28+ 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 4/8] ext4: "
` [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 v7 8/8] ext4: Optimize match for casefolded encrypted dirs

[PATCH 0/7] Split fsverity-utils into a shared library
 2020-02-19 23:49 UTC  (14+ messages)
` [PATCH 1/7] Build basic "
` [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 

[PATCH v7 0/8] Support fof Casefolding and Encryption
 2020-02-08  1:34 UTC 

[PATCH v6 0/5] Support fof Casefolding and Encryption
 2020-02-05 23:40 UTC  (10+ messages)
` [PATCH v6 1/5] unicode: Add standard casefolded d_ops
` [PATCH v6 2/5] fscrypt: Have filesystems handle their d_ops
` [PATCH v6 3/5] f2fs: Handle casefolding with Encryption
` [PATCH v6 4/5] ext4: Hande casefolding with encryption
` [PATCH v6 5/5] ext4: Optimize match for casefolded encrypted dirs

[PATCH] generic/581: try to avoid flakiness in keys quota test
 2020-02-05  4:39 UTC  (2+ messages)

[PATCH v2 0/3] xfstests: test adding filesystem-level fscrypt key via key_id
 2020-02-03 18:18 UTC  (4+ messages)
` [PATCH v2 1/3] common/rc: handle option with argument in _require_xfs_io_command()
` [PATCH v2 2/3] common/encrypt: move constant test key to common code
` [PATCH v2 3/3] generic: test adding filesystem-level fscrypt key via key_id

Vérification du véhicule
 2020-01-29  8:32 UTC 

[PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
 2020-01-29  7:36 UTC  (2+ messages)

[PATCH v3 0/9] xfstests: add tests for fscrypt key management improvements
 2020-01-29  0:45 UTC  (6+ messages)
` [PATCH v3 6/9] generic: add test for non-root use of fscrypt API additions

[GIT PULL] fscrypt updates for 5.6
 2020-01-28 23:40 UTC  (2+ messages)

[GIT PULL] fsverity updates for 5.6
 2020-01-28 23:40 UTC  (2+ messages)

[PATCH v5 0/6] fscrypt preparations for encryption+casefolding
 2020-01-24 20:14 UTC  (4+ messages)
` [PATCH v5 4/6] ubifs: don't trigger assertion on invalid no-key filename


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