X-Git-Url: https://git.whamcloud.com/?a=blobdiff_plain;f=ldiskfs%2FChangeLog;h=f05706a433b0243466b3166e3688f56857b7e72a;hb=9eac9c02df6f35028ef8065038e5b1ca92e1a2c5;hp=1be5fe8237faa3ac2efbe93d2f4194fc6b40a689;hpb=ab8e472f6a668d03f8a2710f41c7e3c3909f03f0;p=fs%2Flustre-release.git diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog index 1be5fe8..f05706a 100644 --- a/ldiskfs/ChangeLog +++ b/ldiskfs/ChangeLog @@ -18,3 +18,16 @@ Details : This feature will protect the filesystem from being mounted more to the filesystem if it is mounted. This assumes high importance in a shared storage environment where multiple mounts can severely corrupt the filesystem. + +Severity : normal +Bugzilla : 10657 +Description: Add journal checksum support. (ext3 part) +Details : The journal checksum feature adds two new flags i.e + JBD2_FEATURE_INCOMPAT_ASYNC_COMMIT and + JBD2_FEATURE_COMPAT_CHECKSUM. JBD2_FEATURE_CHECKSUM flag + indicates that the commit block contains the checksum for + the blocks described by the descriptor blocks. Now commit + record can be sent to disk without waiting for descriptor + blocks to be written to disk. This behavior is controlled + using JBD2_FEATURE_ASYNC_COMMIT flag. +