summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2002-09-24fsck.c: If the bone-headed user enters the filename twice, theTheodore Ts'o2-0/+16
2002-09-23lib/et/internal.h: Remove declaration of perror. All modern systemsTheodore Ts'o2-7/+5
2002-09-22mke2fs.c (main): Enable directory indexing by default.Theodore Ts'o3-4/+31
2002-09-22Flag continuation hashes in debugfs's htree command to make themTheodore Ts'o2-4/+11
2002-09-21get_device_by_label.c (init_lvm): Fix bug which causedTheodore Ts'o2-1/+7
2002-09-06rehash.c (copy_dir_entries): Fix bug which caused corruptedTheodore Ts'o2-0/+7
2002-08-31ADD TAG: E2FSPROGS-1_28Theodore Ts'o1-0/+1
2002-08-31Update changelogs for 1.28 releaseTheodore Ts'o24-4/+96
2002-08-31Update for 1.28 release.Theodore Ts'o6-13/+166
2002-08-31ehandler.c (e2fsck_handle_read_error): If the user asks toTheodore Ts'o2-1/+11
2002-08-31Fix a bug which caused e2fsck to fail to correctly check filesystems Theodore Ts'o7-10/+87
2002-08-24Add support for the hash_seed and s_def_hash_ver fields in the Theodore Ts'o8-17/+161
2002-08-21problem.c: Fix PR_1_RELOC_BLOCK_ALLOCATE message to explain thatTheodore Ts'o2-1/+7
2002-08-20valid_blk.c (ext2fs_inode_has_valid_blocks): Fix bug whichTheodore Ts'o2-2/+9
2002-08-18ADD TAG: E2FSPROGS-1.28-WIP-0817Theodore Ts'o1-0/+1
2002-08-18Enable HTREE support by default.Theodore Ts'o3-174/+177
2002-08-18Update version string for WIP release.Theodore Ts'o2-1/+34
2002-08-18Makefile.in: Revamp makefile so that it doesn't dependTheodore Ts'o6-10/+60
2002-08-18Clean up fsck handling, and fix bug which caused fs_shrink and Theodore Ts'o4-55/+69
2002-08-18More EVMS 1.1 CVS synchronization.Theodore Ts'o2-12/+13
2002-08-18fs_ext2.c, fsimext2.c: Synchronize with EVMS CVS tree.Theodore Ts'o3-26/+84
2002-08-18common.h, dlist.h, enginestructs.h, options.h, plugfuncs.c, Theodore Ts'o11-777/+646
2002-08-17Add support for searching /proc/evms/volumes when interpretingTheodore Ts'o4-11/+112
2002-08-17Update to debian's 1.27+1.28-WIP-0626-1Theodore Ts'o8-34/+187
2002-08-17mke2fs.8.in: Add a common usage of the -n option. (AddressesTheodore Ts'o2-2/+10
2002-08-17fsck.c (main): If no filesystems are specified on the commandTheodore Ts'o4-10/+27
2002-08-17chattr.1.in: Document the compression attribute flags E, X, andTheodore Ts'o7-32/+78
2002-08-17Update and clarify man pages (addresses Debian Bug #145044).Theodore Ts'o7-20/+55
2002-08-17Modify the half MD4 hash so it is no longer endian dependent. This isTheodore Ts'o4-43/+114
2002-08-17Overhaul extended attribute handling. Should now be correct withTheodore Ts'o37-187/+505
2002-08-16Fix stupid typo in previous changeset.Theodore Ts'o2-4/+5
2002-08-16Fix up extended attribute handling in e2image, resize2fs, and in Theodore Ts'o6-7/+41
2002-08-14Clear dtime field on truncated orphan inodes.Stephen Tweedie1-0/+2
2002-08-13Makefile.in: Move dupfs.o and test_io.o from theTheodore Ts'o2-3/+10
2002-08-01Change e2fsck to use a red/black tree in pass1b, to remove O(n**2) Theodore Ts'o13-243/+1922
2002-07-29link.c (ext2fs_link): When adding a new link to a directory,Theodore Ts'o2-3/+21
2002-07-26resize2fs.c (block_mover): If there are no blocks to move,Theodore Ts'o2-0/+11
2002-07-25Add e2fsck -D option which optimizes/compresses directories. Theodore Ts'o11-218/+388
2002-07-24util.c (ask_yn, read_a_char): Note when the user has typed ^C,Theodore Ts'o2-5/+45
2002-07-23dirhash.c (ext2fs_dirhash): Fix bug which caused MD4Theodore Ts'o2-4/+12
2002-07-23pass1.c (e2fsck_pass1): If e2fsck is run with -n, don't createTheodore Ts'o2-1/+8
2002-07-21htree.c (do_htree_dump): Fix a bug where we were not cleanlyTheodore Ts'o2-6/+12
2002-07-21Add SIGINT and SIGTERM handling to fsck and e2fsck. For e2fsck,Theodore Ts'o10-16/+128
2002-07-20Add support to e2fsck to reindex directories to use hash trees.Theodore Ts'o23-67/+867
2002-07-19dirhash.c (halfMD4Transform): Shift the hash by one bit,Theodore Ts'o2-1/+6
2002-07-18htree.c (htree_dump_int_node): Add byte swapping code sot thatTheodore Ts'o2-11/+23
2002-07-15parse.c (uuid_parse): Fix uuid parsing bug which didn't complainTheodore Ts'o4-2/+43
2002-07-15debugfs.c (do_show_super_stats): Calculate and print the numberTheodore Ts'o2-1/+11
2002-07-15pass2.c (e2fsck_pass2): Use dx_dir->numblocks instead ofTheodore Ts'o2-6/+11
2002-07-14fsetflags.c (fsetflags), fgetflags.c (fgetflags): SaveTheodore Ts'o3-6/+14