[PATCH v7 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-09 13:13 UTC (23+ messages)
` [PATCH v7 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v7 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v7 03/22] ovl: use core fsverity ensure info interface
` [PATCH v7 04/22] fsverity: generate and store zero-block hash
` [PATCH v7 05/22] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v7 06/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v7 07/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v7 08/22] iomap: teach iomap to read files with fsverity
` [PATCH v7 09/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v7 10/22] xfs: introduce fsverity on-disk changes
` [PATCH v7 11/22] xfs: initialize fs-verity on file open
` [PATCH v7 12/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v7 13/22] xfs: disable direct read path for fs-verity files
` [PATCH v7 14/22] xfs: handle fsverity I/O in write/read path
` [PATCH v7 15/22] xfs: use read ioend for fsverity data verification
` [PATCH v7 16/22] xfs: add fs-verity support
` [PATCH v7 17/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v7 18/22] xfs: add fs-verity ioctls
` [PATCH v7 19/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v7 20/22] xfs: check and repair the verity inode flag state
` [PATCH v7 21/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v7 22/22] xfs: enable ro-compat fs-verity flag
fsverity and large folios
2026-04-06 16:45 UTC (3+ messages)
[PATCH v6 00/22] fs-verity support for XFS with post EOF merkle tree
2026-04-02 14:47 UTC (43+ messages)
` [PATCH v6 01/22] fsverity: report validation errors through fserror to fsnotify
` [PATCH v6 02/22] fsverity: expose ensure_fsverity_info()
` [PATCH v6 03/22] fsverity: generate and store zero-block hash
` [PATCH v6 04/22] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v6 05/22] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v6 06/22] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v6 07/22] iomap: teach iomap to read files with fsverity
` [PATCH v6 08/22] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v6 09/22] xfs: introduce fsverity on-disk changes
` [PATCH v6 10/22] xfs: initialize fs-verity on file open
` [PATCH v6 11/22] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v6 12/22] xfs: disable direct read path for fs-verity files
` [PATCH v6 13/22] xfs: handle fsverity I/O in write/read path
` [PATCH v6 14/22] xfs: use read ioend for fsverity data verification
` [PATCH v6 15/22] xfs: add fs-verity support
` [PATCH v6 16/22] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v6 17/22] xfs: add fs-verity ioctls
` [PATCH v6 18/22] xfs: advertise fs-verity being available on filesystem
` [PATCH v6 19/22] xfs: check and repair the verity inode flag state
` [PATCH v6 20/22] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v6 21/22] xfs: add fsverity traces
` [PATCH v6 22/22] xfs: enable ro-compat fs-verity flag
[PATCH v5 00/25] fs-verity support for XFS with post EOF merkle tree
2026-03-26 6:20 UTC (56+ messages)
` [PATCH v5 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v5 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v5 03/25] fsverity: generate and store zero-block hash
` [PATCH v5 04/25] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v5 05/25] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v5 06/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v5 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v5 08/25] iomap: obtain fsverity info for read path
` [PATCH v5 09/25] iomap: issue readahead for fsverity merkle tree
` [PATCH v5 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [PATCH v5 11/25] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v5 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v5 13/25] xfs: initialize fs-verity on file open
` [PATCH v5 14/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v5 15/25] xfs: disable direct read path for fs-verity files
` [PATCH v5 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v5 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v5 18/25] xfs: add fs-verity support
` [PATCH v5 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v5 20/25] xfs: add fs-verity ioctls
` [PATCH v5 21/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v5 22/25] xfs: check and repair the verity inode flag state
` [PATCH v5 23/25] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v5 24/25] xfs: add fsverity traces
` [PATCH v5 25/25] xfs: enable ro-compat fs-verity flag
[GIT PULL] fsverity updates for 6.3
2026-03-24 17:32 UTC (2+ messages)
` [f2fs-dev] "
[PATCH v4 00/25] fs-verity support for XFS with post EOF merkle tree
2026-03-13 14:55 UTC (53+ messages)
` [PATCH v4 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v4 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v4 03/25] fsverity: generate and store zero-block hash
` [PATCH v4 04/25] fsverity: introduce fsverity_folio_zero_hash()
` [PATCH v4 05/25] fsverity: pass digest size and hash of the empty block to ->write
` [PATCH v4 06/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v4 07/25] iomap: introduce IOMAP_F_FSVERITY and teach writeback to handle fsverity
` [PATCH v4 08/25] iomap: obtain fsverity info for read path
` [PATCH v4 09/25] iomap: issue readahead for fsverity merkle tree
` [PATCH v4 10/25] iomap: teach iomap to handle fsverity holes and verify data holes
` [PATCH v4 11/25] iomap: introduce iomap_fsverity_write() for writing fsverity metadata
` [PATCH v4 12/25] xfs: introduce fsverity on-disk changes
` [PATCH v4 13/25] xfs: initialize fs-verity on file open
` [PATCH v4 14/25] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v4 15/25] xfs: disable direct read path for fs-verity files
` [PATCH v4 16/25] xfs: handle fsverity I/O in write/read path
` [PATCH v4 17/25] xfs: use read ioend for fsverity data verification
` [PATCH v4 18/25] xfs: add fs-verity support
` [PATCH v4 19/25] xfs: remove unwritten extents after preallocations in fsverity metadata
` [PATCH v4 20/25] xfs: add fs-verity ioctls
` [PATCH v4 21/25] xfs: advertise fs-verity being available on filesystem
` [PATCH v4 22/25] xfs: check and repair the verity inode flag state
` [PATCH v4 23/25] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v4 24/25] xfs: add fsverity traces
` [PATCH v4 25/25] xfs: enable ro-compat fs-verity flag
[PATCH v3 00/12] vfs: change inode->i_ino from unsigned long to u64
2026-03-09 20:50 UTC (25+ messages)
` [PATCH v3 01/12] vfs: widen inode hash/lookup functions "
` [PATCH v3 02/12] audit: widen ino fields "
` [PATCH v3 04/12] vfs: widen trace event i_ino "
` [PATCH v3 06/12] ext2: "
` [PATCH v3 08/12] zonefs: "
` [PATCH v3 12/12] treewide: change inode->i_ino from unsigned long "
[GIT PULL] fsverity fix for v7.0-rc3
2026-03-05 19:55 UTC (2+ messages)
page: next (older)
- 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