Accepting request 784936 from home:ailiopoulos:branches:filesystems

- update to v5.5.0:
  * xfsprogs: actually check that writes succeeded
  * mkfs.xfs: check root inode location
  * mkfs.xfs: efficient block zeroing
  * xfs_repair: fix broken unit conv. in dir invalidation
  * xfs_repair: fix bad next_unlinked field
  * xfs_repair: don't corrupt attr fork clearing forw/back
  * xfs_repair: check root dir pointer before trashing it
  * xfs_repair: try to fix sb_unit value from secondaries
  * libxfs changes merged from kernel 5.5

OBS-URL: https://build.opensuse.org/request/show/784936
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=89
This commit is contained in:
Luis Chamberlain
2020-03-14 12:31:36 +00:00
committed by Git OBS Bridge
parent 342662efe5
commit 85cd13e60f
6 changed files with 35 additions and 21 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Mar 14 11:15:39 UTC 2020 - Anthony Iliopoulos <ailiopoulos@suse.com>
- update to v5.5.0:
* xfsprogs: actually check that writes succeeded
* mkfs.xfs: check root inode location
* mkfs.xfs: efficient block zeroing
* xfs_repair: fix broken unit conv. in dir invalidation
* xfs_repair: fix bad next_unlinked field
* xfs_repair: don't corrupt attr fork clearing forw/back
* xfs_repair: check root dir pointer before trashing it
* xfs_repair: try to fix sb_unit value from secondaries
* libxfs changes merged from kernel 5.5
-------------------------------------------------------------------
Tue Jan 14 15:37:43 UTC 2020 - Anthony Iliopoulos <ailiopoulos@suse.com>