X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=ldiskfs%2FChangeLog;h=f77b4d329e042dc39ca532ad9382d01d93bebcae;hp=215fde9ab56e1d7c338a1dde804690cf63d8eb74;hb=a6e5b86a645bdda32f12d95d81274a70c155f36d;hpb=be2105ac7611392348c96bc193624bbbad26c458 diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog index 215fde9..f77b4d3 100644 --- a/ldiskfs/ChangeLog +++ b/ldiskfs/ChangeLog @@ -1,7 +1,74 @@ -tbd Cluster File Systems, Inc. +tbd Sun Microsystems, Inc. + * version 3.0.6 + +Severity : normal +Bugzilla : 15320 +Description: OSS crashes frequently, e2fsck does not fix +Details : Add an extra check to ldiskfs extents code for the condition, + eh_entries = 0 & eh_depth != 0 + +Severity : normal +Bugzilla : 15459 +Description: migrate ldiskfs - ldiskfs2 (extents on directories) +Details : disable preallocation for non-regular files. + +------------------------------------------------------------------------------- + +04-26-2008 Sun Microsystems, Inc. + * version 3.0.5 + +Severity : normal +Bugzilla : 14493 +Description: Kernel BUG at ... ldiskfs/ldiskfs/mballoc.c:3853 +Details : Removing the underlying device (e.g. via a SCSI rescan) can cause a + kernel BUG in ldiskfs_mb_discard_inode_preallocations(). + +Severity : major +Bugzilla : 14596 +Description: deadlock in ext3_expand_extra_isize +Details : Inode expansion during ext3_mark_inode_dirty may lead to deadlock. + This is solved by making sure that ext3_expand_extra_isize isn't + called from ext3_xattr_set_handle. + +Severity : normal +Bugzilla : 14594 +Description: soft lockups on 1.6.2 MDS (is_subdir) +Details : don't add dentries with ".." to dcache and ignore such dentries in + iopen_lookup(). + +Severity : critical +Frequency : very rare, if additional xattrs are used on kernels >= 2.6.12 +Bugzilla : 15777 +Description: files may lose file attributes in some cases +Details : If there are multiple extended attributes stored on the inode, + in particular ACLs, SELinux, or user attributes (if user_xattr + is specified for the client mount options) then there is a risk + of attribute loss. If an additional attribute is be stored + initially in the inode and then increase in size enough to be + moved to the external attribute block (e.g. ACL growing in size) + for the attribute to be lost. + +-------------------------------------------------------------------------------- + +2008-01-11 Sun Microsystems, Inc. + * version 3.0.4 + +Severity : normal +Bugzilla : 13397 +Description: Add support for vanilla-2.6.22 kernel. + +-------------------------------------------------------------------------------- + +2007-12-07 Cluster File Systems, Inc. * version 3.0.3 Severity : normal +Bugzilla : 13164 +Description: statfs speedup patches. +Details : The patches improve statfs performance for very large + filesystems. + +Severity : normal Frequency : if the uninit_groups feature is enabled on ldiskfs Bugzilla : 13706 Description: e2fsck reports "invalid unused inodes count"