| From: |
| Eric Sandeen <sandeen-AT-sandeen.net> |
| To: |
| linux-xfs <linux-xfs-AT-vger.kernel.org> |
| Subject: |
| [ANNOUNCE] xfspdump v3.1.9 released |
| Date: |
| Fri, 31 Jan 2020 11:43:03 -0600 |
| Message-ID: |
| <b6342ed2-60de-34b1-3e73-2360d7dd9775@sandeen.net> |
| Archive-link: |
| Article |
There are still some pending fixes, but it's well past time to at least
get a buildable release out there after the typedef removals from
xfs headers, so I pushed what we've got for now.
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsdump/xfs...
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsdump/xfs...
https://www.kernel.org/pub/linux/utils/fs/xfs/xfsdump/xfs...
xfsdump-3.1.9 (31 Jan 2020)
- Fix build due to removed typedefs in xfsprogs (Darrick Wong)
- Support fallocate in xfs_restore (Darrick Wong)
- Many cosmetic cleanups (Jan Tulak)
8fe534e (HEAD -> master, tag: v3.1.9, origin/master, origin/HEAD) xfsdump: Release v3.1.9
5058a6b common: remove old ioctl typedef usage
1b1ecda xfs_restore: support fallocate when reserving space for a file
6a89650 xfs_restore: fix unsupported ioctl detection
f2f90c6 xfs_restore: check return value
36b5cf9 xfs_restore: refactor open-coded file creation code
46a0d93 xfsdump: add a space after commas and semicolons where was none
ef3a1e2 xfsdump: (style) remove spaces for pointers and negations
cbe6e30 xfsdump: (style) remove spaces in front of commas/semicolons
dae8f55 xfsdump: (style) remove spaces from parentheses
db93af5 xfsdump: don't fail installation if /sbin is symlink of /usr/sbin
8866703 common/drive.c: include stdlib.h
6ff49bf common/types.h: Wrap #define UUID_STR_LEN 36 in #ifndef
fc342f7 xfsdump: do not split function call with ifdef
354d07d xsfsdump: (style) remove trailing whitespaces