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