From e961374a4da08486ddd6c7376b61d47886bb3185 Mon Sep 17 00:00:00 2001 From: adilger Date: Thu, 31 Jul 2008 19:34:17 +0000 Subject: [PATCH] Branch b1_6 Add missing ChangeLog entries. To both lustre/ChangeLog for customer visible bugs, only ldiskfs/ChangeLog for minor fixes. b=16101 b=15932 b=15604 --- ldiskfs/ChangeLog | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog index f77b4d3..3f6d72d 100644 --- a/ldiskfs/ChangeLog +++ b/ldiskfs/ChangeLog @@ -12,10 +12,25 @@ Bugzilla : 15459 Description: migrate ldiskfs - ldiskfs2 (extents on directories) Details : disable preallocation for non-regular files. +Severity : normal +Frequency : blocks per group < blocksize*8 and uninit_groups is enabled +Bugzilla : 15932 +Description: ldiskfs error: XXX blocks in bitmap, YYY in gd +Details : If blocks per group is less than blocksize*8, set rest of the + bitmap to 1. + +Severity : normal +Frequency : only for filesystems larger than 8TB +Bugzilla : 16101 +Description: ldiskfs BUG ldiskfs_mb_use_best_found() +Details : The ldiskfs mballoc3 code was using a __u16 to store the group + number, but with 8TB+ filesystems there are more than 65536 + groups, causing an oops. + ------------------------------------------------------------------------------- 04-26-2008 Sun Microsystems, Inc. - * version 3.0.5 + * version 3.0.5 Severity : normal Bugzilla : 14493 @@ -48,10 +63,16 @@ Details : If there are multiple extended attributes stored on the inode, moved to the external attribute block (e.g. ACL growing in size) for the attribute to be lost. +Severity : normal +Bugzilla : 15604 +Description: inode version not being initialized on new inodes +Details : The inode i_version field was not being initialized on disk. + This field is currently unused but will be needed for VBR. + -------------------------------------------------------------------------------- 2008-01-11 Sun Microsystems, Inc. - * version 3.0.4 + * version 3.0.4 Severity : normal Bugzilla : 13397 -- 1.8.3.1