Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

xfsprogs-5.13.0-3.4.1 RPM for armv7hl

From OpenSuSE Ports Leap 15.5 for armv7hl

Name: xfsprogs Distribution: openSUSE Step 15
Version: 5.13.0 Vendor: openSUSE
Release: 3.4.1 Build date: Mon Jan 9 12:27:28 2023
Group: System/Filesystems Build host: armbuild24
Size: 5477508 Source RPM: xfsprogs-5.13.0-3.4.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://xfs.wiki.kernel.org/
Summary: Utilities for managing the XFS file system
A set of commands to use the XFS file system, including mkfs.xfs.

XFS is a high performance journaling file system which originated on
the SGI IRIX platform.	It is completely multithreaded. It can support
large files and large file systems, extended attributes, and variable
block sizes. It is extent based and makes extensive use of Btrees
(directories, extents, and free space) to aid both performance and
scalability.

Refer to the documentation at https://xfs.wiki.kernel.org/ for complete
details.  This implementation is on-disk compatible with the IRIX
version of XFS.

Provides

Requires

License

GPL-2.0-or-later

Changelog

* Sun Nov 13 2022 ailiop@suse.com
  - mkfs: don't trample the gid set in the protofile (bsc#1205266)
    - Add xfsprogs-mkfs-don-t-trample-the-gid-set-in-the-protofile.patch
  - mkfs: prevent corruption of passed-in suboption string values
    (bsc#1205377)
    - Add xfsprogs-mkfs-prevent-corruption-of-passed-in-suboption-strin.patch
  - mkfs: terminate getsubopt arrays properly (bsc#1205284)
    - Add xfsprogs-mkfs-terminate-getsubopt-arrays-properly.patch
  - xfs_repair: ignore empty xattr leaf blocks (bsc#1205272)
    - Add xfsprogs-xfs_repair-ignore-empty-xattr-leaf-blocks.patch
* Sun Aug 22 2021 ailiop@suse.com
  - update to v5.13.0:
    - mkfs: validate rtextsz hint when rtinherit is set
    - xfs_repair: invalidate dirhash when junking dirent
    - xfs_repair: validate inherited rtextsz hint alignmt
    - xfs_quota: allow truncate of grp & prj quota files
    - xfs_io: allow callers to dump fs stats individually
    - xfs_io: don't count fsmaps before querying fsmaps
    - xfs_io: print header once when dumping fsmap in csv
    - xfs_io: clean up the funshare command a bit
    - xfs_io: fix broken funshare_cmd usage
    - libxfs changes merged from kernel 5.13
* Wed Jul 28 2021 ailiop@suse.com
  - mkfs: disable reflink support by default (jsc#SLE-17360)
    - Add xfsprogs-mkfs-disable-reflink-support-by-default.patch
    Do not format xfs filesystems with reflink support by default, as the
    feature is read-only compatible, and read-write compatibility is
    required to be maintained within product stream (SLE15).
  - Dropped all following patches which are now part of upstream xfsprogs,
    and were previously backported to address bugs bsc#1167206,
    bsc#1167205, bsc#1158630, bsc#1158509, bsc#1158504, bsc#1158758,
    bsc#1129859, bsc#1122271, bsc#1073421, bsc#1119063, bsc#1105068.
    make_xfs_scrub_interp_explicit.patch
    xfsprogs-mkfs-avoid-divide-by-zero-when-hardware-reports-opti.patch
    xfsprogs-repair-Fix-root-inode-s-parent-when-it-s-bogus-f.patch
    xfsprogs-xfs_repair-Add-missing-braces-to-allow-zeroing-of-co.patch
    xfsprogs-xfs_repair-allow-in-attribute-names.patch
    xfsprogs-xfs-hoist-xfs_fs_geometry-to-libxfs.patch
    xfsprogs-xfs-refactor-the-geometry-structure-filling-function.patch
    xfsprogs-xfs_spaceman-add-a-superblock-info-command.patch
    xfsprogs-xfs_info-move-to-xfs_spaceman.patch
    xfsprogs-xfs_db-add-a-superblock-info-command.patch
    xfsprogs-libfrog-refactor-fs-geometry-printing-function.patch
    xfsprogs-mkfs-use-geometry-generation-helper-functions.patch
    xfsprogs-xfs_info-call-xfs_db-for-offline-filesystems.patch
    xfsprogs-xfs_info-use-findmnt-to-handle-mounted-block-devices.patch
    xfsprogs-xfs_quota-fix-false-error-reporting-of-project-inher.patch
    xfsprogs-xfs-create-structure-verifier-function-for-shortform.patch
    xfsprogs-xfs-create-structure-verifier-function-for-short-for.patch
    xfsprogs-xfs-refactor-short-form-directory-structure-verifier.patch
    xfsprogs-xfs-provide-a-centralized-method-for-verifying-inlin.patch
    xfsprogs-xfs_repair-don-t-fail-directory-repairs-when-grabbin.patch
    xfsprogs-xfs_repair-implement-custom-ifork-verifiers.patch
    xfsprogs-xfs_repair-use-custom-ifork-verifier-in-mv_orphanage.patch
    xfsprogs-xfs-move-inode-extent-size-hint-validation-to-libxfs.patch
    xfsprogs-xfs_repair-use-libxfs-extsize-cowextsize-validation-.patch
    xfsprogs-mkfs-validate-extent-size-hint-parameters.patch
    xfsprogs-xfs_io-Make-copy_range-arguments-understand-iB-values.patch
    xfsprogs-man-document-some-missing-xfs_db-commands.patch
    xfsprogs-man-reformat-xfs_quota-commands-in-the-manpage-for-t.patch
* Tue May 25 2021 ailiop@suse.com
  - update to v5.12.0:
    - mkfs: don't default to too-large physical sector size
    - repair: phase 6 speedups
    - man: Add dax mount option to man xfs(5)
    - xfs_admin: pick up log arguments correctly
    - xfs_growfs: support shrinking unused space
    - libfrog: report inobtcount in geometry
    - xfs_logprint: Fix buffer overflow printing quotaoff
    - xfsprogs: include <signal.h> for platform_crash
    - xfsprogs: remove BMV_IF_NO_DMAPI_READ flag
    - workqueue: bound maximum queue depth
    - libxfs changes merged from kernel 5.12
* Sat Mar 13 2021 ailiop@suse.com
  - update to v5.11.0:
    - xfs_admin: don't hide xfs_repair output when upgrading
    - man: document attr2, ikeep option deprecation in xfs.5
    - mkfs: make use of xfs_validate_stripe_geometry()
    - mkfs: fix wrong inobtcount usage error output
    - xfs_repair: enable bigtime upgrade via repair
    - xfs_repair: enable inobtcount upgrade via repair
    - xfs_repair: set NEEDSREPAIR on first write
    - xfs_repair: clear the needsrepair flag when done
    - xfs_repair: check dquot id and type
    - xfs_fsr: Verify bulkstat version in qsort's cmp()
    - xfs_fsr: Interpret args of qsort's cmp() correctly
    - xfs_scrub: load and unload libicu properly
    - xfs_scrub: various fixes
    - xfs_admin: support adding features to V5 filesystems
    - xfs_admin: support filesystems with realtime devices
    - man: mark all deprecated V4 format options
    - misc: fix valgrind complaints
    - xfs_db: disallow label/uuid setting if NEEDSREPAIR
    - xfs_db: show NEEDSREPAIR in check & version commands
    - xfs_db: add an ls command
    - xfs_db: add a directory path lookup command
    - libxfs changes merged from kernel 5.11
* Mon Jan 04 2021 dmueller@suse.com
  - update to 5.10.0:
    - xfs_repair: remove old code for mountpoint inodes
    - xfsprogs: Add inode btree counter feature
    - xfsprogs: Add bigtime feature for Y2038
    - xfsprogs: Polish translation update
    - mkfs.xfs: Add config file feature
    - mkfs.xfs: allow users to specify rtinherit=0
    - xfs_repair: simplify bmap_next_offset
    - man: various manpage updates
    - libxfs: remove some old dead code
    - libxfs: add realtime extent tracking
    - libxfs changes merged from kernel 5.10
  - refresh 0001-repair-shift-inode-back-into-place-if-corrupted-by-b.patch
    against libxfs changes
* Tue Oct 20 2020 ailiop@suse.com
  - update to v5.9.0:
    * mkfs.xfs: disallow creation of RT files from proto file
    * mkfs.xfs: fix ASSERT on small device with stripe geom
    * xfs_repair: more fixes from fuzz-testing
    * libhandle: fix potential unterminated string problem
    * libhandle: libfrog: fix a potential null pointer deref
    * man: install all manpages that redirect to another page
    * man: fix ioctl_xfs_geometry manpage naming
    * xfsprogs: various realtime related fixes
    * xfsprogs: ignore autofs mount table entries
    * libxfs: make buffers track the per-ag structures
    * libxfs changes merged from kernel 5.9
* Mon Sep 07 2020 ailiop@suse.com
  - update to v5.8.0:
    * xfs_db: set b_ops to NULL for types without verifiers
    * mkfs: allow setting dax flag on root directory
    * xfs_quota: improve reporting and messages
    * xfs_db: use correct inode to set inode type
    * xfs_db: fix nlink usage in check
    * xfs_db: report the inode dax flag
    * man: update mkfs.xfs inode flag option documentation
    * xfsprogs: move custom interface def'ns to new header
    * xfs_repair: check quota counters
    * xfs_io: fix -D vs -R handling
    * libxfs changes merged from kernel 5.8
* Wed Aug 19 2020 callumjfarmer13@gmail.com
  - Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
* Fri Jul 24 2020 ailiopoulos@suse.com
  - update to v5.7.0:
    * xfs_io: document '-q' option for sendfile command
    * remove libreadline support
    * xfs_quota: allow individual timer extension
    * xfs_quota: fix unsigned int id comparisons
    * xfs_repair: fix progress reporting
    * xfs_repair: fix minrecs error during phase5 btree rebuild
    * xfs_repair: add missing validations to match xfs_check
    * xfs_repair: use btree bulk loading
    * xfs_io: fix copy_range argument parsing
    * xfs_io: document -q option for pread/pwrite command
    * xfs_metadump: man page fixes
    * xfs_db: fix crc invalidation segfault
    * libxfs changes merged from kernel 5.7
* Wed Apr 15 2020 ailiopoulos@suse.com
  - update to v5.6.0:
    * xfs_scrub: don't set WorkingDirectory in systemd job
    * xfsprogs: fix silently broken option parsing
    * xfsprogs: various minor Coverity fixes
    * xfs_repair: fix dir_read_buf use of libxfs_da_read_buf
    * libxfs: check retval of device flush when closing
    * xfs_io: set exitcode on failure appropriately
    * libxfs changes merged from kernel 5.6
* Sat Mar 14 2020 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 2020 ailiopoulos@suse.com
  - split xfs scrubbing scripts and service files into a separate optional
    package, in order to avoid having python as a dependency in the main
    xfsprogs rpm (bsc#1157438).
* Tue Jan 14 2020 ailiopoulos@suse.com
  - update to v5.4.0:
    * xfsprogs: Release v5.4.0
    * xfsprogs: Release v5.4.0-rc1
    * mkfs: tidy up discard notifications
    * mkfs: Break block discard into chunks of 2 GB
    * xfs_admin: enable online label getting and setting
    * xfs_admin: support external log devices
    * xfsprogs: add missing line feeds in libxfs/rdwr.c
    * xfsprogs: remove stray libxfs whitespace
    * xfsprogs: Release v5.4.0-rc0
    * xfs: change the seconds fields in xfs_bulkstat to signed
    * xfs: move local to extent inode logging into bmap helper
    * xfs: remove broken error handling on failed attr sf to leaf change
    * xfs: log the inode on directory sf to block format change
    * xfs: remove unused flags arg from xfs_get_aghdr_buf()
    * xfs: log proper length of superblock
    * xfs: revert 1baa2800e62d ("xfs: remove the unused XFS_ALLOC_USERDATA flag")
    * xfs: convert inode to extent format after extent merge due to shift
    * xfs: define a flags field for the AG geometry ioctl structure
    * xfs: add a xfs_valid_startblock helper
    * xfs: remove the unused XFS_ALLOC_USERDATA flag
    * xfs: allocate xattr buffer on demand
    * xfs: consolidate attribute value copying
    * xfs: move remote attr retrieval into xfs_attr3_leaf_getvalue
    * xfs: remove unnecessary indenting from xfs_attr3_leaf_getvalue
    * xfs: make attr lookup returns consistent
    * xfs: reverse search directory freespace indexes
    * xfs: speed up directory bestfree block scanning
    * xfs: factor free block index lookup from xfs_dir2_node_addname_int()
    * xfs: factor data block addition from xfs_dir2_node_addname_int()
    * xfs: move xfs_dir2_addname()
    * xfs: remove all *_ITER_CONTINUE values
    * xfs: remove all *_ITER_ABORT values
    * xfs: reinitialize rm_flags when unpacking an offset into an rmap irec
    * xfs: remove unnecessary int returns from deferred bmap functions
    * xfs: remove unnecessary int returns from deferred refcount functions
    * xfs: remove unnecessary int returns from deferred rmap functions
    * xfs: remove unnecessary parameter from xfs_iext_inc_seq
    * xfs: fix sign handling problem in xfs_bmbt_diff_two_keys
    * xfs: don't return _QUERY_ABORT from xfs_rmap_has_other_keys
    * xfs: fix maxicount division by zero error
    * xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_verify'
    * xfs: add kmem allocation trace points
    * fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.
* Thu Dec 05 2019 seanlew@opensuse.org
  - update to v.5.3.0
    * mkfs.xfs: use libfx to write out AGs versus open coding
    * mkfs.xfs: fix incorrect error message during AG init
    * xfs_repair: better info when metadata updates fail
    * xfs_growfs: allow mounted device node as argument
    * xfs_spaceman: always report sick metadata
    * xfs_io: add a bulkstat command
    * xfs_io: encrypt command enhancements
    * xfs_io: copy_file_range fixes
    * man: document several new ioctls
    * xfs_scrub: copious rewriting
    * libfrog: header moves, refactoring, updates
    * libxfs: fix buffer refcounting
* Sat Aug 17 2019 coolo@suse.com
  - update to v5.2.0
    - libxfs: cosmetic changes to trans.c to match kernel (Eric Sandeen)
    - libxfs changes merged from kernel 5.2
    - mkfs: enable reflink by default (Darrick Wong)
    - mkfs: fix stripe unit handling (Allison Collins)
    - mkfs: remove useless log options in usage() (Yang Xu)
    - mkfs: validate start and end of aligned logs (Darrick Wong)
    - xfs_quota: fix built-in help for project setup (Eric Sandeen)
    - xfs_io: allow passing an open file to copy_range (Amir Goldstein)
    - xfs_info: limit findmnt to mounted xfs filesystems (Amir Goldstein)
    - man: break out several ioctl man pages (Darrick Wong)
    - man: Fix an inconsistency in the mkfs man page (Alvin Zheng)
    - xfs_scrub: fix background-mode sleep throttling (Darrick Wong)
    - libxfs: sync up xfs_trans_inode.c with the kernel (Eric Sandeen)
    - libfrog: fix bitmap return values (Darrick Wong)
    - libfrog: don't set negative errno in conversion f'ns (Darrick Wong)
* Sat May 04 2019 seanlew@opensuse.org
  - Update to v5.0.0
    * xfs_db: scan all sparse inodes when using 'frag'
    * Fix build with newer statx headers
    * libxfs: fix buffer & inode lifetimes
    * misc: fix strncpy length complaints from gcc
    * Merge libxfs from kernel 5.0
* Sat Feb 23 2019 seanlew@opensuse.org
  - Update to v4.20.0
    * mkfs.xfs: null-term symlinks created via protofile
    * xfs_repair: allow '.' in attribute names
    * xfs_repair: skip block reservations when fixing freelist
    * xfs_repair: rebuild dir when nonroot blocks corrupt
    * xfs_repair: int nonleaf finobt blocks with proper magic
    * xfs_repair: fix off by one error rebuilding high keys
    * xfs_io: allow open file permissions to be changed
    * xfs_io: open pipes in non-blocking mode
    * xfs_metadump: multiple stale data zeroing fixes
    * xfs_quota: allow reg files w/o prjinherit flag
    * xfs_db: properly decode finobt record w/ sparse inodes
    * xfs_scrub: move all eecutables to /usr/sbin
    * xfs_scrub: handle totally empty inode chunks
    * xfs.5 manpage: remove barrier related options
    * xfs_io.8 manpage: rearrange command listings by section
    * remove generated scrub files under make clean
    * skip scrub manpage install if not configured
    * Merge libxfs from kernel 4.20
* Sat Nov 10 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 2018 jeffm@suse.com
  - Update to v4.18.0
    * xfs_repair: notify user if free inodes are corrupt
    * xfs_repair: use extent size validation helpers
    * xfs_quota: don't stop the directory tree walk at DEPTH
    * xfs_scrub: ongoing updates
    * xfs_io: document shutdown -f
    * xfs_io: wire up online repair ioctls
    * misc: adddebian initramfs hook to package
    * misc: remove unused macros
    * misc: remove many XFS_BUF macros
    * Majority of 4.18 libxfs changes merged from kernel
  - Update to v4.17.0
    * mkfs.xfs: only stat block devices during mkfs init
    * xfs_repair: multiple fixes and improvements
    * xfs_repair: check and repair quota metadata
    * xfs_repair: fix shortform root inode parent
    * xfs_db: don't ASSERT on unrecognized metadata
    * xfs_db: add superblock info command ala xfs_info
    * xfs_spaceman: add superblock info command ala xfs_info
    * xfs_info: call xfs_db for unmounted devices
    * xfs_io: add online label command
    * xfs_io: add O_PATH and O_NOFOLLOW options
    * xfs_io: recognize *iB units in copy_range
  - Removed now-obsolete patches:
    * xfsprogs-mkfs-avoid-divide-by-zero-when-hardware-reports-opti.patch
* Tue Aug 21 2018 jeffm@suse.com
  - Update xfsprogs-mkfs-avoid-divide-by-zero-when-hardware-reports-opti.patch
    * Refresh to match upstream version.
* Tue Aug 21 2018 jeffm@suse.com
  - repair: shift inode back into place if corrupted by bad log
    replay (bsc#1105396).
    * Added 0001-repair-shift-inode-back-into-place-if-corrupted-by-b.patch
* Fri Jul 20 2018 jeffm@suse.com
  - mkfs: avoid divide-by-zero when hardware reports optimal i/o size as 0
    (bsc#1089777).
    * Added xfsprogs-mkfs-avoid-divide-by-zero-when-hardware-reports-opti.patch
* Wed Jul 18 2018 jeffm@suse.com
  - Revert to %doc for license in SLE11 and SLE12.
  - xfsprogs-devel should depend on uuid-devel to build on SLE11 and
    match the package's build dependencies.
* Tue Jul 03 2018 tchvatal@suse.com
  - Require %libname in the develpackage to not have dangling symlink
    and actually work
* Thu May 24 2018 tchvatal@suse.com
  - Fix build for SLE11 again
* Thu May 24 2018 kukuk@suse.de
  - Use %license instead of %doc [bsc#1082318]
* Tue May 22 2018 tchvatal@suse.com
  - Do not probe for lto on older GCCs as it exposes errors that
    might cause random runtime issues
* Wed May 16 2018 tchvatal@suse.com
  - Do not distribute static libraries they are not needed
  - Remove the crazy part about avoiding shared library policies
    it does work on SLE11 even if it is not mandated
  - Make sure to run only proper parts of services on reloads for
    xfs unitfiles
* Thu May 10 2018 lurodriguez@suse.com
  - Remove xfsprogs.spec useless blunder (bsc#1092843)
* Tue May 08 2018 lurodriguez@suse.com
  - Fix OpenSUSE Tumbleweed package build (bsc#1091300) due to the libhandle1
    library shared object (so) name expectations, this is documented here:
    https://en.opensuse.org/openSUSE:Shared_library_packaging_policy
  - Move systemd check to use a macro, to make it clear when the check is
    used and for what purpose exactly. Perhaps this should be moved later
    into a generic OpenSUSE/SUSE macro as a generic check as I suspect tons
    of other rpms will likely need the same.
  - Address -Werror errors on old compilers, for the life of me I can't see
    how xfsprogs is at fault, so just disable -Werror on older compilers for
    now. In the future we can consider adding a work around for the compiler
    instead of disabling -Werror entirely, but for now this is the best I can
    come up with.
  - Drop make_xfs_scrub_interp_explicit.patch, this is now upstream
  - Update to v4.16.1 (using verbiage from xfsprogs/doc/CHANGES now):
    * fsck.xfs: remove bashism which may interfere with boot (Eric Sandeen)
    * platforms: warn of impending deprecation of irix, freebsd, darwin
    * mkfs.xfs : enable sparse inodes by default (Darrick Wong)
    * fsck.xfs: allow forced boot-time repairs using xfs_repair (Jan Tulak)
    * xfs_repair: new -e flag alters exit code for fixed errors (Jan Tulak)
    * xfs_repair: fix to allow zeroing of corrupt log (Xiao Yang)
    * xfs_repair: remove old dead code (Eric Sandeen)
    * xfs_io: fix operation time reporting (Dave Chinner)
    * xfs_io: add RWF_DSYNC support to pwrite (Dave Chinner)
    * xfs_io: support a basic extent swap command (Brian Foster)
    * xfs_scrub: Many updates, still experimental (Darrick Wong)
    * xfs_db: print transaction reservation type information
    * libxfs: framework to detect memory leaks (Eric Sandeen)
    * misc: Fix up new warnings from gcc 7.3 (Darrick Wong)
    * misc: enable link time optimization, if requested (Darrick Wong)
    * misc: enable retpolines across all xfsprogs utilities (Darrick Wong)
* Thu Apr 19 2018 lurodriguez@suse.com
  - Fix SLE15 build (bsc#1090290) due to systemd. Systemd is present since
    OpenSUSE Leap 42.1 and SLE12-SP1, so we need to ensure the build
    has systemd available on these release. We also then need to indicate
    the new files installed when on systemd. So this fixes the build issue
    on SLE15 and also makes available the systemd service unit files now
    on all releases which support systemd.
* Tue Apr 17 2018 olaf@aepfle.de
  - xfsprogs-devel needs uuid/uuid.h, Require pkgconfig(uuid) (bsc#1089947)
* Wed Mar 07 2018 lurodriguez@suse.com
  - Bump release to v4.15.1, which has these minor fixes:
    * po/pl.po: update Polish translation for 4.15.0
    * debian: don't fail postinst when upgrading chroot
    * debian: add build-depends on pkg-config
* Wed Mar 07 2018 lurodriguez@suse.com
  - Fix build on SLE11-SP4 by making the m4 macros required available.
* Sat Feb 24 2018 lurodriguez@suse.com
  - drops drop xfs_io-fix-copy_file_range-symbol-name-collision.patch,
    this is now part of this release.
  - adds make_xfs_scrub_interp_explicit.patch, rpm lint complains about
    using env python, when this is used the dependency checker for rpm
    will not be able to resolve dependencies correctly, so an explicit
    interpreter is needed.
  - Update to v4.15.0:
    * xfs_scrub: experimental new tool added
    * xfs_metadump: fix issues with -i flag
    * mkfs.xfs: don't allow creation of realtime+reflink
    * mkfs.xfs: don't crash on dswidth overflow
    * mkfs.xfs: much refactoring
    * xfs_copy: fix copy of v5 filesystems
    * xfs_io: add a new 'log_writes' command
    * xfs_io: add MAP_SYNC support to mmap()
* Wed Feb 07 2018 jeffm@suse.com
  - xfs_io: fix copy_file_range symbol name collision (bsc#1079756).
  - Added xfs_io-fix-copy_file_range-symbol-name-collision.patch
* Tue Dec 19 2017 lurodriguez@suse.com
  - Deletes already merged xfs_io-stat-fix-typo-in-statfs-f_flags.patch
  - Deletes already merged xfs_io-stat-treat-statfs.f_flags-as-optional.patch
  - Refreshes patch xfsprogs-docdir.diff
  - Update to v4.14.0:
    * xfs_io: stat: treat statfs.f_flags as optional
    * xfs_io: stat: fix typo in statfs->f_flags
    * xfsprogs: fix wrong variable types in pwrite/pread code
    * xfs_io: Allow partial writes
    * xfs_io: Add RWF_NOWAIT to pwritev2()
    * xfs_io: Add support for pwritev2()
    * xfs_io: Disable -V if pwritev is not available
    * xfs_repair: always release btree buffers when refcountbt checks fail
    * misc: fix ubsan warnings
    * misc: enable thread sanitizer if the builder wants it
    * misc: enable gcc/clang address sanitizer if the builder wants it
    * misc: enable ubsan if the builder wants it
    * xfs_repair: fix cowextsize field checking and repairing
    * xfs_repair: clear DAX flag from non-file inodes
    * xfs_repair: fix bag memory overwrite problems
    * xfs_io: add new error injection knobs to inject command
    * xfsprogs: explicitly cast troublesome types to match printf  format specifiers
    * db: increase metadump's default overly long extent discard  threshold
    * build: define _DEFAULT_SOURCE with _BSD_SOURCE for preadv
    * xfsprogs: add xfs_spaceman to .gitignore
    * xfs_io: report io error for pwrite -W and -w
    * xfs_metadump: zap stale data in DIR2_LEAF1 dirs
    * metadump: update manpage for dirty log/obfuscation issue
    * kill off u_int*_t types
    * xfs: trim writepage mapping to within eof
    * xfs: handle error if xfs_btree_get_bufs fails
    * xfs: Fix bool initialization/comparison
    * xfs: Don't log uninitialised fields in inode structures
    * xfs: revert "xfs: factor rmap btree size into the indlen calculations"
    * xfs: perag initialization should only touch m_ag_max_usable for AG 0
    * xfs: fix compiler warnings
    * xfs: simplify the rmap code in xfs_bmse_merge
    * xfs: use xfs_iext_*_extent helpers in xfs_bmap_split_extent_at
    * xfs: use xfs_iext_*_extent helpers in xfs_bmap_shift_extents
    * xfs: move some code around inside xfs_bmap_shift_extents
    * xfs: use xfs_iext_get_extent in xfs_bmap_first_unused
    * xfs: switch xfs_bmap_local_to_extents to use xfs_iext_insert
    * xfs: add a xfs_iext_update_extent helper
    * xfs: relog dirty buffers during swapext bmbt owner change
    * xfs: skip bmbt block ino validation during owner change
    * xfs: don't log dirty ranges for ordered buffers
    * xfs: remove the ip argument to xfs_defer_finish
    * xfs: rename xfs_defer_join to xfs_defer_ijoin
    * xfs: refactor xfs_trans_roll
    * xfs: stop searching for free slots in an inode chunk when there are none
* Fri Nov 17 2017 jeffm@suse.com
  - Fix building on SLE11
  - Added xfs_io-stat-fix-typo-in-statfs-f_flags.patch
  - Added xfs_io-stat-treat-statfs.f_flags-as-optional.patch
* Fri Nov 17 2017 jeffm@suse.com
  - Update to 4.13.1
    * mkfs: don't overflow the subopts array
  - Update to 4.13.0
    * xfs_repair: handle missing extent states
    * mkfs: pass a custom cowextsize into the created filesystem
    * xfs_db: version command misses RMAPBT feature string
    * xfs_repair: don't use do_warn for normal log message
    * libxfs: remove getcwd/chdir dance from initialization
    * xfs_repair: take the ag_lock before recording rmap for a bmbt record
    * mkfs.xfs: Don't stagger AG for a single disk
    * xfs: fix inobt inode allocation search optimization
    * xfs_io: clarify the fsmap documentation
    * fiemap: Fix semantics of max_extents (-n arguments)
    * xfs_repair: fix thread creation failure recovery
    * xfs_repair: add prefetch trace calls to debug thread creation failures
    * xfs_repair: clear pthread_t when pthread_create fails
    * xfs_io: add seek consistency checks
    * fsr: fix uninitialized fs usage after timeout
    * xfs_db: bit fuzzing should read the right bit when flipping
    * xfs_db: make write/fuzz -c and -d work on non-crc filesystems
    * xfs_db: free field list when failing out of fuzz
    * xfs_db: reset metadump output flag
    * xfs_db: btdump should avoid eval for push and pop of cursor
    * xfs_db: use TYP_F_CRC_FUNC for inodes & dquots
    * xfs_db: introduce fuzz command
    * xfs_db: write values into dir/attr blocks and recalculate CRCs
    * xfs_db: print attribute remote value blocks
    * xfs_db: dump dir/attr btrees
    * xfs_db: fix metadump redirection (again)
    * xfs_repair: fix symlink target length checks by changing MAXPATHLEN to XFS_SYMLINK_MAXLEN
    * xfs_metadump: properly handle obfuscation of all remote attribute blocks
    * xfs_io: allow lsattr & lsproj on foreign filesystems
    * libxfs: init ->b_maps on contig buffers for uncached compatibility
    * xfs_db: associate proper type with free inode btree root
    * xfs_io: Print filesystem statfs flags in 'statfs' command
    * xfs: fix multi-AG deadlock in xfs_bunmapi
    * xfs: check that dir block entries don't off the end of the buffer
    * xfs: check _alloc_read_agf buffer pointer before using
    * xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
    * xfs: check _btree_check_block value
    * xfs: don't crash on unexpected holes in dir/attr btrees
    * xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrub
    * xfs: try to avoid blowing out the transaction reservation when bunmaping a shared extent
  - Update to 4.12.0
    * libxfs: propagate transaction block reservations
    * xfs_db: properly set inode type
    * xfs_db: redirect printfs when metadumping to stdout
    * mkfs.xfs: allow specification of 0 data stripe width & unit
    * mkfs: set inode alignment and cluster size for minimum log size estimation
    * mkfs: set agblklog when we're verifying minimum log size
    * libxfs: fix fsmap.h inclusion
    * xfs_db: identify attr dabtree field types correctly
    * xfs_spaceman: fix potential overflowing expression in trim_f()
    * xfs_spaceman: close open file for error case in openfile()
    * xfs_spaceman: fix potential memory leak by malloc in scan_ag
    * xfs_db: improve argument naming in set_cur and set_iocur_type
    * xfs_db: update buffer size when new type is set
    * xfs_spaceman: add group summary mode
    * xfs_spaceman: add a man page
    * xfs_spaceman: Free space mapping command
    * xfs_spaceman: add new speculative prealloc control
    * xfs_spaceman: add FITRIM support
    * xfs_spaceman: space management tool
    * xfs_repair: replace rmap_compare with libxfs version
    * xfs_io: support the new getfsmap ioctl
    * xfs: introduce the XFS_IOC_GETFSMAP ioctl
    * libxfs: use crc32c slice-by-8 variant by default
    * libxcmd: add cvt{int, long} to convert strings to int and long
    * metadump: warn about corruption if log is dirty
    * xfs_metadump: tag metadump image with informational flags
    * xfs_repair: handle reading superblock from image on larger sector size filesystem
    * xfs_db: add alignment filter to freesp command
    * xfs_growfs: ensure target path is an active xfs mountpoint
    * libxfs: fix xfs_trans_alloc_empty namespace
    * xfs: fix unaligned access in xfs_btree_visit_blocks
    * xfs: avoid mount-time deadlock in CoW extent recovery
    * xfs: fix indlen accounting error on partial delalloc conversion
    * xfs: abstract PF_FSTRANS to PF_MEMALLOC_NOFS
    * xfs: reserve enough blocks to handle btree splits when remapping
    * xfs: simplify validation of the unwritten extent bit
    * xfs: introduce xfs_bmapi_remap
    * xfs: pass individual arguments to xfs_bmap_add_extent_hole_real
    * xfs: fix integer truncation in xfs_bmap_remap_alloc
    * xfs: simplify xfs_calc_dquots_per_chunk
    * xfs: implement the GETFSMAP ioctl
    * xfs: add a couple of queries to iterate free extents in the rtbitmap
    * xfs: create a function to query all records in a btree
    * xfs: provide a query_range function for freespace btrees
    * xfs: plumb in needed functions for range querying of the freespace btrees
    * xfs: fix up inode validation failure message
  - Update to 4.11.0
    * xfs_io: add missed quotation marks in man page
    * xfs_io: add missed inode command into man page
    * xfs_io: fix statx call for changed UAPI
    * xfs_db: dump metadata btrees via 'btdump'
    * xfs_db: use iocursor type to guess btree geometry if bad magic
    * xfs_db: don't print arrays off the end of a buffer
    * mkfs.xfs: Assign proper defaults to rmapbt and reflink flags
    * xfs_io: Add statx support for PowerPC architecture
    * xfs_io: fix statx definition for non-x86 architecture
    * xfs_db: allow write -d to dqblks
    * xfs_db: allow write -d to inodes
    * xfs_io: hook up statx
    * xfsprogs: fix build dep on configure.ac
    * xfs_repair: pass btnum not magic to phase5 functions
    * xfs_io: Fix "falloc -p" to pass KEEP_SIZE
    * xfs_repair: warn about dirty log with -n option
    * xfs_repair: detect invalid zero-sized symlink inodes
    * xfs_io: support shutdown command on foreign fses
    * libxfs: fix xfs_extent_busy_flush macro definition
    * xfs: verify inline directory data forks
    * xfs: try any AG when allocating the first btree block when reflinking
    * xfs: use iomap new flag for newly allocated delalloc blocks
    * xfs: tune down agno asserts in the bmap code
    * xfs: Use xfs_icluster_size_fsb() to calculate inode chunk alignment
    * xfs: split indlen reservations fairly when under reserved
    * xfs: handle indlen shortage on delalloc extent merge
    * xfs: improve handling of busy extents in the low-level allocator
    * xfs: go straight to real allocations for direct I/O COW writes
    * xfs: allow unwritten extents in the CoW fork
    * xfs: verify free block header fields
    * xfs: check for obviously bad level values in the bmbt root
    * xfs: filter out obviously bad btree pointers
    * xfs: fail _dir_open when readahead fails
    * xfs: fix toctou race when locking an inode to access the data map
    * xfs: glean crc status from mp not flags in xfs_btree_init_block_int
  - Update to 4.10.0
    * xfs_metadump: ignore attr leaf with 0 entries
    * libxfs: sync up FSGETXATTR names and definitions with the kernel
    * xfsprogs: Fix building xfsprogs on 32-bit platforms (again)
    * xfs: extsize hints are not unlikely in xfs_bmap_btalloc
    * xfs: use per-AG reservations for the finobt
    * xfs: only update mount/resv fields on success in __xfs_ag_resv_init
    * xfs: verify dirblocklog correctly
    * xfs: fix COW writeback race
    * xfs: fix xfs_mode_to_ftype() prototype
    * xfs_db: Interpret inode's di_format field as unsigned
    * xfs_repair: trash dirattr btrees that cycle to the root
    * xfs_repair: strengthen geometry checks
    * xfs_db: fix the 'source' command when passed as a -c option
    * libxfs: sanitize agcount on load
    * xfs_io: add DAX and CoW extent-size flags to chattr manpage
    * xfs_io: fix missing syncfs command
    * xfs_logprint: handle log operation split of inode item correctly
    * xfs: sanity check inode di_mode
    * xfs: sanity check directory inode di_size
    * xfs_repair: update the manual content about xfs_repair exit status
    * xfs_repair.8: document dirty log conditions
    * xfs_io: implement 'utimes' command
    * libxcmd: add non-iterating user commands
    * xfs_io: make various commands one-shot only
    * libxcmd: don't check generic library commands
    * libxcmd: merge command() and iterate_command()
    * libxcmd: rename args_command to command_iterator
    * libxcmd: check CMD_FLAG_GLOBAL inside args_command()
    * xfs_io: fix some documentation problems
    * xfs_io: fix the minimum arguments to the reflink command
    * xfs_io: prefix dedupe command error messages consistently
    * xfs_io: Improvements to copy_range return code handling
    * xfs_io: implement 'set_encpolicy' and 'get_encpolicy' commands
    * xfs_logprint: di_gen is unsigned
    * xfs_io: fix building with musl
    * xfs: don't rely on ->total in xfs_alloc_space_available
    * xfs: adjust allocation length in xfs_alloc_space_available
    * xfs: fix bogus minleft manipulations
    * xfs: bump up reserved blocks in xfs_alloc_set_aside
    * xfs: use the actual AG length when reserving blocks
    * xfs: use GPF_NOFS when allocating btree cursors
    * xfs: ignore leaf attr ichdr.count in verifier during log replay
    * xfs: optimise CRC updates
    * xfs: make xfs btree stats less huge
    * xfs: don't allow di_size with high bit set
    * xfs: error out if trying to add attrs and anextents > 0
    * xfs: don't crash if reading a directory results in an unexpected hole
    * xfs: complain if we don't get nextents bmap records
    * xfs: check for bogus values in btree block headers
    * xfs: forbid AG btrees with level == 0
    * xfs: several xattr functions can be void
    * xfs: handle cow fork in xfs_bmap_trace_exlist
    * xfs: pass state not whichfork to trace_xfs_extlist
    * xfs: Move AGI buffer type setting to xfs_read_agi
    * xfs: track preallocation separately in xfs_bmapi_reserve_delalloc()
    * fs: xfs: libxfs: constify xfs_nameops structures
    * repair: use new extent lookup helpers in bmap_next_offset
    * xfs: use new extent lookup helpers in __xfs_bunmapi
    * xfs: use new extent lookup helpers in xfs_bmapi_write
    * xfs: use new extent lookup helpers in xfs_bmapi_read
    * xfs: new inode extent list lookup helpers
    * xfs: check minimum block size for CRC filesystems
    * xfs: provide helper for counting extents from if_bytes
    * xfs: check return value of _trans_reserve_quota_nblks
    * xfs: set XFS_DA_OP_OKNOENT in xfs_attr_get
  - Removed now-obsolete patches:
    * Removed xfs_repair-clear-pthread_t-when-pthread_create-fails.patch
    * Removed xfs_repair-add-prefetch-trace-calls-to-debug-thread-creation-failures.patch
    * Removed xfs_repair-fix-thread-creation-failure-recovery.patch
    * Removed fsr-fix-uninitialized-fs-usage-after-timeout.patch
* Mon Aug 28 2017 mmarek@suse.com
  - Add missing coreutils dependency for initrd macros (bsc#1055492).
* Thu Jun 22 2017 jeffm@suse.com
  - Fix crash in xfs_repair when threads fail to start (bsc#1019938).
    * Added xfs_repair-clear-pthread_t-when-pthread_create-fails.patch
    * Added xfs_repair-add-prefetch-trace-calls-to-debug-thread-creation-failures.patch
    * Added xfs_repair-fix-thread-creation-failure-recovery.patch
* Fri Jun 02 2017 jeffm@suse.com
  - fsr: fix uninitialized fs usage after timeout (bsc#1002699).
    * Added fsr-fix-uninitialized-fs-usage-after-timeout.patch
* Tue May 16 2017 jeffm@suse.com
  - Update to 4.9.0
    * xfs_quota: handle wrapped id from GETNEXTQUOTA
    * xfs_repair: don't indicate dirtiness if FSGEOMETRY fails
    * xfs_repair: junk leaf attribute if count == 0
    * xfs_repair: fix some potential null pointer deferences
    * xfs_repair: fix bogus rmapbt record owner check
    * xfs.h: require transparent LFS for all users
    * xfs_io: Fix initial -m option
    * xfs_io: add command line option -i to start an idle thread
    * xfsprogs: Update FSF address in COPYING file
    * mkfs.xfs: format reflink enabled filesystems
    * xfs_repair: use thread pools to sort rmap data
    * xfs_repair: check for mergeable refcount records
    * xfs_repair: use range query when while checking rmaps
    * xfs_repair: check the CoW extent size hint
    * xfs_repair: complain about copy-on-write leftovers
    * xfs_repair: rebuild the refcount btree
    * xfs_repair: check the refcount btree against our observed reference counts when -n
    * xfs_repair: fix inode reflink flags
    * xfs_repair: record reflink inode state
    * xfs_repair: process reverse-mapping data into refcount data
    * xfs_repair: handle multiple owners of data blocks
    * xfs_repair: check the existing refcount btree
    * xfs_repair: fix get_agino_buf to avoid corrupting inodes
    * xfs_logprint: support bmap redo items
    * xfs_logprint: support refcount redo items
    * xfs_logprint: support cowextsize reporting in log contents
    * xfs_io: try to unshare copy-on-write blocks via fallocate
    * xfs_io: provide long-format help for falloc
    * xfs_io: support injecting the 'per-AG reservation critically low' error
    * xfs_io: add refcount+bmap error injection types
    * xfs_io: get and set the CoW extent size hint
    * libxfs: add autoconf mechanism to override system header fsxattr
    * xfs_io: bmap should support querying CoW fork, shared blocks
    * xfs_growfs: report the presence of the reflink feature
    * xfs_db: print one array element per line
    * xfs_db: deal with the CoW extent size hint
    * xfs_db: metadump should copy the refcount btree too
    * xfs_db: add support for checking the refcount btree
    * xfs_db: dump refcount btree data
    * libxfs: add fsxattr flags and fields for cowextsize
    * libxfs: free the CoW fork from an inode
    * libxfs: plumb in bmap deferred op log items
    * libxfs: plumb in refcount deferred op log items
    * libxfs: add xfs_refcount.h to the standard include list
    * libxfs: initialize the in-core mount context for refcount btrees
    * xfs_buflock: handling parsing errors more gracefully
    * xfs_logprint: fix up the RUI printing code to reflect new format
    * xfs: defer should abort intent items if the trans roll fails
    * xfs: add xfs_trim_extent
    * libxfs: clean up _calc_dquots_per_chunk
    * xfs: rework refcount cow recovery error handling
    * xfs: implement swapext for rmap filesystems
    * xfs: recognize the reflink feature bit
    * xfs: simulate per-AG reservations being critically low
    * xfs: don't mix reflink and DAX mode for now
    * xfs: check for invalid inode reflink flags
    * xfs: convert unwritten status of reverse mappings for shared files
    * xfs: use interval query for rmap alloc operations on shared files
    * xfs: add shared rmap map/unmap/convert log item types
    * xfs: increase log reservations for reflink
    * xfs: try other AGs to allocate a BMBT block
    * xfs: preallocate blocks for worst-case btree expansion
    * xfs: create a separate cow extent size hint for the allocator
    * xfs: teach get_bmapx about shared extents and the CoW fork
    * xfs: store in-progress CoW allocations in the refcount btree
    * xfs: support removing extents from CoW fork
    * xfs: support allocating delayed extents in CoW fork
    * xfs: support bmapping delalloc extents in the CoW fork
    * xfs: introduce the CoW fork
    * xfs: don't allow reflinked dir/dev/fifo/socket/pipe files
    * xfs: add reflink feature flag to geometry
    * xfs: return work remaining at the end of a bunmapi operation
    * xfs: implement deferred bmbt map/unmap operations
    * xfs: pass bmapi flags through to bmap_del_extent
    * xfs: map an inode's offset to an exact physical block
    * xfs: log bmap intent items
    * xfs: create bmbt update intent log items
    * xfs: introduce reflink utility functions
    * xfs: reserve AG space for the refcount btree root
    * xfs: adjust refcount when unmapping file blocks
    * xfs: connect refcount adjust functions to upper layers
    * xfs: adjust refcount of an extent of blocks in refcount btree
    * xfs: log refcount intent items
    * xfs: create refcount update intent log items
    * xfs: add refcount btree operations
    * xfs: account for the refcount btree in the alloc/free log reservation
    * xfs: define the on-disk refcount btree format
    * xfs: refcount btree add more reserved blocks
    * xfs: introduce refcount btree definitions
    * xfs: remote attribute blocks aren't really userdata
    * xfs: set up per-AG free space reservations
    * xfs: defer should allow ->finish_item to request a new transaction
    * xfs: count the blocks in a btree
    * xfs: create a standard btree size calculator code
    * xfs: convert RUI log formats to use variable length arrays
    * xfs: track log done items directly in the deferred pending work item
    * xfs: fix superblock inprogress check
  - Update to 4.8.0
    * Add support for reflinks
    * xfs_io: fix inode command with "-n" for bogus inode
    * xfs_io: fix inode command help and argsmax
    * xfs_repair: add freesp btree block overflow to the free space
    * xfs_repair: fix bogosity when rmapping new AGFL blocks
    * libxcmd: fix counting of xfs entries in fs_table_insert
    * xfs_copy: Fix meta UUID handling on multiple copies
    * xfs_repair: fix segfault from uninitialized tp in mv_orphanage
    * xfs_io: allow chattr & chproj on foreign filesystems
    * xfs_quota: fix free command for foreign fs
    * xfs_quota: un-flag non-foreign-capable commands
    * xfs_quota: Enable 3 more foreign commands
    * xfs_quota: add case for foreign fs, disabled regardless of foreign_allowed
    * xfs_quota: print and path output formatting: maintain reverse compatibility
    * libxcmd: populate fs table with xfs entries first, foreign entries last
    * xfs_repair: exit with status 2 if log dirtiness is unknown
    * xfs_db: pass the inode cluster offset when copying inodes
    * xfs_repair: don't crash on ENOSPC rebuilding a btree
    * libxfs/linux.c: Replace use of ustat by stat
    * db: write via array indexing doesn't work
    * xfs_db: properly set dquot_buf when operating on dquot
    * xfs_quota: fix missing break after foreign_allowed option
    * xfs_db: add crc manipulation commands
    * xfs_quota: certain commands must always be available
    * xfs_quota: add capabilities for use on non-XFS filesystems
    * xfs_quota: wire up XFS_GETQSTATV
    * xfs_metadump: don't warn about unobfuscated log with -o
    * xfs_repair: fix naming problems in repair/rmap.c
    * misc: fix libxfs api violations
    * misc: fix Coverity errors
    * libxcmd: fix mount option parsing to find rt/log devices
    * xfs: simple btree query range should look right if LE lookup fails
    * xfs: fix some key handling problems in _btree_simple_query_range
    * xfs: don't perform lookups on zero-height btrees
    * mkfs.xfs: create filesystems with reverse-mappings
    * mkfs: set agsize prior to calculating minimum log size
    * xfs_repair: check for impossible rmap record field combinations
    * xfs_repair: look for mergeable rmaps
    * xfs_repair: merge data & attr fork reverse mappings
    * xfs_repair: add per-AG btree blocks to rmap data and add to rmapbt
    * xfs_repair: rebuild reverse-mapping btree
    * xfs_repair: check existing rmapbt entries against observed rmaps
    * xfs_repair: add fixed-location per-AG rmaps
    * xfs_repair: add inode bmbt block rmaps
    * xfs_repair: record and merge raw rmap data
    * xfs_repair: collect reverse-mapping data for refcount/rmap tree rebuilding
    * xfs_repair: create a slab API for allocating arrays in large chunks
    * xfs_repair: fix fino_bno calculation when rmapbt is enabled
    * xfs_repair: use rmap btree data to check block types
    * xfs_logprint: support rmap redo items
    * xfs_io: add rmap-finish error injection type
    * xfs_growfs: report rmapbt presence
    * xfs_db: introduce the 'fsmap' command to find what owns a set of fsblocks
    * xfs_db: copy the rmap btree
    * xfs_db: spot check rmapbt
    * xfs_db: display rmap btree contents
    * libxfs: add deferred ops item handlers for userspace
    * libxfs: fix various oddities in the kernel import
    * xfs: store rmapbt block count in the AGF
    * xfs_io: add free-extent error injection type
    * xfs_logprint: fix formatting issues with the EFI printing code
    * xfs_repair: preserve in-core meta_uuid while zeroing unused sb portions
    * xfs_io: bmap should print 'delalloc', not '-2'
    * xfs_buflock: add a tool that can be used to find buffer deadlocks
    * libxfs: fix xfs_isset pointer calculation
    * xfs: increase XFS_BTREE_MAXLEVELS to fit the rmapbt
    * xfs: change xfs_bmap_{finish,cancel,init,free} -> xfs_defer_*
    * xfs: rework xfs_bmap_free callers to use xfs_defer_ops
    * xfs: enable the xfs_defer mechanism to process extents to free
    * xfs: introduce interval queries on btrees
    * xfs: support btrees with overlapping intervals for keys
    * xfs: add function pointers for get/update keys to the btree
    * xfs: during btree split, save new block key & ptr for future insertion
    * xfs: set *stat=1 after iroot realloc
    * xfs: fix locking of the rt bitmap/summary inodes
    * xfs: fix attr shortform structure alignment on cris
  - Update to 4.7.0
    * xfs_quota: fall back silently if XFS_GETNEXTQUOTA fails
    * xfs_io: implement 'copy_range' command
    * xfs_repair: low memory shouldn't indicate corruption on exit
    * xfs_repair: don't call xfs_sb_quota_from_disk twice
    * xfs_repair: resolve Coverity OVERFLOW_BEFORE_WIDEN
    * libxfs: fix double free in libxfs_alloc_file_space
    * libxfs: fix use after from in xfs_trans_roll
    * xfs: always set rvalp in xfs_dir2_node_trim_free
    * xfs: borrow indirect blocks from freed extent when available
    * xfs: update freeblocks counter after extent deletion
    * xfs: fix computation of inode btree maxlevels
    * xfs_check: process sparse inode chunks correctly
    * xfs_db: Revert "xfs_db: make check work for sparse inodes"
    * xfs_repair: set rsumino version to 2
    * mkfs: better error with incorrect b/s value suffix usage
    * mkfs: fix -l su minval
    * xfs.h: define XFS_IOC_FREEZE even if FIFREEZE is defined
    * xfs_quota: only round up timer reporting > 1 day
    * xfs_quota: check report_mount return value
    * xfs_repair: new secondary superblock search method
    * libxcmd: generalize topology functions
    * xfs_db: defang frag command
    * db: limit AGFL bno array printing
    * xfs_db: allow recalculating CRCs on invalid metadata
    * xfs_db: fix unaligned accesses
    * metadump: limit permissible sector sizes
    * mkfs: conflicting values with disabled crc should fail
    * mkfs: add optional 'reason' for illegal_option
    * mkfs: unit conversions are case insensitive
    * mkfs: don't treat files as though they are block devices
    * mkfs: add string options to generic parsing
    * mkfs: encode conflicts into parsing table
    * mkfs: merge getnum
    * mkfs: table based parsing for converted parameters
    * mkfs: add respecification detection to generic parsing
    * mkfs: use getnum_checked for all ranged parameters
    * mkfs: getbool is redundant
    * mkfs: structify input parameter passing
    * mkfs: validate logarithmic parameters sanely
    * mkfs: validate all input values
    * mkfs: Sanitise the superblock feature macros
    * mkfs: sanitise ftype parameter values.
    * xfsprogs: use common code for multi-disk detection
    * xfs_repair: fix agf limit error messages
    * xfs_quota: print quota id number if the name can't be found
    * xfs_quota: fully support users and groups beginning with digits
    * xfs_io: allow mmap command to reserve some free space
    * xfs_io: modify argument errors of mremap command
    * Merge branch 'progs-misc-fixes-for-4.6' into for-master
    * Merge branch 'libxfs-4.6-sync' into for-master
    * xfs_io: implement 'inode' command
    * mkfs: fix crash when initializing rbmip
    * libxfs: fix up mismerge in libxfs_iflush_int
    * xfs: RT bitmap and summary buffers need verifiers
    * xfs: RT bitmap and summary buffers are not typed
    * xfs: handle errors from ->free_blocks in xfs_btree_kill_iroot
    * xfs: wire up Q_XGETNEXTQUOTA / get_nextdqblk
* Tue May 16 2017 jeffm@suse.com
  - Advise user of fs recovery options when we fail to mount (fate#320443)
    * Add dracut-fsck-help.txt
    * Add module-setup.sh.in
* Mon Mar 28 2016 mlin@suse.com
  - Update to 4.5.0
    * xfs_io: prevent divide-by-zero on random IO
    * xfs_db: dquot command documentation fixes
    * xfs_quota: better command line parsing and documentation
    * libxfs: update to match kernel 4.5-rc1 code base
    * xfs_io: add DAX inode flag support
    * repair: scalability improvements on large corrupt filesystems
    * repair: directory rebuild fixes
    * mdrestore: progress accounting now works
    * metadump: fix btree block unused region zeroing
    * quota: timer command fixes
    * mkfs: man page cleanups
    * xfs_io: reflink, dedupe and other fixes
    * quota: Q_XGETNEXTQUOTA support
    * build cleanups for alternate C librarys
    * db: check fixes for sparse inodes
    * various: Fixes for Coverity reports
    * xfs_io: Document zero and help commands
    * mkfs: DIO can use logical sector size limits
    * repair: don't reset log cycle numbers when zeroing
    * db: add ability to format log to a specific cycle
* Tue Dec 29 2015 mpluskal@suse.com
  - Trigger regeneration of initrd n recent releases (bsc#960273)
  - Remove conditions for unsupported releases
  - Make building more verbose
* Thu Nov 26 2015 jack@suse.cz
  - Update to 4.3.0
    * xfs_fsr: improved temp file attr fork handling
    * libxfs: output verifier names in warnings
    * xfs_repair: enable verifier corruption warnings on very verbose
      output settings
    * xfs_fsr: abstract mntinfo/mntent differences
    * xfs_io: reflink and dedupe operation support
    * libxcmd: factoring of runtime reporting
    * man page fixes
    * xfs_db: blockget/blocktrash support for v5 filesystems
    * xfs_repair: many directory/attr cleanups and fixes
    * Log zeroing rework for v5 filesystems to prevent log sequence
      numbers from going backwards
  - xfsprogs-ppc64.diff: Removed since we use asm/types.h for definitions now
* Wed Nov 18 2015 jeffm@suse.com
  - Update to 4.2.0
    * db: show sparse inodes feature state in version command output
    * db: support sparse inode chunk inobt record and sb fields
    * growfs: display sparse inode status from xfs_info
    * libxfs: clear buffer state flags in libxfs_getbuf and variants
    * libxfs: error negation rework
    * libxfs: Fix attr leaf block definition
    * libxfs: Fix file type directory corruption for btree directories
    * libxfs: fix memory leasks in libxfs_umount()
    * libxfs: fix uuid check durign inode allocation
    * libxfs: fix XFS_WANT_CORRUPTED_* macros to return negative error codes
    * libxfs: readahead of dir3 data blocks should use the read verifier
    * libxfs: v3 inodes are only valid on crc-enabled filesystems
    * libxfs: verifier should set buffer error when da block has a bad magic
      number
    * metadump: reorder inode record sanity checks and inode buffer read
    * metadump: support sparse inode records
    * mkfs: sparse inode chunk support
    * mkfs.xfs: always use underlying fs sector size when mkfs'ing a file
    * repair: access helpers for on-disk inobt record freecount
    * repair: do not account sparse inodes in phase 5 cursor init.
    * repair: do not prefetch holes in sparse inode chunks
    * repair: factor out sparse inodes from finobt reconstruction
    * repair: fix wrong logic when validating node magic number
    * repair: handle sparse format inobt record freecount correctly
    * repair: handle sparse inode alignment
    * repair: helper for inode chunk alignment and start/end ino number
      verification
    * repair: helper to import on-disk inobt records to in-core trees
    * repair: helper to transition inode blocks to inode state
    * repair: process sparse inode records correctly
    * repair: reconstruct sparse inode records correctly on disk
    * repair: remove duplicate field from aghdr_cnts
    * repair: scan and track sparse inode chunks correctly
    * repair: scan sparse finobt records correctly
    * repair: use ir_count for filesystems with sparse inode support
    * repair: use sb_meta_uuid for checking of metadata headers
    * repair: validate ir_count field for sparse format records
    * xfs: add fs geometry bit for sparse inode chunks
    * xfs: add sparse inode chunk alignment superblock field
    * xfs: allocate sparse inode chunks on full chunk allocation failure
    * xfs: always log the inode on unwritten extent conversion
    * xfs: check min blks for random debug mode sparse allocations
    * xfs: clean up XFS_MIN_FREELIST macros
    * xfs_copy: fix copy of hard 4k devices
    * xfs_copy: fix up initial sb buffer read on CRC fs
    * xfs: create individual inode alloc. helper
    * xfs_db: don't crash on a corrupt inode
    * xfs: enable sparse inode chunks for v5 superblocks
    * xfs: extent size hints can round up extents past MAXEXTLEN
    * xfs: filter out sparse regions from individual inode allocation
    * xfs_fsr: Fix parentheses around truth value
    * xfs: helper to convert holemask to inode alloc. bitmap
    * xfs: introduce inode record hole mask for sparse inode chunks
    * xfs: kill unsupported superblock versions
    * xfs: only free allocated regions of inode chunks
    * xfs: pass inode count through ordered icreate log item
    * xfs: randomly do sparse inode allocations in DEBUG mode
    * xfs: remote attribute headers contain an invalid LSN
    * xfs: remote attributes need to be considered data
    * xfs_repair: automatically enable -f (file) mode when needed
    * xfs_repair: call IRELE(ip) after libxfs_trans_iget calls
    * xfs_repair: check v5 filesystem attr block header sanity
    * xfs_repair: fix broken EFSBADCRC/EFSCORRUPTED usage with buffer errors
    * xfs_repair: Fix malloc size of rt_ext_tree_ptr
    * xfs_repair: force not-so-bad bmbt blocks back through the verifier
    * xfs_repair: free msgbuf on exit
    * xfs_repair: ignore "repaired" flag after we decide to clear xattr block
    * xfs_repair: include any realloc'ed buffers in final putbuf
    * xfs_repair: refuse to unset lazycount on V5 filesystems
    * xfs_repair: release corrupt directory node buffer
    * xfs_repair: set args.geo in dir2_kill_block
    * xfs_repair: set args.geo in longform_dir2_entry_check_data
    * xfs_repair: unconditionally free blockmaps when threads complete
    * xfs_repair: update btree ptr when attr node level moves to next buffer
    * xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()
    * xfs: support min/max agbno args in block allocator
    * xfs: update free inode record logic to support sparse inode records
    * xfs: xfs_alloc_fix_freelist() can use incore perag structures
    * xfs: xfs_attr_inactive leaves inconsistent attr fork state behind
    * xfs: xfs_bunmapi() does not need XFS_BMAPI_METADATA flag
    * Other minor fixes and build system rework
  - Added new dependency on libblkid-devel.
* Fri Jul 31 2015 jack@suse.cz
  - Update to 3.2.4
    * properly obfuscate images created by xfs_metadump
* Sat Jul 11 2015 mpluskal@suse.com
  - Update to 3.2.3
    * xfs_repair: handle speciall atribute names correctly
    * xfs_repair: handle v5 format feature flags correctly
    * xfs_repair: Better v5 format validation for directories
    * mkfs.xfs: enable metadata CRCs by default
    * mkfs.xfs: enable free inode btrees by default
    * build: glibc support updates
    * man page updates
    * xfs_admin: Changing UUIDs disable for CRC enabled filesystems
    * xfs_repair: Separate pquota inode fixes
    * xfs_db: inode alignment fixes
    * mkfs.xfs: fix failures creating file images
    * libxfs: zero new buffers before use
    * xfs_repair: handle directory leaf CRC errors gracefully
    * xfs_repair: validate and repair inode CRCs
    * xfs_repair: lots of broken directory repair fixes
    * xfs_db: handle v3 inodes properly
    * xfs_db: allow writing corrupted metadata on CRC enabled
      filesystems
    * xfs_repair: gracefully handle > 512 byte sector superblocks
    * mkfs.xfs: take into acocunt log stripe unit when sizing log
    * xfs_metadump: inode alignment and null inode fixes
    * xfs_io: FALLOC_FL_INSERT_RANGE support
    * build: libtool static library build fixes
    * mkfs.xfs: large block size inode alignment fixes
    * xfs_repair: secondary superblock scan fixes
    * xfs_repair: don't care about symlink compenent lengths
  - Rebase patches
    * xfsprogs-docdir.diff
    * xfsprogs-ppc64.diff
* Thu Mar 19 2015 mpluskal@suse.com
  - Update url
  - Do not use full path for make
* Thu Mar 19 2015 mpluskal@suse.com
  - Use url for source
  - Add gpg signature
  - Cleanup spec-file with spec-clener
* Thu Dec 11 2014 jack@suse.cz
  - Updated to 3.2.2
    - xfs_repair, mkfs.xfs stripe geometry fixes
    - libxcmd path handling fixes
    - xfs_crash crash fix
    - xfs_logprint AGI/AGF handling improvements
    - libhandle support for symlinked /usr
    - fix multiple Coverity and sparse reported issues
    - new mremap, sync, syncfs commands for xfs_io
    - man page updates
    - xfs_repair sets ftype in lost+found dirents
    - xfs_repair handles bad inodes better
    - xfs_repair freelist rebuild improvements
    - xfs_repair finobt crash fixes
    - xfs_copy handles 4k sector devices better
    logprint-Fix-printing-of-AGF-and-AGI-buffers.patch: Removed (merged upstream)

Files

/sbin/fsck.xfs
/sbin/mkfs.xfs
/sbin/xfs_repair
/usr/lib/dracut
/usr/lib/dracut/modules.d
/usr/lib/dracut/modules.d/95suse-xfs
/usr/lib/dracut/modules.d/95suse-xfs/dracut-fsck-help.txt
/usr/lib/dracut/modules.d/95suse-xfs/module-setup.sh
/usr/sbin/xfs_admin
/usr/sbin/xfs_bmap
/usr/sbin/xfs_copy
/usr/sbin/xfs_db
/usr/sbin/xfs_estimate
/usr/sbin/xfs_freeze
/usr/sbin/xfs_fsr
/usr/sbin/xfs_growfs
/usr/sbin/xfs_info
/usr/sbin/xfs_io
/usr/sbin/xfs_logprint
/usr/sbin/xfs_mdrestore
/usr/sbin/xfs_metadump
/usr/sbin/xfs_mkfile
/usr/sbin/xfs_ncheck
/usr/sbin/xfs_quota
/usr/sbin/xfs_rtcp
/usr/sbin/xfs_scrub
/usr/sbin/xfs_spaceman
/usr/share/doc/packages/xfsprogs
/usr/share/doc/packages/xfsprogs/CHANGES.gz
/usr/share/doc/packages/xfsprogs/CREDITS
/usr/share/doc/packages/xfsprogs/README
/usr/share/licenses/xfsprogs
/usr/share/licenses/xfsprogs/GPL-2.0
/usr/share/licenses/xfsprogs/LGPL-2.1
/usr/share/locale/de/LC_MESSAGES/xfsprogs.mo
/usr/share/locale/pl/LC_MESSAGES/xfsprogs.mo
/usr/share/man/man2/ioctl_xfs_ag_geometry.2.gz
/usr/share/man/man2/ioctl_xfs_bulkstat.2.gz
/usr/share/man/man2/ioctl_xfs_fsbulkstat.2.gz
/usr/share/man/man2/ioctl_xfs_fscounts.2.gz
/usr/share/man/man2/ioctl_xfs_fsgeometry.2.gz
/usr/share/man/man2/ioctl_xfs_fsgetxattr.2.gz
/usr/share/man/man2/ioctl_xfs_fsgetxattra.2.gz
/usr/share/man/man2/ioctl_xfs_fsinumbers.2.gz
/usr/share/man/man2/ioctl_xfs_fssetxattr.2.gz
/usr/share/man/man2/ioctl_xfs_getbmap.2.gz
/usr/share/man/man2/ioctl_xfs_getbmapa.2.gz
/usr/share/man/man2/ioctl_xfs_getbmapx.2.gz
/usr/share/man/man2/ioctl_xfs_getresblks.2.gz
/usr/share/man/man2/ioctl_xfs_goingdown.2.gz
/usr/share/man/man2/ioctl_xfs_inumbers.2.gz
/usr/share/man/man2/ioctl_xfs_scrub_metadata.2.gz
/usr/share/man/man2/ioctl_xfs_setresblks.2.gz
/usr/share/man/man5/projects.5.gz
/usr/share/man/man5/projid.5.gz
/usr/share/man/man5/xfs.5.gz
/usr/share/man/man8/fsck.xfs.8.gz
/usr/share/man/man8/mkfs.xfs.8.gz
/usr/share/man/man8/xfs_admin.8.gz
/usr/share/man/man8/xfs_bmap.8.gz
/usr/share/man/man8/xfs_copy.8.gz
/usr/share/man/man8/xfs_db.8.gz
/usr/share/man/man8/xfs_estimate.8.gz
/usr/share/man/man8/xfs_freeze.8.gz
/usr/share/man/man8/xfs_fsr.8.gz
/usr/share/man/man8/xfs_growfs.8.gz
/usr/share/man/man8/xfs_info.8.gz
/usr/share/man/man8/xfs_io.8.gz
/usr/share/man/man8/xfs_logprint.8.gz
/usr/share/man/man8/xfs_mdrestore.8.gz
/usr/share/man/man8/xfs_metadump.8.gz
/usr/share/man/man8/xfs_mkfile.8.gz
/usr/share/man/man8/xfs_ncheck.8.gz
/usr/share/man/man8/xfs_quota.8.gz
/usr/share/man/man8/xfs_repair.8.gz
/usr/share/man/man8/xfs_rtcp.8.gz
/usr/share/man/man8/xfs_scrub.8.gz
/usr/share/man/man8/xfs_scrub_all.8.gz
/usr/share/man/man8/xfs_spaceman.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 21:23:19 2024