Whamcloud - gitweb
ChangeLog, chattr.c, lsattr.c:
[tools/e2fsprogs.git] / misc / ChangeLog
index a36582f..1d02bf5 100644 (file)
@@ -1,3 +1,31 @@
+2001-02-07  Theodore Tso  <tytso@valinux.com>
+
+       * chattr.c, lsattr.c: Define the _LARGEFILE64_SOURCE to force the
+               use of the LFS so that lstat will work on large files.
+
+2001-01-17  Theodore Ts'o  <tytso@valinux.com>
+
+       * tune2fs.c, mke2fs.c, tune2fs.8.in, mke2fs.8.in: Change user
+               interface so that -J is used to specify journal options,
+               and -j is used to request creation of a journal using
+               default values.  (This is a UI change, but we haven't done
+               a formal release, and it makes things much more consistent
+               with the rest of the options out there.) 
+
+       * tune2fs.c: Add support for removing a filesystem from an
+               external journal; we correctly remove the filesystem UUID
+               from the external journal's filesystem list.
+
+       * util.h, util.c (journal_default_size): New function from Andreas
+               Dilger to calculate an appropriate default journal size
+               given a filesystem size.
+
+       * util.c (parse_journal_opts): Allow the creation of a journal as
+               small as 1MB.
+
+       * dumpe2fs.c (print_journal_information): Use s_first_data_block
+               to find the correct block to read the journal superblock.
+
 2001-01-15  Theodore Ts'o  <tytso@valinux.com>
 
        * tune2fs.c: Changed the external journal code so that it simply