From: Johann Lombardi Date: Thu, 21 Jan 2010 10:43:42 +0000 (+0100) Subject: add missing changelog entries X-Git-Tag: 1.8.2~9 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=901a44b2b79035389b8263170bc94622b0b1ebba;p=fs%2Flustre-release.git add missing changelog entries --- diff --git a/lustre/ChangeLog b/lustre/ChangeLog index 95dc7a8..e3d31f2 100644 --- a/lustre/ChangeLog +++ b/lustre/ChangeLog @@ -370,6 +370,23 @@ Description: e2fsck should warn when MMP update interval is extended Details : print mmp_check_interval and make it possible to abort mount operation in case it takes too long. +Bugzilla : 21595 +Description: mdsrate-create-large.sh, BUG: soft lockup - CPU#0 stuck for 10s! +Details : fix bug in the RHEL5's jbd2 callback patch. + +Bugzilla : 21828 +Description: drop number of active requests when queued for recovery +Details : Now that we take a reference on the original request instead of + making a copy of it for recovery. We need to drop the number of + active requests or the queued requests will prevent all request + processing when they exceed (srv->srv_threads_running - 1). + +Bugzilla : 21826 +Description: refuse to invalidate operational quota files when they are in use +Details : an attempt to invalidate operational quota files on the quota + master is not actually permitted by VFS (returning -EPERM), but we + should not depend on that and should return the error earlier. + ------------------------------------------------------------------------------- 2009-10-16 Sun Microsystems, Inc.