linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-10 11:54:01 to 2020-05-20 21:20:30 UTC [more...]

[PATCH v2 0/2] fsverity-utils Makefile fixes
 2020-05-20 21:20 UTC  (7+ messages)
` [PATCH 1/2] Fix Makefile to delete objects from the library on make clean
` [PATCH 2/2] Let package manager override CFLAGS and CPPFLAGS

[PATCH 0/2] fsverity-utils Makefile fixes
 2020-05-20 20:00 UTC  (6+ messages)
` [PATCH 1/2] Fix Makefile to delete objects from the library on make clean
` [PATCH 2/2] Let package manager override CFLAGS and CPPFLAGS

[PATCH 0/3] fsverity-utils: introduce libfsverity
 2020-05-20 13:26 UTC  (7+ messages)
` [PATCH 1/3] Split up cmd_sign.c
` [PATCH 2/3] Introduce libfsverity
` [PATCH 3/3] Add some basic test programs for libfsverity

[PATCH] fscrypt: add support for IV_INO_LBLK_32 policies
 2020-05-19 16:33 UTC  (4+ messages)

[PATCH 0/4] fscrypt: make '-o test_dummy_encryption' support v2 policies
 2020-05-19 14:02 UTC  (17+ messages)
` [PATCH 1/4] linux/parser.h: add include guards
` [PATCH 2/4] fscrypt: add fscrypt_add_test_dummy_key()
` [PATCH 3/4] fscrypt: support test_dummy_encryption=v2
` [PATCH 4/4] fscrypt: make test_dummy_encryption use v2 by default

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

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

[PATCH 0/2] fs-verity: misc cleanups
 2020-05-11 19:21 UTC  (3+ messages)
` [PATCH 1/2] fs-verity: fix all kerneldoc warnings
` [PATCH 2/2] fs-verity: remove unnecessary extern keywords

[PATCH 0/3] fscrypt: misc cleanups
 2020-05-11 19:13 UTC  (4+ messages)
` [PATCH 1/3] fscrypt: fix all kerneldoc warnings
` [PATCH 2/3] fscrypt: name all function parameters
` [PATCH 3/3] fscrypt: remove unnecessary extern keywords

[PATCH 0/4] f2fs: rework filename handling
 2020-05-11  2:47 UTC  (9+ messages)
` [PATCH 1/4] f2fs: don't leak filename in f2fs_try_convert_inline_dir()
` [PATCH 2/4] f2fs: split f2fs_d_compare() from f2fs_match_name()
` [PATCH 3/4] f2fs: rework filename handling
` [RFC PATCH 4/4] f2fs: Handle casefolding with Encryption (INCOMPLETE)
` [f2fs-dev] [PATCH 0/4] f2fs: rework filename handling

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

[PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
 2020-05-07 18:18 UTC  (11+ messages)
` [PATCH 1/4] tune2fs: prevent changing UUID of fs with "

[PATCH v4 00/20] Split fsverity-utils into a shared library
 2020-05-07 17:35 UTC  (23+ messages)
` [PATCH 01/20] Build basic shared library framework
` [PATCH 02/20] Change compute_file_measurement() to take a file descriptor as argument
` [PATCH 03/20] Move fsverity_descriptor definition to libfsverity.h
` [PATCH 04/20] Move hash algorithm code to shared library
` [PATCH 05/20] Create libfsverity_compute_digest() and adapt cmd_sign to use it
` [PATCH 06/20] Introduce libfsverity_sign_digest()
` [PATCH 07/20] Validate input arguments to libfsverity_compute_digest()
` [PATCH 08/20] Validate input parameters for libfsverity_sign_digest()
` [PATCH 09/20] Document API of libfsverity
` [PATCH 10/20] Change libfsverity_compute_digest() to take a read function
` [PATCH 11/20] Make full_{read,write}() return proper error codes instead of bool
` [PATCH 12/20] libfsverity: Remove dependencies on util.c
` [PATCH 13/20] Update Makefile to install libfsverity and fsverity.h
` [PATCH 14/20] Change libfsverity_find_hash_alg_by_name() to return the alg number
` [PATCH 15/20] Make libfsverity_find_hash_alg_by_name() private to the shared library
` [PATCH 16/20] libfsverity_sign_digest() use ARRAY_SIZE()
` [PATCH 17/20] fsverity_cmd_sign() use sizeof() input argument instead of struct
` [PATCH 18/20] fsverity_cmd_sign() don't exit on error without closing file descriptor
` [PATCH 19/20] Improve documentation of libfsverity.h API
` [PATCH 20/20] Fixup Makefile

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

[PATCH v10 00/12] Inline Encryption Support
 2020-04-28  5:21 UTC  (13+ messages)
` [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
` [PATCH v10 03/12] block: Inline encryption support for blk-mq
` [PATCH v10 05/12] block: blk-crypto-fallback for Inline Encryption

[PATCH] fuse: Mark fscrypt ioctls as unrestricted
 2020-04-24  6:12 UTC  (2+ messages)

[PATCH v3 0/9] Split fsverity-utils into a shared library
 2020-04-22 17:57 UTC  (12+ messages)
` [PATCH 1/9] Build basic shared library framework
` [PATCH 3/9] Move fsverity_descriptor definition to libfsverity.h
` [PATCH 4/9] Move hash algorithm code to shared library

[PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-04-15  5:01 UTC  (18+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] crypto: Remove unnecessary memzero_explicit()
` [PATCH v2 "


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