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