From: "Darrick J. Wong" <darrick.wong@oracle.com> To: Dave Chinner <david@fromorbit.com> Cc: linux-xfs@vger.kernel.org, xfs@oss.sgi.com Subject: Re: [PATCH 7/7] xfsdocs: document the realtime reverse mapping btree Date: Wed, 7 Sep 2016 19:03:53 -0700 [thread overview] Message-ID: <20160908020353.GA9314@birch.djwong.org> (raw) In-Reply-To: <20160908013838.GT30056@dastard> On Thu, Sep 08, 2016 at 11:38:38AM +1000, Dave Chinner wrote: > On Thu, Aug 25, 2016 at 04:27:42PM -0700, Darrick J. Wong wrote: > > Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> > > --- > > .../allocation_groups.asciidoc | 8 + > > design/XFS_Filesystem_Structure/docinfo.xml | 14 + > > .../internal_inodes.asciidoc | 2 > > design/XFS_Filesystem_Structure/magic.asciidoc | 1 > > .../XFS_Filesystem_Structure/ondisk_inode.asciidoc | 6 - > > design/XFS_Filesystem_Structure/rtrmapbt.asciidoc | 234 ++++++++++++++++++++ > > 6 files changed, 263 insertions(+), 2 deletions(-) > > create mode 100644 design/XFS_Filesystem_Structure/rtrmapbt.asciidoc > > > > > > diff --git a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc > > index cafa8b7..7ba636a 100644 > > --- a/design/XFS_Filesystem_Structure/allocation_groups.asciidoc > > +++ b/design/XFS_Filesystem_Structure/allocation_groups.asciidoc > > @@ -105,6 +105,7 @@ struct xfs_sb > > xfs_ino_t sb_pquotino; > > xfs_lsn_t sb_lsn; > > uuid_t sb_meta_uuid; > > + xfs_ino_t sb_rrmapino; > > }; > > ---- > > *sb_magicnum*:: > > @@ -449,6 +450,13 @@ If the +XFS_SB_FEAT_INCOMPAT_META_UUID+ feature is set, then the UUID field in > > all metadata blocks must match this UUID. If not, the block header UUID field > > must match +sb_uuid+. > > > > +*sb_rrmapino*:: > > +If the +XFS_SB_FEAT_COMPAT_RMAPBT+ feature is set and a real-time > > XFS_SB_FEAT_RO_COMPAT_RMAPBT? > > (yes, I am reading these patches!) Woohoo!!! Thank you for catching this! :) --D > > -Dave. > > -- > Dave Chinner > david@fromorbit.com > > _______________________________________________ > xfs mailing list > xfs@oss.sgi.com > http://oss.sgi.com/mailman/listinfo/xfs
prev parent reply other threads:[~2016-09-08 2:04 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2016-08-25 23:26 [PATCH v8 0/7] xfs-docs: reorganize chapters, document rmap and reflink Darrick J. Wong 2016-08-25 23:27 ` [PATCH 1/7] journaling_log: fix some typos in the section about EFDs Darrick J. Wong 2016-08-25 23:27 ` [PATCH 2/7] xfsdocs: document known testing procedures Darrick J. Wong 2016-08-25 23:27 ` [PATCH 3/7] xfsdocs: update the on-disk format with changes for Linux 4.5 Darrick J. Wong 2016-08-25 23:27 ` [PATCH 4/7] xfsdocs: move the discussions of short and long format btrees to a separate chapter Darrick J. Wong 2016-08-25 23:27 ` [PATCH 5/7] xfsdocs: reverse-mapping btree documentation Darrick J. Wong 2016-08-25 23:27 ` [PATCH 6/7] xfsdocs: document refcount btree and reflink Darrick J. Wong 2016-08-25 23:27 ` [PATCH 7/7] xfsdocs: document the realtime reverse mapping btree Darrick J. Wong 2016-09-08 1:38 ` Dave Chinner 2016-09-08 2:03 ` 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=20160908020353.GA9314@birch.djwong.org \ --to=darrick.wong@oracle.com \ --cc=david@fromorbit.com \ --cc=linux-xfs@vger.kernel.org \ --cc=xfs@oss.sgi.com \ --subject='Re: [PATCH 7/7] xfsdocs: document the realtime reverse mapping btree' \ /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
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.