===== git log ====
commit 8761be7ba773071c46fdc2e449c4d68a26ae2e36
Author: hari gowtham <hgowtham@redhat.com>
Date:   Wed Jul 17 02:51:29 2019 +0530

    doc: Added release notes for 6.4
    
    Fixes: bz#1726935
    
    Change-Id: If682cd271c07fdcb62d77ff007ff502ee4a28501
    Signed-off-by: hari gowtham <hgowtham@redhat.com>

commit cf8c11ad27ff5cbc168a73879fff851f0e630cbb
Author: Xavi Hernandez <xhernandez@redhat.com>
Date:   Thu Jul 4 13:21:33 2019 +0200

    core: fix deadlock between statedump and fd_anonymous()
    
    There exists a deadlock between statedump generation and fd_anonymous()
    function because they are acquiring inode table lock and inode lock in
    reverse order.
    
    This patch modifies fd_anonymous() so that it takes inode lock only when
    it's really necessary, avoiding the deadlock.
    
    Backport of:
    > Change-Id: I24355447f0ea1b39e2546782ad07f0512cc381e7
    > BUG: 1727068
    > Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>
    
    Change-Id: I24355447f0ea1b39e2546782ad07f0512cc381e7
    Fixes: bz#1729952
    Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>

commit 08f8a3b8ea85cae64083f0425c7cee9500d27a16
Author: Anoop C S <anoopcs@redhat.com>
Date:   Wed Jun 12 15:41:27 2019 +0530

    extras/hooks: Install and package newly added post add-brick hook script
    
    https://review.gluster.org/c/glusterfs/+/22913 added a new SELinux hook
    script as a post add-brick operation to label new brick paths. But the
    change failed to install and package new script. Therefore making
    necessary changes to Makefile and spec file to get it installed and
    packaged.
    
    Backport of:
    > Change-Id: I67b8f4982c2783c34a4bc749fb4387c19a038225
    > fixes: bz#1717953
    > Signed-off-by: Anoop C S <anoopcs@redhat.com>

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