public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/6] xfs-docs: reorganize chapters, rmapbt and refcountbt chapter updates
@ 2016-06-17  1:48 Darrick J. Wong
  2016-06-17  1:48 ` [PATCH 1/6] journaling_log: fix some typos in the section about EFDs Darrick J. Wong
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Darrick J. Wong @ 2016-06-17  1:48 UTC (permalink / raw)
  To: david, darrick.wong; +Cc: xfs

Hi all,

This is the sixth revision of a patchset that updates the xfs
documentation for tracking reverse-mappings of physical blocks to file
and metadata (rmap); support for mapping multiple file logical blocks
to the same physical block (reflink); and implements the beginnings of
online metadata scrubbing.  Given the significant amount of design
assumptions that change with block sharing, rmap and reflink are
provided together.  There shouldn't be any incompatible on-disk format
changes, pending a thorough review of the patches within.

This patch set does the following:

 * Adds a chapter discussing the importance of thoroughly testing new
   disk format changes with xfstests, and how to find the source code.

 * Adds in all the disk format changes for Linux 4.5.

 * Separates the btree sections into a separate chapter about the
   generic btree structure, and adds a section about the new support
   for overlapped interval records.

 * Adds chapters discussing reflink, the reference count btree, and
 * the reserve-mapping btree.

If you're going to start using this mess, you probably ought to just
pull from my github trees for kernel[1], xfsprogs[2], and xfstests[3].
There are also updates for xfs-docs[4].  The kernel patches should
apply to dchinner's for-next; xfsprogs patches to for-next; and
xfstest to master.  The kernel git tree already has for-next included.

The patches have been xfstested with x64, i386, and armv7l--arm64,
ppc64, and ppc64le no longer boot in qemu.  All three architectures
pass all 'clone' group tests except xfs/128 (which is the swapext
test), and AFAICT don't cause any new failures for the 'auto' group.

This is an extraordinary way to eat your data.  Enjoy! 
Comments and questions are, as always, welcome.

--D

[1] https://github.com/djwong/linux/tree/djwong-devel
[2] https://github.com/djwong/xfsprogs/tree/djwong-devel
[3] https://github.com/djwong/xfstests/tree/djwong-devel
[4] https://github.com/djwong/xfs-documentation/tree/djwong-devel

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2016-07-13  5:29 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-17  1:48 [PATCH v6 0/6] xfs-docs: reorganize chapters, rmapbt and refcountbt chapter updates Darrick J. Wong
2016-06-17  1:48 ` [PATCH 1/6] journaling_log: fix some typos in the section about EFDs Darrick J. Wong
2016-06-17  1:48 ` [PATCH 2/6] xfsdocs: document known testing procedures Darrick J. Wong
2016-06-17  1:48 ` [PATCH 3/6] xfsdocs: update the on-disk format with changes for Linux 4.5 Darrick J. Wong
2016-06-17  1:48 ` [PATCH 4/6] xfsdocs: move the discussions of short and long format btrees to a separate chapter Darrick J. Wong
2016-06-17  1:48 ` [PATCH 5/6] xfsdocs: reverse-mapping btree documentation Darrick J. Wong
2016-06-29 14:03   ` Carlos Maiolino
2016-07-13  5:29     ` Darrick J. Wong
2016-06-17  1:48 ` [PATCH 6/6] xfsdocs: document refcount btree and reflink Darrick J. Wong

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