diff --git a/lustre/ChangeLog b/lustre/ChangeLog
index e7daf3b0c566ce58b129887dd33b07e811688892..acb6f56a26161d07fc7915ad7e1083d46a8fce6d 100644
--- a/lustre/ChangeLog
+++ b/lustre/ChangeLog
@@ -140,6 +140,20 @@ Description: SPEC SFS validation failure on NFS v2 over lustre.
 Details    : Changes the blocksize for regular files to be 2x RPC size,
 	     and not depend on stripe size.
 
+Severity   : enhancement
+Bugzilla   : 10088
+Description: fine-grained SMP locking inside DLM
+Details    : Improve DLM performance on SMP systems by removing the single
+	     per-namespace lock and replace it with per-resource locks.
+
+Severity   : enhancement
+Bugzilla   : 9332
+Description: don't hold multiple extent locks at one time
+Details    : To avoid client eviction during large writes, locks are not
+	     held on multiple stripes at one time or for very large writes.
+	     Otherwise, clients can block waiting for a lock on a failed OST
+	     while holding locks on other OSTs and be evicted.
+
 Severity   : enhancement
 Bugzilla   : 9293
 Description: Multiple MD RPCs in flight.