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