Commit Graph

55 Commits

Author SHA1 Message Date
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
Jan Kara
daebd180fa Accepting request 175785 from home:jankara:branches:filesystems
- Added patch xfsprogs-avoid-no-return-in-nonvoid-warning.diff to silence
  (bogus) compiler warnings.

OBS-URL: https://build.opensuse.org/request/show/175785
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=25
2013-05-15 18:46:23 +00:00
Jan Kara
288500bca8 Accepting request 175750 from home:jankara:branches:filesystems
- Updated to 3.1.11
  - Support for relative paths in xfs_quota thanks to Satoru Takeuchi.
  - mkfs.xfs will always go into multidisk mode when filesystem
    geometry is specified on the command line.
  - Document all commands in xfs_io.
  - Remove setfl command from xfs_io.
  - xfs_metadump will obfuscate symlinks by path component.
  - mkfs.xfs no longer accepts geometry settings smaller than the
    physical sector size.
  - xfs_logprint now supports multiply-logged inode fields and
    handles continued inode transactions correctly.
  - kill XLOG_SET
  - Update release scripts to use git archive to address a
    missing source file reported by Arkadiusz Mi?kiewicz
  - Fix a build error with -Werror=format-security, reported
    by Arkadiusz Mi?kiewicz
  - mkfs.xfs no longer attempts to discard when -N option is used.
  - Update 'make deb' to use tarball
  - Sync up with log reservation changes in the kernel.
  - Fix possible unallocated memory access in fiemap.
  - Guard against string overflow in path_to_fspath.
  - Fix setup_cursor array allocation.
  - Fix free of unintialized pointer in xfs_acl_valid error path.
  - Guard against path string overflows.
  - Check strdup results properly in initallfs().
  - Fix attribute no_change_count logic.
  - Remove extraneous close() in fsrallfs().
  - xfs_repair now skips the freelist scan of a corrupt agf
    when in no-modify mode.
  - xfs_db now skips freelist scans of corrupt agfs.

OBS-URL: https://build.opensuse.org/request/show/175750
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=24
2013-05-15 14:34:42 +00:00
Ismail Dönmez
91105f2142 Accepting request 137016 from home:dmdiss:bnc783510_xfsprogs_readline
- Build with readline support; (bnc#783510).

OBS-URL: https://build.opensuse.org/request/show/137016
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=22
2012-10-10 19:40:33 +00:00
12171d5018 Remove redundant tags/sections from specfile
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=20
2012-05-26 12:02:23 +00:00
4114767f83 Accepting request 116666 from home:jeff_mahoney:branches:filesystems
- Updated BuildRequires to use libuuid-devel and properly build on RHEL.

OBS-URL: https://build.opensuse.org/request/show/116666
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=18
2012-05-07 20:29:09 +00:00
Michal Marek
ee5d1c889c Accepting request 109525 from home:coolo:branches:openSUSE:Factory
- no need to link the lib in /lib

OBS-URL: https://build.opensuse.org/request/show/109525
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=16
2012-03-15 13:55:10 +00:00
Michal Marek
afbe84f84f Accepting request 102947 from home:rjschwei:branches:filesystems
usrMerge project - move files from toplevel to /usr

OBS-URL: https://build.opensuse.org/request/show/102947
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=14
2012-02-15 13:37:22 +00:00
Stephan Kulow
be511c0203 Accepting request 87879 from home:dsterba:branches:filesystems
- updated to 3.1.6
  - Re-synch of the header and libxfs files with the kernel
    code as of Linux 2.6.37, including reviving xfs_repair
    radix tree code.
  - Fix a xfs_repair phase 4 hang, thanks to Ajeet Yadav.
  - Subcommand names within various programs are no longer
    translated/localized, thanks to Arkadiusz Mi?kiewicz.
  - Build system fixes, thanks to Ted Ts'o.
  - Updates to teh xfs_info(8)/xfs_growfs(8) man page, thanks
    to Roman Ovchinnikov.
  - xfs_quota "df" no longer reports values twice what they
    should have been for project quotas.
  - mkfs.xfs now requires that sub-options are non-empty
    strings; thanks to Chris Pearson for reporting.
  - Better handling of short reads in libxfs.
  - xfs_quota now prints "N/A" rather than a large number for
    the quota file inode number for disabled quota types.
  - Bogus (unrelated) mount point entries no longer cause
    xfs_growfs, xfs_quota, and xfs_io to quit early.
  - xfs_repair no longer fails when the sector size of an
    underlying device is larger than the sector size in a
    hosted filesystem image.
  - Various other internal improvements, including refactoring
    and eliminating more build warnings.

OBS-URL: https://build.opensuse.org/request/show/87879
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=12
2011-10-15 05:09:26 +00:00
Jan Kara
0cb6ea87ac Accepting request 74185 from home:michal-m:branches:filesystems
- updated to 3.1.5
  - Polish translation update, thanks to Jakub Bogusz
  - xfs_repair now warns if running in low memory mode
  - Phase 2 of xfs_repair is now multithreaded
  - xfs_quota no longer attempts to get quota information if not
    enabled
  - Inode flags are now properly validated by xfs_repair
  - Metadump now obfuscates all file names reliably
  - xfs_io now supports the "fiemap" command, a more generic form
    of the "bmap" command
  - xfs_io now supports the "fpunch" command, as well as a "-p"
    flag to the "fallocate command.  Both implement hole punching.
    Thanks to Josef Bacik
  - A number of other bug fixes thanks to Ajeet Yadav

OBS-URL: https://build.opensuse.org/request/show/74185
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=11
2011-06-20 13:08:27 +00:00
de704b8054 Accepting request 56021 from home:oertel:branches:openSUSE:Factory
OBS-URL: https://build.opensuse.org/request/show/56021
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=9
2010-12-22 10:26:33 +00:00
OBS User buildservice-autocommit
2b08a1cc8d Updating link to change in openSUSE:Factory/xfsprogs revision 18.0
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=9ad19fb15ff7d9c3714642eb873b1b8e
2010-07-19 12:33:03 +00:00
OBS User autobuild
207e54ec4b Accepting request 42726 from filesystems
checked in (request 42726)

OBS-URL: https://build.opensuse.org/request/show/42726
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=8
2010-07-19 12:33:02 +00:00
b3b7f0679c Accepting request 42295 from home:seife:branches:filesystems
Copy from home:seife:branches:filesystems/xfsprogs via accept of submit request 42295 revision 3.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/42295
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=7
2010-07-08 08:05:48 +00:00
OBS User buildservice-autocommit
a57e129ecb Updating link to change in openSUSE:Factory/xfsprogs revision 15.0
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=2b327482dec5193eac803691d5807cc3
2010-03-19 08:26:05 +00:00
OBS User autobuild
85aaa21258 Accepting request 35275 from filesystems
checked in (request 35275)

OBS-URL: https://build.opensuse.org/request/show/35275
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=6
2010-03-19 08:26:04 +00:00
6a70582e99 Accepting request 32985 from home:michal-m:branches:filesystems
Copy from home:michal-m:branches:filesystems/xfsprogs via accept of submit request 32985 revision 2.
Request was accepted with message:
Reviewed ok

OBS-URL: https://build.opensuse.org/request/show/32985
OBS-URL: https://build.opensuse.org/package/show/filesystems/xfsprogs?expand=0&rev=5
2010-02-20 18:20:34 +00:00
OBS User autobuild
1de7b32ee0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfsprogs?expand=0&rev=14 2010-03-18 15:36:40 +00:00
OBS User autobuild
40543b88ba Accepting request 17572 from filesystems
Copy from filesystems/xfsprogs based on submit request 17572 from user michal-m

OBS-URL: https://build.opensuse.org/request/show/17572
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfsprogs?expand=0&rev=12
2009-08-12 23:41:09 +00:00
OBS User unknown
cfdbd03993 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfsprogs?expand=0&rev=11 2009-01-12 17:23:32 +00:00
OBS User unknown
f19a513fd3 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfsprogs?expand=0&rev=10 2008-12-15 14:11:29 +00:00
OBS User unknown
4f64957d0a OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfsprogs?expand=0&rev=9 2008-09-12 15:58:27 +00:00
OBS User unknown
d9c477a667 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfsprogs?expand=0&rev=8 2008-09-02 16:22:58 +00:00
OBS User unknown
042e4f0650 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfsprogs?expand=0&rev=7 2008-05-01 13:08:57 +00:00
OBS User unknown
7761120b4e OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/xfsprogs?expand=0&rev=6 2008-03-21 04:07:53 +00:00