All of lore.kernel.org
 help / color / mirror / Atom feed
* PI and data checksumming for XFS
@ 2025-02-03  9:43 Christoph Hellwig
  2025-02-03  9:43 ` [PATCH 1/7] block: support integrity generation and verification from file systems Christoph Hellwig
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Christoph Hellwig @ 2025-02-03  9:43 UTC (permalink / raw)
  To: Kanchan Joshi, Martin K . Petersen
  Cc: Johannes Thumshirn, Qu Wenruo, Goldwyn Rodrigues, linux-block,
	linux-fsdevel, linux-xfs

Hi all,

with all the PI and checksumming discussions I decided to dust of my old
XFS PI and data checksumming prototypes.  This is pre-alpha code so
handle it with care.  I tried to document most issues and limitations
in the patch, but I might have missed some.  It survives an xfstests
quick run with just three failures, one of which is a pre-existing
failure on a PI disable device when creating dm-thin.

As it depends on various other in-flight patch series anyone
daring to it should use the git branch here:

    git://git.infradead.org/users/hch/misc.git xfs-data-crc

instead.

^ permalink raw reply	[flat|nested] 23+ messages in thread

end of thread, other threads:[~2025-04-21  2:31 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-03  9:43 PI and data checksumming for XFS Christoph Hellwig
2025-02-03  9:43 ` [PATCH 1/7] block: support integrity generation and verification from file systems Christoph Hellwig
2025-02-03 19:47   ` Martin K. Petersen
2025-04-21  2:30   ` Anuj gupta
2025-02-03  9:43 ` [PATCH 2/7] iomap: introduce iomap_read_folio_ops Christoph Hellwig
2025-02-03  9:43 ` [PATCH 3/7] iomap: add bioset in iomap_read_folio_ops for filesystems to use own bioset Christoph Hellwig
2025-02-03 22:23   ` Darrick J. Wong
2025-02-04  4:58     ` Christoph Hellwig
2025-03-13 13:53   ` Matthew Wilcox
2025-03-14 16:53     ` Darrick J. Wong
2025-03-17  5:52     ` Christoph Hellwig
2025-02-03  9:43 ` [PATCH 4/7] iomap: support ioends for reads Christoph Hellwig
2025-02-03 22:24   ` Darrick J. Wong
2025-02-03  9:43 ` [PATCH 5/7] iomap: limit buffered I/O size to 128M Christoph Hellwig
2025-02-03 22:22   ` Darrick J. Wong
2025-02-03  9:43 ` [PATCH 6/7] xfs: support T10 protection information Christoph Hellwig
2025-02-03 22:21   ` Darrick J. Wong
2025-02-03  9:43 ` [PATCH 7/7] xfs: implement block-metadata based data checksums Christoph Hellwig
2025-02-03 22:20   ` Darrick J. Wong
2025-02-04  5:00     ` Christoph Hellwig
2025-02-04 18:36       ` Darrick J. Wong
2025-02-06  6:05         ` Christoph Hellwig
2025-02-03 19:51 ` PI and data checksumming for XFS Martin K. Petersen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.