Accepting request 647732 from home:seanlew:branches:filesystems

Update xfsprogs to 4.19.0

OBS-URL: https://build.opensuse.org/request/show/647732
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=79
This commit is contained in:
2018-11-19 15:37:09 +00:00
committed by Git OBS Bridge
parent f61bfe0aab
commit 8999c7611a
6 changed files with 49 additions and 22 deletions

View File

@@ -1,3 +1,30 @@
-------------------------------------------------------------------
Sat Nov 10 05:55:21 UTC 2018 - sean@suspend.net
- Update to v4.19.0
* Fix up debian subdir build w.r.t. CHECK_CMD
* Remove non-linux platforms
* Remove retpoline support
* Add sparse checking & related fixes/cleanups
* Fix cross-platform building w.r.t. crc32selftest
* libxfs: add agfl free deferred op type
* mkfs.xfs: discard only after all validations
* xfs_repair: fix segfault in longform_dir2_entry_check
* xfs_repair: fix ASSERT in xfs_bunmapi
* xfs_repair: fix redahead thread deadlock/stall
* xfs_repair: avoid wriing back all inodes
* xfs_repair: don't treat directory root LEAFN as corrupt
* xfs_io: add crc32 self test
* xfs_io: remove useless do_preadv and do_pwritev arguments
* xfs_scrub: make scrub build config-optional
* xfs_scrub: lack of kernel support is not a service failure
* xfs_scrub_all: fix systemd escaping
* majority of 4.19 libxfs changes merged from kernel
* big sparse static checker cleanup
* mkfs.xfs discard fixes
* xfs_io readv/writev cleanup
* libxfs transaction commit error checking
-------------------------------------------------------------------
Sat Oct 20 00:12:21 UTC 2018 - jeffm@suse.com