===== git log ====
commit c1052342b2527f360e8f5d825431da015f973c56
Author: ShyamsundarR <srangana@redhat.com>
Date:   Wed Dec 20 10:18:51 2017 -0500

    doc: Release notes for 3.13.1
    
    Change-Id: I8398627b87dd08f1bfaa8f11dfb8f20889c9ec6d
    BUG: 1523780
    Signed-off-by: ShyamsundarR <srangana@redhat.com>

commit 4a20c63cab3d35eabd885fbc7c254e8e7b1ab805
Author: Csaba Henk <csaba@redhat.com>
Date:   Fri Nov 10 20:33:20 2017 +0100

    write-behind: Allow trickling-writes to be configurable
    
    This is the undisputed/trivial part of Shreyas' patch
    he attached to https://bugzilla.redhat.com/1364740 (of
    which the current bug is a clone).
    
    We need more evaluation for the page_size and window_size
    bits before taking them on.
    
    Change-Id: Iaa0b9a69d35e522b77a52a09acef47460e8ae3e9
    BUG: 1428060
    Co-authored-by: Shreyas Siravara <sshreyas@fb.com>
    Signed-off-by: Csaba Henk <csaba@redhat.com>

commit c9169fb2462d88aa51c9615b96e2767fccefd54e
Author: Yi Wang <wangyi@storswift.com>
Date:   Thu Dec 14 11:08:26 2017 -0600

    rpc-transport/rdma: Add a mutex for the list of RDMA Memory Region(MR) access
    
    Problem: gf_rdma_device_t->all_mr is a __gf_rdma_arena_mr(includes MR content)
    	 kind of list in the rdma rpc-transport. The rdma rpc-transport will
    	 add/delete items to the list when MRs register, deregister, and free.
    	 Because gf_rdma_device_t->all_mr is used by different threads
    	 and it is not mutex protected, rdma transport maybe access obsolete
    	 items in it.
    
    Solution: Add a mutex protection for the gf_rdma_device_t->all_mr.
    
    > Change-Id: I2b7de0f7aa516b90bb6f3c6aae3aadd23b243900
    > BUG: 1522651
    > Signed-off-by: Yi Wang <wangyi@storswift.com>
    
    (cherry picked from commit 8483ed87165c1695b513e223549d33d2d63891d9)
    Signed-off-by: Yi Wang <wangyi@storswift.com>

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