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