linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-11 20:28:15 to 2020-01-03 17:13:58 UTC [more...]

[PATCH v2] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
 2020-01-03 17:13 UTC  (2+ messages)

[PATCH] ubifs: use IS_ENCRYPTED() instead of ubifs_crypt_is_encrypted()
 2020-01-03 17:09 UTC  (2+ messages)

[PATCH 0/2] ubifs: fixes for FS_IOC_GETFLAGS and FS_IOC_SETFLAGS
 2020-01-03 17:08 UTC  (5+ messages)
` [PATCH 1/2] ubifs: fix FS_IOC_SETFLAGS unexpectedly clearing encrypt flag
` [PATCH 2/2] ubifs: add support for FS_ENCRYPT_FL

[PATCH] fscrypt: Restore modular support
 2020-01-03 17:04 UTC  (10+ messages)
  ` [v2 PATCH] fscrypt: Allow modular crypto algorithms
      ` [v3 "
          ` [v4 "

[PATCH] fscrypt: remove redundant bi_status check
 2020-01-03 17:03 UTC  (2+ messages)

[PATCH] fscrypt: include <linux/ioctl.h> in UAPI header
 2020-01-03 17:02 UTC  (2+ messages)

[PATCH] fscrypt: don't check for ENOKEY from fscrypt_get_encryption_info()
 2020-01-03 17:01 UTC  (2+ messages)

[PATCH 0/4] fscrypt: fscrypt_supported_policy() fixes and cleanups
 2020-01-03 17:00 UTC  (6+ messages)
` [PATCH 1/4] fscrypt: split up fscrypt_supported_policy() by policy version
` [PATCH 2/4] fscrypt: check for appropriate use of DIRECT_KEY flag earlier
` [PATCH 3/4] fscrypt: move fscrypt_valid_enc_modes() to policy.c
` [PATCH 4/4] fscrypt: remove fscrypt_is_direct_key_policy()

[PATCH] fscrypt: introduce fscrypt_needs_contents_encryption()
 2020-01-03 16:59 UTC  (2+ messages)

[PATCH] fscrypt: move fscrypt_d_revalidate() to fname.c
 2020-01-03 16:59 UTC  (2+ messages)

[PATCH v2] fscrypt: constify inode parameter to filename encryption functions
 2020-01-03 16:59 UTC  (2+ messages)

[PATCH] fscrypt: constify struct fscrypt_hkdf parameter to fscrypt_hkdf_expand()
 2020-01-03 16:58 UTC  (2+ messages)

[PATCH] fscrypt: verify that the crypto_skcipher has the correct ivsize
 2020-01-03 16:58 UTC  (2+ messages)

[PATCH] fscrypt: use crypto_skcipher_driver_name()
 2020-01-03 16:57 UTC  (2+ messages)

[PATCH v2] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
 2020-01-03 16:57 UTC  (2+ messages)

[PATCH v2 0/5] xfstests: verify ciphertext of IV_INO_LBLK_64 encryption policies
 2020-01-03 16:46 UTC  (8+ messages)
` [PATCH v2 1/5] fscrypt-crypt-util: create key_and_iv_params structure
` [PATCH v2 2/5] fscrypt-crypt-util: add HKDF context constants
` [PATCH v2 3/5] common/encrypt: create named variables for UAPI constants
` [PATCH v2 4/5] common/encrypt: support verifying ciphertext of IV_INO_LBLK_64 policies
` [PATCH v2 5/5] generic: verify ciphertext of IV_INO_LBLK_64 encryption policies

[PATCH] f2fs: remove unneeded check for error allocating bio_post_read_ctx
 2020-01-02  8:13 UTC  (2+ messages)

[PATCH] f2fs: fix deadlock allocating bio_post_read_ctx from mempool
 2020-01-02  8:13 UTC  (2+ messages)

[PATCH] ext4: remove unneeded check for error allocating bio_post_read_ctx
 2019-12-31 18:12 UTC 

[PATCH] ext4: fix deadlock allocating bio_post_read_ctx from mempool
 2019-12-31 18:12 UTC 

[PATCH] ext4: fix deadlock allocating crypto bounce page from mempool
 2019-12-31 18:11 UTC 

[PATCH] fscrypt: document gfp_flags for bounce page allocation
 2019-12-31 18:10 UTC 

[PATCH] fs-verity: use mempool for hash requests
 2019-12-31 17:55 UTC 

[PATCH] fs-verity: use u64_to_user_ptr()
 2019-12-31 17:54 UTC 

[PATCH] ext4: re-enable extent zeroout optimization on encrypted files
 2019-12-26 16:11 UTC 

[PATCH] ext4: only use fscrypt_zeroout_range() on regular files
 2019-12-26 16:10 UTC 

[PATCH] fscrypt: optimize fscrypt_zeroout_range()
 2019-12-26 16:08 UTC 

[PATCH] ext4: allow ZERO_RANGE on encrypted files
 2019-12-26 15:42 UTC 

[PATCH] ext4: handle decryption error in __ext4_block_zero_page_range()
 2019-12-26 15:41 UTC 

[PATCH v6 0/9] Inline Encryption Support
 2019-12-22  0:16 UTC  (25+ messages)
` [PATCH v6 1/9] block: Keyslot Manager for Inline Encryption
` [PATCH v6 2/9] block: Add encryption context to struct bio
` [PATCH v6 3/9] block: blk-crypto for Inline Encryption
` [PATCH v6 4/9] scsi: ufs: UFS driver v2.1 spec crypto additions
` [PATCH v6 5/9] scsi: ufs: UFS crypto API
` [PATCH v6 6/9] scsi: ufs: Add inline encryption support to UFS
` [PATCH v6 7/9] fscrypt: add inline encryption support
` [PATCH v6 8/9] f2fs: "
` [PATCH v6 9/9] ext4: "

[xfstests-bld PATCH] kernel-configs: enable CONFIG_CRYPTO_ESSIV in 5.4 configs
 2019-12-16 23:06 UTC  (3+ messages)

[PATCH] fs-verity: implement readahead of Merkle tree pages
 2019-12-16 18:11 UTC 

[PATCH] ext4: remove unnecessary ifdefs in htree_dirblock_to_tree()
 2019-12-13 10:46 UTC  (2+ messages)

[PATCH v4] fs: introduce is_dot_or_dotdot helper for cleanup
 2019-12-12 18:13 UTC  (6+ messages)

[PATCH v6] fs: introduce is_dot_or_dotdot helper for cleanup
 2019-12-12  7:51 UTC 

[RFC PATCH 0/3] xfstests: test adding filesystem-level fscrypt key via key_id
 2019-12-11 18:00 UTC  (10+ messages)
` [RFC PATCH 1/3] common/rc: handle option with argument in _require_xfs_io_command()
` [RFC PATCH 2/3] common/encrypt: move constant test key to common code
` [RFC PATCH 3/3] generic: test adding filesystem-level fscrypt key via key_id

[PATCH v5] fs: introduce is_dot_or_dotdot helper for cleanup
 2019-12-11 14:41 UTC  (8+ messages)

[PATCH] f2fs: don't keep META_MAPPING pages used for moving verity file blocks
 2019-12-10  2:08 UTC  (7+ messages)

[PATCH] fscrypt: constify inode parameter to filename encryption functions
 2019-12-09 20:42 UTC 

[PATCH v3] fs: introduce is_dot_dotdot helper for cleanup
 2019-12-09  2:00 UTC  (4+ messages)

[PATCH v2] fs: introduce is_dot_dotdot helper for cleanup
 2019-12-05  7:55 UTC  (5+ messages)

[PATCH 0/8] Support for Casefolding and Encryption
 2019-12-05  1:17 UTC  (20+ messages)
` [PATCH 1/8] fscrypt: Add siphash and hash key for policy v2
` [PATCH 2/8] fscrypt: Don't allow v1 policies with casefolding
` [PATCH 3/8] fscrypt: Change format of no-key token
` [PATCH 4/8] vfs: Fold casefolding into vfs
` [PATCH 5/8] f2fs: Handle casefolding with Encryption
` [PATCH 6/8] ext4: Use struct super_block's casefold data
` [PATCH 7/8] ext4: Hande casefolding with encryption
` [PATCH 8/8] ext4: Optimize match for casefolded encrypted dirs

[PATCH] fs-verity: implement readahead for FS_IOC_ENABLE_VERITY
 2019-12-04 18:10 UTC  (3+ messages)

[PATCH] fs: introduce is_dot_dotdot helper for cleanup
 2019-12-04 13:06 UTC  (7+ messages)

[GIT PULL] fscrypt updates for 5.5
 2019-11-25 22:45 UTC  (2+ messages)

[GIT PULL] fsverity updates for 5.5
 2019-11-25 22:45 UTC  (2+ messages)

[xfsprogs RFC PATCH] xfs_io/encrypt: support passing a keyring key to add_enckey
 2019-11-19 22:34 UTC 

[PATCH] fscrypt: support passing a keyring key to FS_IOC_ADD_ENCRYPTION_KEY
 2019-11-18 18:27 UTC  (14+ messages)

[PATCH 1/4] statx: define STATX_ATTR_VERITY
 2019-11-13 20:31 UTC  (6+ messages)
` [man-pages RFC PATCH] statx.2: document STATX_ATTR_VERITY

[PATCH 0/4] statx: expose the fs-verity bit
 2019-11-13 20:20 UTC  (2+ messages)

[PATCH] docs: fs-verity: document first supported kernel version
 2019-11-13 20:19 UTC  (2+ messages)

Investment opportunity
 2019-11-12 17:57 UTC 

[RFC PATCH 0/5] xfstests: verify ciphertext of IV_INO_LBLK_64 encryption policies
 2019-11-11 21:04 UTC  (6+ messages)
` [RFC PATCH 1/5] fscrypt-crypt-util: create key_and_iv_params structure
` [RFC PATCH 2/5] fscrypt-crypt-util: add HKDF context constants
` [RFC PATCH 3/5] common/encrypt: create named variables for UAPI constants
` [RFC PATCH 4/5] common/encrypt: support verifying ciphertext of IV_INO_LBLK_64 policies
` [RFC PATCH 5/5] generic: verify ciphertext of IV_INO_LBLK_64 encryption policies

[PATCH v2 0/2] ext4: support encryption with blocksize != PAGE_SIZE
 2019-11-11 20:28 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).