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