summaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)AuthorFilesLines
2006-03-27Add badblocks(8) to SEE ALSO section of e2fsck's man page.Theodore Ts'o2-3/+7
2006-03-27Add man page documenting the /etc/e2fsck.conf configuration file.Theodore Ts'o3-2/+186
2006-03-22Tighten up profile parsing code by combining functionsTheodore Ts'o2-68/+55
2006-03-18Fix format statements to make e2fsprogs programs 32-bit cleanTakashi Sato7-11/+19
2006-03-18Change e2fsck to open non-mounted filesystems in exclusive modeTheodore Ts'o2-0/+11
2006-03-10Enhance e2fsck so it can fix external journal hint in the superblock Theodore Ts'o6-0/+60
2006-03-08Remove e2fsck/malloc.hTheodore Ts'o1-231/+0
2006-01-29Add a config option which controls whether fs checks are skipped when on batteryTheodore Ts'o2-2/+13
2006-01-29Print an explanation when skipping a check due being on batteryTheodore Ts'o2-3/+13
2006-01-06Add support for quoted strings in tag and section namesTheodore Ts'o2-19/+46
2006-01-05Add support to the profile library for /etc/foo/conf.d style directories Theodore Ts'o2-13/+111
2006-01-05Fix gcc -Wall warning in profile_helper.cTheodore Ts'o1-1/+1
2006-01-05More profile cleanups: remove prf_data_t data structureTheodore Ts'o2-131/+37
2006-01-05Enhance profile library's parser to accept comments Theodore Ts'o2-29/+59
2006-01-04Add syntax error reporting to the profile libraryTheodore Ts'o4-78/+62
2006-01-02Simplify profile core functionalityTheodore Ts'o6-549/+426
2006-01-02Clean up test driver program for profile.c and #ifdef unused static functionsTheodore Ts'o1-107/+83
2006-01-01Fix profile.c so that com_err.h doesn't have to be installedTheodore Ts'o2-1/+7
2005-12-31Add e2fsck problem handling to be configurableTheodore Ts'o3-4/+48
2005-12-31Slim down profile.cTheodore Ts'o1-5/+5
2005-12-31Add E2FSCK_CONFIG environment variableTheodore Ts'o1-0/+3
2005-12-31Fix incorrect location of prof_err.h in profile.c.Theodore Ts'o2-4/+4
2005-12-31Add allow_cancellation config optionTheodore Ts'o2-3/+24
2005-12-31Read in /etc/e2fsck.conf configuration file at startupTheodore Ts'o4-1/+17
2005-12-30Add the profile library code to e2fsckTheodore Ts'o7-30/+2683
2005-12-19Automatically fix superblock times in the futureTheodore Ts'o2-2/+12
2005-12-09Clarify the e2fsck man page regarding the -c optionTheodore Ts'o2-4/+8
2005-12-09Make e2fsck -cc warn on a read-only root filesystemTheodore Ts'o2-5/+11
2005-12-09Fix typo in e2fsck error message.Theodore Ts'o2-1/+4
2005-12-09Clarify description of the -p, -n, and -y options in the e2fsck man page.Theodore Ts'o2-3/+34
2005-09-24E2fsck: fix future times in the superblock's last mount or last write fieldsTheodore Ts'o6-0/+44
2005-07-25Fix use-after-free bug of e2fsck context structure.Theodore Ts'o2-3/+5
2005-07-25Fix false positives from valgrind: memcpy via no-op structure copyTheodore Ts'o2-1/+8
2005-07-04Make e2fsck Pass 1C header consistent with the other headersTheodore Ts'o2-1/+4
2005-07-04[BUGFIX]: E2fsck will segfault on disconnected inode with extended attribute(s)Theodore Ts'o2-20/+38
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o1-0/+4
2005-06-26Update typos in changelogTheodore Ts'o1-2/+3
2005-06-20Fix e2fsprogs messages for grammar and consistency, based on suggestionsTheodore Ts'o2-8/+16
2005-06-20Fix minor typo introduced in e2fsck man page.Theodore Ts'o1-1/+1
2005-06-19Make the e2fsck man page clear that the -c, -l, and -L options areTheodore Ts'o2-0/+25
2005-06-19Clean up e2fsck problem description messages for typo's and to make themTheodore Ts'o3-73/+82
2005-06-05Fix a minor spelling typo in blkid's man page, and update e2fsck's REPORTINGTheodore Ts'o2-3/+28
2005-05-06Update "make depend" information. Fixes SMP parallel build problem.Theodore Ts'o1-87/+97
2005-05-05Corrects a few mistakes in the fsck man page, wraps two overlong lines,Theodore Ts'o2-1/+8
2005-04-16Fix spelling mistakes in man pages. (Addresses Debian Bugs: #304591, Theodore Ts'o2-2/+7
2005-04-14Don't offer to update or clone the resize inode when e2fsck deals withTheodore Ts'o2-1/+4
2005-04-14Use a centrally stored current time for "now" which Theodore Ts'o11-19/+40
2005-04-06pass1.c (e2fsck_pass1): If the superblock last mount time (notTheodore Ts'o2-1/+8
2005-03-21Update for the e2fsprogs 1.37 release.Theodore Ts'o1-0/+4
2005-03-21Integrate code from Alex Thomas at Clusterfs to check extended attributesTheodore Ts'o6-74/+307