All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFCv4 00/22] xfs-documentation: massive cleanups and add v5 format, reverse-mapping, reflink, and dedupe support
@ 2015-12-19  9:12 Darrick J. Wong
  2015-12-19  9:12 ` [PATCH 01/22] xfsdocs: fix asciidoc confusion w.r.t. include file newline at EOF Darrick J. Wong
                   ` (22 more replies)
  0 siblings, 23 replies; 48+ messages in thread
From: Darrick J. Wong @ 2015-12-19  9:12 UTC (permalink / raw)
  To: hch, david, darrick.wong; +Cc: xfs

Hi all,

This is part of the third revision of an RFC for adding support to XFS
for tracking reverse-mappings of physical blocks to file and metadata;
and support for mapping multiple file logical blocks to the same
physical block, more commonly known as reflinking.  This is the first
time I've posted patches against the documentation, but they fit with
the pending RFCv4 code patches, so they're now a part of the full
suite.

This patch set does the following:

 * Cleans up leftover artifacts of the XML -> asciidoc conversion.

 * Fixes the formatting of quoted text and structure field
   definitions.

 * Fixes a lot of the strange wording in the existing documentation.

 * Replaces the screen dump PNGs with (much smaller) text sections.
   There's a huge 1.2MB patch to remove the image files as well, but
   I'll probably just send that privately to Dave later on.

 * Fills in the missing xfs_db examples and structure field
   definitions.

 * Fills in the missing realtime and journal sections.

 * Covers the new header formats for v5 filesystems.

 * Adds a magic number index.

 * Adds a brief overview of what is XFS, prior to jumping into the
   disk format.

 * Covers sparse inodes, reverse mapping btrees, reference count
   btrees and reflink.

 * Switches the xattr and directory chapters since the directory
   chapter introduces the btrees that xattrs can use.

The patch set is based on the current master branch.  As specified
eleswhere, I have git trees for the kernel[1], xfsprogs[2],
xfstests[3], xfs-docs[4], and man-pages[5].  Comments and questions
are, as always, welcome.

--D

[1] https://github.com/djwong/linux/tree/for-dave
[2] https://github.com/djwong/xfsprogs/tree/for-dave
[3] https://github.com/djwong/xfstests/tree/for-dave
[4] https://github.com/djwong/xfs-documentation/tree/for-dave
[5] https://github.com/djwong/man-pages/commits/for-mtk

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

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

end of thread, other threads:[~2016-01-05  2:36 UTC | newest]

Thread overview: 48+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-12-19  9:12 [RFCv4 00/22] xfs-documentation: massive cleanups and add v5 format, reverse-mapping, reflink, and dedupe support Darrick J. Wong
2015-12-19  9:12 ` [PATCH 01/22] xfsdocs: fix asciidoc confusion w.r.t. include file newline at EOF Darrick J. Wong
2016-01-03 12:22   ` Christoph Hellwig
2015-12-19  9:12 ` [PATCH 02/22] xfsdocs: update book subtitles and headings Darrick J. Wong
2016-01-03 12:22   ` Christoph Hellwig
2015-12-19  9:12 ` [PATCH 03/22] xfsdocs: restore the old rendering of structure field definitions Darrick J. Wong
2016-01-03 12:23   ` Christoph Hellwig
2015-12-19  9:12 ` [PATCH 04/22] xfsdocs: convert html entities to regular characters Darrick J. Wong
2016-01-03 12:23   ` Christoph Hellwig
2015-12-19  9:12 ` [PATCH 05/22] xfsdocs: convert images to text Darrick J. Wong
2016-01-03 12:23   ` Christoph Hellwig
2015-12-19  9:12 ` [PATCH 06/22] xfsdocs: delete images of hex dumps Darrick J. Wong
2016-01-03 12:31   ` Christoph Hellwig
2015-12-19  9:12 ` [PATCH 07/22] xfsdocs: update types Darrick J. Wong
2016-01-03 12:24   ` Christoph Hellwig
2015-12-19  9:13 ` [PATCH 08/22] xfsdocs: make example section titles consistent Darrick J. Wong
2016-01-03 12:25   ` Christoph Hellwig
2015-12-19  9:13 ` [PATCH 09/22] xfsdocs: fix various errors and missing bits in the text Darrick J. Wong
2016-01-03 12:25   ` Christoph Hellwig
2015-12-19  9:13 ` [PATCH 10/22] xfsdocs: add missing structure field definitions Darrick J. Wong
2016-01-03 12:26   ` Christoph Hellwig
2015-12-19  9:13 ` [PATCH 11/22] xfsdocs: add missing xfs_db examples Darrick J. Wong
2016-01-03 12:26   ` Christoph Hellwig
2015-12-19  9:13 ` [PATCH 12/22] xfsdocs: fix quoted text markings Darrick J. Wong
2016-01-03 12:26   ` Christoph Hellwig
2015-12-19  9:13 ` [PATCH 13/22] xfsdocs: introduce XFS at a high level Darrick J. Wong
2016-01-03 12:28   ` Christoph Hellwig
2015-12-19  9:13 ` [PATCH 14/22] xfsdocs: document the xfs log format Darrick J. Wong
2016-01-03 13:40   ` Christoph Hellwig
2015-12-19  9:13 ` [PATCH 15/22] xfsdocs: document the operation of the realtime device and inodes Darrick J. Wong
2016-01-03 13:41   ` Christoph Hellwig
2016-01-05  0:14     ` Darrick J. Wong
2016-01-05  2:36       ` Dave Chinner
2015-12-19  9:13 ` [PATCH 16/22] xfsdocs: add documentation of v5 fields Darrick J. Wong
2016-01-03 13:46   ` Christoph Hellwig
2015-12-19  9:14 ` [PATCH 17/22] xfsdocs: add a chapter discussing v5 disk format Darrick J. Wong
2016-01-03 13:54   ` Christoph Hellwig
2015-12-19  9:14 ` [PATCH 18/22] xfsdocs: document magic numbers and theoretical limits Darrick J. Wong
2016-01-03 13:54   ` Christoph Hellwig
2015-12-19  9:14 ` [PATCH 19/22] xfsdocs: document the sparse inodes feature Darrick J. Wong
2016-01-03 13:55   ` Christoph Hellwig
2015-12-19  9:14 ` [PATCH 20/22] xfsdocs: reverse-mapping btree documentation Darrick J. Wong
2015-12-19  9:14 ` [PATCH 21/22] xfsdocs: document refcount btree and reflink Darrick J. Wong
2015-12-19  9:14 ` [PATCH 22/22] xfsdocs: move directory chapter before xattr chapter Darrick J. Wong
2016-01-03 13:46   ` Christoph Hellwig
2015-12-20 15:29 ` [RFCv4 00/22] xfs-documentation: massive cleanups and add v5 format, reverse-mapping, reflink, and dedupe support Christoph Hellwig
2015-12-20 20:46   ` Dave Chinner
2016-01-05  0:23     ` Darrick J. Wong

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.