linux-fscrypt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
[PATCH 0/6] Remove page_mapping()
 2024-04-25  6:21 UTC  (18+ messages)
` [PATCH 1/6] fscrypt: Convert bh_get_inode_and_lblk_num to use a folio
` [PATCH 2/6] f2fs: Convert f2fs_clear_page_cache_dirty_tag "
` [PATCH 3/6] memory-failure: Remove calls to page_mapping()
` [PATCH 4/6] migrate: Expand the use of folio in __migrate_device_pages()
` [PATCH 5/6] userfault; Expand folio use in mfill_atomic_install_pte()
` [PATCH 6/6] mm: Remove page_mapping()

[PATCH v4 00/46] btrfs: add fscrypt support
 2024-04-11 18:45 UTC  (2+ messages)

Debian #1066832: [fsverity-utils] hard Build-Depends on unportable package pandoc
 2024-03-20 22:37 UTC  (3+ messages)
  ` Bug#1066832: Info received (Debian #1066832: [fsverity-utils] hard Build-Depends on unportable package pandoc)

[GIT PULL] fscrypt updates for 6.9
 2024-03-12 22:24 UTC  (2+ messages)

[RFC PATCH v14 00/19] Integrity Policy Enforcement LSM (IPE)
 2024-03-12 20:07 UTC  (36+ messages)
` [RFC PATCH v14 01/19] security: add ipe lsm
` [RFC PATCH v14 02/19] ipe: add policy parser
` [RFC PATCH v14 03/19] ipe: add evaluation loop
` [RFC PATCH v14 04/19] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v14 05/19] initramfs|security: Add a security hook to do_populate_rootfs()
` [RFC PATCH v14 06/19] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v14 07/19] security: add new securityfs delete function
` [RFC PATCH v14 08/19] ipe: add userspace interface
` [RFC PATCH v14 09/19] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v14 10/19] ipe: add permissive toggle
` [RFC PATCH v14 11/19] block|security: add LSM blob to block_device
` [RFC PATCH v14 12/19] dm: add finalize hook to target_type
` [RFC PATCH v14 13/19] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v14 14/19] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v14 15/19] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v14 16/19] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v14 17/19] scripts: add boot policy generation program
` [RFC PATCH v14 18/19] ipe: kunit test for parser
` [RFC PATCH v14 19/19] documentation: add ipe documentation

[PATCH] ceph: return -ENODATA when xattr doesn't exist for removexattr
 2024-03-06  1:15 UTC 

[syzbot] [fscrypt?] possible deadlock in fscrypt_setup_encryption_info
 2024-03-03  2:54 UTC 

[RFC PATCH v13 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-03-02 16:37 UTC  (30+ messages)
` [RFC PATCH v13 01/20] security: add ipe lsm
` [RFC PATCH v13 02/20] ipe: add policy parser
` [RFC PATCH v13 03/20] ipe: add evaluation loop
` [RFC PATCH v13 04/20] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v13 05/20] initramfs|security: Add a security hook to do_populate_rootfs()
` [RFC PATCH v13 06/20] ipe: introduce 'boot_verified' as a trust provider
` [RFC PATCH v13 07/20] security: add new securityfs delete function
` [RFC PATCH v13 08/20] ipe: add userspace interface
` [RFC PATCH v13 09/20] uapi|audit|ipe: add ipe auditing support
` [RFC PATCH v13 10/20] ipe: add permissive toggle
` [RFC PATCH v13 11/20] block|security: add LSM blob to block_device
` [RFC PATCH v13 12/20] dm verity: set DM_TARGET_SINGLETON feature flag
` [RFC PATCH v13 13/20] dm: add finalize hook to target_type
` [RFC PATCH v13 14/20] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v13 15/20] ipe: add support for dm-verity as a trust provider
` [RFC PATCH v13 16/20] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v13 17/20] ipe: enable support for fs-verity as a trust provider
` [RFC PATCH v13 18/20] scripts: add boot policy generation program
` [RFC PATCH v13 19/20] ipe: kunit test for parser
` [RFC PATCH v13 20/20] documentation: add ipe documentation

[PATCH] fscrypt: shrink the size of struct fscrypt_inode_info slightly
 2024-02-24  6:01 UTC 

[PATCH] fscrypt: write CBC-CTS instead of CTS-CBC
 2024-02-24  5:35 UTC 

[PATCH] fscrypt: clear keyring before calling key_put()
 2024-02-07  9:37 UTC  (3+ messages)

[RFC PATCH v12 00/20] Integrity Policy Enforcement LSM (IPE)
 2024-02-06 21:53 UTC  (37+ messages)
` [RFC PATCH v12 01/20] security: add ipe lsm
` [RFC PATCH v12 02/20] ipe: add policy parser
` [RFC PATCH v12 03/20] ipe: add evaluation loop
` [RFC PATCH v12 04/20] ipe: add LSM hooks on execution and kernel read
` [RFC PATCH v12 05/20] initramfs|security: Add security hook to initramfs unpack
  ` [PATCH RFC v12 5/20] "
` [RFC PATCH v12 06/20] ipe: introduce 'boot_verified' as a trust provider
  ` [PATCH RFC v12 6/20] "
` [RFC PATCH v12 07/20] security: add new securityfs delete function
` [RFC PATCH v12 08/20] ipe: add userspace interface
  ` [PATCH RFC v12 8/20] "
` [RFC PATCH v12 09/20] uapi|audit|ipe: add ipe auditing support
  ` [PATCH RFC v12 9/20] "
` [RFC PATCH v12 10/20] ipe: add permissive toggle
  ` [PATCH RFC "
` [RFC PATCH v12 11/20] block|security: add LSM blob to block_device
` [RFC PATCH v12 12/20] dm verity: set DM_TARGET_SINGLETON feature flag
` [RFC PATCH v12 13/20] dm: add finalize hook to target_type
` [RFC PATCH v12 14/20] dm verity: consume root hash digest and signature data via LSM hook
` [RFC PATCH v12 15/20] ipe: add support for dm-verity as a trust provider
  ` [PATCH RFC "
` [RFC PATCH v12 16/20] fsverity: consume builtin signature via LSM hook
` [RFC PATCH v12 17/20] ipe: enable support for fs-verity as a trust provider
  ` [PATCH RFC "
` [RFC PATCH v12 18/20] scripts: add boot policy generation program
` [RFC PATCH v12 19/20] ipe: kunit test for parser
` [RFC PATCH v12 20/20] documentation: add ipe documentation

[PATCH v2] fscrypt: to make sure the inode->i_blkbits is correctly set
 2024-02-01  2:59 UTC  (3+ messages)

[PATCH] fscrypt: to make sure the inode->i_blkbits is correctly set
 2024-02-01  0:26 UTC  (3+ messages)

[PATCH v3 04/10] fscrypt: Drop d_revalidate once the key is added
 2024-01-18 18:58 UTC  (2+ messages)

[syzbot] [f2fs?] KASAN: slab-use-after-free Read in kill_f2fs_super
 2024-01-18  3:59 UTC  (2+ messages)

[GIT PULL] fscrypt fix for 6.8-rc1
 2024-01-17 20:03 UTC  (2+ messages)

[PATCH v2 0/2] Move fscrypt keyring destruction to after ->put_super
 2024-01-16 19:02 UTC  (5+ messages)
` [PATCH v2 1/2] f2fs: move release of block devices to after kill_block_super()
  ` [f2fs-dev] "
` [PATCH v2 2/2] fs: move fscrypt keyring destruction to after ->put_super
` [f2fs-dev] [PATCH v2 0/2] Move "

[PATCH v6 RESEND 0/5] crypto: LEA block cipher implementation
 2024-01-15  5:17 UTC  (8+ messages)
` [PATCH v6 RESEND 1/5] "
` [PATCH v6 RESEND 2/5] crypto: add LEA testmgr tests
` [PATCH v6 RESEND 3/5] blk-crypto: Add LEA-256-XTS blk-crypto support
` [PATCH v6 RESEND 4/5] fscrypt: Add LEA-256-XTS, LEA-256-CTS support
` [PATCH v6 RESEND 5/5] crypto: LEA block cipher x86_64 optimization

[PATCH v2 0/4] xfstests: test custom crypto data unit size
 2024-01-14 12:57 UTC  (5+ messages)
` [PATCH v2 4/4] generic: add test for "

[PATCH] f2fs: fix double free of f2fs_sb_info
 2024-01-13  1:46 UTC  (6+ messages)
  ` [f2fs-dev] "

[GIT PULL] fscrypt updates for 6.8
 2024-01-10 20:38 UTC  (2+ messages)

[PATCH v3 0/2] ubifs: Fix two kmemleaks in error path
 2024-01-08  2:41 UTC  (3+ messages)
` [PATCH v3 1/2] ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed
` [PATCH v3 2/2] ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path

[PATCH v2 0/2] ubifs: Fix two kmemleaks in error path
 2024-01-06 22:34 UTC  (5+ messages)
` [PATCH v2 1/2] ubifs: dbg_check_idx_size: Fix kmemleak if loading znode failed
` [PATCH v2 2/2] ubifs: ubifs_symlink: Fix memleak of inode->i_link in error path

[PATCH 0/3] Move fscrypt keyring destruction to after ->put_super
 2023-12-27  7:10 UTC  (13+ messages)
` [PATCH 1/3] btrfs: call btrfs_close_devices from ->kill_sb
    ` [f2fs-dev] "
` [PATCH 2/3] f2fs: move release of block devices to after kill_block_super()
  ` [f2fs-dev] "
` [PATCH 3/3] fs: move fscrypt keyring destruction to after ->put_super

[PATCH] fscrypt: document that CephFS supports fscrypt now
 2023-12-27  4:51 UTC 

Performance drop due to alloc_workqueue() misuse and recent change
 2023-12-20  7:14 UTC  (2+ messages)

Question about CNC
 2023-12-18  8:56 UTC 

[PATCH v6 0/5] crypto: LEA block cipher implementation
 2023-12-18  7:33 UTC  (2+ messages)

[PATCH v3 00/12] Hardware wrapped key support for qcom ice and ufs
 2023-12-13  8:11 UTC  (12+ messages)
` [PATCH v3 02/12] qcom_scm: scm call for deriving a software secret
` [PATCH v3 03/12] soc: qcom: ice: add hwkm support in ice
` [PATCH v3 04/12] soc: qcom: ice: support for hardware wrapped keys
` [PATCH v3 07/12] qcom_scm: scm call for create, prepare and import keys


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