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