summaryrefslogtreecommitdiff
path: root/lib/ext2fs
AgeCommit message (Expand)AuthorFilesLines
2003-07-06Fixx gcc -Wall nitpicks.Theodore Ts'o11-35/+76
2003-06-24Fix bug in resize2fs which caused it to fail on filesystems with aTheodore Ts'o4-15/+126
2003-05-21mke2fs.c (PRS, set_fs_defaults): If the sector size of theTheodore Ts'o5-0/+121
2003-05-13unix_io.c: Add #ifdef NO_IO_CACHE which disables all userspaceTheodore Ts'o2-0/+24
2003-05-05Stupid think-o bugfix in test_io.c: Don't close data->outfile Theodore Ts'o1-1/+1
2003-05-05Add --enable-test-io-debug configure option which causes e2fsck andTheodore Ts'o2-14/+79
2003-05-03tst_badblocks.c (file_test): Use tmpfile() instead of mktemp().Theodore Ts'o2-14/+8
2003-04-29getsize.c (ext2fs_get_device_size): Allow windows code to getTheodore Ts'o2-0/+9
2003-04-21Update for 1.33 release.Theodore Ts'o1-0/+4
2003-04-21Use DYLD_LIBRAY_PATH so that "make check" works onTheodore Ts'o2-3/+8
2003-04-18configure.in: Remove CYGWIN definition; we will use theTheodore Ts'o2-3/+7
2003-04-17Add Cygwin/Windows version of ext2fs_get_device_size()Theodore Ts'o2-0/+51
2003-04-13Add portability enhancements for Cygwin32 environment.Theodore Ts'o4-3/+81
2003-04-11Remove EXT2_FEATURE_RO_COMPAT_BTREE_DIR mention of since it's notTheodore Ts'o2-1/+6
2003-03-30Change compile_et to generate header files that use <et/com_err.h>Theodore Ts'o2-1/+5
2003-03-14Add Apple/Darwin patches.Theodore Ts'o2-0/+10
2003-03-14badblocks.c (ext2fs_u32_list_count), ext2fs.h: Add new functionTheodore Ts'o3-0/+11
2003-03-10fileio.c (ext2fs_file_lseek): Fix bug added when adding 64-bitTheodore Ts'o2-1/+7
2003-03-06Fix up lots of portability problems that caused e2fsprogs not to build succes...Theodore Ts'o6-10/+40
2003-01-25Fix gcc -Wall nits.Theodore Ts'o2-0/+5
2003-01-22unix_io.c (unix_write_blk): Fix up GCC -Wall nits.Theodore Ts'o2-2/+9
2003-01-22Remove 32-bit limitations for debugfs's dump command and to the Theodore Ts'o3-9/+55
2003-01-19initialize.c (ext2fs_initialize): If the user specifies a reallyTheodore Ts'o3-3/+28
2002-11-09Update files for 1.32 release.Theodore Ts'o1-0/+4
2002-11-09unix_io.c (find_cached_block, reuse_cache, unix_read_blk, Theodore Ts'o2-44/+47
2002-11-09unix_io.c (find_cached_block): Fixed bug which caused some cleanTheodore Ts'o2-0/+9
2002-11-08Update files for 1.31 release.Theodore Ts'o1-0/+4
2002-11-08Skip byteswap tests on --disable-swapfsTheodore Ts'o2-2/+7
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'o1-0/+4
2002-11-01ext2_fs.h: Add support for a new inode flag, which is to be usedTheodore Ts'o1-0/+4
2002-11-01Add support for a new inode flag, which is to be usedTheodore Ts'o1-1/+2
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'o3-2/+11
2002-10-20Add support for new default mount options for the journal data mode.Theodore Ts'o2-0/+7
2002-10-20Add support for the meta_blockgroup filesystem format.Theodore Ts'o7-39/+138
2002-10-15Add support for new feature in ext2/3 filesystems; a default mount options fieldTheodore Ts'o2-1/+15
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'o2-0/+8
2002-08-31Update changelogs for 1.28 releaseTheodore Ts'o1-0/+4
2002-08-31Fix a bug which caused e2fsck to fail to correctly check filesystems Theodore Ts'o3-6/+21
2002-08-20valid_blk.c (ext2fs_inode_has_valid_blocks): Fix bug whichTheodore Ts'o2-2/+9
2002-08-17Update to debian's 1.27+1.28-WIP-0626-1Theodore Ts'o2-2/+6
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