aboutsummaryrefslogtreecommitdiff
path: root/scrub
AgeCommit message (Expand)Author
2023-01-26Fix various spelling typosSamanta Navarro
2023-01-25e2scrub_all: fix typo in manpageDarrick J. Wong
2021-08-15Change "filesystem" to "file system" in the man pagesTheodore Ts'o
2021-08-15e2scrub: use WantedBy=multi-user.target in e2scrub_reap.serviceTheodore Ts'o
2020-10-04Define MKDIR_P in the Makefile.in files instead in MCONFIG.inTheodore Ts'o
2020-01-06e2scrub, e2scrub_all: don't sleep unnecessarily in exitcodeTheodore Ts'o
2019-12-13e2scrub: fix the 30 second timeout when trying to remove a snapshotTheodore Ts'o
2019-11-09e2scrub_all: fix broken stdin redirectionDarrick J. Wong
2019-11-09e2scrub_all: don't even reap if the config file doesn't allow itDarrick J. Wong
2019-09-23e2scrub_all: make sure fd 3 is closed before running lvm commandsTheodore Ts'o
2019-08-18e2scrub_all: allow scrubbing in vg's whose free space == snapshot sizeTheodore Ts'o
2019-07-21e2scrub_all_cron: check to make sure e2scrub_all existsTheodore Ts'o
2019-07-11e2scrub_all: only run in service mode when periodic_e2scrub=1Theodore Ts'o
2019-07-11e2scrub_all: fix "e2scurb_all -r"Theodore Ts'o
2019-07-04e2scrub_all: correctly handle the case where LUKS is stacked on an LVTheodore Ts'o
2019-06-04e2scrub: remove -C from e2scrub_allDarrick J. Wong
2019-05-20e2scrub_all: fix missing getopts argument which broke e2scrub_all -CTheodore Ts'o
2019-05-20e2scrub: fix grammar nit: "a LVM" -> "an LVM"Theodore Ts'o
2019-05-18e2scrub_all: avoid scrubbing all devices when there is nothing to scrubTheodore Ts'o
2019-05-18e2scrub: stop cron spam if lvm2 is not installed.Theodore Ts'o
2019-05-10Fix parallel install issue in scrub subdirMichael Haubenwallner
2019-05-06e2scrub: make the e2scrub service files require CAP_SYS_ADMIN and CAP_SYS_RAWIOTheodore Ts'o
2019-05-06e2scrub: tag the *.e2scrub LV's with UDISK_IGNORE in udevTheodore Ts'o
2019-03-21e2scrub,e2scrub_all: print a (more understandable) error if not run as rootTheodore Ts'o
2019-03-21e2scrub_all: refactor device probe loopDarrick J. Wong
2019-03-21e2scrub_all: make sure there's enough free space for a snapshotTheodore Ts'o
2019-03-21e2scrub_all: add the -n option which shows what e2scrub_all would doTheodore Ts'o
2019-03-21e2scrub: add the -n option which shows what commands e2scrub would executeTheodore Ts'o
2019-03-17e2scrub: fix up "make install-strip" supportTheodore Ts'o
2019-03-10e2scrub: check to make sure lvm2 is installedTheodore Ts'o
2019-03-07e2scrub: install the crontab file in /etc/cron.d w/o the .cron extensionTheodore Ts'o
2019-03-07e2scrub: make e2scrub_fail's e-mail addresses be configurableTheodore Ts'o
2019-03-06e2scrub: add missing Documentation links to systemd unit filesTheodore Ts'o
2019-03-06scrub/Makefile.in: install the udev rule and crontab file as data filesTheodore Ts'o
2019-03-06Fix "make clean" so it removes all generated files in the scrub directoryTheodore Ts'o
2018-11-15e2scrub: fix systemd escaping againDarrick J. Wong
2018-09-06e2scrub: fix makefile MKINSTALLDIRS -> MKDIR_PDarrick J. Wong
2018-08-05e2scrub: add service (cron, systemd) supportDarrick J. Wong
2018-08-05e2scrub: create a script to scrub all ext* filesystemsDarrick J. Wong
2018-08-05e2scrub: create online fsck tool of sortsDarrick J. Wong