Whamcloud - gitweb
Branch HEAD
[fs/lustre-release.git] / ldiskfs / ChangeLog
1 tbd  Sun Microsystems, Inc.
2         * version 3.0.6
3
4 Severity   : normal
5 Bugzilla   : 15320
6 Description: OSS crashes frequently, e2fsck does not fix
7 Details    : Add an extra check to ldiskfs extents code for the condition, 
8              eh_entries = 0 & eh_depth != 0
9
10 Severity   : normal
11 Bugzilla   : 15459
12 Description: migrate ldiskfs - ldiskfs2 (extents on directories)
13 Details    : disable preallocation for non-regular files.
14
15 Severity   : normal
16 Frequency  : blocks per group < blocksize*8 and uninit_groups is enabled
17 Bugzilla   : 15932
18 Description: ldiskfs error: XXX blocks in bitmap, YYY in gd
19 Details    : If blocks per group is less than blocksize*8, set rest of the
20              bitmap to 1.
21
22 Severity   : normal
23 Frequency  : only for filesystems larger than 8TB
24 Bugzilla   : 16101
25 Description: ldiskfs BUG ldiskfs_mb_use_best_found()
26 Details    : The ldiskfs mballoc3 code was using a __u16 to store the group
27              number, but with 8TB+ filesystems there are more than 65536
28              groups, causing an oops.
29
30 -------------------------------------------------------------------------------
31
32 04-26-2008  Sun Microsystems, Inc.
33         * version 3.0.5
34
35 Severity   : normal
36 Bugzilla   : 14493
37 Description: Kernel BUG at ... ldiskfs/ldiskfs/mballoc.c:3853
38 Details    : Removing the underlying device (e.g. via a SCSI rescan) can cause a
39              kernel BUG in ldiskfs_mb_discard_inode_preallocations().
40
41 Severity   : major
42 Bugzilla   : 14596
43 Description: deadlock in ext3_expand_extra_isize
44 Details    : Inode expansion during ext3_mark_inode_dirty may lead to deadlock.
45              This is solved by making sure that ext3_expand_extra_isize isn't
46              called from ext3_xattr_set_handle.
47
48 Severity   : normal
49 Bugzilla   : 14594
50 Description: soft lockups on 1.6.2 MDS (is_subdir)
51 Details    : don't add dentries with ".." to dcache and ignore such dentries in
52              iopen_lookup().
53
54 Severity   : critical
55 Frequency  : very rare, if additional xattrs are used on kernels >= 2.6.12
56 Bugzilla   : 15777
57 Description: files may lose file attributes in some cases
58 Details    : If there are multiple extended attributes stored on the inode,
59             in particular ACLs, SELinux, or user attributes (if user_xattr
60             is specified for the client mount options) then there is a risk
61             of attribute loss.  If an additional attribute is be stored
62             initially in the inode and then increase in size enough to be
63             moved to the external attribute block (e.g. ACL growing in size)
64             for the attribute to be lost.
65
66 Severity   : normal
67 Bugzilla   : 15604
68 Description: inode version not being initialized on new inodes
69 Details    : The inode i_version field was not being initialized on disk.
70              This field is currently unused but will be needed for VBR.
71
72 --------------------------------------------------------------------------------
73
74 2008-01-11  Sun Microsystems, Inc.
75         * version 3.0.4
76
77 Severity   : normal
78 Bugzilla   : 13397
79 Description: Add support for vanilla-2.6.22 kernel.
80
81 --------------------------------------------------------------------------------
82
83 2007-12-07  Cluster File Systems, Inc. <info@clusterfs.com>
84        * version 3.0.3
85
86 Severity   : normal
87 Bugzilla   : 13164
88 Description: statfs speedup patches.
89 Details    : The patches  improve statfs performance for very large
90              filesystems.
91
92 Severity   : normal
93 Frequency  : if the uninit_groups feature is enabled on ldiskfs
94 Bugzilla   : 13706
95 Description: e2fsck reports "invalid unused inodes count"
96 Details    : If a new ldiskfs filesystem is created with the "uninit_groups"
97              feature and only a single inode is created in a group then the
98              "bg_unused_inodes" count is incorrectly updated.  Creating a
99              second inode in that group would update it correctly.
100
101 --------------------------------------------------------------------------------
102
103 2007-09-27         Cluster File Systems, Inc. <info@clusterfs.com>
104        * version 3.0.2
105
106 Severity   : enhancement
107 Bugzilla   : 10555
108 Description: Add a FIEMAP(FIle Extent MAP) ioctl for ldiskfs
109 Details    : FIEMAP ioctl will allow an application to efficiently fetch the
110              extent information of a file. It can be used to map logical blocks
111              in a file to physical blocks in the block device.
112
113 --------------------------------------------------------------------------------
114
115 2007-08-29         Cluster File Systems, Inc. <info@clusterfs.com>
116        * version 3.0.1
117
118 Severity   : major
119 Frequency  : rare
120 Bugzilla   : 6334
121 Description: Multiple mount protection(MMP) support.
122 Details    : This feature will protect the filesystem from being mounted more
123              than once simultaneously. It will also protect changes by e2fsprogs
124              to the filesystem if it is mounted. This assumes high importance
125              in a shared storage environment where multiple mounts can severely
126              corrupt the filesystem.
127
128 --------------------------------------------------------------------------------
129
130 2007-08-10         Cluster File Systems, Inc. <info@clusterfs.com>
131        * version 3.0.0
132        * Initial release of ldiskfs as a separate package.
133
134 Severity   : normal
135 Frequency  : rare
136 Bugzilla   : 12415
137 Description: Updated patchess for new RHEL4 kernel
138 Details    : Add patch ext3-unlink-race.patch
139              Updated series file ldiskfs-2.6-rhel4.series
140