]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - scrub
xfsprogs: Release v4.19.0-rc1
[thirdparty/xfsprogs-dev.git] / scrub /
2018-10-30  Darrick J. Wongxfs_scrub: lack of kernel support is not a service...
2018-10-17  Eric Sandeenxfs_scrub: remove shadow var from run_scrub_phases()
2018-10-17  Eric Sandeenxfsprogs: misc static function warning fixes
2018-10-10  Darrick J. Wongxfs_scrub_all: fix systemd escaping again
2018-10-09  Eric Sandeenxfsprogs: make static things static
2018-10-09  Eric Sandeenxfsprogs: don't use 0 as pointer
2018-10-09  Eric Sandeenscrub: remove redundant debug test
2018-10-09  Eric Sandeenxfsprogs: remove PKG_PLATFORM macro
2018-08-01  Darrick J. Wongxfs_scrub: only retry non-permanent repair failures
2018-08-01  Darrick J. Wongxfs_scrub: rename NOFIX_COMPLAIN to be less confusing
2018-08-01  Darrick J. Wongxfs_scrub: don't error out if an optimize-only repair...
2018-08-01  Darrick J. Wongxfs_scrub: allow developers to force repairs
2018-08-01  Darrick J. Wongxfs_scrub: schedule and manage optimizations/repairs...
2018-08-01  Darrick J. Wongxfs_scrub: destroy workqueues when erroring out
2018-07-27  Eric SandeenMerge branch 'libxfs-4.18-sync' into for-next
2018-07-24  Dave Chinnerxfsprogs: convert to SPDX license tags
2018-05-31  Darrick J. Wongxfs_scrub: actually check for errors coming from close()
2018-04-12  Darrick J. Wongxfs_scrub_all: use system encoding for lsblk output...
2018-04-12  Darrick J. Wongxfs_scrub_all: escape paths being passed to systemd...
2018-04-12  Darrick J. Wongxfs_scrub: disable private /tmp for scrub service
2018-04-12  Darrick J. Wongxfs_scrub_all: report version
2018-04-12  Darrick J. Wongxfs_scrub: refactor mountpoint finding code to use...
2018-04-12  Darrick J. Wongxfs_scrub: don't warn about confusing names if dir...
2018-04-12  Darrick J. Wongxfs_scrub: use Unicode skeleton function to find confus...
2018-04-12  Darrick J. Wongxfs_scrub: check name for suspicious characters
2018-04-12  Darrick J. Wongxfs_scrub: transition from libunistring to libicu for...
2018-04-12  Darrick J. Wongxfs_scrub: make name_entry a first class structure
2018-04-12  Darrick J. Wongxfs_scrub: communicate name problems via flagset instea...
2018-04-12  Darrick J. Wongxfs_scrub: don't complain about different normalization
2018-04-12  Darrick J. Wongxfs_scrub: only run ascii name checks if unicode name...
2018-04-12  Darrick J. Wongxfs_scrub: avoid buffer overflow when scanning attributes
2018-03-27  Eric Sandeenxfs_scrub: initialize movon in xfs_scrub_connections
2018-03-27  Eric Sandeenxfs_scrub: synchronize error levels & logging
2018-03-27  Baruch Siachxfs_scrub: add missing paths header
2018-03-09  Darrick J. Wongxfs_scrub: don't try to scan xattrs if bstat says there...
2018-03-09  Darrick J. Wongxfs_scrub: fix #include ordering to avoid build failure
2018-03-09  Darrick J. Wongxfs_scrub: don't ask user to run xfs_repair for only...
2018-03-09  Darrick J. Wongxfs_scrub: log operational messages when interactive
2018-03-09  Luis R. Rodriguezxfs_scrub: make interpreter explicit to python3
2018-02-23  Nathan ScottAdd xfs_scrub_fail systemd service file docs entry
2018-02-13  Darrick J. Wongxfs_scrub: refactor outcome display into a separate...
2018-02-12  Darrick J. Wongxfs_scrub: always init phase information
2018-02-12  Darrick J. Wongxfs_scrub: reclassify some of the warning messages
2018-02-12  Darrick J. Wongxfs_scrub: reclassify runtime errors
2018-02-12  Darrick J. Wongxfs_scrub: classify lack of ioctl support as a runtime...
2018-02-12  Darrick J. Wongxfs_scrub: remove preen mode
2018-02-05  Darrick J. Wongxfs_scrub: kill dead code
2018-02-05  Darrick J. Wongxfs_scrub: close dir_fd if we don't get a DIR pointer
2018-02-02  Eric Sandeenxfs_scrub: handle scrub-only kernels more helpfully
2018-02-02  Darrick J. Wongxfs_scrub: wire up repair ioctl
2018-02-02  Darrick J. Wongxfs_scrub: integrate services with systemd
2018-02-02  Darrick J. Wongxfs_scrub: create a script to scrub all xfs filesystems
2018-02-02  Darrick J. Wongxfs_scrub: progress indicator
2018-02-02  Darrick J. Wongxfs_scrub: fstrim the free areas if there are no errors...
2018-02-02  Darrick J. Wongxfs_scrub: check summary counters
2018-02-02  Darrick J. Wongxfs_scrub: optionally use SCSI READ VERIFY commands...
2018-02-02  Darrick J. Wongxfs_scrub: scrub file data blocks
2018-02-02  Darrick J. Wongxfs_scrub: create infrastructure to read verify data...
2018-02-02  Darrick J. Wongxfs_scrub: create a bitmap data structure
2018-02-02  Darrick J. Wongxfs_scrub: warn about normalized Unicode name collisions
2018-02-02  Darrick J. Wongxfs_scrub: warn about suspicious characters in director...
2018-02-02  Darrick J. Wongxfs_scrub: check directory connectivity
2018-02-02  Darrick J. Wongxfs_scrub: scan inodes
2018-02-02  Darrick J. Wongxfs_scrub: thread-safe stats counter
2018-02-02  Darrick J. Wongxfs_scrub: scan filesystem and AG metadata
2018-02-02  Darrick J. Wongxfs_scrub: wrap the scrub ioctl
2018-02-02  Darrick J. Wongxfs_scrub: filesystem counter collection functions
2018-02-02  Darrick J. Wongxfs_scrub: add file space map iteration functions
2018-02-02  Darrick J. Wongxfs_scrub: add space map iteration functions
2018-02-02  Darrick J. Wongxfs_scrub: add inode iteration functions
2018-02-02  Darrick J. Wongxfs_scrub: find XFS filesystem geometry
2018-02-02  Darrick J. Wongxfs_scrub: create an abstraction for a block device
2018-02-02  Darrick J. Wongxfs_scrub: figure out how many threads we're going...
2018-02-02  Darrick J. Wongxfs_scrub: dispatch the various phases of the scrub...
2018-02-02  Darrick J. Wongxfs_scrub: set up command line argument parsing
2018-02-02  Darrick J. Wongxfs_scrub: common error handling
2018-02-02  Darrick J. Wongxfs_scrub: create online filesystem scrub program