Accepting request 981561 from home:ailiopoulos:branches:filesystems

- update to 5.18.0:
  - xfsprogs: more autoconf modernisation
  - mkfs: Fix memory leak
  - mkfs: don't trample the gid set in the protofile
  - mkfs: various post-log-size-increase fixes
  - xfs_scrub: various enhancements and fixes
  - xfs_scrub: move to mallinfo2 when available
  - metadump: be careful zeroing corrupt inode forks
  - metadump: handle corruption errors without aborting
  - metadump: warn about suspicious finobt trees
  - xfs_repair: check ftype of . and . directory entries
  - xfs_repair: detect v5 feature mismatch in backup sb
  - xfs_repair: fix sizing of the incore rt space usage map calculation
  - xfs_repair: warn about bad btree levels in AG hdrs
  - xfs_io: add a quiet option to bulkstat
  - xfs_db: report maxlevels for each btree type
  - xfs_db: support computing btheight for all cursors
  - xfs_db: don't move cursor when switching types
  - docs: note the removal of XFS_IOC_FSSETDM
  - xfsprogs: autoconf modernisation
  - libxfs changes merged from kernels 5.17 and 5.18

OBS-URL: https://build.opensuse.org/request/show/981561
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=115
This commit is contained in:
2022-06-09 18:08:12 +00:00
committed by Git OBS Bridge
parent c3c895815b
commit 300e02a255
6 changed files with 46 additions and 21 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Jun 9 18:00:26 UTC 2022 - Anthony Iliopoulos <ailiopoulos@suse.com>
- update to 5.18.0:
- xfsprogs: more autoconf modernisation
- mkfs: Fix memory leak
- mkfs: don't trample the gid set in the protofile
- mkfs: various post-log-size-increase fixes
- xfs_scrub: various enhancements and fixes
- xfs_scrub: move to mallinfo2 when available
- metadump: be careful zeroing corrupt inode forks
- metadump: handle corruption errors without aborting
- metadump: warn about suspicious finobt trees
- xfs_repair: check ftype of . and . directory entries
- xfs_repair: detect v5 feature mismatch in backup sb
- xfs_repair: fix sizing of the incore rt space usage map calculation
- xfs_repair: warn about bad btree levels in AG hdrs
- xfs_io: add a quiet option to bulkstat
- xfs_db: report maxlevels for each btree type
- xfs_db: support computing btheight for all cursors
- xfs_db: don't move cursor when switching types
- docs: note the removal of XFS_IOC_FSSETDM
- xfsprogs: autoconf modernisation
- libxfs changes merged from kernels 5.17 and 5.18
-------------------------------------------------------------------
Wed May 11 19:33:16 UTC 2022 - Anthony Iliopoulos <ailiopoulos@suse.com>