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