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