Whamcloud - gitweb
add missing changelog entries
authorJohann Lombardi <johann@sun.com>
Thu, 21 Jan 2010 10:43:42 +0000 (11:43 +0100)
committerJohann Lombardi <johann@sun.com>
Thu, 21 Jan 2010 10:43:42 +0000 (11:43 +0100)
lustre/ChangeLog

index 95dc7a8..e3d31f2 100644 (file)
@@ -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.