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 --------------------------------------------------------------------------------
34
35 2008-01-11  Sun Microsystems, Inc.
36        * version 3.0.4
37
38 Severity   : normal
39 Bugzilla   : 13397
40 Description: Add support for vanilla-2.6.22 kernel.
41
42 --------------------------------------------------------------------------------
43
44 2007-12-07  Cluster File Systems, Inc. <info@clusterfs.com>
45        * version 3.0.3
46
47 Severity   : normal
48 Bugzilla   : 13164
49 Description: statfs speedup patches.
50 Details    : The patches  improve statfs performance for very large
51              filesystems.
52
53 Severity   : normal
54 Frequency  : if the uninit_groups feature is enabled on ldiskfs
55 Bugzilla   : 13706
56 Description: e2fsck reports "invalid unused inodes count"
57 Details    : If a new ldiskfs filesystem is created with the "uninit_groups"
58              feature and only a single inode is created in a group then the
59              "bg_unused_inodes" count is incorrectly updated.  Creating a
60              second inode in that group would update it correctly.
61
62 --------------------------------------------------------------------------------
63
64 2007-09-27         Cluster File Systems, Inc. <info@clusterfs.com>
65        * version 3.0.2
66
67 Severity   : enhancement
68 Bugzilla   : 10555
69 Description: Add a FIEMAP(FIle Extent MAP) ioctl for ldiskfs
70 Details    : FIEMAP ioctl will allow an application to efficiently fetch the
71              extent information of a file. It can be used to map logical blocks
72              in a file to physical blocks in the block device.
73
74 --------------------------------------------------------------------------------
75
76 2007-08-29         Cluster File Systems, Inc. <info@clusterfs.com>
77        * version 3.0.1
78
79 Severity   : major
80 Frequency  : rare
81 Bugzilla   : 6334
82 Description: Multiple mount protection(MMP) support.
83 Details    : This feature will protect the filesystem from being mounted more
84              than once simultaneously. It will also protect changes by e2fsprogs
85              to the filesystem if it is mounted. This assumes high importance
86              in a shared storage environment where multiple mounts can severely
87              corrupt the filesystem.
88
89 --------------------------------------------------------------------------------
90
91 2007-08-10         Cluster File Systems, Inc. <info@clusterfs.com>
92        * version 3.0.0
93        * Initial release of ldiskfs as a separate package.
94
95 Severity   : normal
96 Frequency  : rare
97 Bugzilla   : 12415
98 Description: Updated patchess for new RHEL4 kernel
99 Details    : Add patch ext3-unlink-race.patch
100              Updated series file ldiskfs-2.6-rhel4.series
101