summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2002-11-08Update files for 1.31 release.Theodore Ts'o7-0/+28
2002-11-08pf.c: Print the indexed directory flag if present. Don't displayTheodore Ts'o2-0/+9
2002-11-08Missed a EVMS 1.2 ABI fixup.Theodore Ts'o1-0/+4
2002-11-08Skip byteswap tests on --disable-swapfsTheodore Ts'o2-2/+7
2002-11-08Update "make depend".Theodore Ts'o1-2/+6
2002-11-08fs_ext2.c (fs_expand, fs_shrink), Theodore Ts'o3-3/+28
2002-11-08fsimext2.c (set_mkfs_options): If the hard sector size is 1024,Theodore Ts'o2-4/+3
2002-11-08Default the EVMS_ABI_CODE if it is not defined to 1.2.0.Theodore Ts'o1-0/+5
2002-11-08Update EVMS plugin to support EVMS ABI 1.2Theodore Ts'o8-167/+231
2002-11-08fsimext2.c (set_mkfs_options): Synchronize with EVMS CVS revTheodore Ts'o2-0/+29
2002-11-08Synchronize with EVMS CVS. Add better error handlingTheodore Ts'o3-1/+17
2002-11-08fs_ext2.c (fs_expand): Synchronize with EVMS CVS rev 1.12Theodore Ts'o2-1/+4
2002-11-08fs_ext2.c (fs_expand, fs_shrink): Synchronize with EVMS CVS revTheodore Ts'o2-0/+7
2002-11-08fsimext2.h: Synchronize with EVMS CVS rev 1.8 (2002/8/29).Theodore Ts'o2-43/+48
2002-11-08closefs.c (write_bgdesc, ext2fs_flush): Fix bug in meta_bgTheodore Ts'o2-10/+18
2002-11-01Update files for 1.30 release.Theodore Ts'o7-0/+28
2002-11-01ext2_fs.h: Add support for a new inode flag, which is to be usedTheodore Ts'o2-0/+10
2002-11-01Add support for a new inode flag, which is to be usedTheodore Ts'o2-1/+3
2002-10-31gen_uuid.c (get_random_bytes): Don't spin forever if read()Theodore Ts'o2-4/+7
2002-10-31ismounted.c (check_mntent, check_mntent_file): Add betterTheodore Ts'o2-13/+33
2002-10-31flushb.c (ext2fs_sync_device): If the BLKFLSBUF ioctl succeeds,Theodore Ts'o2-2/+8
2002-10-31openfs.c (ext2fs_open): Fix bug which caused us to pass theTheodore Ts'o2-3/+26
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