linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-03 21:25:51 to 2020-12-03 02:09:45 UTC [more...]

[PATCH v2 0/9] eMMC inline encryption support
 2020-12-03  2:05 UTC  (10+ messages)
` [PATCH v2 1/9] mmc: add basic support for inline encryption
` [PATCH v2 2/9] mmc: cqhci: rename cqhci.c to cqhci-core.c
` [PATCH v2 3/9] mmc: cqhci: initialize upper 64 bits of 128-bit task descriptors
` [PATCH v2 4/9] mmc: cqhci: add support for inline encryption
` [PATCH v2 5/9] mmc: cqhci: add cqhci_host_ops::program_key
` [PATCH v2 6/9] firmware: qcom_scm: update comment for ICE-related functions
` [PATCH v2 7/9] dt-bindings: mmc: sdhci-msm: add ICE registers and clock
` [PATCH v2 8/9] arm64: dts: qcom: sdm630: add ICE registers and clocks
` [PATCH v2 9/9] mmc: sdhci-msm: add Inline Crypto Engine support

[PATCH 0/8] eMMC inline encryption support
 2020-12-03  1:18 UTC  (24+ messages)
` [PATCH 1/8] mmc: add basic support for inline encryption
` [PATCH 2/8] mmc: cqhci: rename cqhci.c to cqhci-core.c
` [PATCH 3/8] mmc: cqhci: add support for inline encryption
` [PATCH 4/8] mmc: cqhci: add cqhci_host_ops::program_key
` [PATCH 5/8] firmware: qcom_scm: update comment for ICE-related functions
` [PATCH 6/8] dt-bindings: mmc: sdhci-msm: add ICE registers and clock
` [PATCH 7/8] arm64: dts: qcom: sdm630: add ICE registers and clocks
` [PATCH 8/8] mmc: sdhci-msm: add Inline Crypto Engine support

[PATCH 0/9] Allow deleting files with unsupported encryption policy
 2020-12-02 22:57 UTC  (22+ messages)
` [PATCH 1/9] ext4: remove ext4_dir_open()
` [PATCH 2/9] f2fs: remove f2fs_dir_open()
` [PATCH 3/9] ubifs: remove ubifs_dir_open()
` [PATCH 4/9] ext4: don't call fscrypt_get_encryption_info() from dx_show_leaf()
` [PATCH 5/9] fscrypt: introduce fscrypt_prepare_readdir()
` [PATCH 6/9] fscrypt: move body of fscrypt_prepare_setattr() out-of-line
` [PATCH 7/9] fscrypt: move fscrypt_require_key() to fscrypt_private.h
` [PATCH 8/9] fscrypt: unexport fscrypt_get_encryption_info()
` [PATCH 9/9] fscrypt: allow deleting files with unsupported encryption policy

[PATCH v7 0/8] add support for direct I/O with fscrypt using blk-crypto
 2020-12-02 22:52 UTC  (19+ messages)
` [PATCH v7 1/8] block: ensure bios are not split in middle of crypto data unit
` [PATCH v7 2/8] blk-crypto: don't require user buffer alignment
` [PATCH v7 3/8] fscrypt: add functions for direct I/O support
` [PATCH v7 4/8] direct-io: add support for fscrypt using blk-crypto
` [PATCH v7 5/8] iomap: support direct I/O with "
` [PATCH v7 6/8] ext4: "
` [PATCH v7 7/8] f2fs: "
` [PATCH v7 8/8] fscrypt: update documentation for direct I/O support

[PATCH] fs/inode.c: make inode_init_always() initialize i_ino to 0
 2020-12-02 21:19 UTC  (5+ messages)

max fsverity descriptor size?
 2020-12-02 18:44 UTC  (3+ messages)

backup/restore of fscrypt files
 2020-11-30 20:09 UTC  (4+ messages)

[PATCH v4 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-26  6:20 UTC  (13+ messages)
` [PATCH v4 1/3] libfs: Add generic function for setting dentry_ops
` [PATCH v4 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v4 3/3] f2fs: Handle casefolding with Encryption

[PATCH] fscrypt: simplify master key locking
 2020-11-24 23:42 UTC  (2+ messages)

[PATCH 0/5] fscrypt: prevent creating duplicate encrypted filenames
 2020-11-24 23:28 UTC  (7+ messages)
` [PATCH 1/5] fscrypt: add fscrypt_is_nokey_name()
` [PATCH 2/5] ext4: prevent creating duplicate encrypted filenames
` [PATCH 3/5] f2fs: "
` [PATCH 4/5] ubifs: "
` [PATCH 5/5] fscrypt: remove unnecessary calls to fscrypt_require_key()

[PATCH v2] block/keyslot-manager: prevent crash when num_slots=1
 2020-11-20 18:53 UTC  (3+ messages)

[PATCH v3 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-18 19:05 UTC  (7+ messages)
` [PATCH v3 1/3] libfs: Add generic function for setting dentry_ops
` [PATCH v3 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v3 3/3] f2fs: Handle casefolding with Encryption

[RFC PATCH] generic: test for creating duplicate filenames in encrypted dir
 2020-11-18  7:59 UTC 

[PATCH v2 0/3] Add support for Encryption and Casefolding in F2FS
 2020-11-18  6:27 UTC  (15+ messages)
` [PATCH v2 1/3] libfs: Add generic function for setting dentry_ops
    ` [f2fs-dev] "
` [PATCH v2 2/3] fscrypt: Have filesystems handle their d_ops
` [PATCH v2 3/3] f2fs: Handle casefolding with Encryption

[fsverity-utils PATCH v2 0/4] Add libfsverity_enable() and default params
 2020-11-17 16:53 UTC  (10+ messages)
` [fsverity-utils PATCH v2 1/4] programs/fsverity: change default block size from PAGE_SIZE to 4096
` [fsverity-utils PATCH v2 2/4] lib/compute_digest: add default hash_algorithm and block_size
` [fsverity-utils PATCH v2 3/4] lib: add libfsverity_enable() and libfsverity_enable_with_sig()
` [fsverity-utils PATCH v2 4/4] programs/fsverity: share code to parse tree parameters

[PATCH 0/4] fs-verity cleanups
 2020-11-16 19:57 UTC  (9+ messages)
` [PATCH 1/4] fs-verity: remove filenames from file comments
` [PATCH 2/4] fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest
` [PATCH 3/4] fs-verity: rename "file measurement" to "file digest"
` [PATCH 4/4] fs-verity: move structs needed for file signing to UAPI header

[PATCH] fscrypt: remove kernel-internal constants from UAPI header
 2020-11-16 19:49 UTC  (2+ messages)

[fsverity-utils PATCH 0/2] Add libfsverity_enable() API
 2020-11-16 19:28 UTC  (9+ messages)
` [fsverity-utils PATCH 1/2] lib: add libfsverity_enable() and libfsverity_enable_with_sig()
` [fsverity-utils PATCH 2/2] programs/fsverity: share code to parse tree parameters

[PATCH] block/keyslot-manager: prevent crash when num_slots=1
 2020-11-16 16:34 UTC  (7+ messages)

[fsverity-utils RFC PATCH] Add libfsverity_enable() API
 2020-11-16 11:53 UTC  (4+ messages)

[fsverity-utils PATCH 0/2] fsverity-utils cleanups
 2020-11-16 11:27 UTC  (5+ messages)
` [fsverity-utils PATCH 1/2] Upgrade to latest fsverity_uapi.h
` [fsverity-utils PATCH 2/2] Rename "file measurement" to "file digest"

Corporate and Personal Loan::,
 2020-11-13 16:08 UTC 

Corporate and Personal Loan *
 2020-11-15 16:43 UTC 

Corporate and Personal Loan/
 2020-11-10 14:10 UTC 

[xfstests PATCH] fscrypt-crypt-util: fix maximum IV size
 2020-11-15  3:15 UTC 

[PATCH] fs-verity: rename fsverity_signed_digest to fsverity_formatted_digest
 2020-11-13 21:21 UTC  (3+ messages)

[PATCH] f2fs: fix the bug in f2fs_direct_IO with inline encryption
 2020-11-13  2:57 UTC 

[GIT PULL] another fscrypt fix for 5.10-rc4
 2020-11-13  0:43 UTC  (2+ messages)

[PATCH] fscrypt: fix inline encryption not used on new files
 2020-11-12 20:29 UTC  (3+ messages)

[GIT PULL] fscrypt fix for 5.10-rc4
 2020-11-11 13:39 UTC  (2+ messages)

Corporate and Personal Loan *
 2020-11-11  8:30 UTC 

[PATCH] generic/395: remove workarounds for wrong error codes
 2020-11-10  4:41 UTC  (5+ messages)

[PATCH 0/5] Add support for Encryption and Casefolding in F2FS
 2020-11-09 22:50 UTC  (2+ messages)

[PATCH] fscrypt: remove reachable WARN in fscrypt_setup_iv_ino_lblk_32_key()
 2020-11-06 17:50 UTC  (2+ messages)

[PATCH 4.19 030/191] fscrypt: clean up and improve dentry revalidation
 2020-11-03 20:35 UTC  (2+ messages)
` [PATCH 4.19 031/191] fscrypt: fix race allowing rename() and link() of ciphertext dentries


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