All of lore.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 48733b2
Date: Mon, 3 Mar 2014 15:43:47 +1100	[thread overview]
Message-ID: <20140303044347.GH13647@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:

48733b2 xfs_repair.8: Fix a grammatical error

New Commits:

Andrew Clayton (1):
      [48733b2] xfs_repair.8: Fix a grammatical error

Dave Chinner (14):
      [9718fa2] mkfs: default log size for small filesystems too large
      [0aa7d59] mkfs: proto file creation does not set ftype correctly
      [beed0dc] repair: translation lookups limit scalability
      [586f8ab] repair: per AG locks contend for cachelines
      [602dcc0] libxfs: buffer cache hashing is suboptimal
      [12b55ba] repair: limit auto-striding concurrency apprpriately
      [1177f66] repair: use a listhead for the dotdot list
      [004e18d] repair: fix prefetch queue limiting
      [1c88e98] repair: BMBT prefetch needs to be CRC aware
      [1164bde] repair: factor out threading setup code
      [71014d1] repair: prefetch runs too far ahead
      [0c6b1ca] metadump: contiguous metadata object need to be split
      [fd49185] metadump: Only verify obfuscated metadata being dumped
      [f63c754] metadump: pathname obfuscation overruns symlink buffer

Eric Sandeen (7):
      [4e11214] xfs_metadump: include F in getopts string
      [a872b62] xfs_copy: band-aids for CRC filesystems
      [a223e63] xfs_logprint: Don't error out after split items lose context
      [81c4920] xfs_logprint: don't advance op counter in xlog_print_trans_icreate
      [617c3c2] xfs_io: add missing break in O_TMPFILE case
      [ade06f8] xfs_io: test for invalid -Tr flag combination before open
      [17d7016] xfs_growfs: don't grow data if only -m is specified

Lukas Czerner (1):
      [938904c] xfs_io: add fzero command for zeroing range via fallocate


Code Diffstat:

 copy/xfs_copy.c       |  18 ++++++-
 db/io.h               |   1 +
 db/metadump.c         | 124 ++++++++++++++++++++++++++++++--------------
 db/xfs_metadump.sh    |   2 +-
 growfs/xfs_growfs.c   |   9 ++--
 include/cache.h       |   4 +-
 include/libxfs.h      |   1 +
 io/init.c             |   1 +
 io/open.c             |  10 ++--
 io/prealloc.c         |  44 +++++++++++++++-
 libxfs/cache.c        |   7 ++-
 libxfs/init.h         |   1 -
 libxfs/rdwr.c         |  12 ++++-
 logprint/log_misc.c   |   9 ++--
 man/man8/xfs_io.8     |   5 ++
 man/man8/xfs_repair.8 |   2 +-
 mkfs/proto.c          |   8 +++
 mkfs/xfs_mkfs.c       |  48 +++++++++--------
 repair/dino_chunks.c  |  24 ++++-----
 repair/dinode.c       |  55 ++++++++++++++------
 repair/dinode.h       |  18 ++++---
 repair/globals.h      |   5 +-
 repair/incore.c       |   4 +-
 repair/phase3.c       |  40 ++-------------
 repair/phase4.c       |  48 ++---------------
 repair/phase6.c       |  46 ++++++++---------
 repair/prefetch.c     | 139 +++++++++++++++++++++++++++++++++++++++++++++++++-
 repair/prefetch.h     |  10 ++++
 repair/scan.c         |  11 ++--
 repair/xfs_repair.c   |  23 ++++++++-
 30 files changed, 489 insertions(+), 240 deletions(-)
-- 
Dave Chinner
david@fromorbit.com

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

                 reply	other threads:[~2014-03-03  4:43 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=20140303044347.GH13647@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 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.