linux-xfs.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/4] xfs-4.19: superblock verifier cleanups
@ 2018-07-31  3:55 Darrick J. Wong
  2018-07-31  3:55 ` [PATCH 1/4] xfs: refactor superblock verifiers Darrick J. Wong
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Darrick J. Wong @ 2018-07-31  3:55 UTC (permalink / raw)
  To: darrick.wong; +Cc: linux-xfs

Hi all,

This series refactors the superblock verification routines into three
predicates: one to handle checks that are only done at read time,
another for write time checks, and a third for checks common to both.
We then add some sanity checks for the summary counters to the write
verifier (a reworked version of Bill O'Donnell's earlier patch), and end
by addding a verifier for inode counts and adding that into the
superblock write checks.  A fourth patch adds feature bit sanity checks
for the write verifier.

Comments and questions are, as always, welcome.

--D

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

end of thread, other threads:[~2018-07-31  5:46 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-07-31  3:55 [PATCH v2 0/4] xfs-4.19: superblock verifier cleanups Darrick J. Wong
2018-07-31  3:55 ` [PATCH 1/4] xfs: refactor superblock verifiers Darrick J. Wong
2018-07-31  3:55 ` [PATCH 2/4] libxfs: add more bounds checking to sb sanity checks Darrick J. Wong
2018-07-31  3:55 ` [PATCH 3/4] xfs: verify icount in superblock write Darrick J. Wong
2018-07-31  3:57   ` Eric Sandeen
2018-07-31  3:56 ` [PATCH 4/4] xfs: check for unknown v5 feature bits in superblock write verifier Darrick J. Wong
2018-07-31  4:07   ` Eric Sandeen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).