Whamcloud - gitweb
ext2fs_resize_mem() is suffering from C99 strict type aliasing problems.
[tools/e2fsprogs.git] / lib / ext2fs /
2005-06-27 Stephen Tweedieext2fs_resize_mem() is suffering from C99 strict type...
2005-06-20 Theodore Ts'ogetsectsize.c (BLKSSZGET): Clean up test for when to...
2005-06-05 Theodore Ts'oOn Linux 2.6 systems, mke2fs and badblocks will check...
2005-05-08 Theodore Ts'oFix bug in the secure getenv function so that the ss...
2005-05-06 Theodore Ts'oUpdate "make depend" information. Fixes SMP parallel...
2005-04-16 Theodore Ts'oFix typo so that we actually ignore environment variabl...
2005-04-09 Theodore Ts'oAdd missing return values in error return cases in...
2005-04-06 Theodore Ts'oAdd paranoia checks into the blkid, ext2fs, and ss...
2005-03-22 Theodore Ts'oUpdate for the e2fsprogs 1.37 release.
2005-03-21 Theodore Ts'oIntegrate code from Alex Thomas at Clusterfs to check...
2005-03-21 Theodore Ts'oFix mke2fs so that it writes the root directory
2005-03-21 Theodore Ts'oFix e2fsck, debugfs, and the ext2fs_mkdir function...
2005-03-20 Theodore Ts'oEnhance debugfs's stat command so it can dump extended...
2005-03-19 Theodore Ts'oFix clean target to remove tst_getsectsize.
2005-03-19 Theodore Ts'ogetsize.c (ext2fs_get_device_size): Check to see if...
2005-02-05 Theodore Ts'oUpdate for release of e2fsprogs 1.36.
2005-02-05 Theodore Ts'oRemove *.pc files on a "make distclean"
2005-02-04 Theodore Ts'oMakefile.in (clean): Remove tst_getsize when doing...
2005-02-04 Theodore Ts'oDrop the sparc assembly bitwise operations; it's less...
2005-01-27 Theodore Ts'oCreate the resize inode is created even if the s_reserv...
2005-01-26 Theodore Ts'oAdd pkg-config files to e2fsprogs's libraries.
2005-01-26 Theodore Ts'oAdd library support for large (EA in inode) inodes...
2005-01-19 Theodore Ts'oMakefile.in: Fix the kernel compile-time echo commands...
2005-01-08 Theodore Ts'oEx2fs_unlink() will return an error if both the name...
2005-01-07 Theodore Ts'oUpdate version to 1.36-rc1, and change parsing algorith...
2005-01-06 Theodore Ts'oFix resize inode handling on big endian systems, by...
2005-01-05 Theodore Ts'odupfs.c (ext2fs_dup_handle): Make sure the new filesyst...
2004-12-24 Theodore Ts'oAvoid some potential inode cache coherency problem...
2004-12-23 Theodore Ts'oext2fs.h (BMAP_SET), bmap.c (ext2fs_bmap): Add support...
2004-12-23 Theodore Ts'oClean up resize inode routines in ext2fs library. ...
2004-12-23 Theodore Ts'oswapfs.c (ext2fs_swap_super): Byteswap the reserved_gdt...
2004-12-15 Theodore Ts'osparse.c (ext2fs_list_backups, ext2fs_bg_has_super),
2004-12-15 Theodore Ts'oSupplied changelog for resize inode patch.
2004-12-15 Theodore Ts'oAdd support for on-line resizing ala the resize inode...
2004-12-15 Theodore Ts'oAdd install-strip and install-shlibs-strip targets
2004-12-15 Theodore Ts'oUse MKINSTALLDIRS macro so that the Makefiles can find...
2004-11-30 Theodore Ts'oAdd support for passing options to the io layer using...
2004-11-30 Theodore Ts'oUse Linux-kernel-style makefile output to make it easier to
2004-11-30 Theodore Ts'oAdd definition for the extents filesystem feature and...
2004-11-19 Theodore Ts'oRemove the a.out DLL support, since it's been obsolete...
2004-10-08 Theodore Ts'ogetsize.c (ext2fs_get_device_size): Add support for...
2004-09-17 Theodore Ts'oClean up the header file #include's for lib/blkid/getsize.c
2004-09-17 Theodore Ts'oOn non-linux systems, use lseek64() if it is present in
2004-07-29 Theodore Ts'oAdd ability for debugfs to use a separate source of...
2004-05-27 Theodore Ts'oclosefs.c (ext2fs_flush): Make sure the master superblo...
2004-05-27 Theodore Ts'oImplement the ability for the test_io mechanism to...
2004-05-05 Theodore Ts'oRemove .cvsignore files; they were out of date, and...
2004-04-03 Theodore Ts'oUse C99 stdint.h types instead of custom types in the...
2004-03-30 Matthias Andreeunix_io.c, pass1.c:
2004-03-30 Matthias AndreeGNU/KFreeBSD portability fixes. (Addresses Debian...
2004-03-08 Theodore Ts'oOnly use the BLKGETSIZE64 ioctl on Linux 2.6 since...
2004-03-02 Theodore Ts'oUpdate getsize functions to use the Apple Darwin and...
2004-03-01 Theodore Ts'oPatch from Brian Bergstrand to use the correct -fPIC...
2004-02-28 Theodore Ts'oUpdate version number for e2fsprogs 1.35 release.
2004-02-22 Theodore Ts'oext2fs.h (ext2fs_resize_mem): Fix C++ problem. (Addres...
2004-02-22 Theodore Ts'oFix libext2fs and debugfs to correctly deal with symlin...
2004-02-01 Theodore Ts'oUpdate for WIP release 1.35-WIP release dated 31-Jan...
2004-01-30 Theodore Ts'oFix a byte swap bugs, including one which caused e2fsck to
2003-12-28 Matthias AndreeRe-add FreeBSD support.
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-11-21 Theodore Ts'oCenteralize calculation of which blocks are reserved...
2003-08-21 Theodore Ts'oAdd support for backing up the journal inode location...
2003-08-01 Theodore Ts'oext2fs_getmem(), ext2fs_free_mem(), and ext2fs_resize_mem()
2003-07-26 Theodore Ts'oUpdate for 1.34 release.
2003-07-23 Theodore Ts'oUpdate makefile dependencies.
2003-07-06 Theodore Ts'oFixx gcc -Wall nitpicks.
2003-06-24 Theodore Ts'oFix bug in resize2fs which caused it to fail on filesys...
2003-05-21 Theodore Ts'omke2fs.c (PRS, set_fs_defaults): If the sector size...
2003-05-14 Theodore Ts'ounix_io.c: Add #ifdef NO_IO_CACHE which disables all...
2003-05-05 Theodore Ts'oStupid think-o bugfix in test_io.c: Don't close data...
2003-05-05 Theodore Ts'oAdd --enable-test-io-debug configure option which cause...
2003-05-03 Theodore Ts'otst_badblocks.c (file_test): Use tmpfile() instead...
2003-04-30 Theodore Ts'ogetsize.c (ext2fs_get_device_size): Allow windows code...
2003-04-21 Theodore Ts'oUpdate for 1.33 release.
2003-04-21 Theodore Ts'oUse DYLD_LIBRAY_PATH so that "make check" works on
2003-04-18 Theodore Ts'oconfigure.in: Remove CYGWIN definition; we will use the
2003-04-18 Theodore Ts'oAdd Cygwin/Windows version of ext2fs_get_device_size()
2003-04-13 Theodore Ts'oAdd portability enhancements for Cygwin32 environment.
2003-04-11 Theodore Ts'oRemove EXT2_FEATURE_RO_COMPAT_BTREE_DIR mention of...
2003-03-31 Theodore Ts'oChange compile_et to generate header files that use...
2003-03-14 Theodore Ts'oAdd Apple/Darwin patches.
2003-03-14 Theodore Ts'obadblocks.c (ext2fs_u32_list_count), ext2fs.h: Add...
2003-03-10 Theodore Ts'ofileio.c (ext2fs_file_lseek): Fix bug added when adding...
2003-03-06 Theodore Ts'oFix up lots of portability problems that caused e2fspro...
2003-01-25 Theodore Ts'oFix gcc -Wall nits.
2003-01-22 Theodore Ts'ounix_io.c (unix_write_blk): Fix up GCC -Wall nits.
2003-01-22 Theodore Ts'oRemove 32-bit limitations for debugfs's dump command...
2003-01-20 Theodore Ts'oinitialize.c (ext2fs_initialize): If the user specifies...
2002-11-09 Theodore Ts'oUpdate files for 1.32 release.
2002-11-09 Theodore Ts'ounix_io.c (find_cached_block, reuse_cache, unix_read_blk,
2002-11-09 Theodore Ts'ounix_io.c (find_cached_block): Fixed bug which caused...
2002-11-09 Theodore Ts'oUpdate files for 1.31 release.
2002-11-08 Theodore Ts'oSkip byteswap tests on --disable-swapfs
2002-11-08 Theodore Ts'oclosefs.c (write_bgdesc, ext2fs_flush): Fix bug in...
2002-11-01 Theodore Ts'oUpdate files for 1.30 release.
2002-11-01 Theodore Ts'oext2_fs.h: Add support for a new inode flag, which...
2002-11-01 Theodore Ts'oAdd support for a new inode flag, which is to be used
2002-10-31 Theodore Ts'oismounted.c (check_mntent, check_mntent_file): Add...
2002-10-31 Theodore Ts'oflushb.c (ext2fs_sync_device): If the BLKFLSBUF ioctl...
2002-10-31 Theodore Ts'oopenfs.c (ext2fs_open): Fix bug which caused us to...
next