linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-26 06:52:47 to 2025-12-19 20:14:15 UTC [more...]

move blk-crypto-fallback to sit above the block layer v3
 2025-12-19 20:14 UTC  (15+ messages)
` [PATCH 1/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 2/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 3/9] blk-crypto: add a bio_crypt_ctx() helper
` [PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
` [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 6/9] blk-crypto: use on-stack skcipher requests for fallback en/decryption
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
` [PATCH 8/9] blk-crypto: optimize data unit alignment checking
` [PATCH 9/9] blk-crypto: handle the fallback above the block layer

move blk-crypto-fallback to sit above the block layer v2
 2025-12-16  3:16 UTC  (23+ messages)
` [PATCH 1/9] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 2/9] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 3/9] block: merge bio_split_rw_at into bio_split_io_at
` [PATCH 4/9] blk-crypto: submit the encrypted bio in blk_crypto_fallback_bio_prep
` [PATCH 5/9] blk-crypto: optimize bio splitting in blk_crypto_fallback_encrypt_bio
` [PATCH 6/9] blk-crypto: use on-stack skcipher requests for fallback en/decryption
` [PATCH 7/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation
` [PATCH 8/9] blk-crypto: optimize data unit alignment checking
` [PATCH 9/9] blk-crypto: handle the fallback above the block layer

[syzbot] [crypto?] KMSAN: uninit-value in fscrypt_crypt_data_unit
 2025-12-12  5:16 UTC  (7+ messages)
` [syzbot] [ext4] [fscrypt] "

ext4/004 hangs with -o inlinecrypt,test_dummy_encryption
 2025-12-09 21:40 UTC  (2+ messages)

[PATCH RFC] crypto/hkdf: Fix salt length short issue in FIPS mode
 2025-11-27  3:23 UTC  (5+ messages)

fscrypt API cleanups
 2025-11-24 14:17 UTC  (17+ messages)
` [PATCH 01/11] fscrypt: pass a real sector_t to fscrypt_zeroout_range_inline_crypt
` [PATCH 02/11] fscrypt: keep multiple bios in flight in fscrypt_zeroout_range_inline_crypt
` [PATCH 03/11] fscrypt: pass a byte offset to fscrypt_generate_dun
` [PATCH 04/11] fscrypt: pass a byte offset to fscrypt_mergeable_bio
` [PATCH 05/11] fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctx
` [PATCH 06/11] fscrypt: pass a byte offset to fscrypt_zeroout_range_inline_crypt
` [PATCH 07/11] fscrypt: pass a byte length "
` [PATCH 08/11] fscrypt: return a byte offset from bh_get_inode_and_lblk_num
` [PATCH 09/11] fscrypt: pass a byte offset to fscrypt_zeroout_range
` [PATCH 10/11] fscrypt: pass a byte length "
` [PATCH 11/11] fscrypt: pass a real sector_t "

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

move blk-crypto-fallback to sit above the block layer
 2025-11-14  5:57 UTC  (41+ 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 v4 0/6] lib/base64: add generic encoder/decoder, migrate users
 2025-11-09 12:36 UTC  (25+ 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 "

[GIT PULL] fscrypt fix for v6.18-rc5
 2025-11-06 20:53 UTC  (2+ messages)

[PATCH v2] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
 2025-11-05 13:40 UTC  (7+ messages)

[PATCH v3] fscrypt: fix left shift underflow when inode->i_blkbits > PAGE_SHIFT
 2025-11-05  0:36 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 "

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


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