public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
From: Dave Chinner <david@fromorbit.com>
To: xfs@oss.sgi.com
Subject: [ANNOUNCE] xfsprogs: master branch updated to 03e956b
Date: Tue, 27 May 2014 10:33:58 +1000	[thread overview]
Message-ID: <20140527003358.GT18954@dastard> (raw)

Hi folks,

The xfsprogs repository at git://oss.sgi.com/xfs/cmds/xfsprogs has
just been updated.

The new head of the master branch is commit:

03e956b db: add finobt support to metadump

New Commits:

Brian Foster (20):
      [70eb733] xfs: refactor xfs_ialloc_btree.c to support multiple inobt numbers
      [dad1321] xfs: reserve v5 superblock read-only compat. feature bit for finobt
      [c0a4c22] xfs: support the XFS_BTNUM_FINOBT free inode btree type
      [0f88d64] xfs: update inode allocation/free transaction reservations for finobt
      [3c69927] xfs: insert newly allocated inode chunks into the finobt
      [88fc730] xfs: use and update the finobt on inode allocation
      [eb9a297] xfs: refactor xfs_difree() inobt bits into xfs_difree_inobt() helper
      [1bb93fd] xfs: update the finobt on inode free
      [608dff0] xfs: report finobt status in fs geometry
      [a9f4ba9] xfs: enable the finobt feature on v5 superblocks
      [f49c4e8] mkfs: finobt mkfs support
      [2a0cd7a] db: finobt support
      [7b37090] repair: account for finobt in ag 0 geometry pre-calculation
      [1578050] repair: phase 2 finobt scan
      [bb26606] repair: pass btree block magic as param to build_ino_tree()
      [d6412d1] repair: pull the build_agi() call up out of the inode tree build
      [01159bd] repair: helpers for finding in-core inode records w/ free inodes
      [bbdb21b] repair: reconstruct the finobt in phase 5
      [0506438] growfs: report finobt status in fs geometry (xfs_info)
      [03e956b] db: add finobt support to metadump


Code Diffstat:

 db/agi.c                   |   2 +
 db/btblock.c               |  12 +
 db/metadump.c              |  25 +-
 growfs/xfs_growfs.c        |  14 +-
 include/xfs_ag.h           |  32 ++-
 include/xfs_btree.h        |   3 +
 include/xfs_format.h       |  14 +-
 include/xfs_fs.h           |   1 +
 include/xfs_ialloc_btree.h |   3 +-
 include/xfs_sb.h           |  10 +-
 include/xfs_trans_space.h  |   7 +-
 include/xfs_types.h        |   2 +-
 libxfs/xfs_btree.c         |   6 +-
 libxfs/xfs_ialloc.c        | 617 ++++++++++++++++++++++++++++++++++++++-------
 libxfs/xfs_ialloc_btree.c  |  68 ++++-
 libxfs/xfs_trans_resv.c    |  47 +++-
 mkfs/xfs_mkfs.c            |  93 +++++--
 repair/incore.h            |  27 ++
 repair/phase5.c            | 109 ++++++--
 repair/scan.c              | 251 +++++++++++++++++-
 repair/xfs_repair.c        |  10 +-
 21 files changed, 1171 insertions(+), 182 deletions(-)
-- 
Dave Chinner
david@fromorbit.com

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

                 reply	other threads:[~2014-05-27  0:34 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=20140527003358.GT18954@dastard \
    --to=david@fromorbit.com \
    --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