Commit Graph

79 Commits

Author SHA1 Message Date
a6f0441a36 Accepting request 940792 from home:dirkmueller:Factory
- update to 5.14.2:
  - libxfs: move rogue fallthrough macro out of linux.h
  - libxfs: fix atomic64_t for 32-bit architectures
  - libfrog: fix crc32c self test code on cross builds

OBS-URL: https://build.opensuse.org/request/show/940792
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=110
2021-12-15 21:49:47 +00:00
Luis Chamberlain
b1a3e971cb Accepting request 932571 from home:ailiopoulos:branches:filesystems
- update to v5.14.0:
  - xfsprogs: introduce liburcu support
  - xfsprogs: convert atomic to uatomic
  - xfsprogs: convert utilities to use "fallthrough;"
  - libxfs: port xfs_set_inode_alloc from kernel
  - mkfs: warn about V4 deprecation
  - xfs_db: convert agresv to use for_each_perag
  - libxfs changes merged from kernel 5.14

OBS-URL: https://build.opensuse.org/request/show/932571
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=109
2021-11-19 18:31:07 +00:00
a75095374a Accepting request 922422 from home:ailiopoulos:branches:filesystems
- move fsck.xfs, mkfs.xfs and xfs_repair from /sbin to /usr/sbin
  (bsc#1191105)

  The default rpmbuild %configure macro passes --sbindir=/usr/sbin to
  every configure script, but the xfsprogs configure script ignores it
  when --exec-prefix is also set. Unset --exec-prefix since it is not
  really required (all other paths are explicitly passed via the rpm
  configure macro), so that the --sbindir is respected.

OBS-URL: https://build.opensuse.org/request/show/922422
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=108
2021-10-11 09:44:43 +00:00
Luis Chamberlain
586eb2be4a Accepting request 913605 from home:ailiopoulos:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/913605
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=107
2021-08-23 17:16:33 +00:00
Luis Chamberlain
35464c249d Accepting request 895361 from home:ailiopoulos:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/895361
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=105
2021-05-27 22:24:44 +00:00
0800625c3d - 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

OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=103
2021-03-13 22:52:53 +00:00
f22969f373 Accepting request 865244 from home:dirkmueller:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/865244
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=101
2021-01-21 11:16:36 +00:00
Luis Chamberlain
b0715a48fe Accepting request 843007 from home:ailiopoulos:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/843007
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=99
2020-10-20 17:37:27 +00:00
Luis Chamberlain
f0516f1c65 Accepting request 832774 from home:ailiopoulos:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/832774
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=97
2020-09-07 17:41:32 +00:00
f5a53e5790 Accepting request 827894 from home:gmbr3:libexecdir
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)

OBS-URL: https://build.opensuse.org/request/show/827894
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=95
2020-08-19 13:10:51 +00:00
e13a9dbb1c Accepting request 822710 from home:ailiopoulos:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/822710
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=93
2020-07-28 10:42:12 +00:00
Luis Chamberlain
6c97754f0f Accepting request 794385 from home:ailiopoulos:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/794385
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=91
2020-04-15 23:45:02 +00:00
Luis Chamberlain
85cd13e60f 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
2020-03-14 12:31:36 +00:00
Luis Chamberlain
342662efe5 Accepting request 764370 from home:ailiopoulos:branches:filesystems
- 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).

- update to v5.4.0

OBS-URL: https://build.opensuse.org/request/show/764370
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=87
2020-01-15 19:09:05 +00:00
74156a9880 Accepting request 754209 from home:seanlew:branches:filesystems
Update xfsprogs to 5.3.0

OBS-URL: https://build.opensuse.org/request/show/754209
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=86
2020-01-08 09:57:27 +00:00
19aca4a51e Accepting request 724279 from home:coolo:branches:openSUSE:Factory
- 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)

OBS-URL: https://build.opensuse.org/request/show/724279
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=85
2019-08-20 09:47:49 +00:00
Stephan Kulow
ad3258b96c Accepting request 700568 from home:seanlew:branches:filesystems
Update xfsprogs

OBS-URL: https://build.opensuse.org/request/show/700568
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=83
2019-05-05 17:54:21 +00:00
eea3d6401c Accepting request 678365 from home:seanlew:branches:filesystems
Update xfsprogs

OBS-URL: https://build.opensuse.org/request/show/678365
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=81
2019-03-05 08:53:31 +00:00
8999c7611a 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
2018-11-19 15:37:09 +00:00
f61bfe0aab Accepting request 643278 from home:jeff_mahoney:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/643278
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=77
2018-10-20 00:34:52 +00:00
c56022df67 Accepting request 630806 from home:jeff_mahoney:branches:filesystems
- Update xfsprogs-mkfs-avoid-divide-by-zero-when-hardware-reports-opti.patch
  * Refresh to match upstream version.

- 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

OBS-URL: https://build.opensuse.org/request/show/630806
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=75
2018-09-11 09:46:02 +00:00
313f81c462 Accepting request 624143 from home:jeff_mahoney:branches:filesystems
- 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

- 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.

OBS-URL: https://build.opensuse.org/request/show/624143
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=74
2018-07-20 00:13:50 +00:00
David Sterba
c9e83b84e7 Accepting request 620455 from home:scarabeus_iv:branches:filesystems
- Require %libname in the develpackage to not have dangling symlink
  and actually work

OBS-URL: https://build.opensuse.org/request/show/620455
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=72
2018-07-09 18:30:08 +00:00
Luis Chamberlain
6aa56c47a7 Accepting request 611921 from home:scarabeus_iv:branches:filesystems
- Fix build for SLE11 again

- Do not probe for lto on older GCCs as it exposes errors that
  might cause random runtime issues

- 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

OBS-URL: https://build.opensuse.org/request/show/611921
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=71
2018-05-25 03:50:13 +00:00
Luis Chamberlain
1db781a2b5 Accepting request 611874 from home:kukuk:branches:filesystems
- Use %license instead of %doc [bsc#1082318]

OBS-URL: https://build.opensuse.org/request/show/611874
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=70
2018-05-24 16:08:02 +00:00
Jan Kara
ec136f967e Accepting request 606292 from home:mcgrof:branches:filesystems
- Remove xfsprogs.spec useless blunder (bsc#1092843)

OBS-URL: https://build.opensuse.org/request/show/606292
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=69
2018-05-14 09:26:09 +00:00
Jan Kara
db8ace34bf Accepting request 605498 from home:mcgrof:branches:filesystems
- 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)

OBS-URL: https://build.opensuse.org/request/show/605498
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=68
2018-05-09 16:22:52 +00:00
Jan Kara
4214fd7187 Accepting request 598817 from home:mcgrof:branches:filesystems
- 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.

OBS-URL: https://build.opensuse.org/request/show/598817
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=66
2018-04-22 13:06:05 +00:00
Jan Kara
d73b2e7a6a Accepting request 597597 from home:olh:branches:filesystems
- xfsprogs-devel needs uuid/uuid.h, Require pkgconfig(uuid) (bsc#1089947)

OBS-URL: https://build.opensuse.org/request/show/597597
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=65
2018-04-18 10:22:46 +00:00
Jan Kara
13e730c62f Accepting request 584275 from home:jankara:branches:filesystems
- 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
- Fix build on SLE11-SP4 by making the m4 macros required available.
- 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()

OBS-URL: https://build.opensuse.org/request/show/584275
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=63
2018-03-08 10:38:33 +00:00
Jan Kara
bb3c8e94c9 Accepting request 584130 from home:mcgrof:branches:filesystems
- 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

- Fix build on SLE11-SP4 by making the m4 macros required available.

OBS-URL: https://build.opensuse.org/request/show/584130
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=62
2018-03-08 10:19:43 +00:00
Jan Kara
ecae726722 Accepting request 579685 from home:mcgrof:branches:filesystems
- 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:
  * Fix spelling mistake in mkfs lazy superblock diagnostic
  * Fix grammar and spelling in strings and man pages
  * Add xfs_scrub_fail systemd service file docs entry
  * Update .gitignore list for generated scrub cron file
  * Several updates to use more modern Debian packaging
  * xfsprogs: Release v4.15.0-rc1
  * xfs_scrub: refactor outcome display into a separate helper
  * xfs_scrub: always init phase information
  * xfs_scrub: reclassify some of the warning messages
  * xfs_scrub: reclassify runtime errors
  * xfs_scrub: classify lack of ioctl support as a runtime error
  * xfs_scrub: remove preen mode
  * xfs_mdrestore: Don't rewind source file stream
  * xfs_mdrestore: Add -i option to built-in help
  * xfs_io: fix copy_file_range symbol name collision
  * xfs_scrub: kill dead code
  * xfs_scrub: close dir_fd if we don't get a DIR pointer
  * mkfs: don't create realtime filesystems with reflink enabled
  * xfs_scrub: handle scrub-only kernels more helpfully
  * xfs_scrub: wire up repair ioctl
  * debian/control: remove nonexistent libreadline5-dev build dependency
  * xfs_scrub: integrate services with systemd
  * xfs_scrub: create a script to scrub all xfs filesystems

OBS-URL: https://build.opensuse.org/request/show/579685
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=61
2018-03-06 10:25:01 +00:00
7e89b4c23d - xfs_io: fix copy_file_range symbol name collision (bsc#1079756).
- Added xfs_io-fix-copy_file_range-symbol-name-collision.patch

OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=59
2018-02-07 14:25:03 +00:00
David Sterba
1d7db4622e Accepting request 558620 from home:mcgrof:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/558620
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=57
2017-12-21 16:10:43 +00:00
b412d4b6ec Accepting request 542712 from home:jeff_mahoney:branches:filesystems
* Removed fsr-fix-uninitialized-fs-usage-after-timeout.patch

OBS-URL: https://build.opensuse.org/request/show/542712
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=55
2017-11-17 20:27:33 +00:00
ad7d6d0790 Accepting request 542710 from home:jeff_mahoney:branches:filesystems
- 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

- 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

OBS-URL: https://build.opensuse.org/request/show/542710
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=54
2017-11-17 20:03:23 +00:00
David Sterba
ac545847fd OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=52 2017-08-29 13:11:57 +00:00
240b898709 Accepting request 505784 from home:jeff_mahoney:branches:filesystems
* Added xfs_repair-clear-pthread_t-when-pthread_create-fails.patch
  * Added xfs_repair-fix-thread-creation-failure-recovery.patch

OBS-URL: https://build.opensuse.org/request/show/505784
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=50
2017-06-22 20:24:43 +00:00
594a67f3fa Accepting request 505781 from home:jeff_mahoney:branches:filesystems
- Fix crash in xfs_repair when threads fail to start (bsc#1019938).
  * xfs_repair-clear-pthread_t-when-pthread_create-fails.patch
  * Added xfs_repair-add-prefetch-trace-calls-to-debug-thread-creation-failures.patch
  * xfs_repair-fix-thread-creation-failure-recovery.patch

- fsr: fix uninitialized fs usage after timeout (bsc#1002699).
  * Added fsr-fix-uninitialized-fs-usage-after-timeout.patch

OBS-URL: https://build.opensuse.org/request/show/505781
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=49
2017-06-22 20:20:58 +00:00
Stephan Kulow
49dce20453 Accepting request 495389 from home:jeff_mahoney:branches:filesystems
- 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

OBS-URL: https://build.opensuse.org/request/show/495389
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=47
2017-05-23 18:14:04 +00:00
0fb002839a Accepting request 380607 from home:mlin7442:branches:filesystems
Update to 4.5.0

OBS-URL: https://build.opensuse.org/request/show/380607
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=45
2016-03-29 19:54:53 +00:00
Jan Kara
448978ce93 Accepting request 351263 from home:pluskalm:branches:filesystems
- Trigger regeneration of initrd n recent releases (bsc#960273)
- Remove conditions for unsupported releases
- Make building more verbose

OBS-URL: https://build.opensuse.org/request/show/351263
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=43
2016-01-04 09:27:31 +00:00
Jan Kara
0d3217752d Accepting request 346357 from home:jankara:branches:filesystems
Update to version 4.3.0 (it got released just after Jeff prepared 4.2.0 update).

OBS-URL: https://build.opensuse.org/request/show/346357
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=41
2015-11-27 08:46:54 +00:00
99caedf0e3 Accepting request 345120 from home:jeff_mahoney:branches:filesystems
Update to 4.2.0

OBS-URL: https://build.opensuse.org/request/show/345120
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=39
2015-11-18 21:13:09 +00:00
Jan Kara
5f6360d029 Accepting request 319747 from home:jankara:branches:filesystems
Update to 3.2.4

OBS-URL: https://build.opensuse.org/request/show/319747
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=37
2015-07-31 10:47:15 +00:00
Jan Kara
82ad57222a Accepting request 316051 from home:pluskalm:branches:filesystems
- Update to 3.2.3
- Rebase patches
  * xfsprogs-docdir.diff
  * xfsprogs-ppc64.diff

OBS-URL: https://build.opensuse.org/request/show/316051
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=35
2015-07-13 09:24:27 +00:00
David Sterba
53203d798e Accepting request 291583 from home:pluskalm:branches:filesystems
- Update url
- Do not use full path for make

- Use url for source
- Add gpg signature
- Cleanup spec-file with spec-clener

OBS-URL: https://build.opensuse.org/request/show/291583
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=33
2015-03-19 14:44:17 +00:00
Jan Kara
3ad9c56a86 Accepting request 264764 from home:jankara:branches:filesystems
Update to 3.2.2.

OBS-URL: https://build.opensuse.org/request/show/264764
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=31
2014-12-11 10:50:05 +00:00
Jan Kara
a0de03bbdd Accepting request 241871 from home:jankara:branches:filesystems
Update to 3.2.1

OBS-URL: https://build.opensuse.org/request/show/241871
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=29
2014-07-22 11:59:51 +00:00
2b060e477c Accepting request 234728 from home:jeff_mahoney:branches:filesystems
- Updated to 3.2.0
  - xfs_repair has full CRC validation and repair
  - xfs_repair prefetch fix
  - xfs_repair block tracking scalability fix
  - disambiguous of CRC validation errors from IO errors.
  - Improved dangerous mode handling in repair
  - repair handles garbage in zeroed areas of superblocks better
  - repair validates dirent ftype field fully
  - metadump fully supports discontiguous directory blocks
  - metadump only recalculates CRCs on metadata it obfuscates so as to
    preserve errors in the metadata where possible.
  - default log size that mkfs creates is now reverted to the same size
    as 3.1.x releases create.
  - mkfs sets the ftype on directory entries correctly during protofile
    population
  - xfs_io support O_TMPFILE, flink, FALLOC_FL_ZERO_RANGE and
    FALLOC_FL_COLLAPSE_RANGE,
  - logprint handles split entries better
  - Enable xfs_db write support and xfs_metadump support for CRC
    enabled filesystems.
  - Add directory entry filetype support for non-CRC filesystems.
  - Ensure all inodes created by xfs_repair have a proper d_type set.
  - Fix build on big endian machines.
  - Properly handle symlinks to devices on various tool commandlines.
  - Fix xfs_repair's dirty log detection for 4k sector logs, broken
    in Alpha1.
  - Fix a potential segfault in xfs_repair when issuing progress
    reports.
  - Fix potential xfs_fsr failures when running w/ selinux.
  - Stop wasting memory by caching inode structures in xfs_repair -

OBS-URL: https://build.opensuse.org/request/show/234728
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=27
2014-05-19 14:35:01 +00:00