linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-06-17 23:12:29 to 2020-07-22 12:21:59 UTC [more...]

[PATCH v6 0/5] Inline crypto support on DragonBoard 845c
 2020-07-22 12:21 UTC  (30+ messages)
` [PATCH v6 1/5] firmware: qcom_scm: Add support for programming inline crypto keys
` [PATCH v6 2/5] scsi: ufs-qcom: name the dev_ref_clk_ctrl registers
` [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
` [PATCH v6 4/5] scsi: ufs: add program_key() variant op
` [PATCH v6 5/5] scsi: ufs-qcom: add Inline Crypto Engine support

[PATCH 0/5] fscrypt, fs-verity: one-time init fixes
 2020-07-21 22:59 UTC  (6+ messages)
` [PATCH 1/5] fscrypt: switch fscrypt_do_sha256() to use the SHA-256 library
` [PATCH 2/5] fscrypt: use smp_load_acquire() for fscrypt_prepared_key
` [PATCH 3/5] fscrypt: use smp_load_acquire() for ->s_master_keys
` [PATCH 4/5] fscrypt: use smp_load_acquire() for ->i_crypt_info
` [PATCH 5/5] fs-verity: use smp_load_acquire() for ->i_verity_info

[PATCH v4 0/7] add support for direct I/O with fscrypt using blk-crypto
 2020-07-21 20:11 UTC  (11+ messages)
` [PATCH v4 1/7] fscrypt: Add functions for direct I/O support
` [PATCH v4 2/7] direct-io: add support for fscrypt using blk-crypto
` [PATCH v4 3/7] iomap: support direct I/O with "
` [PATCH v4 4/7] ext4: "
` [PATCH v4 5/7] f2fs: "
` [PATCH v4 6/7] fscrypt: document inline encryption support
` [PATCH v4 7/7] fscrypt: update documentation for direct I/O support

[PATCH] fscrypt: restrict IV_INO_LBLK_* to AES-256-XTS
 2020-07-21 18:10 UTC 

[PATCH] fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
 2020-07-21  0:32 UTC  (2+ messages)

[PATCH] fscrypt: add comments that describe the HKDF info strings
 2020-07-21  0:32 UTC  (2+ messages)

[PATCH v3 0/7] add support for direct I/O with fscrypt using blk-crypto
 2020-07-20 20:14 UTC  (12+ messages)
` [PATCH v3 1/7] fscrypt: Add functions for direct I/O support
` [PATCH v3 2/7] direct-io: add support for fscrypt using blk-crypto
` [PATCH v3 3/7] iomap: support direct I/O with "
` [PATCH v3 4/7] ext4: "
` [PATCH v3 5/7] f2fs: "
` [PATCH v3 6/7] fscrypt: document inline encryption support
` [PATCH v3 7/7] fscrypt: update documentation for direct I/O support

[PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-07-20 17:09 UTC  (8+ messages)
` [PATCH v12 1/4] unicode: Add utf8_casefold_hash
` [PATCH v12 2/4] fs: Add standard casefolding support
` [PATCH v12 3/4] f2fs: Use generic "
` [PATCH v12 4/4] ext4: "

[PATCH] f2fs: use generic names for generic ioctls
 2020-07-17  6:37 UTC  (2+ messages)

[PATCH 0/5] add support for direct I/O with fscrypt using blk-crypto
 2020-07-17  1:56 UTC  (15+ messages)
` [PATCH 1/5] fscrypt: Add functions for direct I/O support
` [PATCH 2/5] direct-io: add support for fscrypt using blk-crypto
` [PATCH 3/5] iomap: support direct I/O with "
` [PATCH 4/5] ext4: "
` [PATCH 5/5] f2fs: "

[PATCH v2 0/7] add support for direct I/O with fscrypt using blk-crypto
 2020-07-17  1:35 UTC  (8+ messages)
` [PATCH v2 1/7] fscrypt: Add functions for direct I/O support
` [PATCH v2 2/7] direct-io: add support for fscrypt using blk-crypto
` [PATCH v2 3/7] iomap: support direct I/O with "
` [PATCH v2 4/7] ext4: "
` [PATCH v2 5/7] f2fs: "
` [PATCH v2 6/7] fscrypt: document inline encryption support
` [PATCH v2 7/7] fscrypt: update documentation for direct I/O support

[PATCH] ext4: use generic names for generic ioctls
 2020-07-14 23:09 UTC 

[RFC PATCH v2] scsi: ufs-mediatek: add inline encryption support
 2020-07-12  0:34 UTC  (3+ messages)

[xfstests-bld PATCH] test-appliance: exclude generic/587 from the encrypt tests
 2020-07-09 19:10 UTC  (4+ messages)
  ` [xfstests-bld PATCH v2] "

[PATCH v4 0/4] Inline Encryption Support for fscrypt
 2020-07-08 17:34 UTC  (10+ messages)
` [PATCH v4 1/4] fs: introduce SB_INLINECRYPT
` [PATCH v4 2/4] fscrypt: add inline encryption support
` [PATCH v4 3/4] f2fs: "
` [PATCH v4 4/4] ext4: "

[PATCH v11 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-07-08  8:36 UTC  (7+ messages)
` [PATCH v11 1/4] unicode: Add utf8_casefold_hash
` [PATCH v11 2/4] fs: Add standard casefolding support
` [PATCH v11 3/4] f2fs: Use generic "
` [PATCH v11 4/4] ext4: "

[PATCH v10 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-07-08  1:44 UTC  (10+ messages)
` [PATCH v10 1/4] unicode: Add utf8_casefold_hash
` [PATCH v10 2/4] fs: Add standard casefolding support
` [PATCH v10 3/4] f2fs: Use generic "
` [PATCH v10 4/4] ext4: "

[PATCH 00/10] Documentation: filesystems: eliminate duplicated words
 2020-07-07 18:10 UTC  (14+ messages)
` [PATCH 01/10] Documentation: filesystems: autofs-mount-control: drop doubled words
` [PATCH 02/10] Documentation: filesystems: caching/operations: drop doubled word
` [PATCH 03/10] Documentation: filesystems: configfs: "
` [PATCH 04/10] Documentation: filesystems: directory-locking: "
` [PATCH 05/10] Documentation: filesystems: fsverity: "
` [PATCH 06/10] Documentation: filesystems: mount_api: "
` [PATCH 07/10] Documentation: filesystems: overlayfs: "
` [PATCH 08/10] Documentation: filesystems: path-lookup: "
` [PATCH 09/10] Documentation: filesystems: sysfs-tagging: "
` [PATCH 10/10] Documentation: filesystems: vfs: drop doubled words

[PATCH v9 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-07-07 10:44 UTC  (16+ messages)
` [PATCH v9 1/4] unicode: Add utf8_casefold_hash
` [PATCH v9 2/4] fs: Add standard casefolding support
` [PATCH v9 3/4] f2fs: Use generic "
` [PATCH v9 4/4] ext4: "

[PATCH v3 0/4] Inline Encryption Support for fscrypt
 2020-07-01  3:23 UTC  (7+ messages)
` [PATCH v3 1/4] fs: introduce SB_INLINECRYPT
` [PATCH v3 2/4] fscrypt: add inline encryption support
` [PATCH v3 3/4] f2fs: "
` [PATCH v3 4/4] ext4: "

[PATCH v2 0/4] Inline Encryption Support for fscrypt
 2020-06-29 18:53 UTC  (9+ messages)
` [PATCH v2 1/4] fs: introduce SB_INLINECRYPT
` [PATCH v2 2/4] fscrypt: add inline encryption support
` [PATCH v2 3/4] f2fs: "
` [PATCH v2 4/4] ext4: "

[PATCH 0/4] Inline Encryption Support for fscrypt
 2020-06-24  0:55 UTC  (20+ messages)
` [PATCH 1/4] fs: introduce SB_INLINECRYPT
        ` [f2fs-dev] "
` [PATCH 2/4] fscrypt: add inline encryption support
` [PATCH 3/4] f2fs: "

[PATCH v5 0/5] Inline crypto support on DragonBoard 845c
 2020-06-21 17:37 UTC  (6+ messages)
` [PATCH v5 1/5] firmware: qcom_scm: Add support for programming inline crypto keys
` [PATCH v5 2/5] scsi: ufs-qcom: name the dev_ref_clk_ctrl registers
` [PATCH v5 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
` [PATCH v5 4/5] scsi: ufs: add program_key() variant op
` [PATCH v5 5/5] scsi: ufs-qcom: add Inline Crypto Engine support

[PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
 2020-06-17 23:12 UTC  (4+ messages)


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