Linux fsverity development list
 help / color / mirror / Atom feed
 messages from 2025-09-09 23:16:27 to 2026-01-26 04:52:26 UTC [more...]

fsverity cleanups, speedup and memory usage optimization v3
 2026-01-26  4:50 UTC 

fsverity cleanups, speedup and memory usage optimization v2
 2026-01-26  4:44 UTC  (49+ messages)
` [PATCH 01/11] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 02/11] fs,fsverity: clear out fsverity_info from common code
` [PATCH 03/11] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 04/11] fsverity: start consolidating pagecache code
` [PATCH 05/11] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 06/11] fsverity: push out fsverity_info lookup
` [PATCH 07/11] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 08/11] ext4: consolidate fsverity_info lookup
` [PATCH 09/11] f2fs: "
` [PATCH 10/11] btrfs: "
` [PATCH 11/11] fsverity: use a hashtable to find the fsverity_info

[PATCH v2 2/2] fsverity: add tracepoints
 2026-01-24 18:49 UTC 

[PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
 2026-01-21 15:03 UTC  (86+ 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
            ` fsverity metadata offset, was: Re: [PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree

fsverity optimzations and speedups
 2026-01-20  7:35 UTC  (16+ messages)
` [PATCH 1/6] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 2/6] fs,fsverity: clear out fsverity_info from common code
` [PATCH 3/6] fs,fsverity: handle fsverity in generic_file_open
` [PATCH 4/6] fsverity: use a hashtable to find the fsverity_info
` [PATCH 5/6] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 6/6] fsverity: kick off hash readahead at data I/O submission time

[PATCH 0/3] Add traces and file attributes for fs-verity
 2026-01-17 23:34 UTC  (8+ 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  (10+ messages)
` [PATCH RFC 02/29] iomap: introduce iomap_read/write_region interface

[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  (5+ messages)
` [PATCH 3/6] lib/crypto: x86/sha256: Add support for 2-way interleaved hashing
` [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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox