Revisions of xfsprogs

buildservice-autocommit accepted request 976489 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 114)
baserev update by copy to link target
Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) accepted request 976483 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 113)
- update to 5.16.0:
  - libxfs: remove kernel stubs from xfs_shared.h
  - debian: Generate .gitcensus instead of .census
  - libxfs changes merged from kernel 5.16
  - mkfs: increase the min log size to 64MB when possible
  - xfs_scrub: retry items that are ok except for XFAIL
  - xfs_scrub: fix xfrog_scrub_metadata error reporting
  - mkfs: enable inobtcount and bigtime by default
  - mkfs: prevent corruption of suboption string values
  - mkfs: document sample configuration file location
  - mkfs: add configuration files for a few LTS kernels
  - mkfs: add a config file for x86_64 pmem filesystems
  - xfs_quota: don't exit on "project" cmd failure
  - xfs_repair: don't guess about failure reason in phase6
  - xfs_repair: update 2ndary superblocks after upgrades
  - xfs_scrub: fix reporting if we can't open devices
  - xfs_scrub: report optional features in version
  - libxcmd: use emacs mode for command history editing
  - libfrog: always use the kernel GETFSMAP definitions
  - mkfs.xfs(8): fix default inode allocator description
  - xfs_quota(8): fix up dump and report documentation
  - xfs_quota(8): document units in limit command
  - misc: add a crc32c self test to mkfs and repair
buildservice-autocommit accepted request 973096 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 112)
baserev update by copy to link target
Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) accepted request 972985 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 111)
- update to 5.15.0:
  - mkfs: increase the min log size to 64MB when possible
  - xfs_scrub: retry items that are ok except for XFAIL
  - xfs_scrub: fix xfrog_scrub_metadata error reporting
  - mkfs: enable inobtcount and bigtime by default
  - mkfs: prevent corruption of suboption string values
  - mkfs: document sample configuration file location
  - mkfs: add configuration files for a few LTS kernels
  - mkfs: add a config file for x86_64 pmem filesystems
  - xfs_quota: don't exit on "project" cmd failure
  - xfs_repair: don't guess about failure reason in phase6
  - xfs_repair: update 2ndary superblocks after upgrades
  - xfs_scrub: fix reporting if we can't open devices
  - xfs_scrub: report optional features in version
  - libxcmd: use emacs mode for command history editing
  - libfrog: always use the kernel GETFSMAP definitions
  - mkfs.xfs(8): fix default inode allocator description
  - xfs_quota(8): fix up dump and report documentation
  - xfs_quota(8): document units in limit command
  - misc: add a crc32c self test to mkfs and repair
  - libxfs changes merged from kernel 5.15
Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) accepted request 940792 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 110)
- 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
Luis Chamberlain's avatar Luis Chamberlain (mcgrof) accepted request 932571 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 109)
- 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
Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) accepted request 922422 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 108)
- 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.
Luis Chamberlain's avatar Luis Chamberlain (mcgrof) accepted request 913605 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 107)
- 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
buildservice-autocommit accepted request 895850 from Luis Chamberlain's avatar Luis Chamberlain (mcgrof) (revision 106)
baserev update by copy to link target
Luis Chamberlain's avatar Luis Chamberlain (mcgrof) accepted request 895361 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 105)
- 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
buildservice-autocommit accepted request 878893 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 104)
baserev update by copy to link target
Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) committed (revision 103)
- 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
buildservice-autocommit accepted request 865368 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 102)
baserev update by copy to link target
Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) accepted request 865244 from Dirk Mueller's avatar Dirk Mueller (dirkmueller) (revision 101)
- 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
buildservice-autocommit accepted request 843016 from Luis Chamberlain's avatar Luis Chamberlain (mcgrof) (revision 100)
baserev update by copy to link target
Luis Chamberlain's avatar Luis Chamberlain (mcgrof) accepted request 843007 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 99)
- 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
buildservice-autocommit accepted request 832834 from Luis Chamberlain's avatar Luis Chamberlain (mcgrof) (revision 98)
baserev update by copy to link target
Luis Chamberlain's avatar Luis Chamberlain (mcgrof) accepted request 832774 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 97)
- 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
buildservice-autocommit accepted request 827896 from Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) (revision 96)
baserev update by copy to link target
Anthony Iliopoulos's avatar Anthony Iliopoulos (ailiopoulos) accepted request 827894 from Callum Farmer's avatar Callum Farmer (gmbr3) (revision 95)
- Fixes for %_libexecdir changing to /usr/libexec (bsc#1174075)
Displaying revisions 21 - 40 of 134
openSUSE Build Service is sponsored by