Whamcloud - gitweb
Add support for the meta_blockgroup filesystem format.
[tools/e2fsprogs.git] / misc / ChangeLog
index 59325b6..63f1d98 100644 (file)
@@ -1,5 +1,109 @@
+2002-10-20  Theodore Ts'o  <tytso@valinux.com>
+
+       * dumpe2fs.c (list_desc), mke2fs.c (PRS), e2image.c
+               (mark_table_blocks): Add support for the meta_blockgroup
+               filesystem format.
+
+2002-10-15    <tytso@snap.thunk.org>
+
+       * tune2fs.8.in, tune2fs.c (update_mntopts, main): Add new option
+               'o' which allows the system administrator to specify
+               default mount options.
+
+2002-10-13  Theodore Ts'o  <tytso@mit.edu>
+
+       * get_device_by_label.c (read_partitions): Use a 16k buffer to
+               read in /proc/partitions in one go.
+
+       * badblocks.c, fsck.c, fstype.c, get_device_by_label.c, 
+               tune2fs.c: Fix gcc -Wall nits.
+
+2002-10-11  Theodore Ts'o  <tytso@mit.edu>
+
+       * mklost+found.c (main): Make sure the lost+found directory is
+               created with 0700 permissions.
+
+2002-10-02  Theodore Ts'o  <tytso@mit.edu>
+
+       * e2image.c (write_raw_image_file): Handle a bad block in the
+               inode table correctly.
+
+2002-09-29  Theodore Ts'o  <tytso@mit.edu>
+
+       * get_device_by_label.c: Applied sourceforge patch #613447, which
+               adds support for reiserfs volumes for LABEL= and UUID=
+               fstab entries.
+
+       * badblocks.c (main): Appled sourceforge patch #600451, which
+               addresses sourceforge bug #600388, by AEF.  This allows
+               badblocks to work correctly on read-only devices such as
+               CD-ROM's, DVD's, etc.
+
+2002-09-24  Theodore Ts'o  <tytso@mit.edu>
+
+       * mke2fs.8.in, tune2fs.8.in: Clarify manual pages about using the
+               caret ('^') character to negate feature sets when using
+               the -O option.  Define the has_journal feature to avoid
+               confusion about what ^has_journal means.
+
+2001-09-24  Theodore Tso  <tytso@mit.edu>
+
+       * Release of E2fsprogs 1.29
+
+2002-09-24  Theodore Ts'o  <tytso@mit.edu>
+
+       * fsck.c: If the bone-headed user enters the filename twice, the
+               -R option which skips the root filesystem will skip all of
+               them.  (Addresses Debian bug #159423).  Note!  This is not
+               a precedent for dealing intelligently with any other kind
+               of doubled entry in /etc/fstab!
+
+2002-09-22  root  <tytso@mit.edu>
+
+       * mke2fs.c (main): Enable directory indexing by default.
+
+       * tune2fs.c (update_feature_set): Allow directory indexing flag to
+               be set.  If so, set the default hash to be TEA, and
+               initialize the hash seed to a random value.
+
+2002-09-21  Theodore Ts'o  <tytso@mit.edu>
+
+       * get_device_by_label.c (init_lvm): Fix bug which caused
+               LABEL='xxx' to not work correctly when using LVM.
+               (Reversed sense of error check reported by ateeq@hotpop.com)
+
+2001-08-31  Theodore Tso  <tytso@thunk.org>
+
+       * Release of E2fsprogs 1.28
+
 2002-08-17  Theodore Ts'o  <tytso@mit.edu>
 
+       * findfs.8.in: New man page.
+
+       * tune2fs.c (do_findfs): If tune2fs is executed with argv[0] set
+               to findfs, then it will interpret argv[1] as one of
+               LABEL=xxx or UUID=xxx and translate it to a device name.
+
+       * get_device_by_label.c (uuidcache_init): Moved code which
+               interpreted /proc/partitions into read_partitions(), and
+               then added support for interpreting /proc/evms/volumes in
+               read_evms().  uuidcache_init() calls both read_evms() and
+               read_partitions().
+
+       * mke2fs.8.in: Add a common usage of the -n option.  (Addresses
+               Debian Bug #146437)
+
+       * fsck.c (main): If no filesystems are specified on the command
+               line, default to -As.  (Addresses Debian Bug #153102)
+
+       * badblocks.8.in: Clarify why it's bad to do a non-destructive
+               test on a r/o mounted filesystem.  (Addresses Debian Bug
+               #131350)
+
+       * chattr.1.in: Document the compression attribute flags E, X, and
+               Z, and explain that chattr can't set or set these flags.
+               (Addresses Debian Bug #151990)
+
        * fsck.8.in: Fix typo in man page, and clarified text regarding
                options specifiers for -t option.  (Addresses Debian bug 
                #145044)