messages from 2025-07-10 19:32:54 to 2025-11-03 13:22:18 UTC [more...]
[PATCH v4 0/6] lib/base64: add generic encoder/decoder, migrate users
2025-11-03 13:22 UTC (11+ messages)
` [PATCH v4 1/6] lib/base64: Add support for multiple variants
` [PATCH v4 2/6] lib/base64: Optimize base64_decode() with reverse lookup tables
` [PATCH v4 3/6] lib/base64: rework encode/decode for speed and stricter validation
` [PATCH v4 4/6] lib: add KUnit tests for base64 encoding/decoding
` [PATCH v4 5/6] fscrypt: replace local base64url helpers with lib/base64
` [PATCH v4 6/6] ceph: replace local base64 "
move blk-crypto-fallback to sit above the block layer
2025-10-31 9:34 UTC (10+ messages)
` [PATCH 1/9] mempool: update kerneldoc comments
` [PATCH 2/9] mempool: add error injection support
` [PATCH 3/9] mempool: add mempool_{alloc,free}_bulk
` [PATCH 4/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 5/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 6/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 7/9] blk-crypto: handle the fallback above the block layer
` [PATCH 8/9] blk-crypto: use on-stack skciphers for fallback en/decryption
` [PATCH 9/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
[PATCH v2] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
2025-10-30 7:29 UTC
[PATCH] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
2025-10-30 7:03 UTC (3+ messages)
[PATCH v3 0/6] lib/base64: add generic encoder/decoder, migrate users
2025-10-28 6:58 UTC (31+ 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 "
[syzbot] [crypto?] KMSAN: uninit-value in fscrypt_crypt_data_unit
2025-10-14 14:58 UTC
[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 (4+ messages)
` [PATCH v2 6/6] ceph: Remove gfp_t argument from ceph_fscrypt_encrypt_*()
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