===== git log ====
commit e6fabf8c330ec4ce540bf8a4daebd39320c407d9
Author: ShyamsundarR <srangana@redhat.com>
Date:   Mon Feb 18 15:02:10 2019 -0500

    doc: Added initial release notes for release-6
    
    Change-Id: I31fff344045344c501536b207c864e90ed34bf20
    updates: bz#1672818
    Signed-off-by: ShyamsundarR <srangana@redhat.com>

commit 951abf5c53d4658b86b00ffb1147989c07527c3f
Author: N Balachandran <nbalacha@redhat.com>
Date:   Wed Feb 6 09:58:55 2019 +0530

    cluster/dht: Request linkto xattrs in dht_rmdir opendir
    
    If parallel-readdir is enabled, the rda xlator is loaded
    below dht in the graph and proactively lists and caches
    entries when an opendir is performed. dht_rmdir checks if
    the directory being deleted contains stale linkto files by
    performing a readdirp on its child subvols. However, as
    the entries are actually read in during the opendir operation
    which does not request the linkto xattr,no linkto xattrs are
    present for the entries causing dht to incorrectly identify
    them as data files and fail the rmdir operation with ENOTEMPTY.
    DHT now always adds the linkto xattr in the list of xattrs
    requested in the opendir.
    
    Change-Id: I0711198e66c59146282eb8b88084170bedfb4018
    fixes: bz#1679004
    Signed-off-by: N Balachandran <nbalacha@redhat.com>

commit 5c9b2dfb4d251cc0201759c495bbd4d1ad5e3c87
Author: Kinglong Mee <kinglongmee@gmail.com>
Date:   Tue Jan 8 16:38:45 2019 +0800

    dht: fix double extra unref of inode at heal path
    
    The loc_wipe is done in the _out_ section, inode_unref(loc.parent) here
    casues a double extra unref of loc.parent.
    
    > Change-Id: I2dc809328d3d34bf7b02c7df9a4f97788af511e6
    > Signed-off-by: Kinglong Mee <mijinlong@open-fs.com>
    (cherry-pick of https://review.gluster.org/#/c/glusterfs/+/21998/)
    
    Change-Id: I2dc809328d3d34bf7b02c7df9a4f97788af511e6
    updates: bz#1679275
    Signed-off-by: Susant Palai <spalai@redhat.com>


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