===== git log ====
commit 34a2347780c2429284f57232f3aabb78547a9795
Author: ShyamsundarR <srangana@redhat.com>
Date:   Tue Apr 9 07:30:43 2019 -0400

    doc: Added release 5.6 notes
    
    Fixes: bz#1693300
    Change-Id: I4deaa0ecdd1692fb11f2d90ecc30a2370a659c2f
    Signed-off-by: ShyamsundarR <srangana@redhat.com>

commit 9f415235f6a05280824900c59a8c926fff423cdf
Author: Atin Mukherjee <amukherj@redhat.com>
Date:   Mon Mar 18 16:08:04 2019 +0530

    glusterd: fix txn-id mem leak
    
    This commit ensures the following:
    1. Don't send commit op request to the remote nodes when gluster v
    status all is executed as for the status all transaction the local
    commit gets the name of the volumes and remote commit ops are
    technically a no-op. So no need for additional rpc requests.
    2. In op state machine flow, if the transaction is in staged state and
    op_info.skip_locking is true, then no need to set the txn id in the
    priv->glusterd_txn_opinfo dictionary which never gets freed.
    
    Fixes: bz#1694612
    Change-Id: Ib6a9300ea29633f501abac2ba53fb72ff648c822
    Signed-off-by: Atin Mukherjee <amukherj@redhat.com>
    (cherry picked from commit 34e010d64905b7387de57840d3fb16a326853c9b)

commit b399d33d575bb2e2cb7af5232e96a091d4768682
Author: Kinglong Mee <kinglongmee@gmail.com>
Date:   Mon Mar 18 20:47:54 2019 +0800

    cluster-syncop: avoid duplicate unlock of inodelk/entrylk
    
    When using ec, there are many messages at brick log as,
    
    [inodelk.c:514:__inode_unlock_lock] 0-test-locks:  Matching lock not found for unlock 0-9223372036854775807, lo=68e040a84b7f0000 on 0x7f208c006f78
    [MSGID: 115053] [server-rpc-fops_v2.c:280:server4_inodelk_cbk] 0-test-server: 2557439: INODELK <gfid:df4e41be-723f-4289-b7af-b4272b3e880c> (df4e41be-723f-4289-b7af-b4272b3e880c), client: CTX_ID:67d4a7f3-605a-4965-89a5-31309d62d1fa-GRAPH_ID:0-PID:1659-HOST:openfs-node2-PC_NAME:test-client-1-RECON_NO:-28, error-xlator: test-locks [Invalid argument]
    
    > Change-Id: Ib164d29ebb071f620a4ca9679c4345ef7c88512a
    > Signed-off-by: Kinglong Mee <mijinlong@open-fs.com>
    (cherry-pick of https://review.gluster.org/#/c/glusterfs/+/22377/)
    
    Change-Id: I8345ad6c8e1bbb676917eb47e1c5ed72c162f6ce
    Updates: bz#1690952
    Signed-off-by: Kinglong Mee <mijinlong@open-fs.com>


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