Filesystem Crypto
[Prev Page][Next Page]
- [PATCH 0/4] statx: expose the fs-verity bit
- Re: [PATCH v2 1/3] fscrypt: add support for IV_INO_LBLK_64 policies
- [PATCH v5 9/9] ext4: add inline encryption support
- [PATCH v5 8/9] f2fs: add inline encryption support
- [PATCH v5 7/9] fscrypt: add inline encryption support
- [PATCH v5 6/9] scsi: ufs: Add inline encryption support to UFS
- [PATCH v5 5/9] scsi: ufs: UFS crypto API
- [PATCH v5 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
- [PATCH v5 3/9] block: blk-crypto for Inline Encryption
- [PATCH v5 2/9] block: Add encryption context to struct bio
- [PATCH v5 1/9] block: Keyslot Manager for Inline Encryption
- [PATCH v5 0/9] Inline Encryption Support
- Re: [PATCH v2 0/2] ext4: support encryption with blocksize != PAGE_SIZE
- [PATCH v2 1/3] fscrypt: add support for IV_INO_LBLK_64 policies
- [PATCH v2 2/3] ext4: add support for IV_INO_LBLK_64 encryption policies
- [PATCH v2 3/3] f2fs: add support for IV_INO_LBLK_64 encryption policies
- [PATCH v2 0/3] fscrypt: support for IV_INO_LBLK_64 policies
- Re: [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- Re: [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- Re: [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- Re: [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- Re: [PATCH v3 0/9] xfstests: add tests for fscrypt key management improvements
- Re: [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- Re: [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- Re: [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- [Kernel.org Helpdesk #80522] Please add linux-fscrypt@xxxxxxxxxxxxxxx to lore.kernel.org
- From: Chris Hoy Poy via RT
- [PATCH v2 1/2] fs/buffer.c: support fscrypt in block_read_full_page()
- [PATCH v2 2/2] ext4: Enable encryption for subpage-sized blocks
- [PATCH v2 0/2] ext4: support encryption with blocksize != PAGE_SIZE
- Re: [PATCH 3/3] f2fs: add support for INLINE_CRYPT_OPTIMIZED encryption policies
- Re: [PATCH 2/3] ext4: add support for INLINE_CRYPT_OPTIMIZED encryption policies
- Re: [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- Re: [PATCH 2/3] ext4: add support for INLINE_CRYPT_OPTIMIZED encryption policies
- Re: [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- Re: [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- Re: [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- Re: arch/riscv doesn't support xchg() on bool
- Re: arch/riscv doesn't support xchg() on bool
- [e2fsprogs PATCH] Support the stable_inodes feature
- [PATCH 2/3] ext4: add support for INLINE_CRYPT_OPTIMIZED encryption policies
- [PATCH 1/3] fscrypt: add support for inline-encryption-optimized policies
- [PATCH 3/3] f2fs: add support for INLINE_CRYPT_OPTIMIZED encryption policies
- [PATCH 0/3] fscrypt: support for inline-encryption-optimized policies
- [PATCH v2] fscrypt: avoid data race on fscrypt_mode::logged_impl_name
- Re: [PATCH] docs: ioctl-number: document fscrypt ioctl numbers
- Re: [PATCH] fscrypt: zeroize fscrypt_info before freeing
- Re: [PATCH] fscrypt: remove struct fscrypt_ctx
- Re: [PATCH] fscrypt: invoke crypto API for ESSIV handling
- Re: [xfstests-bld PATCH] test-appliance: add ext4/encrypt_1k test config
- [Kernel.org Helpdesk #80522] Please add linux-fscrypt@xxxxxxxxxxxxxxx to lore.kernel.org
- From: Chris Hoy Poy via RT
- Re: [PATCH 1/2] fs/buffer.c: support fscrypt in block_read_full_page()
- Re: [PATCH 0/2] ext4: support encryption with blocksize != PAGE_SIZE
- [xfstests-bld PATCH] test-appliance: add ext4/encrypt_1k test config
- [PATCH 2/2] ext4: Enable encryption for subpage-sized blocks
- [PATCH 1/2] fs/buffer.c: support fscrypt in block_read_full_page()
- [PATCH 0/2] ext4: support encryption with blocksize != PAGE_SIZE
- Please add linux-fscrypt@xxxxxxxxxxxxxxx to lore.kernel.org
- [PATCH v3 1/9] common/encrypt: disambiguate session encryption keys
- [PATCH v3 5/9] generic: add basic test for fscrypt API additions
- [PATCH v3 4/9] common/encrypt: support verifying ciphertext of v2 encryption policies
- [PATCH v3 8/9] generic: verify ciphertext of v2 encryption policies with AES-128
- [PATCH v3 9/9] generic: verify ciphertext of v2 encryption policies with Adiantum
- [PATCH v3 6/9] generic: add test for non-root use of fscrypt API additions
- [PATCH v3 2/9] common/encrypt: add helper functions that wrap new xfs_io commands
- [PATCH v3 0/9] xfstests: add tests for fscrypt key management improvements
- [PATCH v3 3/9] common/encrypt: support checking for v2 encryption policy support
- [PATCH v3 7/9] generic: verify ciphertext of v2 encryption policies with AES-256
- [PATCH] generic: add an fs-verity stress test
- Re: [PATCH] fscrypt: invoke crypto API for ESSIV handling
- [PATCH] docs: ioctl-number: document fscrypt ioctl numbers
- [PATCH] fscrypt: zeroize fscrypt_info before freeing
- [PATCH] fscrypt: avoid data race on fscrypt_mode::logged_impl_name
- [PATCH] fscrypt: remove struct fscrypt_ctx
- [PATCH] fscrypt: invoke crypto API for ESSIV handling
- [PATCH v4 7/8] generic: test using fs-verity and fscrypt simultaneously
- [PATCH v4 5/8] generic: test corrupting verity files
- [PATCH v4 8/8] generic: test the fs-verity built-in signature verification support
- [PATCH v4 6/8] generic: test that fs-verity is using the correct measurement values
- [PATCH v4 3/8] generic: test general behavior of verity files
- [PATCH v4 2/8] common/verity: add common functions for testing fs-verity
- [PATCH v4 4/8] generic: test access controls on the fs-verity ioctls
- [PATCH v4 0/8] xfstests: add fs-verity tests
- [PATCH v4 1/8] common/filter: add _filter_xfs_io_fiemap()
- Re: [PATCH v3 0/9] xfsprogs: support fscrypt API additions in xfs_io
- Re: [RFC PATCH 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
- [PATCH v3 3/9] xfs_io/encrypt: generate encryption modes for 'help set_encpolicy'
- [PATCH v3 4/9] xfs_io/encrypt: add new encryption modes
- [PATCH v3 8/9] xfs_io/encrypt: add 'rm_enckey' command
- [PATCH v3 6/9] xfs_io/encrypt: extend 'set_encpolicy' to support v2 policies
- [PATCH v3 7/9] xfs_io/encrypt: add 'add_enckey' command
- [PATCH v3 9/9] xfs_io/encrypt: add 'enckey_status' command
- [PATCH v3 5/9] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
- [PATCH v3 2/9] xfs_io/encrypt: update to UAPI definitions from Linux v5.4
- [PATCH v3 0/9] xfsprogs: support fscrypt API additions in xfs_io
- [PATCH v3 1/9] xfs_io/encrypt: remove unimplemented encryption modes
- Re: [RFC PATCH 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
- Re: [RFC PATCH 3/8] xfs_io/encrypt: add new encryption modes
- Re: [PATCH v2 7/8] xfs_io/encrypt: add 'rm_enckey' command
- Re: [RFC PATCH 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
- Re: [RFC PATCH 3/8] xfs_io/encrypt: add new encryption modes
- Re: [PATCH v2 7/8] xfs_io/encrypt: add 'rm_enckey' command
- Re: [PATCH v4 2/8] block: Add encryption context to struct bio
- [PATCH v2 7/9] generic: verify ciphertext of v2 encryption policies with AES-256
- [PATCH v2 9/9] generic: verify ciphertext of v2 encryption policies with Adiantum
- [PATCH v2 6/9] generic: add test for non-root use of fscrypt API additions
- [PATCH v2 5/9] generic: add basic test for fscrypt API additions
- [PATCH v2 4/9] common/encrypt: support verifying ciphertext of v2 encryption policies
- [PATCH v2 8/9] generic: verify ciphertext of v2 encryption policies with AES-128
- [PATCH v2 3/9] common/encrypt: support checking for v2 encryption policy support
- [PATCH v2 1/9] common/encrypt: disambiguate session encryption keys
- [PATCH v2 2/9] common/encrypt: add helper functions that wrap new xfs_io commands
- [PATCH v2 0/9] xfstests: add tests for fscrypt key management improvements
- [PATCH v2 7/8] xfs_io/encrypt: add 'rm_enckey' command
- [PATCH v2 8/8] xfs_io/encrypt: add 'enckey_status' command
- [PATCH v2 6/8] xfs_io/encrypt: add 'add_enckey' command
- [PATCH v2 5/8] xfs_io/encrypt: extend 'set_encpolicy' to support v2 policies
- [PATCH v2 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
- [PATCH v2 2/8] xfs_io/encrypt: update to UAPI definitions from Linux v5.4
- [PATCH v2 3/8] xfs_io/encrypt: add new encryption modes
- [PATCH v2 1/8] xfs_io/encrypt: remove unimplemented encryption modes
- [PATCH v2 0/8] xfsprogs: support fscrypt API additions in xfs_io
- Re: [GIT PULL] fs-verity for 5.4
- Re: [GIT PULL] fscrypt updates for 5.4
- Re: [PATCH v5] e2fsck: check for consistent encryption policies
- [PATCH v5] e2fsck: check for consistent encryption policies
- Re: [PATCH v4] e2fsck: check for consistent encryption policies
- [GIT PULL] fs-verity for 5.4
- [GIT PULL] fscrypt updates for 5.4
- Re: [PATCH RESEND V5 0/7] Consolidate FS read I/O callbacks code
- Re: [PATCH v4] e2fsck: check for consistent encryption policies
- [PATCH RESEND V5 2/7] FS: Introduce read callbacks
- [PATCH RESEND V5 7/7] fscrypt: remove struct fscrypt_ctx
- [PATCH RESEND V5 6/7] ext4: Enable encryption for subpage-sized blocks
- [PATCH RESEND V5 5/7] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
- [PATCH RESEND V5 4/7] fs/buffer.c: add decryption support via read_callbacks
- [PATCH RESEND V5 0/7] Consolidate FS read I/O callbacks code
- [PATCH RESEND V5 3/7] fs/mpage.c: Integrate read callbacks
- [PATCH RESEND V5 1/7] buffer_head: Introduce BH_Read_Cb flag
- [PATCH v4] e2fsck: check for consistent encryption policies
- Re: [PATCH v3] e2fsck: check for consistent encryption policies
- Re: [PATCH v3] e2fsck: check for consistent encryption policies
- Re: [PATCH v3] e2fsck: check for consistent encryption policies
- Re: [PATCH v3] e2fsck: check for consistent encryption policies
- Re: [PATCH v13 6/6] md: dm-crypt: omit parsing of the encapsulated cipher
- Re: [PATCH v13 6/6] md: dm-crypt: omit parsing of the encapsulated cipher
- Re: [PATCH v13 5/6] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH v13 5/6] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH v13 6/6] md: dm-crypt: omit parsing of the encapsulated cipher
- Re: [PATCH v13 5/6] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH V5 0/7] Consolidate FS read I/O callbacks code
- Re: [PATCH] ext4 crypto: fix to check feature status before get policy
- Re: [RFC PATCH 0/9] xfstests: add tests for fscrypt key management improvements
- Re: [RFC PATCH 3/9] common/encrypt: support checking for v2 encryption policy support
- Re: [PATCH v13 1/6] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH] ext4 crypto: fix to check feature status before get policy
- Re: [PATCH] ext4 crypto: fix to check feature status before get policy
- Re: [PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v13 1/6] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH 5/9] block: support diskcipher
- Re: [PATCH v4 7/8] fscrypt: wire up fscrypt to use blk-crypto
- Re: [PATCH v4 5/8] scsi: ufs: UFS crypto API
- Re: [PATCH v4 3/8] block: blk-crypto for Inline Encryption
- Re: [PATCH v4 1/8] block: Keyslot Manager for Inline Encryption
- Re: [PATCH 5/9] block: support diskcipher
- Re: [PATCH 5/9] block: support diskcipher
- Re: [PATCH v4 3/8] block: blk-crypto for Inline Encryption
- [PATCH V5 4/7] fs/buffer.c: add decryption support via read_callbacks
- [PATCH V5 3/7] fs/mpage.c: Integrate read callbacks
- [PATCH V5 0/7] Consolidate FS read I/O callbacks code
- [PATCH V5 2/7] FS: Introduce read callbacks
- [PATCH V5 1/7] buffer_head: Introduce BH_Read_Cb flag
- [PATCH v3] e2fsck: check for consistent encryption policies
- [PATCH V5 7/7] fscrypt: remove struct fscrypt_ctx
- [PATCH V5 6/7] ext4: Enable encryption for subpage-sized blocks
- [PATCH V5 5/7] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
- Re: [PATCH 6/9] dm crypt: support diskcipher
- Re: [PATCH 6/9] dm crypt: support diskcipher
- Re: [PATCH 6/9] dm crypt: support diskcipher
- Re: [PATCH 5/9] block: support diskcipher
- Re: [PATCH 1/9] crypt: Add diskcipher
- Re: [PATCH 1/9] crypt: Add diskcipher
- From: Krzysztof Kozlowski
- Re: [PATCH 5/9] block: support diskcipher
- Re: [PATCH 5/9] block: support diskcipher
- Re: [PATCH 6/9] dm crypt: support diskcipher
- Re: [PATCH 6/9] dm crypt: support diskcipher
- [PATCH v4 8/8] f2fs: Wire up f2fs to use inline encryption via fscrypt
- [PATCH v4 7/8] fscrypt: wire up fscrypt to use blk-crypto
- [PATCH v4 6/8] scsi: ufs: Add inline encryption support to UFS
- [PATCH v4 5/8] scsi: ufs: UFS crypto API
- [PATCH v4 4/8] scsi: ufs: UFS driver v2.1 spec crypto additions
- [PATCH v4 3/8] block: blk-crypto for Inline Encryption
- [PATCH v4 2/8] block: Add encryption context to struct bio
- [PATCH v4 1/8] block: Keyslot Manager for Inline Encryption
- [PATCH v4 0/8] Inline Encryption Support
- Re: [PATCH 6/9] dm crypt: support diskcipher
- Re: [PATCH 6/9] dm crypt: support diskcipher
- Re: [PATCH 6/9] dm crypt: support diskcipher
- [PATCH 0/9] Flash Memory Protector Support
- [PATCH 1/9] crypt: Add diskcipher
- [PATCH 3/9] mmc: dw_mmc: support crypto operation
- [PATCH 5/9] block: support diskcipher
- [PATCH 4/9] mmc: dw_mmc-exynos: support FMP
- [PATCH 9/9] fs: f2fs: support diskcipher
- [PATCH 8/9] fs: ext4: support diskcipher
- [PATCH 7/9] fscrypt: support diskcipher
- [PATCH 6/9] dm crypt: support diskcipher
- [PATCH 2/9] crypto: fmp: add Flash Memory Protector driver
- Re: [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- Re: [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- Re: [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- Re: [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- Re: [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- Re: [PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [f2fs-dev] [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- Re: [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- Re: [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- Re: [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- Re: [PATCH v12 1/4] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v13 6/6] md: dm-crypt: omit parsing of the encapsulated cipher
- [PATCH v13 5/6] md: dm-crypt: switch to ESSIV crypto API template
- [PATCH v13 4/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- [PATCH v13 3/6] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
- [PATCH v13 2/6] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
- [PATCH v13 1/6] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v13 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v12 1/4] crypto: essiv - create wrapper template for ESSIV generation
- Re: [f2fs-dev] [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- Re: [PATCH v12 1/4] crypto: essiv - create wrapper template for ESSIV generation
- Re: [f2fs-dev] [PATCH 3/6] f2fs: skip truncate when verity in progress in ->write_begin()
- Re: [PATCH 0/6] fs-verity fixups
- Re: [f2fs-dev] [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- Re: [PATCH v12 0/4] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v12 0/4] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v12 0/4] crypto: switch to crypto API for ESSIV generation
- [PATCH V4 0/8] Consolidate FS read I/O callbacks code
- [PATCH V4 8/8] fscrypt: remove struct fscrypt_ctx
- [PATCH V4 6/8] ext4: Wire up ext4_readpage[s] to use mpage_readpage[s]
- [PATCH V4 4/8] fs/buffer.c: add decryption support via read_callbacks
- [PATCH V4 7/8] ext4: Enable encryption for subpage-sized blocks
- [PATCH V4 5/8] f2fs: Use read_callbacks for decrypting file data
- [PATCH V4 3/8] fs/mpage.c: Integrate read callbacks
- [PATCH V4 2/8] FS: Introduce read callbacks
- [PATCH V4 1/8] buffer_head: Introduce BH_Read_Cb flag
- [PATCH v12 4/4] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- [PATCH v12 3/4] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
- [PATCH v12 2/4] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
- [PATCH v12 1/4] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v12 0/4] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v11 1/4] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v11 1/4] crypto: essiv - create wrapper template for ESSIV generation
- Re: Merge resolution for fscrypt and keyrings trees
- Re: Merge resolution for fscrypt and keyrings trees
- Re: [PATCH v11 1/4] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v11 1/4] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v11 1/4] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v11 1/4] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v11 1/4] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v8 00/20] fscrypt: key management improvements
- Re: [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [PATCH 0/4] fscrypt: logging improvements, and use ENOPKG
- Re: [PATCH] fscrypt: clean up base64 encoding/decoding
- Re: [PATCH] fscrypt: remove loadable module related code
- Merge resolution for fscrypt and keyrings trees
- [PATCH v11 4/4] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- [PATCH v11 3/4] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
- [PATCH v11 2/4] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
- [PATCH v11 1/4] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v11 0/4] crypto: switch to crypto API for ESSIV generation
- Re: [dm-devel] [PATCH v10 2/7] fs: crypto: invoke crypto API for ESSIV handling
- Re: [dm-devel] [PATCH v10 2/7] fs: crypto: invoke crypto API for ESSIV handling
- Re: [PATCH v10 1/7] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v10 2/7] fs: crypto: invoke crypto API for ESSIV handling
- Re: [PATCH 3/6] f2fs: skip truncate when verity in progress in ->write_begin()
- Re: [PATCH v8 20/20] fscrypt: document the new ioctls and policy version
- Re: [PATCH v8 13/20] fscrypt: v2 encryption policy support
- Re: [PATCH v8 15/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
- Re: [PATCH v8 14/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
- Re: [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [PATCH 3/6] f2fs: skip truncate when verity in progress in ->write_begin()
- Re: [PATCH v8 08/20] fscrypt: rename keyinfo.c to keysetup.c
- Re: [PATCH v8 07/20] fscrypt: move v1 policy key setup to keysetup_v1.c
- Re: [PATCH v8 06/20] fscrypt: refactor key setup code in preparation for v2 policies
- Re: [PATCH v8 05/20] fscrypt: rename fscrypt_master_key to fscrypt_direct_key
- Re: [PATCH v10 2/7] fs: crypto: invoke crypto API for ESSIV handling
- Re: [PATCH v10 1/7] crypto: essiv - create wrapper template for ESSIV generation
- [RFC PATCH 4/9] common/encrypt: support verifying ciphertext of v2 encryption policies
- [RFC PATCH 7/9] generic: verify ciphertext of v2 encryption policies with AES-256
- [RFC PATCH 6/9] generic: add test for non-root use of fscrypt API additions
- [RFC PATCH 9/9] generic: verify ciphertext of v2 encryption policies with Adiantum
- [RFC PATCH 8/9] generic: verify ciphertext of v2 encryption policies with AES-128
- [RFC PATCH 5/9] generic: add basic test for fscrypt API additions
- [RFC PATCH 1/9] common/encrypt: disambiguate session encryption keys
- [RFC PATCH 3/9] common/encrypt: support checking for v2 encryption policy support
- [RFC PATCH 0/9] xfstests: add tests for fscrypt key management improvements
- [RFC PATCH 2/9] common/encrypt: add helper functions that wrap new xfs_io commands
- [RFC PATCH 4/8] xfs_io/encrypt: extend 'get_encpolicy' to support v2 policies
- [RFC PATCH 3/8] xfs_io/encrypt: add new encryption modes
- [RFC PATCH 5/8] xfs_io/encrypt: extend 'set_encpolicy' to support v2 policies
- [RFC PATCH 8/8] xfs_io/encrypt: add 'enckey_status' command
- [RFC PATCH 7/8] xfs_io/encrypt: add 'rm_enckey' command
- [RFC PATCH 2/8] xfs_io/encrypt: update to UAPI definitions from Linux v5.4
- [RFC PATCH 6/8] xfs_io/encrypt: add 'add_enckey' command
- [RFC PATCH 1/8] xfs_io/encrypt: remove unimplemented encryption modes
- [RFC PATCH 0/8] xfsprogs: support fscrypt API additions in xfs_io
- [PATCH v10 7/7] md: dm-crypt: omit parsing of the encapsulated cipher
- [PATCH v10 6/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- [PATCH v10 5/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
- [PATCH v10 4/7] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
- [PATCH v10 3/7] md: dm-crypt: switch to ESSIV crypto API template
- [PATCH v10 2/7] fs: crypto: invoke crypto API for ESSIV handling
- [PATCH v10 1/7] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v10 0/7] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v9 3/7] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [PATCH v9 3/7] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH 6/6] f2fs: use EFSCORRUPTED in f2fs_get_verity_descriptor()
- Re: [PATCH 3/6] f2fs: skip truncate when verity in progress in ->write_begin()
- Re: [PATCH v9 3/7] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH v9 3/7] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH v9 3/7] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH v9 3/7] md: dm-crypt: switch to ESSIV crypto API template
- [PATCH 2/6] ext4: skip truncate when verity in progress in ->write_begin()
- [PATCH 4/6] ext4: remove ext4_bio_encrypted()
- [PATCH 6/6] f2fs: use EFSCORRUPTED in f2fs_get_verity_descriptor()
- [PATCH 3/6] f2fs: skip truncate when verity in progress in ->write_begin()
- [PATCH 5/6] ext4: fix comment in ext4_end_enable_verity()
- [PATCH 0/6] fs-verity fixups
- [PATCH 1/6] fs-verity: fix crash on read error in build_merkle_tree_level()
- [PATCH v9 7/7] md: dm-crypt: omit parsing of the encapsulated cipher
- [PATCH v9 6/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- [PATCH v9 4/7] crypto: essiv - add tests for essiv in cbc(aes)+sha256 mode
- [PATCH v9 5/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
- [PATCH v9 3/7] md: dm-crypt: switch to ESSIV crypto API template
- [PATCH v9 2/7] fs: crypto: invoke crypto API for ESSIV handling
- [PATCH v9 1/7] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v9 0/7] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v8 13/20] fscrypt: v2 encryption policy support
- Re: [PATCH v8 12/20] fscrypt: add an HKDF-SHA512 implementation
- [PATCH v8 05/20] fscrypt: rename fscrypt_master_key to fscrypt_direct_key
- [PATCH v8 06/20] fscrypt: refactor key setup code in preparation for v2 policies
- [PATCH v8 02/20] fscrypt: use FSCRYPT_ prefix for uapi constants
- [PATCH v8 03/20] fscrypt: use FSCRYPT_* definitions, not FS_*
- [PATCH v8 01/20] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
- [PATCH v8 08/20] fscrypt: rename keyinfo.c to keysetup.c
- [PATCH v8 04/20] fscrypt: add ->ci_inode to fscrypt_info
- [PATCH v8 16/20] fscrypt: require that key be added when setting a v2 encryption policy
- [PATCH v8 17/20] ext4: wire up new fscrypt ioctls
- [PATCH v8 13/20] fscrypt: v2 encryption policy support
- [PATCH v8 12/20] fscrypt: add an HKDF-SHA512 implementation
- [PATCH v8 14/20] fscrypt: allow unprivileged users to add/remove keys for v2 policies
- [PATCH v8 18/20] f2fs: wire up new fscrypt ioctls
- [PATCH v8 15/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY_ALL_USERS ioctl
- [PATCH v8 20/20] fscrypt: document the new ioctls and policy version
- [PATCH v8 19/20] ubifs: wire up new fscrypt ioctls
- [PATCH v8 10/20] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- [PATCH v8 09/20] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
- [PATCH v8 11/20] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
- [PATCH v8 07/20] fscrypt: move v1 policy key setup to keysetup_v1.c
- [PATCH v8 00/20] fscrypt: key management improvements
- Re: [PATCH] fscrypt: remove loadable module related code
- [PATCH] ext4 crypto: fix to check feature status before get policy
- [f2fs-dev] [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls
- Re: [PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH 3/8] block: blk-crypto for Inline Encryption
- Re: [PATCH 2/8] block: Add encryption context to struct bio
- Re: [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls
- Re: [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls
- Re: [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [f2fs-dev] [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [f2fs-dev] [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: linux-next: build warnings after merge of the keys tree
- Re: linux-next: build warnings after merge of the keys tree
- Re: linux-next: build warnings after merge of the keys tree
- Re: linux-next: build warnings after merge of the keys tree
- Re: [PATCH v7 15/16] ubifs: wire up new fscrypt ioctls
- Re: [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls
- Re: [PATCH v7 09/16] fscrypt: add an HKDF-SHA512 implementation
- Re: [PATCH v7 16/16] fscrypt: document the new ioctls and policy version
- Re: [PATCH v7 10/16] fscrypt: v2 encryption policy support
- Re: [PATCH v7 09/16] fscrypt: add an HKDF-SHA512 implementation
- Re: [PATCH v7 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
- Re: [PATCH v7 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
- Re: [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [PATCH v7 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
- Re: Add fsverity tree to linux-next
- Add fsverity tree to linux-next
- Re: [PATCH v7 16/16] fscrypt: document the new ioctls and policy version
- Re: [PATCH v7 13/16] ext4: wire up new fscrypt ioctls
- Re: [PATCH v7 12/16] fscrypt: require that key be added when setting a v2 encryption policy
- Re: [PATCH v7 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
- Re: [PATCH v7 10/16] fscrypt: v2 encryption policy support
- Re: [PATCH v7 09/16] fscrypt: add an HKDF-SHA512 implementation
- Re: [PATCH v7 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
- Re: [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- Re: [PATCH v7 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
- Re: [PATCH v7 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
- Re: [PATCH v7 04/16] fscrypt: add ->ci_inode to fscrypt_info
- Re: [PATCH v7 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
- Re: [PATCH v7 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
- [PATCH v7 01/16] fs, fscrypt: move uapi definitions to new header <linux/fscrypt.h>
- [PATCH v7 00/16] fscrypt: key management improvements
- [PATCH v7 02/16] fscrypt: use FSCRYPT_ prefix for uapi constants
- [PATCH v7 04/16] fscrypt: add ->ci_inode to fscrypt_info
- [PATCH v7 08/16] fscrypt: add FS_IOC_GET_ENCRYPTION_KEY_STATUS ioctl
- [PATCH v7 05/16] fscrypt: refactor v1 policy key setup into keysetup_legacy.c
- [PATCH v7 10/16] fscrypt: v2 encryption policy support
- [PATCH v7 11/16] fscrypt: allow unprivileged users to add/remove keys for v2 policies
- [PATCH v7 06/16] fscrypt: add FS_IOC_ADD_ENCRYPTION_KEY ioctl
- [PATCH v7 07/16] fscrypt: add FS_IOC_REMOVE_ENCRYPTION_KEY ioctl
- [PATCH v7 12/16] fscrypt: require that key be added when setting a v2 encryption policy
- [PATCH v7 16/16] fscrypt: document the new ioctls and policy version
- [PATCH v7 13/16] ext4: wire up new fscrypt ioctls
- [PATCH v7 15/16] ubifs: wire up new fscrypt ioctls
- [PATCH v7 14/16] f2fs: wire up new fscrypt ioctls
- [PATCH v7 09/16] fscrypt: add an HKDF-SHA512 implementation
- [PATCH v7 03/16] fscrypt: use FSCRYPT_* definitions, not FS_*
- Re: [PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v2] e2fsck: check for consistent encryption policies
- Re: [PATCH] fs: crypto: keyinfo: Fix a possible null-pointer dereference in derive_key_aes()
- Re: [PATCH] fs: crypto: keyinfo: Fix a possible null-pointer dereference in derive_key_aes()
- Re: [PATCH] fs: crypto: keyinfo: Fix a possible null-pointer dereference in derive_key_aes()
- Re: [PATCH] fs: crypto: keyinfo: Fix a possible null-pointer dereference in derive_key_aes()
- [PATCH] fscrypt: remove loadable module related code
- [PATCH 0/4] fscrypt: logging improvements, and use ENOPKG
- [PATCH 3/4] fscrypt: improve warnings for missing crypto API support
- [PATCH 1/4] fscrypt: make fscrypt_msg() take inode instead of super_block
- [PATCH 4/4] fscrypt: use ENOPKG when crypto API support missing
- [PATCH 2/4] fscrypt: improve warning messages for unsupported encryption contexts
- [PATCH] fscrypt: clean up base64 encoding/decoding
- Re: [PATCH] fs: crypto: keyinfo: Fix a possible null-pointer dereference in derive_key_aes()
- [PATCH] fs: crypto: keyinfo: Fix a possible null-pointer dereference in derive_key_aes()
- Re: 402b1b327a: BUG:unable_to_handle_page_fault_for_address
- Re: 402b1b327a: BUG:unable_to_handle_page_fault_for_address
- [PATCH v7 05/17] fs-verity: add Kconfig and the helper functions for hashing
- [PATCH v7 04/17] fs: uapi: define verity bit for FS_IOC_GETFLAGS
- [PATCH v7 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
- [PATCH v7 11/17] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
- [PATCH v7 03/17] fs-verity: add UAPI header
- [PATCH v7 01/17] fs-verity: add a documentation file
- [PATCH v7 12/17] fs-verity: add SHA-512 support
- [PATCH v7 08/17] fs-verity: add the hook for file ->setattr()
- [PATCH v7 09/17] fs-verity: add data verification hooks for ->readpages()
- [PATCH v7 13/17] fs-verity: support builtin file signatures
- [PATCH v7 14/17] ext4: add basic fs-verity support
- [PATCH v7 15/17] ext4: add fs-verity read support
- [PATCH v7 16/17] ext4: update on-disk format documentation for fs-verity
- [PATCH v7 17/17] f2fs: add fs-verity support
- [PATCH v7 07/17] fs-verity: add the hook for file ->open()
- [PATCH v7 06/17] fs-verity: add inode and superblock fields
- [PATCH v7 02/17] fs-verity: add MAINTAINERS file entry
- [PATCH v7 00/17] fs-verity: read-only file-based authenticity protection
- Re: [PATCH] e2fsck: check for consistent encryption policies
- Re: [PATCH] e2fsck: check for consistent encryption policies
- Re: [PATCH] e2fsck: check for consistent encryption policies
- re: Google Anlaytics worldwide traffic
- Re: [PATCH] e2fsck: check for consistent encryption policies
- Re: [PATCH] e2fsck: check for consistent encryption policies
- [PATCH] e2fsck: check for consistent encryption policies
- Re: [PATCH 3/8] block: blk-crypto for Inline Encryption
- [PATCH AUTOSEL 5.1 039/219] fscrypt: clean up some BUG_ON()s in block encryption/decryption
- [PATCH AUTOSEL 4.19 025/158] fscrypt: clean up some BUG_ON()s in block encryption/decryption
- [PATCH AUTOSEL 4.14 021/105] fscrypt: clean up some BUG_ON()s in block encryption/decryption
- [PATCH AUTOSEL 5.2 044/249] fscrypt: clean up some BUG_ON()s in block encryption/decryption
- Re: [PATCH 7/8] fscrypt: wire up fscrypt to use blk-crypto
- Re: [PATCH 4.9] fscrypt: don't set policy for a dead directory
- [PATCH 4.4] fscrypt: don't set policy for a dead directory
- [PATCH 4.9] fscrypt: don't set policy for a dead directory
- Re: [PATCH 3/8] block: blk-crypto for Inline Encryption
- Re: [GIT PULL] fscrypt updates for v5.3
- [PATCH 8/8] f2fs: Wire up f2fs to use inline encryption via fscrypt
- [PATCH 7/8] fscrypt: wire up fscrypt to use blk-crypto
- [PATCH 6/8] scsi: ufs: Add inline encryption support to UFS
- [PATCH 5/8] scsi: ufs: UFS crypto API
- [PATCH 4/8] scsi: ufs: UFS driver v2.1 spec crypto additions
- [PATCH 3/8] block: blk-crypto for Inline Encryption
- [PATCH 2/8] block: Add encryption context to struct bio
- [PATCH 1/8] block: Keyslot Manager for Inline Encryption
- [PATCH v3 0/8] Inline Encryption Support
- [PATCH] generic/399: don't rely on xfs_io exit status
- [GIT PULL] fscrypt updates for v5.3
- Re: [PATCH v6 16/17] ext4: update on-disk format documentation for fs-verity
- Re: [PATCH v6 15/17] ext4: add fs-verity read support
- Re: [PATCH v6 14/17] ext4: add basic fs-verity support
- Re: [PATCH v6 13/17] fs-verity: support builtin file signatures
- Re: [PATCH v8 0/7] crypto: switch to crypto API for ESSIV generation
- [PATCH v8 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- [PATCH v8 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
- [PATCH v8 6/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
- [PATCH v8 4/7] md: dm-crypt: switch to ESSIV crypto API template
- [PATCH v8 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
- [PATCH v8 1/7] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v8 2/7] fs: crypto: invoke crypto API for ESSIV handling
- [PATCH v8 0/7] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v6 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
- Re: [PATCH v7 2/7] fs: crypto: invoke crypto API for ESSIV handling
- Re: [PATCH v7 2/7] fs: crypto: invoke crypto API for ESSIV handling
- Re: [f2fs-dev] [PATCH v6 17/17] f2fs: add fs-verity support
- Re: [PATCH v7 2/7] fs: crypto: invoke crypto API for ESSIV handling
- [PATCH v7 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- [PATCH v7 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
- [PATCH v7 6/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
- [PATCH v7 4/7] md: dm-crypt: switch to ESSIV crypto API template
- [PATCH v7 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
- [PATCH v7 1/7] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v7 2/7] fs: crypto: invoke crypto API for ESSIV handling
- [PATCH v7 0/7] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v6 4/7] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH v6 4/7] md: dm-crypt: switch to ESSIV crypto API template
- [RFC PATCH v3 7/8] generic: test using fs-verity and fscrypt simultaneously
- [RFC PATCH v3 8/8] generic: test the fs-verity built-in signature verification support
- [RFC PATCH v3 5/8] generic: test corrupting verity files
- [RFC PATCH v3 2/8] common/verity: add common functions for testing fs-verity
- [RFC PATCH v3 3/8] generic: test general behavior of verity files
- [RFC PATCH v3 6/8] generic: test that fs-verity is using the correct measurement values
- [RFC PATCH v3 4/8] generic: test access controls on the fs-verity ioctls
- [RFC PATCH v3 0/8] xfstests: add fs-verity tests
- [RFC PATCH v3 1/8] common/filter: add _filter_xfs_io_fiemap()
- [PATCH] common/encrypt: check that contents encryption is usable
- [PATCH v6 06/17] fs-verity: add inode and superblock fields
- [PATCH v6 05/17] fs-verity: add Kconfig and the helper functions for hashing
- [PATCH v6 00/17] fs-verity: read-only file-based authenticity protection
- [PATCH v6 02/17] fs-verity: add MAINTAINERS file entry
- [PATCH v6 07/17] fs-verity: add the hook for file ->open()
- [PATCH v6 08/17] fs-verity: add the hook for file ->setattr()
- [PATCH v6 04/17] fs: uapi: define verity bit for FS_IOC_GETFLAGS
- [PATCH v6 11/17] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
- [PATCH v6 09/17] fs-verity: add data verification hooks for ->readpages()
- [PATCH v6 10/17] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
- [PATCH v6 15/17] ext4: add fs-verity read support
- [PATCH v6 16/17] ext4: update on-disk format documentation for fs-verity
- [PATCH v6 14/17] ext4: add basic fs-verity support
- [PATCH v6 17/17] f2fs: add fs-verity support
- [PATCH v6 13/17] fs-verity: support builtin file signatures
- [PATCH v6 12/17] fs-verity: add SHA-512 support
- [PATCH v6 03/17] fs-verity: add UAPI header
- [PATCH v6 01/17] fs-verity: add a documentation file
- Re: [PATCH v6 4/7] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH v6 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
- Re: [PATCH v6 1/7] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v6 2/7] fs: crypto: invoke crypto API for ESSIV handling
- Re: [PATCH v6 2/7] fs: crypto: invoke crypto API for ESSIV handling
- [PATCH v6 6/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
- [PATCH v6 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
- [PATCH v6 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- [PATCH v6 4/7] md: dm-crypt: switch to ESSIV crypto API template
- [PATCH v6 1/7] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v6 2/7] fs: crypto: invoke crypto API for ESSIV handling
- [PATCH v6 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
- [PATCH v6 0/7] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH] fscrypt: document testing with xfstests
- Re: [PATCH] fscrypt: remove selection of CONFIG_CRYPTO_SHA256
- Re: [PATCH] fscrypt: remove selection of CONFIG_CRYPTO_SHA256
- Re: [PATCH] fscrypt: document testing with xfstests
- Re: [PATCH v5 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- Re: [PATCH v5 2/7] fs: crypto: invoke crypto API for ESSIV handling
- Re: [PATCH v5 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
- Re: [PATCH v5 1/7] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v5 7/7] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- [PATCH v5 6/7] crypto: arm64/aes-cts-cbc - factor out CBC en/decryption of a walk
- [PATCH v5 5/7] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
- [PATCH v5 1/7] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v5 4/7] md: dm-crypt: switch to ESSIV crypto API template
- [PATCH v5 3/7] md: dm-crypt: infer ESSIV block cipher from cipher string directly
- [PATCH v5 2/7] fs: crypto: invoke crypto API for ESSIV handling
- [PATCH v5 0/7] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v5 16/16] f2fs: add fs-verity support
- Re: [PATCH v5 16/16] f2fs: add fs-verity support
- Re: [dm-devel] [PATCH v4 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v3 6/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- Re: [PATCH v5 16/16] f2fs: add fs-verity support
- Re: [PATCH v5 16/16] f2fs: add fs-verity support
- Re: [PATCH V3 4/7] fs/mpage.c: Integrate read callbacks
- Re: [PATCH V3 2/7] Integrate read callbacks into Ext4 and F2FS
- Re: [PATCH V3 1/7] FS: Introduce read callbacks
- Re: [PATCH V3 6/7] Add decryption support for sub-pagesized blocks
- Re: [PATCH V3 0/7] Consolidate FS read I/O callbacks code
- Re: [dm-devel] [PATCH v4 4/6] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH v4 4/6] md: dm-crypt: switch to ESSIV crypto API template
- Re: [PATCH v4 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v4 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v4 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v5 16/16] f2fs: add fs-verity support
- Re: [PATCH v5 12/16] fs-verity: add SHA-512 support
- Re: [PATCH v5 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
- Re: [PATCH v5 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
- Re: [PATCH v5 09/16] fs-verity: add data verification hooks for ->readpages()
- Re: [PATCH v5 08/16] fs-verity: add the hook for file ->setattr()
- Re: [PATCH v5 07/16] fs-verity: add the hook for file ->open()
- Re: [PATCH v5 06/16] fs-verity: add inode and superblock fields
- Re: [PATCH v5 05/16] fs-verity: add Kconfig and the helper functions for hashing
- Re: [PATCH v5 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
- Re: [PATCH v5 03/16] fs-verity: add UAPI header
- Re: [PATCH v5 02/16] fs-verity: add MAINTAINERS file entry
- Re: [PATCH v5 01/16] fs-verity: add a documentation file
- Re: [PATCH V3 0/7] Consolidate FS read I/O callbacks code
- Re: [PATCH V3 3/7] fscrypt: remove struct fscrypt_ctx
- Re: [PATCH V3 6/7] Add decryption support for sub-pagesized blocks
- Re: [PATCH V3 4/7] fs/mpage.c: Integrate read callbacks
- Re: [PATCH V3 2/7] Integrate read callbacks into Ext4 and F2FS
- Re: [PATCH V3 1/7] FS: Introduce read callbacks
- [PATCH v4 6/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- [PATCH v4 5/6] crypto: essiv - add test vector for essiv(cbc(aes),aes,sha256)
- [PATCH v4 4/6] md: dm-crypt: switch to ESSIV crypto API template
- [PATCH v4 3/6] md: dm-crypt: infer ESSIV block cipher from cipher string directly
- [PATCH v4 2/6] fs: crypto: invoke crypto API for ESSIV handling
- [PATCH v4 1/6] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH v4 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v3 1/6] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v3 1/6] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v5 14/16] ext4: add basic fs-verity support
- Re: [PATCH v3 1/6] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v5 14/16] ext4: add basic fs-verity support
- [RFC PATCH v2 7/8] generic: test using fs-verity and fscrypt simultaneously
- [RFC PATCH v2 8/8] generic: test the fs-verity built-in signature verification support
- [RFC PATCH v2 6/8] generic: test that fs-verity is using the correct measurement values
- [RFC PATCH v2 4/8] generic: test access controls on the fs-verity ioctls
- [RFC PATCH v2 5/8] generic: test corrupting verity files
- [RFC PATCH v2 3/8] generic: test general behavior of verity files
- [RFC PATCH v2 2/8] common/verity: add common functions for testing fs-verity
- [RFC PATCH v2 1/8] common/filter: add _filter_xfs_io_fiemap()
- [RFC PATCH v2 0/8] xfstests: add fs-verity tests
- [PATCH v5 03/16] fs-verity: add UAPI header
- [PATCH v5 01/16] fs-verity: add a documentation file
- [PATCH v5 05/16] fs-verity: add Kconfig and the helper functions for hashing
- [PATCH v5 09/16] fs-verity: add data verification hooks for ->readpages()
- [PATCH v5 07/16] fs-verity: add the hook for file ->open()
- [PATCH v5 08/16] fs-verity: add the hook for file ->setattr()
- [PATCH v5 04/16] fs: uapi: define verity bit for FS_IOC_GETFLAGS
- [PATCH v5 02/16] fs-verity: add MAINTAINERS file entry
- [PATCH v5 13/16] fs-verity: support builtin file signatures
- [PATCH v5 12/16] fs-verity: add SHA-512 support
- [PATCH v5 16/16] f2fs: add fs-verity support
- [PATCH v5 14/16] ext4: add basic fs-verity support
- [PATCH v5 11/16] fs-verity: implement FS_IOC_MEASURE_VERITY ioctl
- [PATCH v5 15/16] ext4: add fs-verity read support
- [PATCH v5 10/16] fs-verity: implement FS_IOC_ENABLE_VERITY ioctl
- [PATCH v5 06/16] fs-verity: add inode and superblock fields
- [PATCH v5 00/16] fs-verity: read-only file-based authenticity protection
- Re: [PATCH] fscrypt: remove selection of CONFIG_CRYPTO_SHA256
- Re: [PATCH v3 1/6] crypto: essiv - create wrapper template for ESSIV generation
- [PATCH] fscrypt: remove selection of CONFIG_CRYPTO_SHA256
- [PATCH] fscrypt: document testing with xfstests
- Re: [PATCH v3 1/6] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v3 1/6] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v3 1/6] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v3 1/6] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v3 1/6] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v3 1/6] crypto: essiv - create wrapper template for ESSIV generation
- Re: [PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v3 6/6] crypto: arm64/aes - implement accelerated ESSIV/CBC mode
- Re: [PATCH v3 0/6] crypto: switch to crypto API for ESSIV generation
- Re: [PATCH v3 1/6] crypto: essiv - create wrapper template for ESSIV generation
[Index of Archives]
[linux Cryptography]
[Asterisk App Development]
[PJ SIP]
[Gnu Gatekeeper]
[Linux Kernel]
[Fedora Users]
[Yosemite Campsites]