Whamcloud - gitweb
Many files:
[tools/e2fsprogs.git] / lib / ext2fs / ChangeLog
index 43bbc8c..af3df72 100644 (file)
@@ -1,3 +1,141 @@
+2000-07-04  Theodore Ts'o  <tytso@valinux.com>
+
+       * dll/jump.funcs: Add new jumptable entries for
+               ext2fs_write_bb_FILE, ext2fs_read_bb_FILE2, and
+               ext2fs_badblocks_equal.
+
+       * tst_badblocks.c: Update test program to test
+               ext2fs_read_bb_FILE2 and ext2fs_write_FILE.
+
+       * write_bb_file.c (ext2fs_write_bb_FILE): New function which
+               writes out bad blocks list to a file.
+
+       * read_bb_file.c (ext2fs_read_bb_FILE2): Add new function which
+               changes the callback function to take two additional
+               arguments; a private blind pointer supplied by the caller,
+               and pointer to a char * containing a pointer to the
+               invalid string.
+
+       * badblocks.c (ext2fs_badblocks_equal): Add new function which
+               returns true if two badblocks list are equal.
+
+       * Makefile.in: Remove explicit link of -lc in the shared library.
+               (It shouldn't be necessary, and is harmful in some cases).
+
+2000-06-10  Theodore Ts'o  <tytso@valinux.com>
+
+       * getsize.c (main): Add debugging code under #ifdef DEBUG
+
+2000-05-27  Theodore Ts'o  <tytso@valinux.com>
+
+       * mkdir.c (ext2fs_mkdir): Read the parent directory's inode
+               earlier, so that if there's an error reading it, we can
+               more cleanly back out of the operation.
+
+2000-05-25    <tytso@snap.thunk.org>
+
+       * getsize.c (ext2fs_get_device_size): Use open64() instead of
+               open() if it exists.  Under linux, manually define the
+               ioctl for BLKGETSIZE if it isn't already defined and it's
+               safe to do so.
+
+       * unix_io.c (unix_open): Use open64() instead of open() if it
+               exists. 
+
+       * llseek.c: Simplify header includes of unistd.h.  If lseek64 is
+               available (and prototypes are defined) use it in
+               preference to llseek.
+
+       * Makefile: Add hack dependency rule so that parallel makes work
+               correctly. 
+
+2000-05-18  Theodore Ts'o  <tytso@valinux.com>
+
+       * ext2fs.h: Add appropriate ifdef's to support C++ compilation.
+
+2000-04-03  Theodore Ts'o  <tytso@valinux.com>
+
+       * block.c: Readibility tweak in conditionals involving
+               ctx->fs->flags.
+
+       * ext2fs.h: Use AUTOCONF SIZEOF_* macros if available to determine
+               how to define __s64 and __u64.  Turn off "compression is
+               experimental" warning if the cpp macro
+               I_KNOW_THAT_COMPRESSION_IS_EXPERIMENTAL is defined.
+
+2000-02-11    <tytso@snap.thunk.org>
+
+       * ext2fs.h: Define EXT2FS_COMPRESSED_BLKADDR and HOLE_BLKADDR.
+               Conditionally include Compression as a supported type if
+               ENABLE_COMPRESSION (via --enable-compression) is turned on.
+
+       * swapfs.c (ext2fs_swap_super): Swap the compression usage bitmap.
+
+2000-02-08    <tytso@snap.thunk.org>
+
+       * bitops.h (ext2fs_mark_generic_bitmap, ext2fs_unmark_generic_bitmap,
+               ext2fs_mark_block_bitmap, ext2fs_unmark_block_bitmap,
+               ext2fs_mark_inode_bitmap, ext2fs_unmark_inode_bitmap):
+               Change to return the previous state of the bit that is
+               being marked or unmarked.  For speed optimization.
+       
+2000-02-02  Theodore Ts'o  <tytso@valinux.com>
+
+       * getsize.c, ismounted.c: Remove unneeded include of linux/fs.h
+
+       * swapfs.c: Remove #ifdef HAVE_EXT2_INODE_VERSION since it's not
+               needed any more; we know it will always be i_generation.
+               Add support for swapping the high bits of the uid and gid.
+
+1999-11-19    <tytso@valinux.com>
+
+       * mkdir.c (ext2fs_mkdir): Only update the parent's inode link
+               counts if the link was successful.  Patch suggested by
+               jeremy@goop.org.
+
+       * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
+               the source directory.
+
+1999-11-10    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.18
+
+1999-11-08    <tytso@valinux.com>
+
+       * Makefile.in (tst_badblocks): Add freefs.o to the object list,
+               since ext2fs_badblocks_list_free was moved to freefs.c.
+
+       * tst_badblocks.c: Use the newer badblocks API names.  Add
+               duplicate blocks to the test inputs to test dealing with
+               adding blocks which are already in the badblocks list.
+
+       * badblocks.c (ext2fs_badblocks_list_add): If appending to the end
+               of the list, use a shortcut O(1) operations instead of an
+               O(n) operation.  (Idea suggested by David Beattie.)
+
+       * freefs.c (ext2fs_free): Use ext2fs_badblocks_list_free() instead
+               of badblocks_list_free(), to save a procedure call.
+
+1999-10-26    <tytso@valinux.com>
+
+       * Release of E2fsprogs 1.17
+
+1999-10-26    <tytso@valinux.com>
+
+       * ext2fs.h: Add kludge to deal with the fact that egcs cpp doesn't
+               seem to handle ~0UL the same way as they used to.
+
+1999-10-25    <tytso@valinux.com>
+
+       * nt_io.c (_OpenNtName): Open the device using
+               FILE_SYNCHRONOUS_IO_NONALERT instead of
+               FILE_SYNCHRONOUS_IO_ALERT
+               (nt_open): At the end of the device open routine, unlock 
+               the drive but do not dismount it.
+
+       * initialize.c (CREATOR_OS): Use __GNU__ instead of __gnu__ to
+               detect the Hurd OS.
+
 1999-10-22    <tytso@valinux.com>
 
        * Release of E2fsprogs 1.16