summaryrefslogtreecommitdiff
path: root/scrub
Commit message (Expand)AuthorAgeFilesLines
* Fix various spelling typosSamanta Navarro2023-01-262-2/+2
* e2scrub_all: fix typo in manpageDarrick J. Wong2023-01-251-1/+1
* Change "filesystem" to "file system" in the man pagesTheodore Ts'o2021-08-152-9/+9
* e2scrub: use WantedBy=multi-user.target in e2scrub_reap.serviceTheodore Ts'o2021-08-151-1/+1
* Define MKDIR_P in the Makefile.in files instead in MCONFIG.inTheodore Ts'o2020-10-041-0/+1
* e2scrub, e2scrub_all: don't sleep unnecessarily in exitcodeTheodore Ts'o2020-01-062-8/+2
* e2scrub: fix the 30 second timeout when trying to remove a snapshotTheodore Ts'o2019-12-131-1/+1
* e2scrub_all: fix broken stdin redirectionDarrick J. Wong2019-11-091-4/+10
* e2scrub_all: don't even reap if the config file doesn't allow itDarrick J. Wong2019-11-091-3/+12
* e2scrub_all: make sure fd 3 is closed before running lvm commandsTheodore Ts'o2019-09-232-5/+11
* e2scrub_all: allow scrubbing in vg's whose free space == snapshot sizeTheodore Ts'o2019-08-181-1/+1
* e2scrub_all_cron: check to make sure e2scrub_all existsTheodore Ts'o2019-07-211-0/+1
* e2scrub_all: only run in service mode when periodic_e2scrub=1Theodore Ts'o2019-07-112-0/+10
* e2scrub_all: fix "e2scurb_all -r"Theodore Ts'o2019-07-111-1/+2
* e2scrub_all: correctly handle the case where LUKS is stacked on an LVTheodore Ts'o2019-07-041-2/+3
* e2scrub: remove -C from e2scrub_allDarrick J. Wong2019-06-045-14/+9
* e2scrub_all: fix missing getopts argument which broke e2scrub_all -CTheodore Ts'o2019-05-201-1/+1
* e2scrub: fix grammar nit: "a LVM" -> "an LVM"Theodore Ts'o2019-05-202-4/+4
* e2scrub_all: avoid scrubbing all devices when there is nothing to scrubTheodore Ts'o2019-05-181-2/+6
* e2scrub: stop cron spam if lvm2 is not installed.Theodore Ts'o2019-05-185-6/+14
* Fix parallel install issue in scrub subdirMichael Haubenwallner2019-05-101-4/+4
* e2scrub: make the e2scrub service files require CAP_SYS_ADMIN and CAP_SYS_RAWIOTheodore Ts'o2019-05-062-0/+4
* e2scrub: tag the *.e2scrub LV's with UDISK_IGNORE in udevTheodore Ts'o2019-05-061-1/+1
* e2scrub,e2scrub_all: print a (more understandable) error if not run as rootTheodore Ts'o2019-03-212-0/+10
* e2scrub_all: refactor device probe loopDarrick J. Wong2019-03-211-28/+23
* e2scrub_all: make sure there's enough free space for a snapshotTheodore Ts'o2019-03-211-0/+4
* e2scrub_all: add the -n option which shows what e2scrub_all would doTheodore Ts'o2019-03-212-6/+19
* e2scrub: add the -n option which shows what commands e2scrub would executeTheodore Ts'o2019-03-212-3/+14
* e2scrub: fix up "make install-strip" supportTheodore Ts'o2019-03-171-0/+2
* e2scrub: check to make sure lvm2 is installedTheodore Ts'o2019-03-102-0/+28
* e2scrub: install the crontab file in /etc/cron.d w/o the .cron extensionTheodore Ts'o2019-03-071-7/+7
* e2scrub: make e2scrub_fail's e-mail addresses be configurableTheodore Ts'o2019-03-073-10/+30
* e2scrub: add missing Documentation links to systemd unit filesTheodore Ts'o2019-03-062-0/+2
* scrub/Makefile.in: install the udev rule and crontab file as data filesTheodore Ts'o2019-03-061-2/+2
* Fix "make clean" so it removes all generated files in the scrub directoryTheodore Ts'o2019-03-061-1/+1
* e2scrub: fix systemd escaping againDarrick J. Wong2018-11-151-2/+7
* e2scrub: fix makefile MKINSTALLDIRS -> MKDIR_PDarrick J. Wong2018-09-061-10/+10
* e2scrub: add service (cron, systemd) supportDarrick J. Wong2018-08-0511-11/+330
* e2scrub: create a script to scrub all ext* filesystemsDarrick J. Wong2018-08-054-2/+131
* e2scrub: create online fsck tool of sortsDarrick J. Wong2018-08-055-0/+408