]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
e2fsck: add support for saving the problem code log
authorTheodore Ts'o <tytso@mit.edu>
Mon, 6 May 2019 05:10:53 +0000 (01:10 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 May 2019 14:15:41 +0000 (10:15 -0400)
commitd2dd606fab56205fc6a57887ca8cd1ae0310776e
tree1a69ecf0a80c871854d6491572655193efed7568
parent06014d726d53393b83692edb07e35db49c5988b9
e2fsck: add support for saving the problem code log

Add the ability to save a log of problems found by e2fsck in a log
file that can be specified via /etc/e2fsck.conf.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
e2fsck/e2fsck.c
e2fsck/e2fsck.conf.5.in
e2fsck/e2fsck.h
e2fsck/logfile.c
e2fsck/problem.c
e2fsck/problemP.h
e2fsck/unix.c