Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: xfsprogs-scrub | Distribution: openSUSE Tumbleweed |
Version: 6.11.0 | Vendor: openSUSE |
Release: 1.1 | Build date: Sat Oct 19 13:09:09 2024 |
Group: System/Filesystems | Build host: reproducible |
Size: 31244 | Source RPM: xfsprogs-6.11.0-1.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://xfs.wiki.kernel.org/ | |
Summary: XFS scrubbing scripts and service files |
Scripts and systemd service files for background scrubbing of metadata on xfs filesystems.
GPL-2.0-or-later
* Sat Oct 19 2024 Anthony Iliopoulos <ailiop@suse.com> - update to 6.11.0 - mkfs: break up the rest of the rtinit() function - mkfs: clean up the rtinit() function - xfs_repair: use library functions for orphanage creation - xfs_repair: use library functions to reset root/rbm/rsum inodes - xfs_repair: don't crash in get_inode_parent - xfs_repair: fix exchrange upgrade - xfs_db: port the iunlink command to use the libxfs iunlink function - xfs_db/mdrestore/repair: don't use the incore struct xfs_sb for offsets into struct xfs_dsb - xfs_db/mkfs/xfs_repair: port to use XFS_ICREATE_UNLINKABLE - xfs_db: port the unlink command to use libxfs_droplink - libxfs: implement get_random_u32 - libxfs: remove libxfs_dir_ialloc - libxfs: backport inode init code from the kernel - libxfs: pack icreate initialization parameters into a separate structure - xfs_io: add RWF_ATOMIC support to pwrite - libfrog: emulate deprecated attrlist functionality in libattr - misc: clean up code around attr_list_by_handle calls - fsck.xfs: fix fsck.xfs run by different shells when fsck.mode=force is set - libxfs: provide a memfd_create() wrapper if not present in libc - xfs_io: Fix fscrypt macros ordering - man: Update unit for fsx_extsize and fsx_cowextsize - xfs_db: release ip resource before returning from get_next_unlinked() - libxfs: kernel sync - ------------------------------------------------------------------ * Wed Sep 04 2024 Anthony Iliopoulos <ailiop@suse.com> - update to 6.10.1 - fix C++ compilation errors in xfs_fs.h - ------------------------------------------------------------------ * Mon Aug 26 2024 Anthony Iliopoulos <ailiop@suse.com> - update to 6.10.0 - debian: enable xfs_scrub_all systemd timer services by default - mkfs: set autofsck filesystem property - xfs_scrub: use the autofsck fsproperty to select mode - xfs_scrub: allow sysadmin to control background scrubs - xfs_property: add a new tool to administer fs properties - xfs_db: add a command to list xattrs - xfs_db: improve getting and setting extended attributes - xfs_io: edit filesystem properties - xfs_scrub: defer phase5 file scans if dirloop fails - xfs_repair: wipe ondisk parent pointers when there are none - xfs_scrub: detect and repair directory tree corruptions - xfs_repair: update ondisk parent pointer records - xfs_spaceman: report directory tree corruption in the health information - xfsprogs: support vectored scrub - man: document vectored scrub mode - man2: update ioctl_xfs_scrub_metadata.2 for parent pointers - mkfs: enable formatting with parent pointers - mkfs: Add parent pointers during protofile creation - xfs_repair: check parent pointers - xfs_db: compute hashes of parent pointers - xfs_db: add link and unlink expert commands - xfs_repair: build a parent pointer index - xfs_db: add a parents command to list the parents of a file - xfs_db: obfuscate dirent and parent pointer names consistently - xfs_db: report parent pointers embedded in xattrs - xfs_db: report parent bit on xattrs - xfs_db: report parent pointers in version command - xfs_scrub: use parent pointers to report lost file data - xfs_scrub: use parent pointers when possible to report file operations - xfs_logprint: decode parent pointers in ATTRI items fully - xfs_io: Add i, n and f flags to parent command - xfs_io: adapt parent command to new parent pointer ioctls - libfrog: report parent pointers to userspace - libfrog: add parent pointer support code - man: document the XFS_IOC_GETPARENTS ioctl - xfs_logprint: dump new attr log item fields - xfs_scrub_all: failure reporting for the xfs_scrub_all job - xfs_repair: check free space requirements before allowing upgrades - xfs_scrub_all: convert systemctl calls to dbus - xfs_scrub_all: trigger automatic media scans once per month - xfs_scrub: add an optimization-only mode - xfs_scrub_all: add CLI option for easier debugging - xfs_scrub_all: enable periodic file data scrubs automatically - xfs_scrub: automatic downgrades to dry-run mode in service mode - xfs_scrub_all: support metadata+media scans of all filesystems - xfs_scrub_all: fail fast on masked units - xfs_scrub_all: remove journalctl background process - xfs_scrub_all: only use the xfs_scrub@ systemd services in service mode - xfs_scrub: tune fstrim minlen parameter based on free space histograms - xfs_scrub: improve responsiveness while trimming the filesystem - xfs_scrub: tighten up the security on the background systemd service - xfs_scrub: don't call FITRIM after runtime errors - xfs_scrub: use dynamic users when running as a systemd service - xfs_scrub: report FITRIM errors properly - xfs_scrub.service: reduce background CPU usage to less than one core if possible - xfs_scrub: don't close stdout when closing the progress bar - xfs_scrub: fix the work estimation for phase 8 - libfrog: print cdf of free space buckets - libfrog: print wider columns for free space histogram - xfs_scrub: ignore phase 8 if the user disabled fstrim - xfs_scrub: move FITRIM to phase 8 - xfs_scrub: improve thread scheduling repair items during phase 4 - xfs_scrub: avoid potential UAF after freeing a duplicate name entry - xfs_scrub: enable users to bump information messages to warnings - xfs_scrub: retry incomplete repairs - xfs_scrub: warn about difficult repairs to rt and quota metadata - xfs_scrub: any inconsistency in metadata should trigger difficulty warnings - mkfs: add a formatting option for exchange-range - xfs_repair: add exchange-range to file systems - xfs_scrub: fix missing scrub coverage for broken inodes - xfs_scrub: log when a repair was unnecessary - libfrog: advertise exchange-range support - xfs_io: create exchangerange command to test file range exchange ioctl - xfs_fsr: skip the xattr/forkoff levering with the newer swapext implementations - xfs_fsr: convert to bulkstat v5 ioctls - xfs_logprint: support dumping exchmaps log items - xfs_db: advertise exchange-range in the version command - libfrog: add support for exchange range ioctl family - libhandle: add support for bulkstat v5 - man: document XFS_FSOP_GEOM_FLAGS_EXCHRANGE - man: document the exchange-range ioctl - xfs_repair: don't crash on -vv - xfsprogs: Remove support for split-/usr installs - libxfs: kernel sync - ------------------------------------------------------------------ * Mon Jul 22 2024 Anthony Iliopoulos <ailiop@suse.com> - update to 6.9.0 - xfs_db: Fix uninicialized error variable - mkfs.xfs: avoid potential overflowing expression in xfs_mkfs.c - xfs_io: fix mread with length 1 mod page size - xfs_repair: detect null buf passed to duration - xfs_io: fix gcc complaints about potentially uninitialized variables - xfs_scrub: upload clean bills of health - xfs_spaceman: report health of inode link counts - xfs_repair: reduce rmap bag memory usage when creating refcounts - xfs_repair: log when buffers fail CRC checks even if we just recompute it - xfs_scrub: use multiple threads to run scrubs that scan inodes - xfs_scrub: update health status if we get a clean bill of health - xfs_repair: verify on-disk rmap btrees with in-memory btree data - xfs_scrub: check file link counts - xfs_scrub: implement live quotacheck inode scan - libxfs: provide a kernel-compatible kasprintf - xfs_spaceman: report the health of quota counts - libxfs: partition memfd files to avoid using too many fds - libxfs: add xfile support - libxfs: teach buftargs to maintain their own buffer hashtable - libxfs: kernel sync - ------------------------------------------------------------------ * Fri May 17 2024 Anthony Iliopoulos <ailiop@suse.com> - update to 6.8.0 - xfs_repair: Dump both inode details in Phase 6 duplicate file check - libxfs: print the device name if flush-on-close fails - xfs_db: fix leak in flist_find_ftyp() - xfs_repair: support more than INT_MAX block maps - xfs_repair: constrain attr fork extent count - xfs_repair: support more than 2^32 owners per physical block - xfs_repair: support more than 2^32 rmapbt records per AG - xfs_db: add a bmbt inflation command - xfs_scrub: scan whole-fs metadata files in parallel - mkfs: allow sizing internal logs for concurrency - mkfs: allow sizing allocation groups for concurrency - mkfs: use a sensible log sector size default - xfs_io: add linux madvise advice codes - xfs_scrub: fix threadcount estimates for phase 6 - xfs_db: improve number extraction in getbitval - xfs_repair: adjust btree bulkloading slack computations to match online repair - xfs: make rextslog computation consistent with mkfs - mkfs: fix log sunit rounding when external logs are in use - libxfs: kernel sync * Thu Apr 18 2024 Anthony Iliopoulos <ailiop@suse.com> - update to 6.7.0 - xfsprogs: Several configure script updates - xfs_io: Use system's SEEK_DATA and SEEK_HOLE definition - xfsprogs: Remove platform_defs.h generation on build time - xfs_db: Fix metadata read error due hardcoded initialization of bb_count - xfsprogs: Request 64-bit time_t where possible - xfsprogs: Remove use of LFS64 interfaces * Wed Apr 03 2024 Hans-Peter Jansen <hpj@urpla.net> - Switch to %autosetup in order to build with older rpm build * Mon Feb 05 2024 Anthony Iliopoulos <ailiop@suse.com> - update to 6.6.0 - xfs_scrub: add missing license and copyright information - xfs_db: report the device associated with each io cursor - libxfs: Fix UAF in a requeued EFI - xfs_io: Add new option, to exercise log2_data_unit_size in kernel fscrypt_policy_v2 - xfs_db: Add upport to read from external log device - metadump: New metadump format - xfs_quota: fix missing mount point warning * Fri Oct 13 2023 Anthony Iliopoulos <ailiop@suse.com> - update to 6.5.0 - libxfs: fix atomic64_t detection on x86_32 - libxfs: use XFS_IGET_CREATE when creating new files - libfrog: fix overly sleep workqueues - xfs_db: use directio for device access - libxfs: make platform_set_blocksize optional with directio - mkfs: add a config file for 6.6 LTS kernels - mkfs: enable reverse mapping by default - mkfs: enable large extent counts by default - xfs_db: create unlinked inodes - xfs_db: dump unlinked buckets - xfsprogs: don't allow udisks to automount XFS filesystems with no prompt - xfs_repair: fix repair failure caused by dirty flag being abnormally set on buffer - drop 0001-repair-shift-inode-back-into-place-if-corrupted-by-b.patch This was a fix for a regression that occurred in SLE12 SP1. We can safely drop this, as upgrading to SLE15 (and later) is only supported from SLE12-SP4. * Thu Jul 20 2023 Anthony Iliopoulos <ailiop@suse.com> - update to 6.4.0: - xfs_db: expose the flag in rmapbt keys - xfs_repair: warn about unwritten bits set in rmap btree keys - xfs_repair: check low keys of rmap btrees - xfs_repair: always perform extended xattr checks on uncertain inodes - xfs_repair: fix messaging when fixing imap due to sparse cluster - xfs_repair: fix messaging in longform_dir2_entry_check_data - xfs_repair: fix messaging when shortform_dir2_junk is called - xfs_repair: don't log inode problems without printing resolution - xfs_repair: don't spray correcting imap all by itself - libxcmd: Fix crash due to missing return value check on add_command() - xfs_db: make the hash command print the dirent hash - xfs_db: Add new cmd to create dirents and xattrs that induce dahash collisions - mkfs: deprecate the ascii-ci feature - xfs_db: fix metadump name obfuscation for ascii-ci filesystems - libxfs: kernel sync * Mon May 22 2023 Anthony Iliopoulos <ailiop@suse.com> - update to 6.3.0: - xfs_repair: Don't leak buffer when discarding directories - xfs_repair: estimate per-AG btree slack better - xfs_db: fix broken logic in error path - xfsprogs: nrext64 option is now in [inode] section of mkfs conf files * Fri Mar 24 2023 Anthony Iliopoulos <ailiop@suse.com> - update to 6.2.0: - xfs_repair: fix incorrect dabtree hashval comparison - mkfs: protofile can now create directories with spaces in their names - mkfs: check dirent names when reading protofile - xfs_io: fix bmap command not detecting realtime files with xattrs - xfs_io: set fs_path when opening files on foreign filesystems - xfs_scrub: fix broken realtime free blocks unit conversions - xfs_spaceman: fix broken -g behavior in freesp command - xfs_admin: correctly parse IO_OPTS parameters - Fix autoconf during debian package builds - xfs_admin: fsuuid cmd can now retrive UUID of mounted filesystems * Wed Jan 18 2023 Anthony Iliopoulos <ailiop@suse.com> - update to 6.1.1: - scrub: fix warnings/errors due to missing include - debian: Add missing pkg version to the changelog * Wed Jan 04 2023 Anthony Iliopoulos <ailiop@suse.com> - update to 6.1.0: - libxfs: kernel sync - libxfs: consume the xfs_warn mountpoint argument - misc: add static to various sourcefile-local functions - misc: add missing includes - xfs_{db,repair}: fix XFS_REFC_COW_START usage - xfs_repair: don't crash on unknown inode parents in dry run mode - xfs_repair: retain superblock buffer to avoid write hook deadlock - xfs_repair: Attempt log replay during boot time repair - xfs_repair: covscan fixes - xfs_db: create separate struct and field definitions for finobts - xfs_db: fix dir3 block magic check - xfs_db: fix octal conversion logic - xfs_db: fix printing of reverse mapping record blockcounts - xfs_io: don't display stripe alignment flags for rt files - xfs_db: fix dir3 block magic check - mkfs.xfs: add mkfs config file for the 6.1 LTS kernel * Wed Nov 16 2022 Anthony Iliopoulos <ailiop@suse.com> - update to 6.0.0: - libxfs: kernel sync - xfs_db: use preferable macro to seek offset for local dir3 - xfs_quota: optimize -L/-U calls for dump/report * Sat Aug 13 2022 Anthony Iliopoulos <ailiop@suse.com> - update to 5.19.0: - xfs_repair: fix printf format specifiers on 32-bit - libxfs: Fix MAP_SYNC build failure on MIPS/musl - mkfs: stop allowing tiny filesystems - mkfs: complain about impossible log size constraints - mkfs: ignore stripe geometry for small filesystems - mkfs: update manpage of bigtime and inobtcount - mkfs: document large extent count in --help screen - mkfs: fix segfault with incorrect options - xfs_repair: Support upgrade to large extent counters - xfs_repair: check geometry before upgrades - xfs_repair: ignore empty xattr leaf blocks - xfs_repair: check rt summary/bitmap vs observations - xfs_repair: check free rt extent count - xfs_repair: detect/fix changed fields w/ nrext64 - xfs_repair: clear DIFLAG2_NREXT64 w/o fs support - xfs_repair: ignore log_incompat inconsistencies - xfs_repair: rewrite secondary supers w/ needsrepair - xfs_db: id the minlogsize transaction reservation - mkfs: option to create with large extent counters - xfs_info: Report NREXT64 feature status - xfs_logprint: Log item printing for ATTRI & ATTRD - libxfs changes merged from kernels 5.18 and 5.19-rc * Thu Jun 09 2022 Anthony Iliopoulos <ailiop@suse.com> - update to 5.18.0: - xfsprogs: more autoconf modernisation - mkfs: Fix memory leak - mkfs: don't trample the gid set in the protofile - mkfs: various post-log-size-increase fixes - xfs_scrub: various enhancements and fixes - xfs_scrub: move to mallinfo2 when available - metadump: be careful zeroing corrupt inode forks - metadump: handle corruption errors without aborting - metadump: warn about suspicious finobt trees - xfs_repair: check ftype of . and . directory entries - xfs_repair: detect v5 feature mismatch in backup sb - xfs_repair: fix sizing of the incore rt space usage map calculation - xfs_repair: warn about bad btree levels in AG hdrs - xfs_io: add a quiet option to bulkstat - xfs_db: report maxlevels for each btree type - xfs_db: support computing btheight for all cursors - xfs_db: don't move cursor when switching types - docs: note the removal of XFS_IOC_FSSETDM - xfsprogs: autoconf modernisation - libxfs changes merged from kernels 5.17 and 5.18 * Wed May 11 2022 Anthony Iliopoulos <ailiop@suse.com> - 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 * Tue Apr 26 2022 Anthony Iliopoulos <ailiop@suse.com> - 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 * Wed Dec 15 2021 Dirk Müller <dmueller@suse.com> - 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 * Fri Nov 19 2021 Anthony Iliopoulos <ailiop@suse.com> - 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 * Thu Sep 30 2021 Anthony Iliopoulos <ailiop@suse.com> - 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. * Sun Aug 22 2021 Anthony Iliopoulos <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 * Tue May 25 2021 Anthony Iliopoulos <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 Anthony Iliopoulos <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 Dirk Müller <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
/usr/lib/systemd/system/system-xfs_scrub.slice /usr/lib/systemd/system/xfs_scrub@.service /usr/lib/systemd/system/xfs_scrub_all.service /usr/lib/systemd/system/xfs_scrub_all.timer /usr/lib/systemd/system/xfs_scrub_all_fail.service /usr/lib/systemd/system/xfs_scrub_fail@.service /usr/lib/systemd/system/xfs_scrub_media@.service /usr/lib/systemd/system/xfs_scrub_media_fail@.service /usr/libexec/xfsprogs /usr/libexec/xfsprogs/xfs_scrub_fail /usr/sbin/xfs_scrub_all /usr/share/xfsprogs/xfs_scrub_all.cron
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Nov 13 00:50:56 2024