linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-03 21:44:08 to 2020-08-01 18:12:03 UTC [more...]

[PATCH] Makefile: improve the cc-option compatibility
 2020-08-01 18:12 UTC  (3+ messages)

[fsverity-utils PATCH] Switch to MIT license
 2020-08-01 17:57 UTC  (4+ messages)

[PATCH 0/7] Split fsverity-utils into a shared library
 2020-07-31 19:14 UTC  (11+ messages)

[PATCH] fscrypt: don't load ->i_crypt_info before it's known to be valid
 2020-07-30 21:28 UTC  (2+ messages)

[PATCH v4 0/7] add support for direct I/O with fscrypt using blk-crypto
 2020-07-27 17:16 UTC  (34+ 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 0/4] e2fsprogs: fix and document the stable_inodes feature
 2020-07-27 16:45 UTC  (5+ messages)

[PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
 2020-07-27 16:45 UTC  (9+ 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 v6 0/7] add support for direct I/O with fscrypt using blk-crypto
 2020-07-27 16:43 UTC  (14+ messages)
` [PATCH v6 1/7] fscrypt: Add functions for direct I/O support
    ` [f2fs-dev] "
` [PATCH v6 2/7] direct-io: add support for fscrypt using blk-crypto
` [PATCH v6 3/7] iomap: support direct I/O with "
` [PATCH v6 4/7] ext4: "
` [PATCH v6 5/7] f2fs: "
` [PATCH v6 6/7] fscrypt: document inline encryption support
` [PATCH v6 7/7] fscrypt: update documentation for direct I/O support

[PATCH 0/5] fscrypt, fs-verity: one-time init fixes
 2020-07-27 16:38 UTC  (7+ 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] fscrypt: restrict IV_INO_LBLK_* to AES-256-XTS
 2020-07-27 16:35 UTC  (2+ messages)

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

[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] 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] 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  (9+ messages)
` [PATCH v4 1/4] fs: introduce SB_INLINECRYPT
` [PATCH v4 2/4] fscrypt: add inline encryption support
` [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  (11+ messages)
` [PATCH 01/10] Documentation: filesystems: autofs-mount-control: drop doubled words
` [PATCH 05/10] Documentation: filesystems: fsverity: drop doubled word
` [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  (4+ messages)
` [PATCH v9 4/4] ext4: Use generic casefolding support


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