Whamcloud - gitweb
port llog fixes from b1_6 into HEAD
[fs/lustre-release.git] / lustre / ChangeLog
index d51c83d..0a639f3 100644 (file)
@@ -764,8 +764,7 @@ Details    : Adding total number of sampled request for an MDS node in snmp
 Severity   : enhancement
 Bugzilla   : 14748
 Description: Optimize ldlm waiting list processing for PR extent locks
-Details    : When processing waiting list for read extent lock and meeting
-read
+Details    : When processing waiting list for read extent lock and meeting read
              lock that is same or wider to it that is not contended, skip
             processing rest of the list and immediatelly return current
             status of conflictness, since we are guaranteed there are no
@@ -778,6 +777,14 @@ Details    : When the failover node is the primary node, it is possible
             to have two identical connections in imp_conn_list. We must
             compare not conn's pointers but NIDs, otherwise we can defeat
             connection throttling.
+            
+Severity   : normal
+Bugzilla   : 13821
+Description: port llog fixes from b1_6 into HEAD
+Details    : Port llog reference couting and some llog cleanups from b1_6
+             (bug 10800) into HEAD, for protect from panic and access to already
+            free llog structures.
+
 
 --------------------------------------------------------------------------------