- 3851301 Update files for 1.32 release. by Theodore Ts'o · 22 years ago
- 0c897a9 Add german translation to the language catalog by Theodore Ts'o · 22 years ago
- ae65b29 Update files for 1.31 release. by Theodore Ts'o · 22 years ago
- c1637bd unix.c (main): Fix a bug where e2fsck could erroneously mark a by Theodore Ts'o · 22 years ago
- 5e72cdb unix.c (PRS), journal.c: Set the default level of journal by Theodore Ts'o · 22 years ago
- 299d742 Change e2fsck to force out changes to the backup copies of the by Theodore Ts'o · 22 years ago
- ee89513 e2fsck.h, unix.c (main, check_mount): Fix e2fsck so that it by Theodore Ts'o · 22 years ago
- 5d823a4 Update files for 1.30 release. by Theodore Ts'o · 22 years ago
- 4fd6834 unix.c (usage), e2fsck.8.in: Add the -D option to the usage and by Theodore Ts'o · 22 years ago
- b40ffd7 unix.c (usage), e2fsck.8.in: Add the -D option to the usage and by Theodore Ts'o · 22 years ago
- be93ef0 pass1.c (e2fsck_pass1): Check the superblock write time to see by Theodore Ts'o · 22 years ago
- 482afc4 Makefile.in (install): Search all compression extensions when by Theodore Ts'o · 22 years ago
- 76dd5e5 Add support for the meta_bg feature flag to the resize2fs program. by Theodore Ts'o · 22 years ago
- a49929b Add support for the meta_blockgroup filesystem format. (Missing changelog) by Theodore Ts'o · 22 years ago
- c046ac7 Add support for the meta_blockgroup filesystem format. by Theodore Ts'o · 22 years ago
- 3e69906 Fix gcc -Wall nits. by Theodore Ts'o · 22 years ago
- 64aecc4 Fix bug in e2fsck and mklost+found; the lost+found directory should by Theodore Ts'o · 22 years ago
- d237a78 Handle BAD_BLOCK_IN_INODE_TABLE even at the beginning of the by Theodore Ts'o · 22 years ago
- 8132d84 Fix endian problems in the htree code for e2fsck and debugfs. by Theodore Ts'o · 22 years ago
- ad4fa46 Avoid counting directory entries during a directory salvage. by Theodore Ts'o · 22 years ago
- e8254bf pass2.c (check_dir_block): Do a more paranoid check when trying by Theodore Ts'o · 22 years ago
- fe5b72d rehash.c (e2fsck_rehash_dir): Apply patch from Christopher Li by Theodore Ts'o · 22 years ago
- e70ae99 Add a more sophisticated algorithm to e2fsck to salvage corrupted directories. by Theodore Ts'o · 22 years ago
- c663305 Update for 1.29 release. by Theodore Ts'o · 22 years ago
- cf3909e rehash.c (copy_dir_entries): Fix bug which caused corrupted by Theodore Ts'o · 22 years ago
- 87ee8dc Update changelogs for 1.28 release by Theodore Ts'o · 22 years ago
- b7bad61 Update for 1.28 release. by Theodore Ts'o · 22 years ago
- ceecbc7 ehandler.c (e2fsck_handle_read_error): If the user asks to by Theodore Ts'o · 22 years ago
- ea1959f Fix a bug which caused e2fsck to fail to correctly check filesystems by Theodore Ts'o · 22 years ago
- a3da9d1 problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain that by Theodore Ts'o · 22 years ago
- f044b4d Update and clarify man pages (addresses Debian Bug #145044). by Theodore Ts'o · 22 years ago
- 0684a4f Overhaul extended attribute handling. Should now be correct with by Theodore Ts'o · 22 years ago
- eb16f86 Clear dtime field on truncated orphan inodes. by Stephen Tweedie · 22 years ago
- 838e773 Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) by Theodore Ts'o · 22 years ago
- 850d05e Add e2fsck -D option which optimizes/compresses directories. by Theodore Ts'o · 22 years ago
- 542867f util.c (ask_yn, read_a_char): Note when the user has typed ^C, by Theodore Ts'o · 22 years ago
- 3214a45 pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't create by Theodore Ts'o · 22 years ago
- 4cae045 Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck, by Theodore Ts'o · 22 years ago
- b7a0056 Add support to e2fsck to reindex directories to use hash trees. by Theodore Ts'o · 22 years ago
- 62acaa1 pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead of by Theodore Ts'o · 22 years ago
- 503f9e7 Add support for the half-MD4 HTREE hash. by Theodore Ts'o · 22 years ago
- 8fdc998 Add initial support for htree directories. by Theodore Ts'o · 22 years ago
- b21bf26 Do sanity checking of the number of blocks and inodes in a group for by Andreas Dilger · 22 years ago
- 0d63467 Update to support the V2 Bestbits EA format. by Theodore Ts'o · 22 years ago
- da30704 Check for inodes which are too big (either too many blocks, or by Theodore Ts'o · 22 years ago
- bcf9c5d Fix up Andreas' changeset. Avoid use of dynamic automatic arrays, by Theodore Ts'o · 22 years ago
- b94a052 Add more complete tests for symlinks: nul termination of long links and length by Andreas Dilger · 22 years ago
- 7823dd6 Fix fencepost error in allocating space for array. by Theodore Ts'o · 22 years ago
- 31e29a1 Fix up Andreas's 8k blocksize changes to fix a number of bugs, by Theodore Ts'o · 22 years ago
- 932a489 Add support for creating and checking 8192-byte blocksize filesystems. by Andreas Dilger · 22 years ago
- a8e7724 Update for 1.27 release. by Theodore Ts'o · 23 years ago
- 546a1ff Fix various gcc -Wall complaints. by Theodore Ts'o · 23 years ago
- f2d5c93 Fixed the journal handling so that an offer is made to clear the by Theodore Ts'o · 23 years ago
- f122632 E2fsck now prints ranges in pass 5 when printing deltas in by Theodore Ts'o · 23 years ago
- 14308a5 Newer libintl needs LC_CTYPE to be set in addition to LC_MESSAGES. by Theodore Ts'o · 23 years ago
- 57173d0 Update Changelog messages to use tytso@mit.edu for all addresses by Theodore Ts'o · 23 years ago
- 25813b1 Fix typo in previous changeset; the man pages for fsck.ext2 and by Theodore Ts'o · 23 years ago
- b9f4092 Update makefiles to install mkfs.ext3, and to install man pages for by Theodore Ts'o · 23 years ago
- d1a2182 Cleaned up journal handling code in e2fsck. by Theodore Ts'o · 23 years ago
- a5f3f5c Update files for 1.26 release. by Theodore Ts'o · 23 years ago
- 96b5cac Miscellaneous cleanup before 1.26-WIP release. Removed unused by Theodore Ts'o · 23 years ago
- 3ed57c2 In mke2fs and e2fsck, specifying the -c option twice will now do by Theodore Ts'o · 23 years ago
- fae9bfa Initialize buf to NULL to avoid crashing when called by fix_problem() by Theodore Ts'o · 23 years ago
- f1a1761 Enhnaced the get backup superblock function so that it does by Theodore Ts'o · 23 years ago
- 19007e5 Move linux/jbd.h to ext2fs/kernel-jbd.h, to avoid using the by Theodore Ts'o · 23 years ago
- 6a50c5e Use ctx->filesystem_name if the ctx->device_name is NULL in e2fsck. by Theodore Ts'o · 23 years ago
- d37066a Give the opportunity for e2fsck to run the journal even if by Theodore Ts'o · 23 years ago
- 4ea7bd0 Fix various gcc -Wall nits. Fixed a bug in mke2fs where a bogus by Theodore Ts'o · 23 years ago
- 8cf9333 Fix e2fsck's handling of external journals,and update journal by Theodore Ts'o · 23 years ago
- 571fc5a Fixes necessary for e2fsprogs to work using the diet libc. by Theodore Ts'o · 23 years ago
- b3b3d46 journal.c: fix an endianness bug. by Gabriel Paubert · 23 years ago
- 24bfb44 super.c (check_super_block): Make sure that if the inode table by Theodore Ts'o · 23 years ago
- 1e9a7e0 2fsck.8.in: Fix minor typo in man page and clarify device specification. by Theodore Ts'o · 23 years ago
- 6a138ed Allow a single user for internal journals (the current filesystem) by Andreas Dilger · 23 years ago
- 62e3e7f journal.c (clear_v2_journal_fields, e2fsck_journal_load): If the by Theodore Ts'o · 23 years ago
- 773fd8a e2fsck.h, journal.c (e2fsck_move_ext3_journal): Add new function by Theodore Ts'o · 23 years ago
- fbf9111 Update changelogs for 1.25 release. by Theodore Ts'o · 23 years ago
- ae6cdcf e2fsck: If a superblock is specified explicitly by the by Theodore Ts'o · 23 years ago
- fb70775 Update for 1.24a release by Theodore Ts'o · 23 years ago
- 109624a Update for 1.24 release. by Theodore Ts'o · 23 years ago
- 59f2724 mke2fs.c (main): Zap the second sector of the disk, along with by Andreas Dilger · 23 years ago
- b1f204f pass1.c (e2fsck_pass1): For EXT2_RESIZE_INO, allow its i_mode to by Theodore Ts'o · 23 years ago
- 0f8973f Remove EXT2FS_VERSION from the version display, since it only confuses people. by Theodore Ts'o · 23 years ago
- 943ed87 Add missing log entry showing when we released e2fsprogs 1.23 by Theodore Ts'o · 23 years ago
- 53abed0 Deal with libc5's lack of strnlen. by Theodore Ts'o · 23 years ago
- eb4ab51 super.c (release_orphan_inodes): If the filesystem contains by Theodore Ts'o · 23 years ago
- a40ecbb e2fsck/pass1.c (e2fsck_pass1_check_device_inode): If i_blocks is by Theodore Ts'o · 23 years ago
- 85645a6f pass1.c (check_size): Fix logic in check_size; the previous code by Theodore Ts'o · 23 years ago
- a474269 pass1.c, pass2.c, problem.c, problem.h: Fix bug introduced by by Theodore Ts'o · 23 years ago
- 2b94c65 unix.c (show_stats): Print the number of large files in verbose mode. by Theodore Ts'o · 23 years ago
- e3bda78 Add dependencies to iscan. by Theodore Ts'o · 23 years ago
- d4cac02 Add missing errcode_t variable so that iscan compiles. by Theodore Ts'o · 23 years ago
- c0a083f * journal.c (recover_ext3_journal): If s_errno is set in the by Theodore Ts'o · 23 years ago
- bd512b6 Add ChangeLog entry for changes made by Andreas by Theodore Ts'o · 23 years ago
- fcdebce Change comments for %D and %d expansion in e2fsck problem codes. It by Andreas Dilger · 23 years ago
- d007cb4 Cleanup changes to Andreas' symlink patch. Remove use of EXT2_LINK_DIR by Theodore Ts'o · 23 years ago
- 67052a8 Add extra checks for bad symlinks, including zero length symlinks, by Andreas Dilger · 23 years ago
- 83e6ac8 unix.c (check_mount): Remove the code in e2fsck which tested for the by Theodore Ts'o · 23 years ago
- 0628ae3 unix.c (main): Move the final print_resource_track call after by Theodore Ts'o · 23 years ago
- 6d222f3 Fix memory leaks in e2fsck's journal.c, and remove some cases by Theodore Ts'o · 23 years ago