From: "Darrick J. Wong" <darrick.wong@oracle.com>
To: Dave Chinner <david@fromorbit.com>
Cc: Christoph Hellwig <hch@infradead.org>, xfs@oss.sgi.com
Subject: Re: [RFCv4 00/22] xfs-documentation: massive cleanups and add v5 format, reverse-mapping, reflink, and dedupe support
Date: Mon, 4 Jan 2016 16:23:18 -0800 [thread overview]
Message-ID: <20160105002318.GG28330@birch.djwong.org> (raw)
In-Reply-To: <20151220204657.GT26718@dastard>
On Mon, Dec 21, 2015 at 07:46:57AM +1100, Dave Chinner wrote:
> On Sun, Dec 20, 2015 at 07:29:36AM -0800, Christoph Hellwig wrote:
> > On Sat, Dec 19, 2015 at 01:12:08AM -0800, Darrick J. Wong wrote:
> > > This patch set does the following:
> >
> > I'll review the actual patches once I'll get more time, but maybe it's a
> > good idea to split this series and get all the cleanups and fixes in
> > ASAP and only land the new reverse mapping and reflink bits once the
> > code hits mainline?
>
> I'll be cherrying picking all the cleanups and fixes out of all the
> various patch series over the next couple days, so that's in effect
> what will happen...
If I did it right, the rmap/reflink content should be contained within their
respective patches. Let me know if you find mistakes, though.
--D
>
> Cheers,
>
> Dave.
> --
> Dave Chinner
> david@fromorbit.com
>
> _______________________________________________
> xfs mailing list
> xfs@oss.sgi.com
> http://oss.sgi.com/mailman/listinfo/xfs
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
prev parent reply other threads:[~2016-01-05 0:23 UTC|newest]
Thread overview: 48+ messages / expand[flat|nested] mbox.gz Atom feed top
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 message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160105002318.GG28330@birch.djwong.org \
--to=darrick.wong@oracle.com \
--cc=david@fromorbit.com \
--cc=hch@infradead.org \
--cc=xfs@oss.sgi.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox