Whamcloud - gitweb
Branch b1_6
authoradilger <adilger>
Tue, 25 Sep 2007 17:52:33 +0000 (17:52 +0000)
committeradilger <adilger>
Tue, 25 Sep 2007 17:52:33 +0000 (17:52 +0000)
Update ldiskfs/ChangeLog correctly.

ldiskfs/ChangeLog

index f38c982..215fde9 100644 (file)
@@ -1,16 +1,42 @@
 tbd         Cluster File Systems, Inc. <info@clusterfs.com>
        * version 3.0.3
 
 tbd         Cluster File Systems, Inc. <info@clusterfs.com>
        * version 3.0.3
 
+Severity   : normal
+Frequency  : if the uninit_groups feature is enabled on ldiskfs
+Bugzilla   : 13706
+Description: e2fsck reports "invalid unused inodes count"
+Details    : If a new ldiskfs filesystem is created with the "uninit_groups"
+            feature and only a single inode is created in a group then the
+            "bg_unused_inodes" count is incorrectly updated.  Creating a
+            second inode in that group would update it correctly.
+
 --------------------------------------------------------------------------------
 
 2007-09-27         Cluster File Systems, Inc. <info@clusterfs.com>
        * version 3.0.2
 
 --------------------------------------------------------------------------------
 
 2007-09-27         Cluster File Systems, Inc. <info@clusterfs.com>
        * version 3.0.2
 
+Severity   : enhancement
+Bugzilla   : 10555
+Description: Add a FIEMAP(FIle Extent MAP) ioctl for ldiskfs
+Details    : FIEMAP ioctl will allow an application to efficiently fetch the
+            extent information of a file. It can be used to map logical blocks
+            in a file to physical blocks in the block device.
+
 --------------------------------------------------------------------------------
 
 2007-08-29         Cluster File Systems, Inc. <info@clusterfs.com>
        * version 3.0.1
 
 --------------------------------------------------------------------------------
 
 2007-08-29         Cluster File Systems, Inc. <info@clusterfs.com>
        * version 3.0.1
 
+Severity   : major
+Frequency  : rare
+Bugzilla   : 6334
+Description: Multiple mount protection(MMP) support.
+Details    : This feature will protect the filesystem from being mounted more
+            than once simultaneously. It will also protect changes by e2fsprogs
+            to the filesystem if it is mounted. This assumes high importance
+            in a shared storage environment where multiple mounts can severely
+            corrupt the filesystem.
+
 --------------------------------------------------------------------------------
 
 2007-08-10         Cluster File Systems, Inc. <info@clusterfs.com>
 --------------------------------------------------------------------------------
 
 2007-08-10         Cluster File Systems, Inc. <info@clusterfs.com>
@@ -24,32 +50,3 @@ Description: Updated patchess for new RHEL4 kernel
 Details    : Add patch ext3-unlink-race.patch
             Updated series file ldiskfs-2.6-rhel4.series
 
 Details    : Add patch ext3-unlink-race.patch
             Updated series file ldiskfs-2.6-rhel4.series
 
-Severity   : major
-Frequency  : rare
-Bugzilla   : 6334
-Description: Multiple mount protection(MMP) support.
-Details    : This feature will protect the filesystem from being mounted more
-            than once simultaneously. It will also protect changes by e2fsprogs
-            to the filesystem if it is mounted. This assumes high importance
-            in a shared storage environment where multiple mounts can severely
-            corrupt the filesystem.
-
-Severity   : normal
-Bugzilla   : 10657
-Description: Add journal checksum support. (ext3 part)
-Details    : The journal checksum feature adds two new flags i.e 
-             JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT and 
-            JBD2_FEATURE_COMPAT_CHECKSUM. JBD2_FEATURE_CHECKSUM flag
-            indicates that the commit block contains the checksum for
-            the blocks described by the descriptor blocks. Now commit
-            record can be sent to disk without waiting for descriptor
-            blocks to be written to disk. This behavior is controlled
-            using JBD2_FEATURE_ASYNC_COMMIT flag.
-
-Severity   : enhancement
-Bugzilla   : 10555
-Description: Add a FIEMAP(FIle Extent MAP) ioctl for ldiskfs
-Details    : FIEMAP ioctl will allow an application to efficiently fetch the
-             extent information of a file. It can be used to map logical blocks
-             in a file to physical blocks in the block device.
-