messages from 2025-07-28 20:31:32 to 2026-01-12 23:05:50 UTC [more...]
[PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
2026-01-12 23:05 UTC (34+ messages)
` [PATCH v2 1/22] fsverity: report validation errors back to the filesystem
` [PATCH v2 2/22] fsverity: expose ensure_fsverity_info()
` [PATCH v2 3/22] iomap: introduce IOMAP_F_BEYOND_EOF
` [PATCH v2 4/22] iomap: allow iomap_file_buffered_write() take iocb without file
` [PATCH v2 5/22] iomap: integrate fs-verity verification into iomap's read path
` [PATCH v2 6/22] xfs: add fs-verity ro-compat flag
` [PATCH v2 7/22] xfs: add inode on-disk VERITY flag
` [PATCH v2 8/22] xfs: initialize fs-verity on file open and cleanup on inode destruction
` [PATCH v2 9/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v2 10/22] xfs: disable direct read path for fs-verity files
` [PATCH v2 11/22] xfs: add verity info pointer to xfs inode
` [PATCH v2 12/22] xfs: introduce XFS_FSVERITY_CONSTRUCTION inode flag
` [PATCH v2 13/22] xfs: introduce XFS_FSVERITY_REGION_START constant
` [PATCH v2 14/22] xfs: disable preallocations for fsverity Merkle tree writes
` [PATCH v2 15/22] xfs: add writeback and iomap reading of Merkle tree pages
` [PATCH v2 16/22] xfs: add fs-verity support
` [PATCH v2 17/22] xfs: add fs-verity ioctls
` [PATCH v2 18/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v2 19/22] xfs: check and repair the verity inode flag state
` [PATCH v2 20/22] xfs: report verity failures through the health system
` [PATCH v2 21/22] xfs: add fsverity traces
` [PATCH v2 22/22] xfs: enable ro-compat fs-verity flag
[PATCH 0/3] Add traces and file attributes for fs-verity
2026-01-12 22:02 UTC (4+ messages)
` [PATCH 1/2] fs: add FS_XFLAG_VERITY for fs-verity files
` [PATCH 2/2] fsverity: add tracepoints
[QUESTION] Does fs-verity support large folios / large block size in ext4?
2025-11-07 3:25 UTC (3+ messages)
[GIT PULL] Interleaved SHA-256 hashing support for 6.18
2025-09-29 23:22 UTC (2+ messages)
[PATCH v2 0/6] Optimize fsverity using 2-way interleaved SHA-256 hashing
2025-09-17 16:32 UTC (9+ messages)
` [PATCH v2 1/6] lib/crypto: sha256: Add support for 2-way interleaved hashing
` [PATCH v2 2/6] lib/crypto: arm64/sha256: "
` [PATCH v2 3/6] lib/crypto: x86/sha256: "
` [PATCH v2 4/6] lib/crypto: tests: Add tests and benchmark for sha256_finup_2x()
` [PATCH v2 5/6] fsverity: Remove inode parameter from fsverity_hash_block()
` [PATCH v2 6/6] fsverity: Use 2-way interleaved SHA-256 hashing when supported
[PATCH RFC 00/29] fs-verity support for XFS with post EOF merkle tree
2025-09-12 13:09 UTC (80+ 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 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
[PATCH v2 00/13] Internalize www.kernel.org/doc cross-references
2025-09-11 9:26 UTC (16+ messages)
` [PATCH v2 01/13] Documentation: hw-vuln: l1tf: Convert kernel docs external links
` [PATCH v2 02/13] Documentation: damon: reclaim: Convert "Free Page Reporting" citation link
` [PATCH v2 03/13] Documentation: perf-security: Convert security credentials bibliography link
` [PATCH v2 04/13] Documentation: amd-pstate: Use internal link to kselftest
` [PATCH v2 05/13] Documentation: blk-mq: Convert block layer docs external links
` [PATCH v2 06/13] Documentation: bpf: Convert external kernel docs link
` [PATCH v2 07/13] Documentation: kasan: Use internal link to kunit
` [PATCH v2 08/13] Documentation: gpu: "
` [PATCH v2 09/13] Documentation: filesystems: Fix stale reference to device-mapper docs
` [PATCH v2 10/13] Documentation: smb: smbdirect: Convert KSMBD docs link
` [EXTERNAL] "
` [PATCH v2 11/13] Documentation: net: Convert external kernel networking docs
` [PATCH v2 12/13] nitro_enclaves: Use internal cross-reference for kernel docs links
` [PATCH v2 13/13] Documentation: checkpatch: Convert kernel docs references
[PATCH 0/6] Optimize fsverity using 2-way interleaved SHA-256 hashing
2025-09-09 23:13 UTC (7+ messages)
` [PATCH 1/6] lib/crypto: sha256: Add support for 2-way interleaved hashing
` [PATCH 2/6] lib/crypto: arm64/sha256: "
` [PATCH 3/6] lib/crypto: x86/sha256: "
` [PATCH 4/6] lib/crypto: tests: Add tests and benchmark for sha256_finup_2x()
` [PATCH 5/6] fsverity: Remove inode parameter from fsverity_hash_block()
` [PATCH 6/6] fsverity: Use 2-way interleaved SHA-256 hashing when supported
[PATCH 00/14] Internalize www.kernel.org/doc cross-reference
2025-09-03 3:32 UTC (24+ 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
` (subset) [PATCH 00/14] Internalize www.kernel.org/doc cross-reference
[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()
[GIT PULL] Crypto library conversions for 6.17
2025-07-29 1:12 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox