linux-fscrypt
Thread
Date
Earlier messages
Messages by Thread
[PATCH v3 0/6] lib/base64: add generic encoder/decoder, migrate users
Guan-Chun Wu
[PATCH v3 3/6] lib/base64: rework encode/decode for speed and stricter validation
Guan-Chun Wu
[PATCH v3 5/6] fscrypt: replace local base64url helpers with lib/base64
Guan-Chun Wu
[PATCH v3 6/6] ceph: replace local base64 helpers with lib/base64
Guan-Chun Wu
[PATCH v3 4/6] lib: add KUnit tests for base64 encoding/decoding
Guan-Chun Wu
[PATCH v3 2/6] lib/base64: Optimize base64_decode() with reverse lookup tables
Guan-Chun Wu
[PATCH v3 1/6] lib/base64: Add support for multiple variants
Guan-Chun Wu
[PATCH v2 5/5] ceph: replace local base64 encode/decode with generic lib/base64 helpers
Guan-Chun Wu
[PATCH v2 4/5] fscrypt: replace local base64url helpers with generic lib/base64 helpers
Guan-Chun Wu
[PATCH v2 3/5] lib: add KUnit tests for base64 encoding/decoding
Guan-Chun Wu
[PATCH v2 0/5] lib/base64: add generic encoder/decoder, migrate users
Guan-Chun Wu
[PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
Guan-Chun Wu
Re: [PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
Eric Biggers
Re: [PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
FIRST_NAME LAST_NAME
Re: [PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
Guan-Chun Wu
Re: [PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
Guan-Chun Wu
Re: [PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
Caleb Sander Mateos
Re: [PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
Guan-Chun Wu
[PATCH v2 5/5] ceph: replace local base64 encode/decode with generic lib/base64 helpers
Guan-Chun Wu
[PATCH v2 4/5] fscrypt: replace local base64url helpers with generic lib/base64 helpers
Guan-Chun Wu
Re: [PATCH v2 4/5] fscrypt: replace local base64url helpers with generic lib/base64 helpers
Eric Biggers
Re: [PATCH v2 4/5] fscrypt: replace local base64url helpers with generic lib/base64 helpers
Guan-Chun Wu
[PATCH v2 3/5] lib: add KUnit tests for base64 encoding/decoding
Guan-Chun Wu
[PATCH v2 1/5] lib/base64: Replace strchr() for better performance
Guan-Chun Wu
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
Caleb Sander Mateos
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
Caleb Sander Mateos
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
Kuan-Wei Chiu
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
Kuan-Wei Chiu
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
David Laight
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
Kuan-Wei Chiu
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
David Laight
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
Kuan-Wei Chiu
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
David Laight
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
Eric Biggers
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
Kuan-Wei Chiu
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
Eric Biggers
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
Kuan-Wei Chiu
Re: [PATCH v2 1/5] lib/base64: Replace strchr() for better performance
David Laight
[PATCH v2 2/5] lib/base64: rework encoder/decoder with customizable support and update nvme-auth
Guan-Chun Wu
[PATCH] fscrypt: optimize fscrypt_base64url_encode() with block processing
Guan-Chun Wu
Re: [PATCH] fscrypt: optimize fscrypt_base64url_encode() with block processing
Eric Biggers
Re: [PATCH] fscrypt: optimize fscrypt_base64url_encode() with block processing
Guan-Chun Wu
Re: [PATCH] fscrypt: optimize fscrypt_base64url_encode() with block processing
Thomas Weißschuh
Re: [PATCH] fscrypt: optimize fscrypt_base64url_encode() with block processing
Guan-Chun Wu
[PATCH 2/4] fscrypto: Remove redundant __GFP_NOWARN
Qianfeng Rong
Re: [PATCH 2/4] fscrypto: Remove redundant __GFP_NOWARN
Eric Biggers
[GIT PULL] fscrypt updates for 6.17
Eric Biggers
Re: [GIT PULL] fscrypt updates for 6.17
pr-tracker-bot
[PATCH RFC DRAFT v2 00/13] Move fscrypt and fsverity out of struct inode
Christian Brauner
[PATCH RFC DRAFT v2 01/13] fs: add fscrypt offset
Christian Brauner
[PATCH RFC DRAFT v2 02/13] fs/crypto: use accessors
Christian Brauner
[PATCH RFC DRAFT v2 03/13] ext4: move fscrypt to filesystem inode
Christian Brauner
[PATCH RFC DRAFT v2 04/13] ubifs: move fscrypt to filesystem inode
Christian Brauner
[PATCH RFC DRAFT v2 05/13] f2fs: move fscrypt to filesystem inode
Christian Brauner
[PATCH RFC DRAFT v2 06/13] ceph: move fscrypt to filesystem inode
Christian Brauner
[PATCH RFC DRAFT v2 09/13] fs/verity: use accessors
Christian Brauner
[PATCH RFC DRAFT v2 11/13] ext4: move fsverity to filesystem inode
Christian Brauner
[PATCH RFC DRAFT v2 07/13] fs: drop i_crypt_info from struct inode
Christian Brauner
[PATCH RFC DRAFT v2 13/13] fs: drop i_verity_info from struct inode
Christian Brauner
[PATCH RFC DRAFT v2 08/13] fs: add fsverity offset
Christian Brauner
[PATCH RFC DRAFT v2 10/13] btrfs: move fsverity to filesystem inode
Christian Brauner
[PATCH RFC DRAFT v2 12/13] f2fs: move fsverity to filesystem inode
Christian Brauner
Re: [PATCH RFC DRAFT v2 00/13] Move fscrypt and fsverity out of struct inode
Christian Brauner
[PATCH v3 00/13] Move fscrypt and fsverity out of struct inode
Christian Brauner
[PATCH v3 01/13] fs: add fscrypt offset
Christian Brauner
Re: [PATCH v3 01/13] fs: add fscrypt offset
Eric Biggers
Re: [PATCH v3 01/13] fs: add fscrypt offset
Christian Brauner
Re: [PATCH v3 01/13] fs: add fscrypt offset
Al Viro
[PATCH v3 02/13] fs/crypto: use accessors
Christian Brauner
[PATCH v3 03/13] ext4: move fscrypt to filesystem inode
Christian Brauner
Re: [PATCH v3 03/13] ext4: move fscrypt to filesystem inode
Eric Biggers
Re: [PATCH v3 03/13] ext4: move fscrypt to filesystem inode
Christian Brauner
[PATCH v3 04/13] ubifs: move fscrypt to filesystem inode
Christian Brauner
[PATCH v3 05/13] f2fs: move fscrypt to filesystem inode
Christian Brauner
[PATCH v3 06/13] ceph: move fscrypt to filesystem inode
Christian Brauner
Re: [PATCH v3 06/13] ceph: move fscrypt to filesystem inode
Eric Biggers
Re: [PATCH v3 06/13] ceph: move fscrypt to filesystem inode
Christian Brauner
[PATCH v3 07/13] fs: drop i_crypt_info from struct inode
Christian Brauner
Re: [PATCH v3 07/13] fs: drop i_crypt_info from struct inode
Eric Biggers
Re: [PATCH v3 07/13] fs: drop i_crypt_info from struct inode
Christian Brauner
[PATCH v3 08/13] fs: add fsverity offset
Christian Brauner
Re: [PATCH v3 08/13] fs: add fsverity offset
Al Viro
[PATCH v3 10/13] btrfs: move fsverity to filesystem inode
Christian Brauner
[PATCH v3 09/13] fs/verity: use accessors
Christian Brauner
Re: [PATCH v3 09/13] fs/verity: use accessors
Eric Biggers
Re: [PATCH v3 09/13] fs/verity: use accessors
Christian Brauner
[PATCH v3 11/13] ext4: move fsverity to filesystem inode
Christian Brauner
[PATCH v3 12/13] f2fs: move fsverity to filesystem inode
Christian Brauner
[PATCH v3 13/13] fs: drop i_verity_info from struct inode
Christian Brauner
[PATCH v4 00/15] Move fscrypt and fsverity out of struct inode
Christian Brauner
[PATCH v4 01/15] fs: add fscrypt offset
Christian Brauner
[PATCH v4 02/15] fs/crypto: use accessors
Christian Brauner
Re: [PATCH v4 02/15] fs/crypto: use accessors
Eric Biggers
Re: [PATCH v4 02/15] fs/crypto: use accessors
Eric Biggers
[PATCH v4 03/15] ext4: move fscrypt to filesystem inode
Christian Brauner
Re: [PATCH v4 03/15] ext4: move fscrypt to filesystem inode
Eric Biggers
[PATCH v4 04/15] ubifs: move fscrypt to filesystem inode
Christian Brauner
[PATCH v4 05/15] f2fs: move fscrypt to filesystem inode
Christian Brauner
[PATCH v4 06/15] ceph: move fscrypt to filesystem inode
Christian Brauner
Re: [PATCH v4 06/15] ceph: move fscrypt to filesystem inode
Eric Biggers
Re: [PATCH v4 06/15] ceph: move fscrypt to filesystem inode
Christian Brauner
[PATCH v4 07/15] fs: drop i_crypt_info from struct inode
Christian Brauner
Re: [PATCH v4 07/15] fs: drop i_crypt_info from struct inode
Eric Biggers
[PATCH v4 08/15] fscrypt: rephrase documentation and comments
Christian Brauner
Re: [PATCH v4 08/15] fscrypt: rephrase documentation and comments
Eric Biggers
[PATCH v4 09/15] fs: add fsverity offset
Christian Brauner
Re: [PATCH v4 09/15] fs: add fsverity offset
Eric Biggers
[PATCH v4 10/15] fs/verity: use accessors
Christian Brauner
[PATCH v4 11/15] btrfs: move fsverity to filesystem inode
Christian Brauner
[PATCH v4 12/15] ext4: move fsverity to filesystem inode
Christian Brauner
[PATCH v4 13/15] f2fs: move fsverity to filesystem inode
Christian Brauner
[PATCH v4 14/15] fs: drop i_verity_info from struct inode
Christian Brauner
Re: [PATCH v4 14/15] fs: drop i_verity_info from struct inode
Eric Biggers
[PATCH v4 15/15] fsverity: rephrase documentation and comments
Christian Brauner
Re: [PATCH RFC DRAFT v2 00/13] Move fscrypt and fsverity out of struct inode
Jeff Layton
[PATCH] fscrypt: drop obsolete recommendation to enable optimized SHA-512
Eric Biggers
[PATCH] fscrypt: explicitly include <linux/export.h>
Eric Biggers
Re: [PATCH] fscrypt: explicitly include <linux/export.h>
Eric Biggers
[GIT PULL] fscrypt updates for 6.15
Eric Biggers
Re: [GIT PULL] fscrypt updates for 6.15
pr-tracker-bot
[PATCH] fscrypt: mention init_on_free instead of page poisoning
Eric Biggers
[PATCH] fscrypt: drop obsolete recommendation to enable optimized ChaCha20
Eric Biggers
[PATCH v2] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Matthew Wilcox (Oracle)
Re: [PATCH v2] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Eric Biggers
Re: [PATCH v2] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Christian Brauner
[PATCH] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Matthew Wilcox (Oracle)
Re: [PATCH] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Eric Biggers
Re: [PATCH] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Matthew Wilcox
Re: [PATCH] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Eric Biggers
Re: [PATCH] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Matthew Wilcox
Re: [PATCH] fscrypt: Change fscrypt_encrypt_pagecache_blocks() to take a folio
Eric Biggers
[xfstests PATCH] fscrypt-crypt-util: fix KDF contexts for SM8650
Eric Biggers
Re: [xfstests PATCH] fscrypt-crypt-util: fix KDF contexts for SM8650
Eric Biggers
Re: [xfstests PATCH] fscrypt-crypt-util: fix KDF contexts for SM8650
Zorro Lang
[PATCH v2 0/3] xfstests: test the fscrypt hardware-wrapped key support
Eric Biggers
[PATCH v2 3/3] generic: verify ciphertext with hardware-wrapped keys
Eric Biggers
[PATCH v2 2/3] common/encrypt: support hardware-wrapped key testing
Eric Biggers
[PATCH v2 1/3] fscrypt-crypt-util: add hardware KDF support
Eric Biggers
Re: [PATCH v2 0/3] xfstests: test the fscrypt hardware-wrapped key support
Zorro Lang
Re: [PATCH 06/18] fscrypt: Include <linux/prandom.h> instead of <linux/random.h>
Eric Biggers
Re: [PATCH 06/18] fscrypt: Include <linux/prandom.h> instead of <linux/random.h>
Uros Bizjak
Software encryption at fscrypt causing the filesystem access unresponsive
Yuvaraj Ranganathan
Re: Software encryption at fscrypt causing the filesystem access unresponsive
Theodore Ts'o
RE: Software encryption at fscrypt causing the filesystem access unresponsive
Yuvaraj Ranganathan (QUIC)
Re: Software encryption at fscrypt causing the filesystem access unresponsive
Eric Biggers
[PATCH] scsi: ufs: exynos: Don't resume FMP when crypto support disabled
Eric Biggers
Re: [PATCH] scsi: ufs: exynos: Don't resume FMP when crypto support disabled
Bart Van Assche
Re: [PATCH] scsi: ufs: exynos: Don't resume FMP when crypto support disabled
Martin K. Petersen
Possible kernel bug: Ubuntu Kernel linux-image-6.5.0-44-generic appears to have issues with fscrypt running on CephFS backend.
Fmaster
[PATCH v3 0/6] Basic inline encryption support for ufs-exynos
Eric Biggers
[PATCH v3 1/6] scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
Eric Biggers
RE: [PATCH v3 1/6] scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
Alim Akhtar
[PATCH v3 2/6] scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
Eric Biggers
RE: [PATCH v3 2/6] scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
Alim Akhtar
[PATCH v3 3/6] scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
Eric Biggers
RE: [PATCH v3 3/6] scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
Alim Akhtar
[PATCH v3 4/6] scsi: ufs: core: Add fill_crypto_prdt variant op
Eric Biggers
RE: [PATCH v3 4/6] scsi: ufs: core: Add fill_crypto_prdt variant op
Alim Akhtar
[PATCH v3 5/6] scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
Eric Biggers
RE: [PATCH v3 5/6] scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
Alim Akhtar
[PATCH v3 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Eric Biggers
Re: [PATCH v3 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Peter Griffin
Re: [PATCH v3 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Eric Biggers
Re: [PATCH v3 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Peter Griffin
RE: [PATCH v3 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Alim Akhtar
Re: [PATCH v3 0/6] Basic inline encryption support for ufs-exynos
Martin K. Petersen
Re: [PATCH v3 0/6] Basic inline encryption support for ufs-exynos
Martin K. Petersen
[PATCH v2 0/6] Basic inline encryption support for ufs-exynos
Eric Biggers
[PATCH v2 1/6] scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
Eric Biggers
Re: [PATCH v2 1/6] scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
Peter Griffin
[PATCH v2 2/6] scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
Eric Biggers
Re: [PATCH v2 2/6] scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
Peter Griffin
[PATCH v2 3/6] scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
Eric Biggers
Re: [PATCH v2 3/6] scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
Peter Griffin
[PATCH v2 4/6] scsi: ufs: core: Add fill_crypto_prdt variant op
Eric Biggers
Re: [PATCH v2 4/6] scsi: ufs: core: Add fill_crypto_prdt variant op
Peter Griffin
[PATCH v2 5/6] scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
Eric Biggers
Re: [PATCH v2 5/6] scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
Peter Griffin
[PATCH v2 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Eric Biggers
Re: [PATCH v2 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Bart Van Assche
Re: [PATCH v2 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Peter Griffin
Re: [PATCH v2 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Eric Biggers
Re: [PATCH v2 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Eric Biggers
RE: [PATCH v2 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Alim Akhtar
Re: [PATCH v2 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Eric Biggers
Re: [PATCH v2 0/6] Basic inline encryption support for ufs-exynos
Bart Van Assche
[PATCH 0/6] Basic inline encryption support for ufs-exynos
Eric Biggers
[PATCH 1/6] scsi: ufs: core: Add UFSHCD_QUIRK_CUSTOM_CRYPTO_PROFILE
Eric Biggers
[PATCH 2/6] scsi: ufs: core: fold ufshcd_clear_keyslot() into its caller
Eric Biggers
[PATCH 4/6] scsi: ufs: core: Add fill_crypto_prdt variant op
Eric Biggers
[PATCH 3/6] scsi: ufs: core: Add UFSHCD_QUIRK_BROKEN_CRYPTO_ENABLE
Eric Biggers
[PATCH 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Eric Biggers
Re: [PATCH 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Bart Van Assche
Re: [PATCH 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Eric Biggers
Re: [PATCH 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Sam Protsenko
Re: [PATCH 6/6] scsi: ufs: exynos: Add support for Flash Memory Protector (FMP)
Eric Biggers
[PATCH 5/6] scsi: ufs: core: Add UFSHCD_QUIRK_KEYS_IN_PRDT
Eric Biggers
[PATCH] ext4: add casefolded file check
Lizhi Xu
Re: [PATCH] ext4: add casefolded file check
Eric Biggers
Re: [PATCH] ext4: add casefolded file check
Lizhi Xu
Earlier messages