[ANNOUNCE] xfsprogs: v7.1.1 released
Andrey Albershteyn <[email protected]>
| Newsgroups | org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <[email protected]> |
Hi folks,
The xfsprogs master branch in repository at:
git://git.kernel.org/pub/scm/fs/xfs/xfsprogs-dev.git
has just been updated.
This is a quick follow up for v7.1.0 with a fix for xfs_healer build failure on
some configurations. This release also includes fix of spacemap for data volume,
mdrestore integer overflow and a new option for fiemap.
Patches often get missed, so if your outstanding patches are properly reviewed
on the list and not included in this update, please let me know.
The for-next branch has also been updated to match the state of master.
The new head of the master branch is commit:
35d1a6ff4eb4d5f26f415ae71461f90ac24273a0
New commits:
Allen Hewes (1):
[2525ce2aa93b] xfsprogs: healer: install targets one at a time
Andrey Albershteyn (1):
[35d1a6ff4eb4] xfsprogs: Release v7.1.1
Darrick J. Wong (1):
[ee7dc67a6aaf] xfs_scrub: fix spacemap scan for data volume
Manognya Singuru (1):
[992ef0086051] mdrestore: fix extent length overflow in v2 restore path
Pankaj Raghav (1):
[ac14db9cd430] fiemap: add a nosync option
Code Diffstat:
VERSION | 2 +-
configure.ac | 2 +-
debian/changelog | 6 ++++++
doc/CHANGES | 6 ++++++
healer/Makefile | 4 +++-
io/fiemap.c | 9 +++++++--
man/man8/xfs_io.8 | 2 +-
mdrestore/xfs_mdrestore.c | 12 +++++-------
scrub/spacemap.c | 13 -------------
9 files changed, 30 insertions(+), 26 deletions(-)
--
- Andrey