Age | Commit message (Expand) | Author | Files | Lines |
2002-10-30 | Add support for the meta_bg feature flag to the resize2fs program. | Theodore Ts'o | 4 | -33/+42 |
2002-10-25 | Add a new superblock field, s_mkfs_time, which indicates when | Theodore Ts'o | 5 | -4/+24 |
2002-10-20 | Add support for new default mount options for the journal data mode. | Theodore Ts'o | 6 | -4/+27 |
2002-10-20 | Add support for the meta_blockgroup filesystem format. | Theodore Ts'o | 10 | -39/+148 |
2002-10-15 | Add support for new feature in ext2/3 filesystems; a default mount options field | Theodore Ts'o | 7 | -6/+182 |
2002-10-13 | Fix gcc -Wall nits. | Theodore Ts'o | 2 | -0/+8 |
2002-10-02 | Fix endian problems in the htree code for e2fsck and debugfs. | Theodore Ts'o | 3 | -4/+15 |
2002-09-24 | Update for 1.29 release. | Theodore Ts'o | 8 | -0/+32 |
2002-09-23 | lib/et/internal.h: Remove declaration of perror. All modern systems | Theodore Ts'o | 2 | -7/+5 |
2002-08-31 | Update changelogs for 1.28 release | Theodore Ts'o | 7 | -0/+28 |
2002-08-31 | Fix a bug which caused e2fsck to fail to correctly check filesystems | Theodore Ts'o | 3 | -6/+21 |
2002-08-24 | Add support for the hash_seed and s_def_hash_ver fields in the | Theodore Ts'o | 6 | -14/+112 |
2002-08-20 | valid_blk.c (ext2fs_inode_has_valid_blocks): Fix bug which | Theodore Ts'o | 2 | -2/+9 |
2002-08-18 | Makefile.in: Revamp makefile so that it doesn't depend | Theodore Ts'o | 2 | -6/+29 |
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 | Update to debian's 1.27+1.28-WIP-0626-1 | Theodore Ts'o | 2 | -2/+6 |
2002-08-17 | chattr.1.in: Document the compression attribute flags E, X, and | Theodore Ts'o | 5 | -28/+50 |
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 | 5 | -5/+91 |
2002-08-13 | Makefile.in: Move dupfs.o and test_io.o from the | Theodore Ts'o | 2 | -3/+10 |
2002-07-29 | link.c (ext2fs_link): When adding a new link to a directory, | Theodore Ts'o | 2 | -3/+21 |
2002-07-23 | dirhash.c (ext2fs_dirhash): Fix bug which caused MD4 | Theodore Ts'o | 2 | -4/+12 |
2002-07-20 | Add support to e2fsck to reindex directories to use hash trees. | Theodore Ts'o | 6 | -38/+120 |
2002-07-19 | dirhash.c (halfMD4Transform): Shift the hash by one bit, | Theodore Ts'o | 2 | -1/+6 |
2002-07-15 | parse.c (uuid_parse): Fix uuid parsing bug which didn't complain | Theodore Ts'o | 4 | -2/+43 |
2002-07-14 | fsetflags.c (fsetflags), fgetflags.c (fgetflags): Save | Theodore Ts'o | 3 | -6/+14 |
2002-07-14 | ext2fs.h, read_bb_file.c: Change private to priv_data, to avoid | Theodore Ts'o | 3 | -7/+10 |
2002-07-14 | Various portability fixes which should help out HURD. | Theodore Ts'o | 4 | -39/+60 |
2002-07-14 | unix_io.c (unix_open): Only attempt the setrlimit workaround if | Theodore Ts'o | 2 | -3/+26 |
2002-07-09 | ext2_fs.h: Add superblock field for reserved group descriptors. | Theodore Ts'o | 2 | -1/+5 |
2002-07-07 | Added amusing political correctness quote. | Theodore Ts'o | 1 | -0/+9 |
2002-06-28 | bitops.h: Add #define's for ext2fs_{l,b}e{32,16}_to_cpu and | Theodore Ts'o | 2 | -0/+25 |
2002-06-27 | ismounted.c (check_mntent): In AIX 4.3, MOUNTED isn't defined. | Theodore Ts'o | 2 | -0/+13 |
2002-06-26 | Add support for the half-MD4 HTREE hash. | Theodore Ts'o | 4 | -6/+144 |
2002-06-15 | Applied Andrew Morton's patch to support the dirsync option. | Theodore Ts'o | 4 | -2/+13 |
2002-06-10 | Do sanity checking of the number of blocks and inodes in a group for | Andreas Dilger | 4 | -21/+47 |
2002-06-09 | ext2_fs.h: Further minor cleanups of the header. Consolidate | Andreas Dilger | 2 | -21/+17 |
2002-06-01 | fs_ext2.c (fs_init_task): Fix minor bugs pointed out by Steve | Theodore Ts'o | 2 | -2/+11 |
2002-05-30 | Add changelog file for EVMS. | Theodore Ts'o | 1 | -0/+12 |
2002-05-28 | Add support for expanding and contracting filesystems. Fix a few minor bugs | Theodore Ts'o | 4 | -61/+323 |
2002-05-24 | Add EVMS FSIM plugin to e2fsprogs. | Theodore Ts'o | 13 | -0/+6955 |
2002-05-23 | ext2_fs.h: Remove macros accessing u.ext2_sb field and use | Andreas Dilger | 2 | -164/+65 |
2002-05-22 | Update to support the V2 Bestbits EA format. | Theodore Ts'o | 2 | -2/+7 |
2002-05-17 | Fix up Andreas's 8k blocksize changes to fix a number of bugs, | Theodore Ts'o | 1 | -2/+9 |
2002-05-16 | Add support for creating and checking 8192-byte blocksize filesystems. | Andreas Dilger | 2 | -8/+9 |
2002-05-11 | Add a new command "bmap" to debugfs which calculates the logical->physical bl... | Theodore Ts'o | 2 | -1/+7 |
2002-04-27 | ismounted.c (check_mntent_file, is_swap_device): Verify that the | Theodore Ts'o | 2 | -55/+68 |