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