From: Johann Lombardi Date: Fri, 9 Apr 2010 21:15:48 +0000 (+0200) Subject: update changelog section X-Git-Tag: 1.8.3 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=d2ffd623638b862445559370c31d3c9b598e8cc1;p=fs%2Flustre-release.git update changelog section --- diff --git a/ldiskfs/ChangeLog b/ldiskfs/ChangeLog index df4b24d..c3b76aa 100644 --- a/ldiskfs/ChangeLog +++ b/ldiskfs/ChangeLog @@ -1,4 +1,4 @@ -TBD Oracle, Inc. +2010-04-30 Oracle, Inc. * version 3.1.2 diff --git a/lnet/ChangeLog b/lnet/ChangeLog index 876759f..6e9f1f3 100644 --- a/lnet/ChangeLog +++ b/lnet/ChangeLog @@ -1,4 +1,4 @@ -tbd Oracle, Inc. +2010-04-30 Oracle, Inc. * version 1.8.3 * Support for networks: socklnd - any kernel supported by Lustre, diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 5c74853..b953187 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -1,4 +1,4 @@ -tbd Oracle, Inc. +2010-04-30 Oracle, Inc. * version 1.8.3 * Support for kernels: 2.6.16.60-0.42.8 (SLES 10), @@ -8,7 +8,7 @@ tbd Oracle, Inc. * Client support for unpatched kernels: (see http://wiki.lustre.org/index.php?title=Patchless_Client) 2.6.16 - 2.6.30 vanilla (kernel.org) - * Recommended e2fsprogs version: 1.41.6.sun1 + * Recommended e2fsprogs version: 1.41.10-sun2 * The async journal commit feature (bug 19128) and the cancel lock before replay feature (bug 16774) are disabled by default. @@ -42,6 +42,14 @@ Severity : normal Bugzilla : 21961/17914 Description: ignore trailing -mdc when determining index number +Severity : normal +Frequency : only with SLES11 +Bugzilla : 22363 +Description: fix for a race condition in linux quotas implementation +Details : dq_flags(struct dquot) access is not properly locked which could + lead to certain inconsistencies when accessing it using non-atomic + bit operations like __set_bit in do_set_dqblk. + ------------------------------------------------------------------------------- 2010-01-29 Sun Microsystems, Inc.