]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/history - scrub/xfs_scrub.h
xfsprogs: Release v6.7.0
[thirdparty/xfsprogs-dev.git] / scrub / xfs_scrub.h
2024-01-23  Carlos MaiolinoMerge tag 'scrub-fix-legalese-6.6_2024-01-11' of https...
2024-01-23  Carlos MaiolinoMerge tag 'xfsprogs-fixes-6.6_2024-01-11' of https...
2024-01-12  Darrick J. Wongxfs_scrub: update copyright years for scrub/ files
2024-01-12  Darrick J. Wongxfs_scrub: fix author and spdx headers on scrub/ files
2023-12-22  Darrick J. Wongxfs_scrub: try to use XFS_SCRUB_IFLAG_FORCE_REBUILD
2019-11-06  Darrick J. Wongxfs_scrub: remove moveon from main program
2019-11-06  Darrick J. Wongxfs_scrub: remove moveon from phase 1 functions
2019-11-06  Darrick J. Wongxfs_scrub: remove moveon from repair action list helpers
2019-11-06  Darrick J. Wongxfs_scrub: remove moveon from scrub ioctl wrappers
2019-11-01  Darrick J. Wongxfs_scrub: create a new category for unfixable errors
2019-11-01  Darrick J. Wongxfs_scrub: explicitly track corruptions, not just errors
2019-11-01  Darrick J. Wongxfs_scrub: clean out the nproc global variable
2019-09-09  Darrick J. Wonglibfrog: move fsgeom.h to libfrog/
2019-09-09  Darrick J. Wonglibfrog: store more inode and block geometry in struct...
2019-09-09  Darrick J. Wonglibfrog: introduce xfs_fd to wrap an fd to a file on...
2019-03-28  Darrick J. Wongxfs_scrub: rename the global nr_threads
2018-10-17  Eric Sandeenxfsprogs: misc static function warning fixes
2018-08-01  Darrick J. Wongxfs_scrub: schedule and manage optimizations/repairs...
2018-07-27  Eric SandeenMerge branch 'libxfs-4.18-sync' into for-next
2018-07-24  Dave Chinnerxfsprogs: convert to SPDX license tags
2018-04-12  Darrick J. Wongxfs_scrub: refactor mountpoint finding code to use...
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-02-12  Darrick J. Wongxfs_scrub: remove preen mode
2018-02-02  Darrick J. Wongxfs_scrub: wire up repair ioctl
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: scrub file data blocks
2018-02-02  Darrick J. Wongxfs_scrub: create infrastructure to read verify data...
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: scan filesystem and AG metadata
2018-02-02  Darrick J. Wongxfs_scrub: find XFS filesystem geometry
2018-02-02  Darrick J. Wongxfs_scrub: figure out how many threads we're going...
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