messages from 2025-02-04 06:03:23 to 2025-08-10 09:04:03 UTC [more...]
[PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode
2025-08-10 9:03 UTC (16+ messages)
` [PATCH v5 01/13] fscrypt: replace raw loads of info pointer with helper function
` [PATCH v5 02/13] fscrypt: add support for info in fs-specific part of inode
` [PATCH v5 03/13] ext4: move crypt info pointer to "
` [PATCH v5 04/13] f2fs: "
` [PATCH v5 05/13] ubifs: "
` [PATCH v5 06/13] ceph: "
` [PATCH v5 07/13] fs: remove inode::i_crypt_info
` [PATCH v5 08/13] fsverity: add support for info in fs-specific part of inode
` [PATCH v5 09/13] ext4: move verity info pointer to "
` [PATCH v5 10/13] f2fs: "
` [PATCH v5 11/13] btrfs: "
` [PATCH v5 12/13] fs: remove inode::i_verity_info
` [PATCH v5 13/13] fsverity: check IS_VERITY() in fsverity_cleanup_inode()
[PATCH 0/4] fs: Remove redundant __GFP_NOWARN
2025-08-03 10:22 UTC (2+ messages)
` [PATCH 2/4] fscrypto: "
[GIT PULL] fscrypt updates for 6.17
2025-07-29 1:12 UTC (2+ messages)
[PATCH RFC DRAFT v2 00/13] Move fscrypt and fsverity out of struct inode
2025-07-25 8:15 UTC (67+ messages)
` [PATCH RFC DRAFT v2 01/13] fs: add fscrypt offset
` [PATCH RFC DRAFT v2 02/13] fs/crypto: use accessors
` [PATCH RFC DRAFT v2 03/13] ext4: move fscrypt to filesystem inode
` [PATCH RFC DRAFT v2 04/13] ubifs: "
` [PATCH RFC DRAFT v2 05/13] f2fs: "
` [PATCH RFC DRAFT v2 06/13] ceph: "
` [PATCH RFC DRAFT v2 07/13] fs: drop i_crypt_info from struct inode
` [PATCH RFC DRAFT v2 08/13] fs: add fsverity offset
` [PATCH RFC DRAFT v2 09/13] fs/verity: use accessors
` [PATCH RFC DRAFT v2 10/13] btrfs: move fsverity to filesystem inode
` [PATCH RFC DRAFT v2 11/13] ext4: "
` [PATCH RFC DRAFT v2 12/13] f2fs: "
` [PATCH RFC DRAFT v2 13/13] fs: drop i_verity_info from struct inode
` [PATCH v3 00/13] Move fscrypt and fsverity out of "
` [PATCH v3 01/13] fs: add fscrypt offset
` [PATCH v3 02/13] fs/crypto: use accessors
` [PATCH v3 03/13] ext4: move fscrypt to filesystem inode
` [PATCH v3 04/13] ubifs: "
` [PATCH v3 05/13] f2fs: "
` [PATCH v3 06/13] ceph: "
` [PATCH v3 07/13] fs: drop i_crypt_info from struct inode
` [PATCH v3 08/13] fs: add fsverity offset
` [PATCH v3 09/13] fs/verity: use accessors
` [PATCH v3 10/13] btrfs: move fsverity to filesystem inode
` [PATCH v3 11/13] ext4: "
` [PATCH v3 12/13] f2fs: "
` [PATCH v3 13/13] fs: drop i_verity_info from struct inode
` [PATCH v4 00/15] Move fscrypt and fsverity out of "
` [PATCH v4 01/15] fs: add fscrypt offset
` [PATCH v4 02/15] fs/crypto: use accessors
` [PATCH v4 03/15] ext4: move fscrypt to filesystem inode
` [PATCH v4 04/15] ubifs: "
` [PATCH v4 05/15] f2fs: "
` [PATCH v4 06/15] ceph: "
` [PATCH v4 07/15] fs: drop i_crypt_info from struct inode
` [PATCH v4 08/15] fscrypt: rephrase documentation and comments
` [PATCH v4 09/15] fs: add fsverity offset
` [PATCH v4 10/15] fs/verity: use accessors
` [PATCH v4 11/15] btrfs: move fsverity to filesystem inode
` [PATCH v4 12/15] ext4: "
` [PATCH v4 13/15] f2fs: "
` [PATCH v4 14/15] fs: drop i_verity_info from struct inode
` [PATCH v4 15/15] fsverity: rephrase documentation and comments
[PATCH v2 0/6] fscrypt: Switch to sync_skcipher and on-stack requests
2025-07-10 19:32 UTC (10+ messages)
` [PATCH v2 1/6] fscrypt: Don't use asynchronous CryptoAPI algorithms
` [PATCH v2 2/6] fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECB
` [PATCH v2 3/6] fscrypt: Switch to sync_skcipher and on-stack requests
` [PATCH v2 4/6] fscrypt: Remove gfp_t argument from fscrypt_crypt_data_unit()
` [PATCH v2 5/6] fscrypt: Remove gfp_t argument from fscrypt_encrypt_block_inplace()
` [PATCH v2 6/6] ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()
[PATCH] fscrypt: improve filename encryption and decryption performance
2025-07-08 18:20 UTC (5+ messages)
` [PATCH v2] "
[PATCH 0/3] fscrypt: Switch to sync_skcipher and on-stack requests
2025-07-08 18:13 UTC (4+ messages)
` [PATCH 1/3] fscrypt: Don't use asynchronous CryptoAPI algorithms
` [PATCH 2/3] fscrypt: Drop FORBID_WEAK_KEYS flag for AES-ECB
` [PATCH 3/3] fscrypt: Switch to sync_skcipher and on-stack requests
[PATCH v3] fscrypt: Don't use problematic non-inline crypto engines
2025-07-04 13:25 UTC (2+ messages)
[PATCH] fscrypt: don't use hardware offload Crypto API drivers
2025-06-26 2:36 UTC (18+ messages)
[PATCH] fscrypt: drop obsolete recommendation to enable optimized SHA-512
2025-06-19 19:31 UTC
[PATCH] fscrypt: explicitly include <linux/export.h>
2025-06-17 3:25 UTC (2+ messages)
[PATCH v2] fscrypt: don't use problematic non-inline crypto accelerators
2025-06-15 4:51 UTC
[GIT PULL] fscrypt update for 6.16
2025-05-26 21:20 UTC (2+ messages)
[PATCH v2 0/2] dm: pass through operations on wrapped inline crypto keys
2025-05-06 17:14 UTC (8+ messages)
` [PATCH v2 1/2] blk-crypto: export wrapped key functions
` [PATCH v2 2/2] dm: pass through operations on wrapped inline crypto keys
[PATCH 0/2] dm: pass through operations on wrapped inline crypto keys
2025-04-22 21:42 UTC (3+ messages)
` [PATCH 1/2] blk-crypto: export wrapped key functions
` [PATCH 2/2] dm: pass through operations on wrapped inline crypto keys
[PATCH v13 0/3] Support for wrapped inline encryption keys on Qualcomm SoCs
2025-04-12 1:17 UTC (7+ messages)
` [PATCH v13 1/3] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v13 2/3] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v13 3/3] ufs: qcom: add support for wrapped keys
[PATCH] docs: Remove literal markup from Documentation/ paths
2025-04-07 14:03 UTC (8+ messages)
[PATCH v13] fscrypt: add support for hardware-wrapped keys
2025-04-04 22:58 UTC
[GIT PULL] fscrypt updates for 6.15
2025-03-26 2:05 UTC (2+ messages)
[PATCH v12 0/4] Driver and fscrypt support for HW-wrapped inline encryption keys
2025-03-10 16:41 UTC (8+ messages)
` [PATCH v12 1/4] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v12 2/4] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v12 3/4] ufs: qcom: add support for wrapped keys
` [PATCH v12 4/4] fscrypt: add support for hardware-wrapped keys
[PATCH v2] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
2025-03-05 11:57 UTC (3+ messages)
RFE: Support for client-side content encryption in AFS
2025-03-05 9:33 UTC (3+ messages)
[PATCH] fscrypt: mention init_on_free instead of page poisoning
2025-03-04 21:01 UTC
[PATCH] fscrypt: drop obsolete recommendation to enable optimized ChaCha20
2025-03-04 20:55 UTC
[PATCH] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
2025-02-21 22:41 UTC (6+ messages)
[PATCH] Revert "fscrypt: relax Kconfig dependencies for crypto API algorithms"
2025-02-17 19:16 UTC (2+ messages)
crypto: fscrypt: crypto_create_tfm_node memory leak
2025-02-17 19:08 UTC (3+ messages)
[xfstests PATCH] fscrypt-crypt-util: fix KDF contexts for SM8650
2025-02-11 4:06 UTC (3+ messages)
[PATCH v11 0/7] Support for hardware-wrapped inline encryption keys
2025-02-10 16:54 UTC (11+ messages)
` [PATCH v11 5/7] soc: qcom: ice: make qcom_ice_program_key() take struct blk_crypto_key
` [PATCH v11 6/7] soc: qcom: ice: add HWKM support to the ICE driver
` [PATCH v11 7/7] ufs: qcom: add support for wrapped keys
` (subset) [PATCH v11 0/7] Support for hardware-wrapped inline encryption keys
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).