Whamcloud - gitweb
Update makefile dependencies
[tools/e2fsprogs.git] / scrub /
2021-08-15 Theodore Ts'oChange "filesystem" to "file system" in the man pages
2021-08-15 Theodore Ts'oe2scrub: use WantedBy=multi-user.target in e2scrub_reap...
2020-10-05 Theodore Ts'oDefine MKDIR_P in the Makefile.in files instead in...
2020-01-06 Theodore Ts'oe2scrub, e2scrub_all: don't sleep unnecessarily in...
2019-12-14 Theodore Ts'oe2scrub: fix the 30 second timeout when trying to remov...
2019-11-10 Darrick J. Wonge2scrub_all: fix broken stdin redirection
2019-11-10 Darrick J. Wonge2scrub_all: don't even reap if the config file doesn...
2019-09-23 Theodore Ts'oe2scrub_all: make sure fd 3 is closed before running...
2019-08-18 Theodore Ts'oe2scrub_all: allow scrubbing in vg's whose free space...
2019-07-21 Theodore Ts'oe2scrub_all_cron: check to make sure e2scrub_all exists
2019-07-11 Theodore Ts'oe2scrub_all: only run in service mode when periodic_e2s...
2019-07-11 Theodore Ts'oe2scrub_all: fix "e2scurb_all -r"
2019-07-04 Theodore Ts'oe2scrub_all: correctly handle the case where LUKS is...
2019-06-04 Darrick J. Wonge2scrub: remove -C from e2scrub_all
2019-05-21 Theodore Ts'oe2scrub_all: fix missing getopts argument which broke...
2019-05-20 Theodore Ts'oe2scrub: fix grammar nit: "a LVM" -> "an LVM"
2019-05-19 Theodore Ts'oe2scrub_all: avoid scrubbing all devices when there...
2019-05-19 Theodore Ts'oe2scrub: stop cron spam if lvm2 is not installed.
2019-05-10 Michael HaubenwallnerFix parallel install issue in scrub subdir
2019-05-06 Theodore Ts'oe2scrub: make the e2scrub service files require CAP_SYS...
2019-05-06 Theodore Ts'oe2scrub: tag the *.e2scrub LV's with UDISK_IGNORE in...
2019-03-21 Theodore Ts'oe2scrub,e2scrub_all: print a (more understandable)...
2019-03-21 Darrick J. Wonge2scrub_all: refactor device probe loop
2019-03-21 Theodore Ts'oe2scrub_all: make sure there's enough free space for...
2019-03-21 Theodore Ts'oe2scrub_all: add the -n option which shows what e2scrub...
2019-03-21 Theodore Ts'oe2scrub: add the -n option which shows what commands...
2019-03-17 Theodore Ts'oe2scrub: fix up "make install-strip" support
2019-03-10 Theodore Ts'oe2scrub: check to make sure lvm2 is installed
2019-03-07 Theodore Ts'oe2scrub: install the crontab file in /etc/cron.d w...
2019-03-07 Theodore Ts'oe2scrub: make e2scrub_fail's e-mail addresses be config...
2019-03-07 Theodore Ts'oe2scrub: add missing Documentation links to systemd...
2019-03-07 Theodore Ts'oscrub/Makefile.in: install the udev rule and crontab...
2019-03-06 Theodore Ts'oFix "make clean" so it removes all generated files...
2018-11-15 Darrick J. Wonge2scrub: fix systemd escaping again
2018-09-06 Darrick J. Wonge2scrub: fix makefile MKINSTALLDIRS -> MKDIR_P
2018-08-05 Darrick J. Wonge2scrub: add service (cron, systemd) support
2018-08-05 Darrick J. Wonge2scrub: create a script to scrub all ext* filesystems
2018-08-05 Darrick J. Wonge2scrub: create online fsck tool of sorts