fsverity.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-03-23 22:20:13 to 2025-08-29 15:04:54 UTC [more...]

[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
 2025-08-29 13:18 UTC  (18+ messages)
` [PATCH 01/14] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH 02/14] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH 03/14] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH 04/14] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH 05/14] Documentation: blk-mq: Convert block layer docs external links
` [PATCH 06/14] Documentation: bpf: Convert external kernel docs link
` [PATCH 07/14] Documentation: kasan: Use internal link to kunit
` [PATCH 08/14] Documentation: gpu: "
` [PATCH 09/14] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH 10/14] Documentation: smb: smbdirect: Convert KSMBD docs link
` [PATCH 11/14] Documentation: net: Convert external kernel networking docs
` [PATCH 12/14] ASoC: doc: Internally link to Writing an ALSA Driver docs
` [PATCH 13/14] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH 14/14] Documentation: checkpatch: Convert kernel docs references

[PATCH v5 00/13] Move fscrypt and fsverity info out of struct inode
 2025-08-15 14:28 UTC  (26+ messages)
` [PATCH v5 01/13] fscrypt: replace raw loads of info pointer with helper function
` [PATCH v5 02/13] fscrypt: add support for info in fs-specific part of inode
` [PATCH v5 03/13] ext4: move crypt info pointer to "
` [PATCH v5 04/13] f2fs: "
` [PATCH v5 05/13] ubifs: "
` [PATCH v5 06/13] ceph: "
` [PATCH v5 07/13] fs: remove inode::i_crypt_info
` [PATCH v5 08/13] fsverity: add support for info in fs-specific part of inode
` [PATCH v5 09/13] ext4: move verity info pointer to "
` [PATCH v5 10/13] f2fs: "
` [PATCH v5 11/13] btrfs: "
` [PATCH v5 12/13] fs: remove inode::i_verity_info
` [PATCH v5 13/13] fsverity: check IS_VERITY() in fsverity_cleanup_inode()

[PATCH RFC 00/29] fs-verity support for XFS with post EOF merkle tree
 2025-08-12 19:52 UTC  (75+ messages)
` [PATCH RFC 01/29] iomap: add iomap_writepages_unbound() to write beyond EOF
` [PATCH RFC 02/29] iomap: introduce iomap_read/write_region interface
` [PATCH RFC 03/29] fs: add FS_XFLAG_VERITY for verity files
` [PATCH RFC 04/29] fsverity: add per-sb workqueue for post read processing
` [PATCH RFC 05/29] fsverity: add tracepoints
` [PATCH RFC 06/29] fsverity: report validation errors back to the filesystem
` [PATCH RFC 07/29] fsverity: pass super_block to fsverity_enqueue_verify_work
` [PATCH RFC 08/29] ext4: use a per-superblock fsverity workqueue
` [PATCH RFC 09/29] f2fs: "
` [PATCH RFC 10/29] btrfs: "
` [PATCH RFC 11/29] fsverity: remove system-wide workqueue
` [PATCH RFC 12/29] fsverity: expose merkle tree geometry to callers
` [PATCH RFC 13/29] iomap: integrate fs-verity verification into iomap's read path
` [PATCH RFC 14/29] xfs: add attribute type for fs-verity
` [PATCH RFC 15/29] xfs: add fs-verity ro-compat flag
` [PATCH RFC 16/29] xfs: add inode on-disk VERITY flag
` [PATCH RFC 17/29] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH RFC 18/29] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH RFC 19/29] xfs: disable direct read path for fs-verity files
` [PATCH RFC 20/29] xfs: disable preallocations for fsverity Merkle tree writes
` [PATCH RFC 21/29] xfs: add writeback and iomap reading of Merkel tree pages
` [PATCH RFC 22/29] xfs: add fs-verity support
` [PATCH RFC 23/29] xfs: add fs-verity ioctls
` [PATCH RFC 24/29] xfs: advertise fs-verity being available on filesystem
` [PATCH RFC 25/29] xfs: check and repair the verity inode flag state
` [PATCH RFC 26/29] xfs: fix scrub trace with null pointer in quotacheck
` [PATCH RFC 27/29] xfs: report verity failures through the health system
` [PATCH RFC 28/29] xfs: add fsverity traces
` [PATCH RFC 29/29] xfs: enable ro-compat fs-verity flag

[GIT PULL] Crypto library conversions for 6.17
 2025-07-29  1:12 UTC  (2+ messages)

[PATCH RFC DRAFT v2 00/13] Move fscrypt and fsverity out of struct inode
 2025-07-25  8:15 UTC  (67+ messages)
  ` [PATCH RFC DRAFT v2 01/13] fs: add fscrypt offset
  ` [PATCH RFC DRAFT v2 02/13] fs/crypto: use accessors
  ` [PATCH RFC DRAFT v2 03/13] ext4: move fscrypt to filesystem inode
  ` [PATCH RFC DRAFT v2 04/13] ubifs: "
  ` [PATCH RFC DRAFT v2 05/13] f2fs: "
  ` [PATCH RFC DRAFT v2 06/13] ceph: "
  ` [PATCH RFC DRAFT v2 07/13] fs: drop i_crypt_info from struct inode
  ` [PATCH RFC DRAFT v2 08/13] fs: add fsverity offset
  ` [PATCH RFC DRAFT v2 09/13] fs/verity: use accessors
  ` [PATCH RFC DRAFT v2 10/13] btrfs: move fsverity to filesystem inode
  ` [PATCH RFC DRAFT v2 11/13] ext4: "
  ` [PATCH RFC DRAFT v2 12/13] f2fs: "
  ` [PATCH RFC DRAFT v2 13/13] fs: drop i_verity_info from struct inode
    ` [PATCH v3 00/13] Move fscrypt and fsverity out of "
      ` [PATCH v3 01/13] fs: add fscrypt offset
      ` [PATCH v3 02/13] fs/crypto: use accessors
      ` [PATCH v3 03/13] ext4: move fscrypt to filesystem inode
      ` [PATCH v3 04/13] ubifs: "
      ` [PATCH v3 05/13] f2fs: "
      ` [PATCH v3 06/13] ceph: "
      ` [PATCH v3 07/13] fs: drop i_crypt_info from struct inode
      ` [PATCH v3 08/13] fs: add fsverity offset
      ` [PATCH v3 09/13] fs/verity: use accessors
      ` [PATCH v3 10/13] btrfs: move fsverity to filesystem inode
      ` [PATCH v3 11/13] ext4: "
      ` [PATCH v3 12/13] f2fs: "
      ` [PATCH v3 13/13] fs: drop i_verity_info from struct inode
      ` [PATCH v4 00/15] Move fscrypt and fsverity out of "
        ` [PATCH v4 01/15] fs: add fscrypt offset
        ` [PATCH v4 02/15] fs/crypto: use accessors
        ` [PATCH v4 03/15] ext4: move fscrypt to filesystem inode
        ` [PATCH v4 04/15] ubifs: "
        ` [PATCH v4 05/15] f2fs: "
        ` [PATCH v4 06/15] ceph: "
        ` [PATCH v4 07/15] fs: drop i_crypt_info from struct inode
        ` [PATCH v4 08/15] fscrypt: rephrase documentation and comments
        ` [PATCH v4 09/15] fs: add fsverity offset
        ` [PATCH v4 10/15] fs/verity: use accessors
        ` [PATCH v4 11/15] btrfs: move fsverity to filesystem inode
        ` [PATCH v4 12/15] ext4: "
        ` [PATCH v4 13/15] f2fs: "
        ` [PATCH v4 14/15] fs: drop i_verity_info from struct inode
        ` [PATCH v4 15/15] fsverity: rephrase documentation and comments

[PATCH RFC DRAFT DOESNOTBUILD] inode: free up more space
 2025-07-18  8:58 UTC  (2+ messages)

[PATCH 0/2] Convert fs/verity/ to use SHA-2 library API
 2025-07-09 20:29 UTC  (6+ messages)
` [PATCH 1/2] lib/crypto: hash_info: Move hash_info.c into lib/crypto/
` [PATCH 2/2] fsverity: Switch from crypto_shash to SHA-2 library

[PATCH] fsverity: explicitly include <linux/export.h>
 2025-06-17  3:24 UTC  (2+ messages)

[GIT PULL] fsverity updates for 6.15
 2025-03-26  2:05 UTC  (2+ 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).