| From: |
| Eric Sandeen <sandeen-AT-sandeen.net> |
| To: |
| xfs <linux-xfs-AT-vger.kernel.org> |
| Subject: |
| [ANNOUNCE] xfsdump 3.1.10 released |
| Date: |
| Fri, 11 Feb 2022 14:59:55 -0600 |
| Message-ID: |
| <f2ce57bd-8558-b7dc-8379-9cf97f07f578@sandeen.net> |
| Cc: |
| Anthony Iliopoulos <ailiop-AT-suse.com>, Gao Xiang <hsiangkao-AT-linux.alibaba.com>, L A Walsh <xfs-AT-tlinx.org> |
| Archive-link: |
| Article |
Hi folks,
The xfsdump repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfsdump-dev.git
has just been updated.
The new head of the master branch is commit:
3607469 (HEAD -> master, tag: v3.1.10, origin/master, origin/HEAD, korg/master) xfsdump: Release 3.1.10
I've deferred Darrick's patch to remove dmapi interfaces for now,
because I don't want to stall on getting the fix for the root inode
problems out there any longer. It's been ... quite long enough.
Next release we can think about the dmapi junk, and possibly the
workaround for the broken dumps with the root inode problem.
This should at least be generating valid dumps on those filesystems
with "interesting" geometry, again.
New Commits:
Anthony Iliopoulos (2):
[15689d8] xfsdump: remove obsolete code for handling mountpoint inodes
[f8c9cdc] xfsdump: remove obsolete code for handling xenix named pipes
Eric Sandeen (3):
[5f9f0ca] xfsdump: rename worker threads
[25b42fb] xfsdump: don't try to generate .ltdep in inventory/
[3607469] xfsdump: Release 3.1.10
Gao Xiang (2):
[3b71c7f] xfsdump: Revert "xfsdump: handle bind mount targets"
[0717c1c] xfsdump: intercept bind mount targets
Code Diffstat:
VERSION | 2 +-
common/drive.h | 2 +-
common/drive_minrmt.c | 16 +++++------
common/drive_scsitape.c | 16 +++++------
common/main.c | 8 +++---
common/ring.c | 58 ++++++++++++++++++-------------------
common/ring.h | 32 ++++++++++-----------
common/stream.c | 2 +-
common/ts_mtio.h | 2 +-
configure.ac | 2 +-
debian/changelog | 7 +++++
doc/CHANGES | 5 ++++
doc/files.obj | 2 +-
doc/xfsdump.html | 6 ++--
dump/content.c | 89 +++++++++++++++++++++++++++++++++++++++++----------------
dump/inomap.c | 3 --
inventory/Makefile | 2 --
restore/content.c | 8 ------
18 files changed, 149 insertions(+), 113 deletions(-)