messages from 2026-01-22 08:23:06 to 2026-02-17 23:21:05 UTC [more...]
[PATCH v3 00/35] fs-verity support for XFS with post EOF merkle tree
2026-02-17 23:19 UTC (16+ messages)
` [PATCH v3 01/35] fsverity: report validation errors back to the filesystem
` [PATCH v3 02/35] fsverity: expose ensure_fsverity_info()
` [PATCH v3 03/35] fsverity: add consolidated pagecache offset for metadata
` [PATCH v3 04/35] fsverity: generate and store zero-block hash
` [PATCH v3 05/35] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v3 06/35] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v3 07/35] iomap: introduce IOMAP_F_FSVERITY
` [PATCH v3 08/35] iomap: don't limit fsverity metadata by EOF in writeback
` [PATCH v3 09/35] iomap: obtain fsverity info for read path
` [PATCH v3 10/35] iomap: issue readahead for fsverity merkle tree
` [PATCH v3 11/35] iomap: allow filesystem to read fsverity metadata beyound EOF
` [PATCH v3 12/35] iomap: let fsverity verify holes
` [PATCH v3 13/35] xfs: use folio host instead of file struct
` [PATCH v3 14/35] xfs: add fs-verity ro-compat flag
` [PATCH v3 15/35] xfs: add inode on-disk VERITY flag
fsverity speedup and memory usage optimization v5
2026-02-17 21:14 UTC (28+ messages)
` [PATCH 01/11] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [f2fs-dev] "
` [PATCH 02/11] readahead: push invalidate_lock out of page_cache_ra_unbounded
` [PATCH 03/11] ext4: move ->read_folio and ->readahead to readahead.c
` [PATCH 04/11] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 05/11] fsverity: deconstify the inode pointer in struct fsverity_info
` [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
fsverity cleanups, speedup and memory usage optimization v4
2026-02-17 21:14 UTC (27+ messages)
` [PATCH 01/15] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [f2fs-dev] [PATCH 01/15] fs, fsverity: "
` [PATCH 02/15] fs,fsverity: clear out fsverity_info from common code
` [PATCH 03/15] ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
` [PATCH 04/15] f2fs: "
` [PATCH 05/15] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 06/15] fsverity: start consolidating pagecache code
` [PATCH 07/15] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [PATCH 08/15] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 09/15] fsverity: deconstify the inode pointer in struct fsverity_info
` [PATCH 10/15] fsverity: push out fsverity_info lookup
` [PATCH 11/15] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 12/15] ext4: consolidate fsverity_info lookup
` [PATCH 13/15] f2fs: "
` [PATCH 14/15] btrfs: "
` [PATCH 15/15] fsverity: use a hashtable to find the fsverity_info
[PATCH v3 0/2] fsverity: remove fsverity_verify_page()
2026-02-17 6:29 UTC (5+ messages)
` [PATCH v3 1/2] f2fs: make f2fs_verify_cluster() partially large-folio-aware
` [PATCH v3 2/2] fsverity: remove fsverity_verify_page()
[PATCH v2 0/2] fsverity: remove fsverity_verify_page()
2026-02-15 4:11 UTC (7+ messages)
` [PATCH v2 1/2] f2fs: use fsverity_verify_blocks() instead of fsverity_verify_page()
` [PATCH v2 2/2] fsverity: remove fsverity_verify_page()
[PATCH 0/2] fsverity: remove fsverity_verify_page()
2026-02-14 20:55 UTC (6+ messages)
` [PATCH 1/2] f2fs: use fsverity_verify_blocks() instead of fsverity_verify_page()
` [PATCH 2/2] fsverity: remove fsverity_verify_page()
[GIT PULL] fsverity updates for 7.0
2026-02-12 19:13 UTC (4+ messages)
` [f2fs-dev] "
[PATCH] fsverity: add missing fsverity_free_info()
2026-02-04 3:33 UTC (3+ messages)
[PATCH v3 0/2] Add traces and file attributes for fs-verity
2026-02-03 14:16 UTC (8+ messages)
` [PATCH v3 1/2] fs: add FS_XFLAG_VERITY for fs-verity files
` [PATCH v3 2/2] fsverity: add tracepoints
[PATCH] fsverity: remove inode from fsverity_verification_ctx
2026-02-03 5:29 UTC (2+ messages)
[PATCH v2 2/2] fsverity: add tracepoints
2026-01-29 15:02 UTC (3+ messages)
fsverity cleanups, speedup and memory usage optimization v2
2026-01-28 22:14 UTC (52+ 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
fsverity cleanups, speedup and memory usage optimization v3
2026-01-28 3:59 UTC (46+ messages)
` [PATCH 01/16] fs,fsverity: reject size changes on fsverity files in setattr_prepare
` [PATCH 02/16] fs,fsverity: clear out fsverity_info from common code
` [PATCH 03/16] ext4: don't build the fsverity work handler for !CONFIG_FS_VERITY
` [PATCH 04/16] f2fs: "
` [PATCH 05/16] fsverity: pass struct file to ->write_merkle_tree_block
` [PATCH 06/16] fsverity: start consolidating pagecache code
` [PATCH 07/16] fsverity: don't issue readahead for non-ENOENT errors from __filemap_get_folio
` [PATCH 08/16] fsverity: kick off hash readahead at data I/O submission time
` [PATCH 09/16] fsverity: constify the vi pointer in fsverity_verification_context
` [PATCH 10/16] fsverity: deconstify the inode pointer in struct fsverity_info
` [PATCH 11/16] fsverity: push out fsverity_info lookup
` [PATCH 12/16] fs: consolidate fsverity_info lookup in buffer.c
` [PATCH 13/16] ext4: consolidate fsverity_info lookup
` [PATCH 14/16] f2fs: "
` [PATCH 15/16] btrfs: "
` [PATCH 16/16] fsverity: use a hashtable to find the fsverity_info
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