===== git log ====
commit fb39306a141c0f2370d31abfc459350f55674011
Author: ShyamsundarR <srangana@redhat.com>
Date:   Thu Nov 30 09:43:29 2017 -0500

    doc: Added release-notes for 3.10.8
    
    Change-Id: I954c90442a017a0bec56bfa7a2a1adf7e8ec3ee2
    BUG: 1508389
    Signed-off-by: ShyamsundarR <srangana@redhat.com>

commit ce324cb755e82f520acc36caad8eab4fbcdd3a6f
Author: Xavier Hernandez <jahernan@redhat.com>
Date:   Mon Nov 20 10:51:09 2017 +0100

    features/locks: Fix memory leaks
    
    Backport of:
    > BUG: 1515161
    
    Change-Id: Ic1d2e17a7d14389b6734d1b88bd28c0a2907bbd6
    BUG: 1517682
    Signed-off-by: Xavier Hernandez <jahernan@redhat.com>

commit cccf80cade09efca5f5e56a8e971251d6eb5adfe
Author: karthik-us <ksubrahm@redhat.com>
Date:   Wed Oct 18 16:43:16 2017 +0530

    cluster/afr: Honor default timeout of 5min for analyzing split-brain files
    
    Problem:
    After setting split-brain-choice option to analyze the file to resolve
    the split brain using the command
    "setfattr -n replica.split-brain-choice -v "choiceX" <path-to-file>"
    should allow to access the file from mount for default timeout of 5mins.
    But the timeout was not honored and was able to access the file even after
    the timeout.
    
    Fix:
    Call the inode_invalidate() in afr_set_split_brain_choice_cbk() so that
    it will triger the cache invalidate after resetting the timer and the
    split brain choice. So the next calls to access the file will fail with EIO.
    
    Change-Id: I698cb833676b22ff3e4c6daf8b883a0958f51a64
    BUG: 1514388
    Signed-off-by: karthik-us <ksubrahm@redhat.com>
    (cherry picked from commit 933ec57ccda2c1ba5ce6f207313c3b6802e67ca3)

commit 0c59a33f13dac76e439f9b6f540974de2d0481df
Author: karthik-us <ksubrahm@redhat.com>

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