Linux-FSCrypt Archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-15 04:53:45 to 2025-10-13 09:50:03 UTC [more...]

[PATCH v3 0/6] lib/base64: add generic encoder/decoder, migrate users
 2025-10-13  9:49 UTC  (26+ messages)
` [PATCH v3 1/6] lib/base64: Add support for multiple variants
` [PATCH v3 2/6] lib/base64: Optimize base64_decode() with reverse lookup tables
` [PATCH v3 3/6] lib/base64: rework encode/decode for speed and stricter validation
` [PATCH v3 4/6] lib: add KUnit tests for base64 encoding/decoding
` [PATCH v3 5/6] fscrypt: replace local base64url helpers with lib/base64
` [PATCH v3 6/6] ceph: replace local base64 "

[PATCH] docs: fscrypt: document EFAULT return for FS_IOC_SET_ENCRYPTION_POLICY
 2025-10-10 20:39 UTC  (2+ messages)

[GIT PULL] fscrypt updates for 6.18
 2025-09-29 23:22 UTC  (2+ messages)

[PATCH] fscrypt: use HMAC-SHA512 library for HKDF
 2025-09-21 18:12 UTC  (2+ messages)

[PATCH v2 0/5] lib/base64: add generic encoder/decoder, migrate users
 2025-09-16  7:22 UTC  (28+ messages)
` [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
` [PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
` [PATCH v2 3/5] lib: add KUnit tests for base64 encoding/decoding
` [PATCH v2 4/5] fscrypt: replace local base64url helpers with generic lib/base64 helpers
` [PATCH v2 5/5] ceph: replace local base64 encode/decode "

[PATCH v2 5/5] ceph: replace local base64 encode/decode with generic lib/base64 helpers
 2025-09-11  7:33 UTC 

[PATCH v2 4/5] fscrypt: replace local base64url helpers with generic lib/base64 helpers
 2025-09-11  7:32 UTC 

[PATCH v2 3/5] lib: add KUnit tests for base64 encoding/decoding
 2025-09-11  7:32 UTC 

[PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
 2025-09-11  7:32 UTC 

[PATCH] fscrypt: optimize fscrypt_base64url_encode() with block processing
 2025-08-31 14:25 UTC  (5+ messages)

[PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode
 2025-08-15 14:28 UTC  (26+ 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-14 14:48 UTC  (4+ 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  (14+ 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 


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 read-only IMAP folder(s) and NNTP newsgroup(s).