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