summaryrefslogtreecommitdiff
path: root/e2fsck
AgeCommit message (Expand)AuthorFilesLines
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
2003-12-07Fix gcc -Wall nitpicksTheodore Ts'o17-96/+123
2003-12-07recovery.c, jfs_user.h: Sync recovery.c with latest 2.5 kernelTheodore Ts'o3-17/+30
2003-12-02When testing a disk using e2fsck -c, use the listTheodore Ts'o4-7/+12
2003-11-21In e2fsck, given an extra grace period before actually forcingTheodore Ts'o2-0/+39
2003-11-21In e2fsck, if the number of mounts until the next forced filesystemTheodore Ts'o2-3/+24
2003-11-21pass1.c (e2fsck_pass1), problem.h (PR_1_BB_FS_BLOCK), Theodore Ts'o4-24/+63
2003-11-21Check the returned name from blkid_get_devname in tune2fs andTheodore Ts'o2-0/+10
2003-11-21Centeralize calculation of which blocks are reserved/used forTheodore Ts'o2-38/+9
2003-08-24util.c (get_backup_sb): Check to make sure the context is passedTheodore Ts'o2-2/+10
2003-08-24Adjust description line so that apropos "ext2" or "ext3" will Theodore Ts'o2-1/+7
2003-08-21journal.c (e2fsck_move_ext3_journal): When moving the journal orTheodore Ts'o2-0/+8
2003-08-21Add support for backing up the journal inode location in the Theodore Ts'o4-20/+93
2003-08-19e2fsck.h, unix.c (PRS, e2fsck_clear_progbar, Theodore Ts'o3-20/+38
2003-08-01Include inttypes.h if present. New macros INT_TO_VOIDPTR andTheodore Ts'o2-15/+27