Age | Commit message (Expand) | Author | Files | Lines |
2005-03-20 | Make e2fsck check the superblock's inode_size to make sure it is | Theodore Ts'o | 2 | -1/+16 |
2005-03-20 | Fix e2fsck, debugfs, and the ext2fs_mkdir function so that when we create | Theodore Ts'o | 2 | -2/+5 |
2005-03-20 | Fix bug in e2fsck where we don't notice if a file with an extended | Theodore Ts'o | 2 | -3/+9 |
2005-02-05 | Update for release of e2fsprogs 1.36. | Theodore Ts'o | 1 | -0/+4 |
2005-02-05 | Remove support for --enable-clear-htree; this was | Theodore Ts'o | 4 | -13/+8 |
2005-01-28 | pass2.c (e2fsck_process_bad_inode): Fix a corner case involving | Theodore Ts'o | 2 | -0/+20 |
2005-01-28 | Fix two bugs found by the regression test suites. The bug was created when | Theodore Ts'o | 2 | -9/+28 |
2005-01-27 | Fixed missing not_fixed branch in e2fsck so that if the frag size field in | Theodore Ts'o | 1 | -1/+2 |
2005-01-27 | Create the resize inode is created even if the s_reserved_gdt_blocks is | Theodore Ts'o | 2 | -1/+6 |
2005-01-27 | Cset exclude: tytso@think.thunk.org|ChangeSet|20050123214956|52665 | Theodore Ts'o | 2 | -9/+0 |
2005-01-27 | Fix e2fsck to not delete symlinks that contain an extended attribute after | Theodore Ts'o | 2 | -20/+43 |
2005-01-25 | E2fsck will now check the individual block group inode and block free counts, | Theodore Ts'o | 3 | -39/+69 |
2005-01-23 | Fix e2fsck so that it does not complain if the resize_inode feature is | Theodore Ts'o | 2 | -0/+9 |
2005-01-19 | Miscellaneous gcc -Wall cleanups. Use fixed rather than floating point | Theodore Ts'o | 2 | -13/+19 |
2005-01-17 | Clean up Matthais's "fix crash when /proc/acpi/ac_acapter is not present" | Theodore Ts'o | 1 | -16/+17 |
2005-01-13 | Fix crash when /proc/acpi/ac_adapter/ is not present, for instance, | Matthias Andree | 2 | -1/+8 |
2005-01-09 | Fix configure.in to use AC_CHECK_TYPES instead of the "broken by design" | Theodore Ts'o | 2 | -0/+11 |
2005-01-06 | Make tune2fs and e2fsck consistent about allowing at most 50% of the blocks | Theodore Ts'o | 2 | -1/+4 |
2005-01-06 | Fix resize inode handling on big endian systems, by adding new routines | Theodore Ts'o | 2 | -2/+7 |
2004-12-24 | Add support to detect corrupted resize_inode's to e2fsck. | Theodore Ts'o | 6 | -45/+179 |
2004-12-23 | Avoid some potential inode cache coherency problem caused by using the | Theodore Ts'o | 2 | -0/+7 |
2004-12-16 | Fix e2fsck so that it will clean up filesystesm that have the | Theodore Ts'o | 4 | -2/+60 |
2004-12-15 | Supplied changelog for resize inode patch. | Theodore Ts'o | 1 | -0/+5 |
2004-12-15 | Add support for on-line resizing ala the resize inode. This patch | Theodore Ts'o | 1 | -1/+12 |
2004-12-15 | Fix stupid core dumping bug if the TZ environment variable isn't set. | Theodore Ts'o | 1 | -1/+4 |
2004-12-15 | Add install-strip and install-shlibs-strip targets | Theodore Ts'o | 2 | -10/+27 |
2004-12-14 | Use MKINSTALLDIRS macro so that the Makefiles can find the script | Theodore Ts'o | 2 | -2/+6 |
2004-11-30 | If the TZ environment variable is set to GMT, use gmtime() | Theodore Ts'o | 2 | -3/+14 |
2004-11-30 | Add support for passing options to the io layer using the URL syntax. For | Theodore Ts'o | 3 | -8/+24 |
2004-11-30 | Use Linux-kernel-style makefile output to make it easier to | Theodore Ts'o | 2 | -13/+30 |
2004-10-04 | Attempt recovery if the journal contains illegal blocks | Richard Mortimer | 2 | -0/+6 |
2004-07-26 | pass1.c (process_block): Change the limit of directory size from | Theodore Ts'o | 2 | -1/+6 |
2004-05-26 | Fixed potential ordering constraint problem in e2fsck's journal | Theodore Ts'o | 3 | -2/+23 |
2004-05-05 | Remove .cvsignore files; they were out of date, and causes lintian | Theodore Ts'o | 1 | -6/+0 |
2004-05-04 | unix.c (check_if_skip): If the checkinterval is zero, then | Theodore Ts'o | 2 | -1/+8 |
2004-04-12 | In e2fsck, when trying to determine if the system is running on | Theodore Ts'o | 2 | -4/+28 |
2004-04-03 | Refine the build process to avoid re-running subst all the time on | Theodore Ts'o | 2 | -1/+8 |
2004-03-30 | unix_io.c, pass1.c: | Matthias Andree | 1 | -1/+1 |
2004-02-28 | Update version number for e2fsprogs 1.35 release. | Theodore Ts'o | 1 | -0/+4 |
2004-02-27 | Add missing break statement so e2fsck -k actually works. | Theodore Ts'o | 1 | -0/+1 |
2004-02-24 | unix.c (main, PRS), e2fsck.8.in: Add a new -k option which keeps | Theodore Ts'o | 3 | -3/+20 |
2004-02-23 | Makefile.in (PROFILED_LIBS, PROFILED_DEPLIBS): Fix reference to | Theodore Ts'o | 2 | -2/+8 |
2004-02-22 | Fix up preen mode messages during pass 1B/C/D. | Theodore Ts'o | 2 | -5/+8 |
2004-02-21 | e2fsck.c (e2fsck_run): Clear the SETJMP_OK flag when returning | Theodore Ts'o | 2 | -1/+9 |
2004-01-31 | problem.c (fix_problem): Don't call print_e2fsck_message if the | Theodore Ts'o | 2 | -1/+8 |
2004-01-30 | Fix a byte swap bugs, including one which caused e2fsck to | Theodore Ts'o | 2 | -0/+9 |
2003-12-28 | Re-add FreeBSD support. | Matthias Andree | 1 | -0/+1 |
2003-12-28 | Fix more compiler warnings. | Matthias Andree | 3 | -1/+4 |
2003-12-12 | Fix bug in e2fsck: When reconnecting a directory, we may | Theodore Ts'o | 2 | -1/+10 |
2003-12-11 | e2fsck.h (E2F_FLAG_RESTARTED): Assign a unique flag bitfield to | Theodore Ts'o | 2 | -1/+10 |