Age | Commit message (Expand) | Author | Files | Lines |
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 | Add ChangeLog entry for changes made by Andreas Dilger | Theodore Ts'o | 1 | -0/+5 |
2001-08-04 | Put check for JOURNAL_DEV before sparse_option, so we don't set the | Andreas Dilger | 1 | -5/+6 |
2001-08-04 | Add ChangeLog entry for changes made by Andreas Dilger | Theodore Ts'o | 1 | -0/+9 |
2001-08-04 | Add "*.orig" to "make clean" target, change explicit listing of | Andreas Dilger | 1 | -3/+3 |
2001-08-04 | Add -f flag to doc/Makefile $(RM) of files which may not exist. | Andreas Dilger | 1 | -7/+4 |
2001-08-04 | f_bad_inode, f_badsymlinks: Update expect files to reflect | Theodore Ts'o | 4 | -11/+20 |
2001-08-04 | Cleanup changes to Andreas' symlink patch. Remove use of EXT2_LINK_DIR | Theodore Ts'o | 5 | -24/+30 |
2001-08-04 | Add extra checks for bad symlinks, including zero length symlinks, | Andreas Dilger | 7 | -7/+57 |
2001-08-04 | Add several tests for bad symlinks, including immutable flags, zero | Andreas Dilger | 4 | -0/+61 |
2001-07-31 | tune2fs.c (update_feature_set, remove_journal_inode): If | Theodore Ts'o | 2 | -22/+69 |
2001-07-30 | tune2fs.c (update_feature_set): Don't require a forced fsck if | Theodore Ts'o | 2 | -1/+8 |
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 |
2001-07-29 | finddev.c (scan_dir): Fix memory leak; we weren't calling | Theodore Ts'o | 2 | -2/+10 |
2001-07-29 | e2fsck.c (e2fsck_reset_context): Fix bug; only close the io channel if | Theodore Ts'o | 2 | -1/+7 |
2001-07-27 | ADD TAG: E2FSPROGS-1_23-WIP-0727 | Theodore Ts'o | 1 | -0/+1 |
2001-07-27 | mkjournal.c (ext2fs_create_journal_superblock): Set the first block | Theodore Ts'o | 2 | -1/+11 |
2001-07-27 | ADD TAG: E2FSPROGS-1_23-WIP-0727 | Theodore Ts'o | 1 | -0/+1 |
2001-07-27 | Update problem message printed when special files have the immutable | Theodore Ts'o | 4 | -8/+18 |
2001-07-27 | ADD TAG: E2FSPROGS-1_23-WIP-0727 | Theodore Ts'o | 1 | -0/+1 |
2001-07-27 | Update for 27-Jul-2001 WIP release. | Theodore Ts'o | 2 | -4/+13 |
2001-07-27 | getsize.c (ext2fs_get_device_size): Add support for the | Theodore Ts'o | 2 | -0/+22 |
2001-07-27 | pass1.c (e2fsck_pass1): Check for symlinks that have the | Theodore Ts'o | 2 | -0/+6 |
2001-07-27 | subst.conf.in: Enable documentation of the external journal | Theodore Ts'o | 2 | -2/+8 |
2001-07-27 | mke2fs.c (PRS): If the blocksize is not specified, and the journal | Theodore Ts'o | 2 | -1/+30 |
2001-07-27 | mkjournal.c (ext2fs_add_journal_device): Use the correct block | Theodore Ts'o | 2 | -1/+7 |
2001-07-26 | mkjournal.c (ext2fs_add_journal_device): Use the correct block | Theodore Ts'o | 2 | -2/+10 |
2001-07-26 | pass1.c (e2fsck_pass1): Free ctx->block_ea_map at the end of pass 1. | Theodore Ts'o | 2 | -0/+11 |
2001-07-25 | Apply fixes reported by Andreas Gruenbacher: | Theodore Ts'o | 3 | -3/+11 |
2001-07-23 | ADD TAG: E2FSPROGS-1_23-WIP-0722 | Theodore Ts'o | 1 | -0/+1 |
2001-07-23 | Update for 1.23-WIP-0722 release. | Theodore Ts'o | 2 | -4/+7 |
2001-07-23 | Add support for use of an external journal (so long as the external | Theodore Ts'o | 10 | -176/+180 |
2001-07-20 | ADD TAG: E2FSPROGS-1_23-WIP-0720 | Theodore Ts'o | 1 | -0/+1 |
2001-07-20 | Update final changes before 1.23-WIP-0620 | Theodore Ts'o | 1 | -1/+6 |
2001-07-20 | fsck.8.in: Add much more explicit language documenting how the | Theodore Ts'o | 2 | -1/+13 |
2001-07-20 | ext_attr.c (ext2fs_write_ext_attr): When writing the extended | Theodore Ts'o | 2 | -0/+5 |
2001-07-20 | unix.c (main): Add an explicit warning when the filesystem is left not | Theodore Ts'o | 2 | -1/+10 |
2001-07-20 | Update version and release notes for 1.23 WIP release. | Theodore Ts'o | 2 | -2/+15 |
2001-07-20 | Comment out ext2_find_first_bit_set and ext2fs_find_next_bit_set | Theodore Ts'o | 2 | -0/+7 |
2001-07-19 | fstype.c (identify_fs): New file which looks at the superblock | Theodore Ts'o | 5 | -2/+106 |
2001-07-19 | This patch completes the initial extended attribute/ACL support for | Theodore Ts'o | 7 | -8/+334 |
2001-07-10 | Fix really stupid typo. | Theodore Ts'o | 1 | -1/+1 |
2001-07-10 | Speed up journal recovery in userspace by avoiding a pointless | Theodore Ts'o | 4 | -1/+19 |
2001-07-10 | Fix problems in po's Makefile.in.in and POTFILES.in. | Theodore Ts'o | 2 | -4/+6 |
2001-07-07 | pass1b.c (pass1b, process_pass1b_block): Change the num_bad | Theodore Ts'o | 2 | -12/+41 |
2001-07-07 | pass1.c (e2fsck_pass1): Defer inodes which have an extended attribute | Theodore Ts'o | 1 | -4/+14 |
2001-07-07 | bitops.h (ext2fs_find_first_bit_set): Use %esi instead of %ebx to | Theodore Ts'o | 2 | -4/+7 |