X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ldiskfs%2FChangeLog;h=5fc1cba23234ba29166b6f540fcd8adf87748c3b;hb=55b2eb7f1e07bc2a6483dddec2a75a32a4facb23;hp=7192affcd7506d3a6434486ec7d9decf81fef78a;hpb=1a859d0b16968abd80df3e77a89a9f624dc238f3;p=fs%2Flustre-release.git diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog index 7192aff..5fc1cba 100644 --- a/ldiskfs/ChangeLog +++ b/ldiskfs/ChangeLog @@ -1,4 +1,34 @@ -tbd Cluster File Systems, Inc. +tbd Sun Microsystems, Inc. + * version 3.0.6 + + +------------------------------------------------------------------------------- + +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(). + +-------------------------------------------------------------------------------- + +2008-01-11 Sun Microsystems, Inc. * version 3.0.4 Severity : normal