Whamcloud - gitweb
Branch b1_6
[fs/lustre-release.git] / ldiskfs / ChangeLog
1 tbd         Cluster File Systems, Inc. <info@clusterfs.com>
2        * version 3.0.3
3
4 --------------------------------------------------------------------------------
5
6 2007-09-27         Cluster File Systems, Inc. <info@clusterfs.com>
7        * version 3.0.2
8
9 --------------------------------------------------------------------------------
10
11 2007-08-29         Cluster File Systems, Inc. <info@clusterfs.com>
12        * version 3.0.1
13
14 --------------------------------------------------------------------------------
15
16 2007-08-10         Cluster File Systems, Inc. <info@clusterfs.com>
17        * version 3.0.0
18        * Initial release of ldiskfs as a separate package.
19
20 Severity   : normal
21 Frequency  : rare
22 Bugzilla   : 12415
23 Description: Updated patchess for new RHEL4 kernel
24 Details    : Add patch ext3-unlink-race.patch
25              Updated series file ldiskfs-2.6-rhel4.series
26
27 Severity   : major
28 Frequency  : rare
29 Bugzilla   : 6334
30 Description: Multiple mount protection(MMP) support.
31 Details    : This feature will protect the filesystem from being mounted more
32              than once simultaneously. It will also protect changes by e2fsprogs
33              to the filesystem if it is mounted. This assumes high importance
34              in a shared storage environment where multiple mounts can severely
35              corrupt the filesystem.
36
37 Severity   : normal
38 Bugzilla   : 10657
39 Description: Add journal checksum support. (ext3 part)
40 Details    : The journal checksum feature adds two new flags i.e 
41              JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT and 
42              JBD2_FEATURE_COMPAT_CHECKSUM. JBD2_FEATURE_CHECKSUM flag
43              indicates that the commit block contains the checksum for
44              the blocks described by the descriptor blocks. Now commit
45              record can be sent to disk without waiting for descriptor
46              blocks to be written to disk. This behavior is controlled
47              using JBD2_FEATURE_ASYNC_COMMIT flag.
48
49 Severity   : enhancement
50 Bugzilla   : 10555
51 Description: Add a FIEMAP(FIle Extent MAP) ioctl for ldiskfs
52 Details    : FIEMAP ioctl will allow an application to efficiently fetch the
53              extent information of a file. It can be used to map logical blocks
54              in a file to physical blocks in the block device.
55