xfs
[Top] [All Lists]

[ANNOUNCE] xfsprogs: for-next branch updated to c062cfe

To: xfs@xxxxxxxxxxx
Subject: [ANNOUNCE] xfsprogs: for-next branch updated to c062cfe
From: Dave Chinner <david@xxxxxxxxxxxxx>
Date: Mon, 29 Feb 2016 17:23:56 +1100
Delivered-to: xfs@xxxxxxxxxxx
User-agent: Mutt/1.5.21 (2010-09-15)
Hi Folks,

The for-next branch of the xfsprogs repository at:

git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git

has just been updated, bringing it back in line with the current
master branch, fixing bugs in the libxfs sync branch, and adding
Carlos' new inode command.

The new head of the master branch is commit:

c062cfe Merge branch 'progs-misc-fixes-for-4.6' into for-next

New Commits:

Carlos Maiolino (1):
      [ef25c9e] xfs_io: implement 'inode' command

Darrick J. Wong (1):
      [71893d8] mkfs: fix crash when initializing rbmip

Dave Chinner (2):
      [3efa0bd] Merge branch 'libxfs-4.6-sync' into for-next
      [c062cfe] Merge branch 'progs-misc-fixes-for-4.6' into for-next

Dmitry Monakhov (1):
      [2ab8ecb] xfs_io: Prevent devide by zero from {pread,pwrite}_random

Eric Sandeen (2):
      [fa247a5] xfs_db: Fix dquot command docs
      [ff0f39e] libxfs: fix up mismerge in libxfs_iflush_int

Zorro Lang (1):
      [c614d3b] xfs_quota: modify commands which can't handle multiple types


Code Diffstat:

 db/dquot.c           |   8 +--
 io/open.c            | 150 
+++++++++++++++++++++++++++++++++++++++++++++++++++++
 io/pread.c           |   6 ++-
 io/pwrite.c          |   6 ++-
 libxfs/util.c        |   2 +-
 man/man8/xfs_db.8    |   4 +-
 man/man8/xfs_quota.8 |  14 ++---
 mkfs/proto.c         |   2 +-
 quota/edit.c         |  60 ++++++++++++++-------
 quota/quot.c         |  15 ++++--
 quota/quota.c        |  15 ++++--
 quota/report.c       |  20 ++++---
 12 files changed, 250 insertions(+), 52 deletions(-)
-- 
Dave Chinner
david@xxxxxxxxxxxxx

Attachment: signature.asc
Description: Digital signature

<Prev in Thread] Current Thread [Next in Thread>
  • [ANNOUNCE] xfsprogs: for-next branch updated to c062cfe, Dave Chinner <=