Age | Commit message (Expand) | Author | Files | Lines |
2002-03-08 | Update for 1.27 release. | Theodore Ts'o | 1 | -0/+4 |
2002-03-07 | Fix various gcc -Wall complaints. | Theodore Ts'o | 4 | -5/+11 |
2002-03-07 | Fixed the journal handling so that an offer is made to clear the | Theodore Ts'o | 3 | -3/+14 |
2002-03-07 | E2fsck now prints ranges in pass 5 when printing deltas in | Theodore Ts'o | 4 | -14/+122 |
2002-03-05 | Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES. | Theodore Ts'o | 2 | -0/+6 |
2002-02-26 | Update Changelog messages to use tytso@mit.edu for all addresses | Theodore Ts'o | 1 | -2/+2 |
2002-02-24 | Fix typo in previous changeset; the man pages for fsck.ext2 and | Theodore Ts'o | 1 | -2/+2 |
2002-02-24 | Update makefiles to install mkfs.ext3, and to install man pages for | Theodore Ts'o | 2 | -0/+11 |
2002-02-22 | Cleaned up journal handling code in e2fsck. | Theodore Ts'o | 3 | -147/+165 |
2002-02-03 | Update files for 1.26 release. | Theodore Ts'o | 1 | -9/+13 |
2001-12-24 | Miscellaneous cleanup before 1.26-WIP release. Removed unused | Theodore Ts'o | 1 | -0/+19 |
2001-12-24 | In mke2fs and e2fsck, specifying the -c option twice will now do | Theodore Ts'o | 5 | -4/+38 |
2001-12-23 | Initialize buf to NULL to avoid crashing when called by fix_problem() | Theodore Ts'o | 1 | -1/+1 |
2001-12-23 | Enhnaced the get backup superblock function so that it does | Theodore Ts'o | 5 | -11/+88 |
2001-12-23 | Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the | Theodore Ts'o | 3 | -23/+9 |
2001-12-21 | Use ctx->filesystem_name if the ctx->device_name is NULL in e2fsck. | Theodore Ts'o | 2 | -1/+5 |
2001-12-21 | Give the opportunity for e2fsck to run the journal even if | Theodore Ts'o | 6 | -16/+65 |
2001-12-16 | Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus | Theodore Ts'o | 5 | -5/+7 |
2001-12-16 | Fix e2fsck's handling of external journals,and update journal | Theodore Ts'o | 7 | -302/+378 |
2001-12-02 | Fixes necessary for e2fsprogs to work using the diet libc. | Theodore Ts'o | 1 | -4/+7 |
2001-11-30 | journal.c: fix an endianness bug. | Gabriel Paubert | 2 | -1/+6 |
2001-11-26 | super.c (check_super_block): Make sure that if the inode table | Theodore Ts'o | 2 | -12/+22 |
2001-11-24 | 2fsck.8.in: Fix minor typo in man page and clarify device | Theodore Ts'o | 2 | -3/+7 |
2001-11-08 | Allow a single user for internal journals (the current filesystem) | Andreas Dilger | 1 | -1/+1 |
2001-10-07 | journal.c (clear_v2_journal_fields, e2fsck_journal_load): If the | Theodore Ts'o | 4 | -0/+45 |
2001-10-06 | e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new function | Theodore Ts'o | 6 | -1/+134 |
2001-09-20 | Update changelogs for 1.25 release. | Theodore Ts'o | 1 | -0/+4 |
2001-09-19 | e2fsck: If a superblock is specified explicitly by the | Theodore Ts'o | 3 | -1/+11 |
2001-09-04 | Update for 1.24a release | Theodore Ts'o | 1 | -0/+4 |
2001-08-31 | Update for 1.24 release. | Theodore Ts'o | 1 | -0/+4 |
2001-08-30 | mke2fs.c (main): Zap the second sector of the disk, along with | Andreas Dilger | 1 | -1/+1 |
2001-08-30 | pass1.c (e2fsck_pass1): For EXT2_RESIZE_INO, allow its i_mode to | Theodore Ts'o | 2 | -0/+10 |
2001-08-27 | Remove EXT2FS_VERSION from the version display, since it | Theodore Ts'o | 2 | -3/+5 |
2001-08-27 | Add missing log entry showing when we released e2fsprogs 1.23 | Theodore Ts'o | 1 | -0/+4 |
2001-08-27 | Deal with libc5's lack of strnlen. | Theodore Ts'o | 2 | -1/+20 |
2001-08-13 | super.c (release_orphan_inodes): If the filesystem contains | Theodore Ts'o | 2 | -0/+12 |
2001-08-13 | e2fsck/pass1.c (e2fsck_pass1_check_device_inode): If i_blocks is | Theodore Ts'o | 2 | -0/+8 |
2001-08-13 | pass1.c (check_size): Fix logic in check_size; the previous code | Theodore Ts'o | 2 | -6/+8 |
2001-08-09 | pass1.c, pass2.c, problem.c, problem.h: Fix bug introduced by | Theodore Ts'o | 5 | -39/+55 |
2001-08-09 | unix.c (show_stats): Print the number of large files in verbose mode. | Theodore Ts'o | 2 | -0/+8 |
2001-08-08 | Add dependencies to iscan. | Theodore Ts'o | 1 | -1/+1 |
2001-08-08 | Add missing errcode_t variable so that iscan compiles. | Theodore Ts'o | 1 | -0/+1 |
2001-08-07 | * journal.c (recover_ext3_journal): If s_errno is set in the | Theodore Ts'o | 2 | -0/+16 |
2001-08-04 | Add ChangeLog entry for changes made by Andreas | Theodore Ts'o | 1 | -0/+9 |
2001-08-04 | Change comments for %D and %d expansion in e2fsck problem codes. It | Andreas Dilger | 2 | -8/+8 |
2001-08-04 | Cleanup changes to Andreas' symlink patch. Remove use of EXT2_LINK_DIR | Theodore Ts'o | 4 | -22/+30 |
2001-08-04 | Add extra checks for bad symlinks, including zero length symlinks, | Andreas Dilger | 4 | -7/+50 |
2001-07-30 | unix.c (check_mount): Remove the code in e2fsck which tested for the | Theodore Ts'o | 2 | -14/+13 |
2001-07-29 | unix.c (main): Move the final print_resource_track call after | Theodore Ts'o | 2 | -4/+6 |
2001-07-29 | Fix memory leaks in e2fsck's journal.c, and remove some cases | Theodore Ts'o | 3 | -22/+48 |