Filesystem Crypto
[Prev Page][Next Page]
- Re: [RFC PATCH v2 00/18] ceph+fscrypt: context, filename and symlink support
- Re: [RFC PATCH v2 18/18] ceph: create symlinks with encrypted and base64-encoded targets
- Re: [RFC PATCH v2 16/18] ceph: add support to readdir for encrypted filenames
- Re: [RFC PATCH v2 15/18] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
- Re: [RFC PATCH v2 14/18] ceph: add encrypted fname handling to ceph_mdsc_build_path
- Re: [RFC PATCH v2 12/18] ceph: set S_ENCRYPTED bit if new inode has encryption.ctx xattr
- Re: [RFC PATCH v2 11/18] ceph: add routine to create context prior to RPC
- Re: [RFC PATCH v2 09/18] ceph: crypto context handling for ceph
- Re: [RFC PATCH v2 07/18] lib: lift fscrypt base64 conversion into lib/
- Re: [RFC PATCH v2 06/18] fscrypt: move nokey_name conversion to separate function and export it
- Re: [RFC PATCH v2 05/18] fscrypt: don't balk when inode is already marked encrypted
- Re: [RFC PATCH v2 04/18] fscrypt: add fscrypt_new_context_from_inode
- Re: [RFC PATCH v2 01/18] vfs: export new_inode_pseudo
- Re: [PATCH] fscrypt: Reduce object size of logging messages
- Re: [PATCH] fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32
- Re: [PATCH] fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
- Re: [PATCH] fscrypt: Reduce object size of logging messages
- Re: [PATCH] fscrypt: Reduce object size of logging messages
- Re: [PATCH] fscrypt: Reduce object size of logging messages
- [PATCH] fscrypt: Reduce object size of logging messages
- Re: [RFC PATCH v2 18/18] ceph: create symlinks with encrypted and base64-encoded targets
- [RFC PATCH v2 04/18] fscrypt: add fscrypt_new_context_from_inode
- [RFC PATCH v2 00/18] ceph+fscrypt: context, filename and symlink support
- [RFC PATCH v2 01/18] vfs: export new_inode_pseudo
- [RFC PATCH v2 09/18] ceph: crypto context handling for ceph
- [RFC PATCH v2 03/18] fscrypt: export fscrypt_d_revalidate
- [RFC PATCH v2 02/18] fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
- [RFC PATCH v2 06/18] fscrypt: move nokey_name conversion to separate function and export it
- [RFC PATCH v2 07/18] lib: lift fscrypt base64 conversion into lib/
- [RFC PATCH v2 08/18] ceph: add fscrypt ioctls
- [RFC PATCH v2 12/18] ceph: set S_ENCRYPTED bit if new inode has encryption.ctx xattr
- [RFC PATCH v2 13/18] ceph: make ceph_msdc_build_path use ref-walk
- [RFC PATCH v2 17/18] ceph: add fscrypt support to ceph_fill_trace
- [RFC PATCH v2 18/18] ceph: create symlinks with encrypted and base64-encoded targets
- [RFC PATCH v2 10/18] ceph: preallocate inode for ops that may create one
- [RFC PATCH v2 16/18] ceph: add support to readdir for encrypted filenames
- [RFC PATCH v2 15/18] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
- [RFC PATCH v2 14/18] ceph: add encrypted fname handling to ceph_mdsc_build_path
- [RFC PATCH v2 11/18] ceph: add routine to create context prior to RPC
- [RFC PATCH v2 05/18] fscrypt: don't balk when inode is already marked encrypted
- Re: [PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
- Re: [xfstests-bld PATCH v2] test-appliance: exclude generic/587 from the encrypt tests
- Re: IMA metadata format to support fs-verity
- Re: IMA metadata format to support fs-verity
- Re: IMA metadata format to support fs-verity
- Re: IMA metadata format to support fs-verity
- Re: IMA metadata format to support fs-verity
- Re: IMA metadata format to support fs-verity
- Re: IMA metadata format to support fs-verity
- Re: IMA metadata format to support fs-verity
- Re: IMA metadata format to support fs-verity
- IMA metadata format to support fs-verity
- Re: [PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
- Re: [PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
- Re: [RFC PATCH 1/8] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
- [PATCH] fscrypt: restrict IV_INO_LBLK_32 to ino_bits <= 32
- Re: [RFC PATCH 1/8] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
- Re: [RFC PATCH 1/8] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
- Re: [RFC PATCH 1/8] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
- Re: [RFC PATCH 1/8] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
- Re: [RFC PATCH 00/14] ceph+fscrypt: together at last (contexts and filenames)
- Re: [RFC PATCH 1/8] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
- Re: [RFC PATCH 00/14] ceph+fscrypt: together at last (contexts and filenames)
- [RFC PATCH 4/8] ext4: use fscrypt_prepare_new_inode() and fscrypt_set_context()
- [RFC PATCH 7/8] fscrypt: remove fscrypt_inherit_context()
- [RFC PATCH 8/8] fscrypt: stop pretending that key setup is nofs-safe
- [RFC PATCH 6/8] ubifs: use fscrypt_prepare_new_inode() and fscrypt_set_context()
- [RFC PATCH 5/8] f2fs: use fscrypt_prepare_new_inode() and fscrypt_set_context()
- [RFC PATCH 2/8] ext4: factor out ext4_xattr_credits_for_new_inode()
- [RFC PATCH 1/8] fscrypt: add fscrypt_prepare_new_inode() and fscrypt_set_context()
- [RFC PATCH 3/8] ext4: remove some #ifdefs in ext4_xattr_credits_for_new_inode()
- [RFC PATCH 0/8] fscrypt: avoid GFP_NOFS-unsafe key setup during transaction
- Re: [RFC PATCH 00/14] ceph+fscrypt: together at last (contexts and filenames)
- Re: [RFC PATCH 06/14] ceph: add fscrypt ioctls
- Re: [RFC PATCH 05/14] lib: lift fscrypt base64 conversion into lib/
- Re: [RFC PATCH 00/14] ceph+fscrypt: together at last (contexts and filenames)
- Re: [RFC PATCH 06/14] ceph: add fscrypt ioctls
- Re: [RFC PATCH 05/14] lib: lift fscrypt base64 conversion into lib/
- Re: [RFC PATCH 00/14] ceph+fscrypt: together at last (contexts and filenames)
- [RFC PATCH 03/14] fscrypt: don't balk when inode is already marked encrypted
- [RFC PATCH 04/14] fscrypt: export fscrypt_d_revalidate
- [RFC PATCH 14/14] ceph: add fscrypt support to ceph_fill_trace
- [RFC PATCH 01/14] fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
- [RFC PATCH 09/14] ceph: set S_ENCRYPTED bit if new inode has encryption.ctx xattr
- [RFC PATCH 12/14] ceph: make d_revalidate call fscrypt revalidator for encrypted dentries
- [RFC PATCH 11/14] ceph: add encrypted fname handling to ceph_mdsc_build_path
- [RFC PATCH 10/14] ceph: make ceph_msdc_build_path use ref-walk
- [RFC PATCH 13/14] ceph: add support to readdir for encrypted filenames
- [RFC PATCH 08/14] ceph: add routine to create context prior to RPC
- [RFC PATCH 07/14] ceph: crypto context handling for ceph
- [RFC PATCH 05/14] lib: lift fscrypt base64 conversion into lib/
- [RFC PATCH 06/14] ceph: add fscrypt ioctls
- [RFC PATCH 02/14] fscrypt: add fscrypt_new_context_from_parent
- [RFC PATCH 00/14] ceph+fscrypt: together at last (contexts and filenames)
- [PATCH] generic/574: fix sporadic failure with test_dummy_encryption
- [ANNOUNCE] fsverity-utils v1.2
- [PATCH] fscrypt: drop unused inode argument from fscrypt_fname_alloc_buffer
- Re: [PATCH] ext4: use generic names for generic ioctls
- Re: [PATCH] ext4: use generic names for generic ioctls
- Re: include/asm-generic/mmiowb.h:56:9: sparse: sparse: context imbalance in 'fscrypt_put_direct_key' - unexpected unlock
- Re: [GIT PULL] fsverity updates for 5.9
- Re: [GIT PULL] fscrypt updates for 5.9
- Re: [fsverity-utils PATCH] README.md: add subject tag to Contributing section
- Re: [fsverity-utils PATCHv2] Makefile: improve the cc-option compatibility
- [GIT PULL] fsverity updates for 5.9
- [GIT PULL] fscrypt updates for 5.9
- [fsverity-utils PATCH] README.md: add subject tag to Contributing section
- Re: [PATCH] Makefile: improve the cc-option compatibility
- [fsverity-utils PATCHv2] Makefile: improve the cc-option compatibility
- Re: [PATCH] Makefile: improve the cc-option compatibility
- Re: [fsverity-utils PATCH] Switch to MIT license
- Re: [fsverity-utils PATCH] Switch to MIT license
- Re: [fsverity-utils PATCH] Switch to MIT license
- Re: [PATCH 0/7] Split fsverity-utils into a shared library
- [fsverity-utils PATCH] Switch to MIT license
- Re: [PATCH 0/7] Split fsverity-utils into a shared library
- Re: [PATCH 0/7] Split fsverity-utils into a shared library
- Re: [PATCH] fscrypt: don't load ->i_crypt_info before it's known to be valid
- Re: [PATCH 0/7] Split fsverity-utils into a shared library
- Re: [PATCH] Makefile: improve the cc-option compatibility
- [PATCH] Makefile: improve the cc-option compatibility
- [PATCH] fscrypt: don't load ->i_crypt_info before it's known to be valid
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
- Re: [PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
- Re: [PATCH v6 6/7] fscrypt: document inline encryption support
- Re: [PATCH 0/5] fscrypt, fs-verity: one-time init fixes
- Re: [PATCH] fscrypt: restrict IV_INO_LBLK_* to AES-256-XTS
- Re: [PATCH v6 1/7] fscrypt: Add functions for direct I/O support
- Re: [PATCH v6 1/7] fscrypt: Add functions for direct I/O support
- Re: [f2fs-dev] [PATCH v6 1/7] fscrypt: Add functions for direct I/O support
- Re: [f2fs-dev] [PATCH v6 1/7] fscrypt: Add functions for direct I/O support
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v6 1/7] fscrypt: Add functions for direct I/O support
- [PATCH v6 5/7] f2fs: support direct I/O with fscrypt using blk-crypto
- [PATCH v6 6/7] fscrypt: document inline encryption support
- [PATCH v6 4/7] ext4: support direct I/O with fscrypt using blk-crypto
- [PATCH v6 7/7] fscrypt: update documentation for direct I/O support
- [PATCH v6 2/7] direct-io: add support for fscrypt using blk-crypto
- [PATCH v6 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- [PATCH v6 1/7] fscrypt: Add functions for direct I/O support
- [PATCH v6 0/7] add support for direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v5 1/7] fscrypt: Add functions for direct I/O support
- [PATCH v5 2/7] direct-io: add support for fscrypt using blk-crypto
- [PATCH v5 1/7] fscrypt: Add functions for direct I/O support
- [PATCH v5 4/7] ext4: support direct I/O with fscrypt using blk-crypto
- [PATCH v5 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- [PATCH v5 0/7] add support for direct I/O with fscrypt using blk-crypto
- [PATCH v5 7/7] fscrypt: update documentation for direct I/O support
- [PATCH v5 6/7] fscrypt: document inline encryption support
- [PATCH v5 5/7] f2fs: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 4/7] ext4: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 2/7] direct-io: add support for fscrypt using blk-crypto
- Re: [PATCH v4 1/7] fscrypt: Add functions for direct I/O support
- Re: [PATCH v4 6/7] fscrypt: document inline encryption support
- Re: [PATCH v4 7/7] fscrypt: update documentation for direct I/O support
- Re: [PATCH v6 0/5] Inline crypto support on DragonBoard 845c
- Re: [PATCH v6 0/5] Inline crypto support on DragonBoard 845c
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 5/5] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [PATCH v6 2/5] scsi: ufs-qcom: name the dev_ref_clk_ctrl registers
- Re: [PATCH v6 0/5] Inline crypto support on DragonBoard 845c
- [PATCH 5/5] fs-verity: use smp_load_acquire() for ->i_verity_info
- [PATCH 2/5] fscrypt: use smp_load_acquire() for fscrypt_prepared_key
- [PATCH 3/5] fscrypt: use smp_load_acquire() for ->s_master_keys
- [PATCH 4/5] fscrypt: use smp_load_acquire() for ->i_crypt_info
- [PATCH 1/5] fscrypt: switch fscrypt_do_sha256() to use the SHA-256 library
- [PATCH 0/5] fscrypt, fs-verity: one-time init fixes
- Re: [PATCH v4 5/7] f2fs: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- [PATCH] fscrypt: restrict IV_INO_LBLK_* to AES-256-XTS
- Re: [PATCH v4 0/7] add support for direct I/O with fscrypt using blk-crypto
- Re: [PATCH v4 7/7] fscrypt: update documentation for direct I/O support
- Re: [PATCH] fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
- Re: [PATCH] fscrypt: add comments that describe the HKDF info strings
- [PATCH v4 5/7] f2fs: support direct I/O with fscrypt using blk-crypto
- [PATCH v4 4/7] ext4: support direct I/O with fscrypt using blk-crypto
- [PATCH v4 7/7] fscrypt: update documentation for direct I/O support
- [PATCH v4 6/7] fscrypt: document inline encryption support
- [PATCH v4 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- [PATCH v4 2/7] direct-io: add support for fscrypt using blk-crypto
- [PATCH v4 1/7] fscrypt: Add functions for direct I/O support
- [PATCH v4 0/7] add support for direct I/O with fscrypt using blk-crypto
- Re: [PATCH v3 1/7] fscrypt: Add functions for direct I/O support
- Re: [PATCH v3 7/7] fscrypt: update documentation for direct I/O support
- Re: [PATCH v3 6/7] fscrypt: document inline encryption support
- Re: [PATCH v3 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH] f2fs: use generic names for generic ioctls
- Re: [PATCH 2/5] direct-io: add support for fscrypt using blk-crypto
- [PATCH v3 5/7] f2fs: support direct I/O with fscrypt using blk-crypto
- [PATCH v3 7/7] fscrypt: update documentation for direct I/O support
- [PATCH v3 6/7] fscrypt: document inline encryption support
- [PATCH v3 4/7] ext4: support direct I/O with fscrypt using blk-crypto
- [PATCH v3 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- [PATCH v3 2/7] direct-io: add support for fscrypt using blk-crypto
- [PATCH v3 0/7] add support for direct I/O with fscrypt using blk-crypto
- [PATCH v3 1/7] fscrypt: Add functions for direct I/O support
- [PATCH v2 5/7] f2fs: support direct I/O with fscrypt using blk-crypto
- [PATCH v2 7/7] fscrypt: update documentation for direct I/O support
- [PATCH v2 6/7] fscrypt: document inline encryption support
- [PATCH v2 4/7] ext4: support direct I/O with fscrypt using blk-crypto
- [PATCH v2 3/7] iomap: support direct I/O with fscrypt using blk-crypto
- [PATCH v2 2/7] direct-io: add support for fscrypt using blk-crypto
- [PATCH v2 1/7] fscrypt: Add functions for direct I/O support
- [PATCH v2 0/7] add support for direct I/O with fscrypt using blk-crypto
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- [PATCH] ext4: use generic names for generic ioctls
- [PATCH] f2fs: use generic names for generic ioctls
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- Re: [PATCH 2/5] direct-io: add support for fscrypt using blk-crypto
- RE: [PATCH v6 5/5] scsi: ufs-qcom: add Inline Crypto Engine support
- RE: [PATCH v6 4/5] scsi: ufs: add program_key() variant op
- RE: [PATCH v6 2/5] scsi: ufs-qcom: name the dev_ref_clk_ctrl registers
- Re: [RFC PATCH v2] scsi: ufs-mediatek: add inline encryption support
- [PATCH v6 4/5] scsi: ufs: add program_key() variant op
- [PATCH v6 5/5] scsi: ufs-qcom: add Inline Crypto Engine support
- [PATCH v6 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- [PATCH v6 1/5] firmware: qcom_scm: Add support for programming inline crypto keys
- [PATCH v6 2/5] scsi: ufs-qcom: name the dev_ref_clk_ctrl registers
- [PATCH v6 0/5] Inline crypto support on DragonBoard 845c
- Re: [RFC PATCH v2] scsi: ufs-mediatek: add inline encryption support
- Re: [PATCH 2/5] direct-io: add support for fscrypt using blk-crypto
- Re: [PATCH 5/5] f2fs: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH 5/5] f2fs: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH 0/5] add support for direct I/O with fscrypt using blk-crypto
- Re: [PATCH 4/5] ext4: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH 3/5] iomap: support direct I/O with fscrypt using blk-crypto
- Re: [PATCH 1/5] fscrypt: Add functions for direct I/O support
- [PATCH 1/5] fscrypt: Add functions for direct I/O support
- [PATCH 2/5] direct-io: add support for fscrypt using blk-crypto
- [PATCH 3/5] iomap: support direct I/O with fscrypt using blk-crypto
- [PATCH 4/5] ext4: support direct I/O with fscrypt using blk-crypto
- [PATCH 5/5] f2fs: support direct I/O with fscrypt using blk-crypto
- [PATCH 0/5] add support for direct I/O with fscrypt using blk-crypto
- Re: [xfstests-bld PATCH v2] test-appliance: exclude generic/587 from the encrypt tests
- [xfstests-bld PATCH v2] test-appliance: exclude generic/587 from the encrypt tests
- Re: [xfstests-bld PATCH] test-appliance: exclude generic/587 from the encrypt tests
- [xfstests-bld PATCH] test-appliance: exclude generic/587 from the encrypt tests
- [PATCH] fscrypt: rename FS_KEY_DERIVATION_NONCE_SIZE
- [PATCH] fscrypt: add comments that describe the HKDF info strings
- Re: [PATCH v4 4/4] ext4: add inline encryption support
- Re: [PATCH v4 4/4] ext4: add inline encryption support
- Re: [PATCH v4 2/4] fscrypt: add inline encryption support
- Re: [PATCH v12 3/4] f2fs: Use generic casefolding support
- Re: [PATCH v4 1/4] fs: introduce SB_INLINECRYPT
- Re: [PATCH v12 2/4] fs: Add standard casefolding support
- [PATCH v12 0/4] Prepare for upcoming Casefolding/Encryption patches
- [PATCH v12 1/4] unicode: Add utf8_casefold_hash
- [PATCH v12 2/4] fs: Add standard casefolding support
- [PATCH v12 3/4] f2fs: Use generic casefolding support
- [PATCH v12 4/4] ext4: Use generic casefolding support
- Re: [PATCH v11 2/4] fs: Add standard casefolding support
- Re: [PATCH v11 2/4] fs: Add standard casefolding support
- [PATCH v11 0/4] Prepare for upcoming Casefolding/Encryption patches
- [PATCH v11 4/4] ext4: Use generic casefolding support
- [PATCH v11 3/4] f2fs: Use generic casefolding support
- [PATCH v11 2/4] fs: Add standard casefolding support
- [PATCH v11 1/4] unicode: Add utf8_casefold_hash
- Re: [PATCH v10 4/4] ext4: Use generic casefolding support
- Re: [PATCH v10 3/4] f2fs: Use generic casefolding support
- Re: [PATCH v10 1/4] unicode: Add utf8_casefold_hash
- Re: [PATCH v10 2/4] fs: Add standard casefolding support
- Re: [PATCH 05/10] Documentation: filesystems: fsverity: drop doubled word
- Re: [PATCH v4 0/4] Inline Encryption Support for fscrypt
- Re: [PATCH v10 1/4] unicode: Add utf8_casefold_hash
- From: Gabriel Krisman Bertazi
- [PATCH v10 2/4] fs: Add standard casefolding support
- [PATCH v10 4/4] ext4: Use generic casefolding support
- [PATCH v10 3/4] f2fs: Use generic casefolding support
- [PATCH v10 1/4] unicode: Add utf8_casefold_hash
- [PATCH v10 0/4] Prepare for upcoming Casefolding/Encryption patches
- Re: [PATCH v9 4/4] ext4: Use generic casefolding support
- Re: [PATCH 01/10] Documentation: filesystems: autofs-mount-control: drop doubled words
- Re: [PATCH 00/10] Documentation: filesystems: eliminate duplicated words
- [PATCH 10/10] Documentation: filesystems: vfs: drop doubled words
- [PATCH 09/10] Documentation: filesystems: sysfs-tagging: drop doubled word
- [PATCH 08/10] Documentation: filesystems: path-lookup: drop doubled word
- [PATCH 07/10] Documentation: filesystems: overlayfs: drop doubled word
- [PATCH 00/10] Documentation: filesystems: eliminate duplicated words
- [PATCH 06/10] Documentation: filesystems: mount_api: drop doubled word
- [PATCH 05/10] Documentation: filesystems: fsverity: drop doubled word
- [PATCH 04/10] Documentation: filesystems: directory-locking: drop doubled word
- [PATCH 03/10] Documentation: filesystems: configfs: drop doubled word
- [PATCH 02/10] Documentation: filesystems: caching/operations: drop doubled word
- [PATCH 01/10] Documentation: filesystems: autofs-mount-control: drop doubled words
- Re: [PATCH v9 2/4] fs: Add standard casefolding support
- Re: [PATCH v9 2/4] fs: Add standard casefolding support
- [PATCH v4 4/4] ext4: add inline encryption support
- [PATCH v4 3/4] f2fs: add inline encryption support
- [PATCH v4 1/4] fs: introduce SB_INLINECRYPT
- [PATCH v4 2/4] fscrypt: add inline encryption support
- [PATCH v4 0/4] Inline Encryption Support for fscrypt
- Re: [PATCH v3 3/4] f2fs: add inline encryption support
- Re: [PATCH v3 2/4] fscrypt: add inline encryption support
- [PATCH v3 4/4] ext4: add inline encryption support
- [PATCH v3 3/4] f2fs: add inline encryption support
- [PATCH v3 2/4] fscrypt: add inline encryption support
- [PATCH v3 1/4] fs: introduce SB_INLINECRYPT
- [PATCH v3 0/4] Inline Encryption Support for fscrypt
- Re: [PATCH v2 2/4] fscrypt: add inline encryption support
- Re: [PATCH v2 3/4] f2fs: add inline encryption support
- [PATCH v2 3/4] f2fs: add inline encryption support
- [PATCH v2 1/4] fs: introduce SB_INLINECRYPT
- [PATCH v2 0/4] Inline Encryption Support for fscrypt
- [PATCH v2 2/4] fscrypt: add inline encryption support
- [PATCH v2 4/4] ext4: add inline encryption support
- Re: [PATCH v2 4/4] ext4: add inline encryption support
- Re: [PATCH v2 1/4] fs: introduce SB_INLINECRYPT
- Re: [PATCH v9 4/4] ext4: Use generic casefolding support
- Re: [PATCH v9 2/4] fs: Add standard casefolding support
- Re: [PATCH v9 4/4] ext4: Use generic casefolding support
- From: Gabriel Krisman Bertazi
- Re: [PATCH v9 2/4] fs: Add standard casefolding support
- Re: [PATCH v9 1/4] unicode: Add utf8_casefold_hash
- Re: [PATCH v9 0/4] Prepare for upcoming Casefolding/Encryption patches
- Re: [PATCH v9 2/4] fs: Add standard casefolding support
- From: Gabriel Krisman Bertazi
- Re: [PATCH v9 1/4] unicode: Add utf8_casefold_hash
- From: Gabriel Krisman Bertazi
- [PATCH v9 0/4] Prepare for upcoming Casefolding/Encryption patches
- [PATCH v9 2/4] fs: Add standard casefolding support
- [PATCH v9 3/4] f2fs: Use generic casefolding support
- [PATCH v9 4/4] ext4: Use generic casefolding support
- [PATCH v9 1/4] unicode: Add utf8_casefold_hash
- Re: [f2fs-dev] [PATCH 1/4] fs: introduce SB_INLINECRYPT
- Re: [f2fs-dev] [PATCH 1/4] fs: introduce SB_INLINECRYPT
- Re: [PATCH 1/4] fs: introduce SB_INLINECRYPT
- [PATCH v5 3/5] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- [PATCH v5 4/5] scsi: ufs: add program_key() variant op
- [PATCH v5 5/5] scsi: ufs-qcom: add Inline Crypto Engine support
- [PATCH v5 1/5] firmware: qcom_scm: Add support for programming inline crypto keys
- [PATCH v5 2/5] scsi: ufs-qcom: name the dev_ref_clk_ctrl registers
- [PATCH v5 0/5] Inline crypto support on DragonBoard 845c
- Re: [PATCH 3/4] f2fs: add inline encryption support
- Re: [PATCH 3/4] f2fs: add inline encryption support
- Re: [PATCH 3/4] f2fs: add inline encryption support
- Re: [PATCH 3/4] f2fs: add inline encryption support
- Re: [PATCH 3/4] f2fs: add inline encryption support
- Re: [PATCH 3/4] f2fs: add inline encryption support
- Re: [PATCH 3/4] f2fs: add inline encryption support
- Re: [PATCH 3/4] f2fs: add inline encryption support
- Re: [PATCH 2/4] fscrypt: add inline encryption support
- Re: [PATCH 0/4] Inline Encryption Support for fscrypt
- Re: [PATCH 3/4] f2fs: add inline encryption support
- Re: [PATCH 1/4] fs: introduce SB_INLINECRYPT
- Re: [PATCH 1/4] fs: introduce SB_INLINECRYPT
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH 2/4] fscrypt: add inline encryption support
- Re: [PATCH 3/4] f2fs: add inline encryption support
- Re: [PATCH 1/4] fs: introduce SB_INLINECRYPT
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- [PATCH 4/4] ext4: add inline encryption support
- [PATCH 3/4] f2fs: add inline encryption support
- [PATCH 2/4] fscrypt: add inline encryption support
- [PATCH 1/4] fs: introduce SB_INLINECRYPT
- [PATCH 0/4] Inline Encryption Support for fscrypt
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [RFC PATCH v4 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v5 2/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v5 2/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- [PATCH v5 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- [PATCH v5 1/2] mm/slab: Use memzero_explicit() in kzfree()
- [PATCH v5 2/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 1/3] mm/slab: Use memzero_explicit() in kzfree()
- Re: [PATCH v4 2/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 3/3] btrfs: Use kfree() in btrfs_ioctl_get_subvol_info()
- Re: [PATCH v4 3/3] btrfs: Use kfree() in btrfs_ioctl_get_subvol_info()
- Re: [PATCH v4 2/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v4 1/3] mm/slab: Use memzero_explicit() in kzfree()
- Re: [PATCH v4 1/3] mm/slab: Use memzero_explicit() in kzfree()
- Re: [PATCH v4 1/3] mm/slab: Use memzero_explicit() in kzfree()
- Re: [PATCH v4 1/3] mm/slab: Use memzero_explicit() in kzfree()
- [PATCH v4 2/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- [PATCH v4 3/3] btrfs: Use kfree() in btrfs_ioctl_get_subvol_info()
- [PATCH v4 1/3] mm/slab: Use memzero_explicit() in kzfree()
- [PATCH v4 0/3] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- [ANNOUNCE] fsverity-utils v1.1
- Re: [xfstests-bld PATCH] test-appliance: exclude ext4/023 and ext4/028 from encrypt config
- Re: [xfstests-bld PATCH] build-all: update rule to build fsverity-utils
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [PATCH v2 0/3] fsverity-utils: introduce libfsverity
- Re: [PATCH v2 0/3] fsverity-utils: introduce libfsverity
- [xfstests PATCH] generic: verify ciphertext of IV_INO_LBLK_32 encryption policies
- [xfstests-bld PATCH] test-appliance: exclude ext4/023 and ext4/028 from encrypt config
- Re: fsverity PAGE_SIZE constraints
- Re: [PATCH v13 10/12] fscrypt: add inline encryption support
- Re: fsverity PAGE_SIZE constraints
- Re: fsverity PAGE_SIZE constraints
- Re: fsverity PAGE_SIZE constraints
- fsverity PAGE_SIZE constraints
- Re: [GIT PULL] fsverity updates for 5.8
- Re: [GIT PULL] fscrypt updates for 5.8
- [GIT PULL] fsverity updates for 5.8
- [GIT PULL] fscrypt updates for 5.8
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [PATCH v13 10/12] fscrypt: add inline encryption support
- Re: [PATCH v2 0/3] fsverity-utils: introduce libfsverity
- [xfstests-bld PATCH] build-all: update rule to build fsverity-utils
- Re: [PATCH v2 0/3] fsverity-utils: introduce libfsverity
- Re: [PATCH v2 0/3] fsverity-utils: introduce libfsverity
- Re: [PATCH v2 0/3] fsverity-utils: introduce libfsverity
- [PATCH v2 2/3] Introduce libfsverity
- [PATCH v2 3/3] Add some basic test programs for libfsverity
- [PATCH v2 1/3] Split up cmd_sign.c
- [PATCH v2 0/3] fsverity-utils: introduce libfsverity
- Re: [PATCH] fscrypt: add support for IV_INO_LBLK_32 policies
- Re: [f2fs-dev] [PATCH 3/4] f2fs: rework filename handling
- Re: [PATCH 3/4] f2fs: rework filename handling
- Re: [PATCH 2/3] Introduce libfsverity
- Re: [PATCH 2/3] Introduce libfsverity
- Re: [PATCH 2/3] Introduce libfsverity
- Re: [PATCH 2/3] Introduce libfsverity
- Re: [PATCH 3/3] Add some basic test programs for libfsverity
- Re: [PATCH 1/3] Split up cmd_sign.c
- Re: [PATCH 2/3] Introduce libfsverity
- Re: [PATCH 0/4] fscrypt: make '-o test_dummy_encryption' support v2 policies
- Re: [PATCH 0/2] fs-verity: misc cleanups
- Re: [PATCH 0/3] fscrypt: misc cleanups
- [PATCH 2/2] Let package manager override CFLAGS and CPPFLAGS
- [PATCH 1/2] Fix Makefile to delete objects from the library on make clean
- [PATCH v3 0/2] fsverity-utils Makefile fixes
- Re: [PATCH 2/2] Let package manager override CFLAGS and CPPFLAGS
- Re: [PATCH 2/2] Let package manager override CFLAGS and CPPFLAGS
- Re: [PATCH v2 0/2] fsverity-utils Makefile fixes
- Re: [PATCH v2 0/2] fsverity-utils Makefile fixes
- [PATCH 2/2] Let package manager override CFLAGS and CPPFLAGS
- [PATCH 1/2] Fix Makefile to delete objects from the library on make clean
- [PATCH v2 0/2] fsverity-utils Makefile fixes
- Re: [PATCH 2/2] Let package manager override CFLAGS and CPPFLAGS
- Re: [PATCH 0/3] fsverity-utils: introduce libfsverity
- Re: [PATCH 0/3] fsverity-utils: introduce libfsverity
- Re: [PATCH 2/2] Let package manager override CFLAGS and CPPFLAGS
- Re: [PATCH 1/2] Fix Makefile to delete objects from the library on make clean
- Re: [PATCH] fscrypt: add support for IV_INO_LBLK_32 policies
- Re: [PATCH] fscrypt: add support for IV_INO_LBLK_32 policies
- Re: [PATCH 3/4] fscrypt: support test_dummy_encryption=v2
- Re: [PATCH] fscrypt: add support for IV_INO_LBLK_32 policies
- Re: [PATCH 3/4] fscrypt: support test_dummy_encryption=v2
- Re: [PATCH 3/4] fscrypt: support test_dummy_encryption=v2
- Re: [PATCH 3/4] fscrypt: support test_dummy_encryption=v2
- Re: [PATCH 4/4] fscrypt: make test_dummy_encryption use v2 by default
- Re: [PATCH 3/4] fscrypt: support test_dummy_encryption=v2
- Re: [PATCH v13 00/12] Inline Encryption Support
- Re: [PATCH 0/3] fsverity-utils: introduce libfsverity
- [PATCH 2/2] Let package manager override CFLAGS and CPPFLAGS
- [PATCH 1/2] Fix Makefile to delete objects from the library on make clean
- [PATCH 0/2] fsverity-utils Makefile fixes
- [PATCH] fscrypt: add support for IV_INO_LBLK_32 policies
- Re: [PATCH v13 00/12] Inline Encryption Support
- Re: [PATCH v13 00/12] Inline Encryption Support
- Re: [PATCH v13 00/12] Inline Encryption Support
- Re: [PATCH v13 00/12] Inline Encryption Support
- Re: [PATCH v13 08/12] scsi: ufs: Add inline encryption support to UFS
- Re: [PATCH v13 07/12] scsi: ufs: UFS crypto API
- [PATCH 2/3] Introduce libfsverity
- [PATCH 3/3] Add some basic test programs for libfsverity
- [PATCH 1/3] Split up cmd_sign.c
- [PATCH 0/3] fsverity-utils: introduce libfsverity
- Re: [PATCH v13 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
- Re: [PATCH v13 00/12] Inline Encryption Support
- Re: [PATCH v13 00/12] Inline Encryption Support
- Re: [PATCH v13 08/12] scsi: ufs: Add inline encryption support to UFS
- Re: [PATCH v13 00/12] Inline Encryption Support
- [PATCH v13 02/12] block: Keyslot Manager for Inline Encryption
- [PATCH v13 04/12] block: Make blk-integrity preclude hardware inline encryption
- [PATCH v13 03/12] block: Inline encryption support for blk-mq
- [PATCH v13 09/12] fs: introduce SB_INLINECRYPT
- [PATCH v13 11/12] f2fs: add inline encryption support
- [PATCH v13 10/12] fscrypt: add inline encryption support
- [PATCH v13 12/12] ext4: add inline encryption support
- [PATCH v13 08/12] scsi: ufs: Add inline encryption support to UFS
- [PATCH v13 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
- [PATCH v13 05/12] block: blk-crypto-fallback for Inline Encryption
- [PATCH v13 07/12] scsi: ufs: UFS crypto API
- [PATCH v13 00/12] Inline Encryption Support
- [PATCH v13 01/12] Documentation: Document the blk-crypto framework
- Re: [PATCH v12 08/12] scsi: ufs: Add inline encryption support to UFS
- Re: [PATCH v12 07/12] scsi: ufs: UFS crypto API
- Re: [PATCH v12 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
- Re: [PATCH v12 05/12] block: blk-crypto-fallback for Inline Encryption
- Re: [PATCH v12 04/12] block: Make blk-integrity preclude hardware inline encryption
- Re: [PATCH v12 03/12] block: Inline encryption support for blk-mq
- Re: [PATCH v12 02/12] block: Keyslot Manager for Inline Encryption
- Re: [PATCH v12 01/12] Documentation: Document the blk-crypto framework
- Re: [PATCH v12 04/12] block: Make blk-integrity preclude hardware inline encryption
- Re: [PATCH v12 03/12] block: Inline encryption support for blk-mq
- Re: [PATCH v12 02/12] block: Keyslot Manager for Inline Encryption
- Re: [PATCH 4/4] fscrypt: make test_dummy_encryption use v2 by default
- Re: [PATCH 3/4] fscrypt: support test_dummy_encryption=v2
- Re: [PATCH 2/4] fscrypt: add fscrypt_add_test_dummy_key()
- Re: [PATCH 1/4] linux/parser.h: add include guards
- Re: [PATCH 2/4] fscrypt: add fscrypt_add_test_dummy_key()
- Re: [PATCH 1/4] linux/parser.h: add include guards
- [PATCH 3/4] fscrypt: support test_dummy_encryption=v2
- [PATCH 4/4] fscrypt: make test_dummy_encryption use v2 by default
- [PATCH 2/4] fscrypt: add fscrypt_add_test_dummy_key()
- [PATCH 0/4] fscrypt: make '-o test_dummy_encryption' support v2 policies
- [PATCH 1/4] linux/parser.h: add include guards
- [PATCH 2/2] fs-verity: remove unnecessary extern keywords
- [PATCH 1/2] fs-verity: fix all kerneldoc warnings
- [PATCH 0/2] fs-verity: misc cleanups
- [PATCH 1/3] fscrypt: fix all kerneldoc warnings
- [PATCH 3/3] fscrypt: remove unnecessary extern keywords
- [PATCH 2/3] fscrypt: name all function parameters
- [PATCH 0/3] fscrypt: misc cleanups
- Re: [PATCH 2/4] f2fs: split f2fs_d_compare() from f2fs_match_name()
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [PATCH 1/4] f2fs: don't leak filename in f2fs_try_convert_inline_dir()
- Re: [RFC PATCH 4/4] f2fs: Handle casefolding with Encryption (INCOMPLETE)
- Re: [PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- Re: [PATCH v4 00/20] Split fsverity-utils into a shared library
- Re: [PATCH v4 00/20] Split fsverity-utils into a shared library
- Re: [f2fs-dev] [PATCH 0/4] f2fs: rework filename handling
- Re: [RFC PATCH v4 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
- Re: [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- [PATCH 3/4] f2fs: rework filename handling
- [RFC PATCH 4/4] f2fs: Handle casefolding with Encryption (INCOMPLETE)
- [PATCH 2/4] f2fs: split f2fs_d_compare() from f2fs_match_name()
- [PATCH 1/4] f2fs: don't leak filename in f2fs_try_convert_inline_dir()
- [PATCH 0/4] f2fs: rework filename handling
- [RFC PATCH v4 4/4] scsi: ufs-qcom: add Inline Crypto Engine support
- [RFC PATCH v4 3/4] scsi: ufs: add program_key() variant op
- [RFC PATCH v4 1/4] firmware: qcom_scm: Add support for programming inline crypto keys
- [RFC PATCH v4 2/4] arm64: dts: sdm845: add Inline Crypto Engine registers and clock
- [RFC PATCH v4 0/4] Inline crypto support on DragonBoard 845c
- Re: [PATCH v12 10/12] fscrypt: add inline encryption support
- Re: [PATCH v12 00/12] Inline Encryption Support
- [PATCH v12 01/12] Documentation: Document the blk-crypto framework
- [PATCH v12 02/12] block: Keyslot Manager for Inline Encryption
- [PATCH v12 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
- [PATCH v12 07/12] scsi: ufs: UFS crypto API
- [PATCH v12 08/12] scsi: ufs: Add inline encryption support to UFS
- [PATCH v12 09/12] fs: introduce SB_INLINECRYPT
- [PATCH v12 12/12] ext4: add inline encryption support
- [PATCH v12 10/12] fscrypt: add inline encryption support
- [PATCH v12 11/12] f2fs: add inline encryption support
- [PATCH v12 05/12] block: blk-crypto-fallback for Inline Encryption
- [PATCH v12 03/12] block: Inline encryption support for blk-mq
- [PATCH v12 04/12] block: Make blk-integrity preclude hardware inline encryption
- [PATCH v12 00/12] Inline Encryption Support
- Re: [PATCH v11 10/12] fscrypt: add inline encryption support
- Re: [PATCH v11 04/12] block: Make blk-integrity preclude hardware inline encryption
- Re: [PATCH v11 03/12] block: Inline encryption support for blk-mq
- Re: [PATCH v11 02/12] block: Keyslot Manager for Inline Encryption
- Re: [PATCH v11 00/12] Inline Encryption Support
- [PATCH v11 03/12] block: Inline encryption support for blk-mq
- [PATCH v11 01/12] Documentation: Document the blk-crypto framework
- [PATCH v11 05/12] block: blk-crypto-fallback for Inline Encryption
- [PATCH v11 07/12] scsi: ufs: UFS crypto API
- [PATCH v11 06/12] scsi: ufs: UFS driver v2.1 spec crypto additions
- [PATCH v11 09/12] fs: introduce SB_INLINECRYPT
- [PATCH v11 10/12] fscrypt: add inline encryption support
- [PATCH v11 11/12] f2fs: add inline encryption support
- [PATCH v11 12/12] ext4: add inline encryption support
- [PATCH v11 08/12] scsi: ufs: Add inline encryption support to UFS
- [PATCH v11 04/12] block: Make blk-integrity preclude hardware inline encryption
- [PATCH v11 02/12] block: Keyslot Manager for Inline Encryption
- [PATCH v11 00/12] Inline Encryption Support
- Re: [PATCH v10 03/12] block: Inline encryption support for blk-mq
- Re: [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
- Re: [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
- Re: [PATCH v10 03/12] block: Inline encryption support for blk-mq
- Re: [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
- Re: [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
- [PATCH 20/20] Fixup Makefile
- [PATCH 19/20] Improve documentation of libfsverity.h API
- [PATCH 18/20] fsverity_cmd_sign() don't exit on error without closing file descriptor
- [PATCH 17/20] fsverity_cmd_sign() use sizeof() input argument instead of struct
- [PATCH 16/20] libfsverity_sign_digest() use ARRAY_SIZE()
- [PATCH 15/20] Make libfsverity_find_hash_alg_by_name() private to the shared library
- [PATCH 14/20] Change libfsverity_find_hash_alg_by_name() to return the alg number
- [PATCH 13/20] Update Makefile to install libfsverity and fsverity.h
- [PATCH 12/20] libfsverity: Remove dependencies on util.c
- [PATCH 11/20] Make full_{read,write}() return proper error codes instead of bool
- [PATCH 10/20] Change libfsverity_compute_digest() to take a read function
- [PATCH 09/20] Document API of libfsverity
- [PATCH 08/20] Validate input parameters for libfsverity_sign_digest()
- [PATCH 07/20] Validate input arguments to libfsverity_compute_digest()
- [PATCH 06/20] Introduce libfsverity_sign_digest()
- [PATCH 05/20] Create libfsverity_compute_digest() and adapt cmd_sign to use it
- [PATCH 04/20] Move hash algorithm code to shared library
- [PATCH 03/20] Move fsverity_descriptor definition to libfsverity.h
- [PATCH 02/20] Change compute_file_measurement() to take a file descriptor as argument
- [PATCH 01/20] Build basic shared library framework
- [PATCH v4 00/20] Split fsverity-utils into a shared library
- Re: [PATCH] fuse: Mark fscrypt ioctls as unrestricted
- Re: [PATCH] fuse: Mark fscrypt ioctls as unrestricted
- Re: [PATCH 4/9] Move hash algorithm code to shared library
- Re: [PATCH v10 05/12] block: blk-crypto-fallback for Inline Encryption
- Re: [PATCH v10 03/12] block: Inline encryption support for blk-mq
- Re: [PATCH v10 02/12] block: Keyslot Manager for Inline Encryption
- Re: [PATCH 1/9] Build basic shared library framework
- Re: [PATCH 3/9] Move fsverity_descriptor definition to libfsverity.h
- Re: [PATCH 3/9] Move fsverity_descriptor definition to libfsverity.h
- Re: [PATCH 3/9] Move fsverity_descriptor definition to libfsverity.h
- Re: [PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v2 2/2] crypto: Remove unnecessary memzero_explicit()
- Re: [PATCH v2 2/2] crypto: Remove unnecessary memzero_explicit()
- Re: [PATCH v2 2/2] crypto: Remove unnecessary memzero_explicit()
- Re: [PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v2 2/2] crypto: Remove unnecessary memzero_explicit()
- Re: [PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH v2 2/2] crypto: Remove unnecessary memzero_explicit()
- Re: [PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- [PATCH v2 2/2] crypto: Remove unnecessary memzero_explicit()
- Re: [PATCH 2/2] crypto: Remove unnecessary memzero_explicit()
- Re: [PATCH 2/2] crypto: Remove unnecessary memzero_explicit()
- [PATCH 0/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- [PATCH 2/2] crypto: Remove unnecessary memzero_explicit()
- [PATCH 1/2] mm, treewide: Rename kzfree() to kfree_sensitive()
- Re: [PATCH 1/4] tune2fs: prevent changing UUID of fs with stable_inodes feature
- Re: [PATCH 0/4] e2fsprogs: fix and document the stable_inodes feature
- Re: [PATCH 1/4] tune2fs: prevent changing UUID of fs with stable_inodes feature
- Re: [PATCH 1/4] tune2fs: prevent changing UUID of fs with stable_inodes feature
[Index of Archives]
[linux Cryptography]
[Asterisk App Development]
[PJ SIP]
[Gnu Gatekeeper]
[Linux Kernel]
[Fedora Users]
[Yosemite Campsites]