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