Opened 8 years ago

Closed 8 years ago

#7160 closed enhancement (fixed)

xfsprogs-4.3.0

Reported by: Fernando de Oliveira Owned by: Fernando de Oliveira
Priority: normal Milestone: 7.9
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description (last modified by Fernando de Oliveira)

ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-4.3.0.tar.gz

ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-4.3.0.tar.gz.sig

http://oss.sgi.com/cgi-bin/gitweb.cgi?p=xfs/cmds/xfsprogs.git;a=blob_plain;f=doc/CHANGES

or

4.3.0: http://oss.sgi.com/pipermail/xfs/2015-November/045117.html

[ANNOUNCE] xfsprogs: v4.3.0 released
Dave Chinner david at fromorbit.com
Sun Nov 22 22:44:46 CST 2015

Hi folks,

The xfsprogs repositories have just been updated and tagged with the
v4.3.0 release tag. It can be found here:

git://oss.sgi.com/xfs/cmds/xfsprogs.git v4.3.0
git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git v4.3.0

A signed gzipped-tar archive of the source code is available
here:

ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-4.3.0.tar.gz
ftp://oss.sgi.com/projects/xfs/cmd_tars/xfsprogs-4.3.0.tar.gz.sign

The archive is signed with my gpg key (the same one that this
release announcement is signed with).

Many thanks go to all the contributors to this release. The sumary
of changes since v4.2.0 can be found listed in doc/CHANGES, which I
have reproduced in part below.

-Dave.

xfsprogs-4.3.0 (23 Nov 2015)
        - xfs_fsr: cleanups to recent changes (Eric Sandeen)
        - xfs_fsr: improved temp file attr fork handling (Eric Sandeen)
        - libxfs: output verifier names in warnings (Eric Sandeen)
        - xfs_repair: enable verifier corruption warnings on very
          verbose output settings (Eric Sandeen)
        - debian: update initramfs in postinst script (Steve McIntyre)

xfsprogs-4.3.0-rc2 (10 Nov 2015)
        - xfs_fsr: abstract mntinfo/mntent differences (Jan Tulak)
        - xfs_io: update reflink/dedupe ioctl definitions and
          implementation (Darrick Wong)
        - libxcmd: factoring of runtime reporting (Darrick Wong)
        - man page fixes (Ville Skyttä)
        - removal of ASSERT from exported headers

xfsprogs-4.3.0-rc1 (14 Oct 2015)
        - xfs_io: reflink and dedupe operation support (Darrick Wong)
        - xfs_db: blockget/blocktrash support for v5 filesystems
          (Darrick Wong)
        - xfs_repair: many directory/attr cleanups and fixes (Eric
          Sandeen)
        - More OS X build improvements (Jan Tulak)
        - Log zeroing rework for v5 filesystems to prevent log sequence
          numbers from going backwards (Brain Foster)


The new head of the master branch is commit:

2c909e1 xfsprogs: Release v4.3.0

New Commits since 4.3.0-rc2:

Dave Chinner (2):
      [a32546b] fsr: clean up mountpoint checks
      [2c909e1] xfsprogs: Release v4.3.0

Eric Sandeen (4):
      [7849d55] fsr: more tidy up work
      [e7e3152] fsr: more selinux fixes
      [a3fac93] libxfs: print name of verifier if it fails
      [23639f7] repair: print XFS_WANT_CORRUPTED info with -vvv

Steve McIntyre (1):
      [c8b04a6] debian: update initramfs in postinst


Code Diffstat:

 VERSION                     |  2 +-
 configure.ac                |  2 +-
 db/attr.c                   |  1 +
 db/dir2.c                   |  1 +
 db/metadump.c               |  3 +-
 debian/changelog            |  8 +++++
 debian/postinst             | 25 +++++++++++++
 doc/CHANGES                 | 10 +++++-
 fsr/xfs_fsr.c               | 87 +++++++++++++++++----------------------------
 include/xfs_mount.h         |  1 +
 libxfs/libxfs_io.h          |  1 +
 libxfs/libxfs_priv.h        | 23 +++++++++---
 libxfs/rdwr.c               |  5 +--
 libxfs/util.c               |  4 +--
 libxfs/xfs_alloc.c          |  2 ++
 libxfs/xfs_alloc_btree.c    |  1 +
 libxfs/xfs_attr_leaf.c      |  1 +
 libxfs/xfs_attr_remote.c    |  1 +
 libxfs/xfs_bmap_btree.c     |  1 +
 libxfs/xfs_da_btree.c       |  1 +
 libxfs/xfs_dir2_block.c     |  1 +
 libxfs/xfs_dir2_data.c      |  2 ++
 libxfs/xfs_dir2_leaf.c      |  2 ++
 libxfs/xfs_dir2_node.c      |  1 +
 libxfs/xfs_dquot_buf.c      |  1 +
 libxfs/xfs_ialloc.c         |  1 +
 libxfs/xfs_ialloc_btree.c   |  1 +
 libxfs/xfs_inode_buf.c      |  2 ++
 libxfs/xfs_sb.c             |  2 ++
 libxfs/xfs_symlink_remote.c |  1 +
 man/man8/xfs_repair.8       |  2 +-
 repair/xfs_repair.c         |  4 +++
 32 files changed, 132 insertions(+), 68 deletions(-)
 create mode 100644 debian/postinst
-- 
Dave Chinner
david at fromorbit.com

Change History (3)

comment:1 by Fernando de Oliveira, 8 years ago

Description: modified (diff)

Sorry.

comment:2 by Fernando de Oliveira, 8 years ago

Owner: changed from blfs-book@… to Fernando de Oliveira
Status: newassigned

comment:3 by Fernando de Oliveira, 8 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r16683.

Note: See TracTickets for help on using tickets.