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