Age | Commit message (Expand) | Author | Files | Lines |
2006-05-22 | Fix spelling mistakes in e2fsck, mke2fs.conf, and resize2fs man pages | Theodore Ts'o | 2 | -1/+6 |
2006-05-14 | Fix memory leak in e2fsck's error paths | Theodore Ts'o | 3 | -1/+11 |
2006-05-13 | Fix read/write badblocks testing in mke2fs and e2fsck | Theodore Ts'o | 2 | -1/+6 |
2006-05-08 | Add support for EXT2_FEATURE_COMPAT_LAZY_BG | Theodore Ts'o | 2 | -10/+71 |
2006-03-27 | Add badblocks(8) to SEE ALSO section of e2fsck's man page. | Theodore Ts'o | 2 | -3/+7 |
2006-03-27 | Add man page documenting the /etc/e2fsck.conf configuration file. | Theodore Ts'o | 3 | -2/+186 |
2006-03-22 | Tighten up profile parsing code by combining functions | Theodore Ts'o | 2 | -68/+55 |
2006-03-18 | Fix format statements to make e2fsprogs programs 32-bit clean | Takashi Sato | 7 | -11/+19 |
2006-03-18 | Change e2fsck to open non-mounted filesystems in exclusive mode | Theodore Ts'o | 2 | -0/+11 |
2006-03-10 | Enhance e2fsck so it can fix external journal hint in the superblock | Theodore Ts'o | 6 | -0/+60 |
2006-03-08 | Remove e2fsck/malloc.h | Theodore Ts'o | 1 | -231/+0 |
2006-01-29 | Add a config option which controls whether fs checks are skipped when on battery | Theodore Ts'o | 2 | -2/+13 |
2006-01-29 | Print an explanation when skipping a check due being on battery | Theodore Ts'o | 2 | -3/+13 |
2006-01-06 | Add support for quoted strings in tag and section names | Theodore Ts'o | 2 | -19/+46 |
2006-01-05 | Add support to the profile library for /etc/foo/conf.d style directories | Theodore Ts'o | 2 | -13/+111 |
2006-01-05 | Fix gcc -Wall warning in profile_helper.c | Theodore Ts'o | 1 | -1/+1 |
2006-01-05 | More profile cleanups: remove prf_data_t data structure | Theodore Ts'o | 2 | -131/+37 |
2006-01-05 | Enhance profile library's parser to accept comments | Theodore Ts'o | 2 | -29/+59 |
2006-01-04 | Add syntax error reporting to the profile library | Theodore Ts'o | 4 | -78/+62 |
2006-01-02 | Simplify profile core functionality | Theodore Ts'o | 6 | -549/+426 |
2006-01-02 | Clean up test driver program for profile.c and #ifdef unused static functions | Theodore Ts'o | 1 | -107/+83 |
2006-01-01 | Fix profile.c so that com_err.h doesn't have to be installed | Theodore Ts'o | 2 | -1/+7 |
2005-12-31 | Add e2fsck problem handling to be configurable | Theodore Ts'o | 3 | -4/+48 |
2005-12-31 | Slim down profile.c | Theodore Ts'o | 1 | -5/+5 |
2005-12-31 | Add E2FSCK_CONFIG environment variable | Theodore Ts'o | 1 | -0/+3 |
2005-12-31 | Fix incorrect location of prof_err.h in profile.c. | Theodore Ts'o | 2 | -4/+4 |
2005-12-31 | Add allow_cancellation config option | Theodore Ts'o | 2 | -3/+24 |
2005-12-31 | Read in /etc/e2fsck.conf configuration file at startup | Theodore Ts'o | 4 | -1/+17 |
2005-12-30 | Add the profile library code to e2fsck | Theodore Ts'o | 7 | -30/+2683 |
2005-12-19 | Automatically fix superblock times in the future | Theodore Ts'o | 2 | -2/+12 |
2005-12-09 | Clarify the e2fsck man page regarding the -c option | Theodore Ts'o | 2 | -4/+8 |
2005-12-09 | Make e2fsck -cc warn on a read-only root filesystem | Theodore Ts'o | 2 | -5/+11 |
2005-12-09 | Fix typo in e2fsck error message. | Theodore Ts'o | 2 | -1/+4 |
2005-12-09 | Clarify description of the -p, -n, and -y options in the e2fsck man page. | Theodore Ts'o | 2 | -3/+34 |
2005-09-24 | E2fsck: fix future times in the superblock's last mount or last write fields | Theodore Ts'o | 6 | -0/+44 |
2005-07-25 | Fix use-after-free bug of e2fsck context structure. | Theodore Ts'o | 2 | -3/+5 |
2005-07-25 | Fix false positives from valgrind: memcpy via no-op structure copy | Theodore Ts'o | 2 | -1/+8 |
2005-07-04 | Make e2fsck Pass 1C header consistent with the other headers | Theodore Ts'o | 2 | -1/+4 |
2005-07-04 | [BUGFIX]: E2fsck will segfault on disconnected inode with extended attribute(s) | Theodore Ts'o | 2 | -20/+38 |
2005-06-30 | Update for e2fsprogs 1.38 release. | Theodore Ts'o | 1 | -0/+4 |
2005-06-26 | Update typos in changelog | Theodore Ts'o | 1 | -2/+3 |
2005-06-20 | Fix e2fsprogs messages for grammar and consistency, based on suggestions | Theodore Ts'o | 2 | -8/+16 |
2005-06-20 | Fix minor typo introduced in e2fsck man page. | Theodore Ts'o | 1 | -1/+1 |
2005-06-19 | Make the e2fsck man page clear that the -c, -l, and -L options are | Theodore Ts'o | 2 | -0/+25 |
2005-06-19 | Clean up e2fsck problem description messages for typo's and to make them | Theodore Ts'o | 3 | -73/+82 |
2005-06-05 | Fix a minor spelling typo in blkid's man page, and update e2fsck's REPORTING | Theodore Ts'o | 2 | -3/+28 |
2005-05-06 | Update "make depend" information. Fixes SMP parallel build problem. | Theodore Ts'o | 1 | -87/+97 |
2005-05-05 | Corrects a few mistakes in the fsck man page, wraps two overlong lines, | Theodore Ts'o | 2 | -1/+8 |
2005-04-16 | Fix spelling mistakes in man pages. (Addresses Debian Bugs: #304591, | Theodore Ts'o | 2 | -2/+7 |
2005-04-14 | Don't offer to update or clone the resize inode when e2fsck deals with | Theodore Ts'o | 2 | -1/+4 |