diff --git a/ChangeLog b/ChangeLog
index 3b1c493..bc0f523 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1 +1,161786 @@
-ChangeLog is maintained by "git log".
+commit 1eece065f1379bf08af839bae626ae701ccd91b0
+Author: Vijay Bellur <vbellur@redhat.com>
+Date:   Sun Mar 13 10:44:12 2016 -0400
+
+    mount/fuse: cleanup an additional inode_ref()
+    
+    commit ca515db0127 introduced a check in
+    fuse_resolve_inode_simple(). This results in an additional
+    ref being held on inodes which were obtained through readdirp.
+    As a result, the inode table keeps growing and entries remain in
+    the active list even after deletion of such inodes from the volume.
+    
+    Change-Id: I780ec5513990d6ef00ea051ec57ff20e4428081e
+    BUG: 1317959
+    Signed-off-by: Vijay Bellur <vbellur@redhat.com>
+    Reviewed-on: http://review.gluster.org/13745
+    Smoke: Gluster Build System <jenkins@build.gluster.com>
+    CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
+    NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
+    Reviewed-by: Raghavendra Bhat <raghavendra@redhat.com>
+
+commit 9fbcf7f862df50925c3e2b83740c30ccd55e80dd
+Author: Dan Lambright <dlambrig@redhat.com>
+Date:   Fri Jan 22 17:31:48 2016 -0500
+
+    cluster/tier: break out of iterating query file once cycle time ends
+    
+    When iterating the query file during migration, tiering should
+    break out of the loop once cycle time completes. Otherwise it
+    may be possible to stay in the loop for a long time. If that
+    happens updates to files will become stale and have not impact
+    migration.
+    
+    This is a backport of 13284
+    
+    > Change-Id: Ib60cf74bc84e8646e6a0da21ff04954b1b83c414
+    > BUG: 1301227
+    > Signed-off-by: Dan Lambright <dlambrig@redhat.com>
+    > Reviewed-on: http://review.gluster.org/13284
+    > Smoke: Gluster Build System <jenkins@build.gluster.com>
+    > NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
+    > CentOS-regression: Gluster Build System <jenkins@build.gluster.com>
+    Signed-off-by: Dan Lambright <dlambrig@redhat.com>
+    

More commit messages for this ChangeLog can be found at
https://forge.gluster.org/glusterfs-core/glusterfs/commits/v3.7.9
