===== git log ====
commit 385a37bb456cd6fc05b4c9f2781c172d968de187
Author: Rinku Kothiya <rkothiya@redhat.com>
Date:   Wed Dec 18 12:35:27 2019 +0000

    doc: Added release 7.1 notes
    
    Fixes: bz#1778047
    
    Change-Id: I52f9ee376d6816ecaf522fab962ea340f20d13fb
    Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>

commit 11343b3f8492f2366c57a869d04fdb5aeeed7483
Author: Homma <homma@allworks.co.jp>
Date:   Fri Jul 5 16:10:41 2019 +0530

    system/posix-acl: update ctx only if iatt is non-NULL
    
    We need to safe-guard against possible zero'ing out of iatt
    structure in acl ctx, which can cause many issues.
    
    > fixes: bz#1668286
    > Change-Id: Ie81a57d7453a6624078de3be8c0845bf4d432773
    > Signed-off-by: Amar Tumballi <amarts@redhat.com>
    > (cherry picked from commit 6bf9637a93011298d032332ca93009ba4e377e46)
    
    fixes: bz#1785493
    Change-Id: Ie81a57d7453a6624078de3be8c0845bf4d432773
    Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>

commit c1cb279649b3d0c4ba88dbf0ddfd179ce6f5798f
Author: Anoop C S <anoopcs@redhat.com>
Date:   Sat Aug 10 10:30:26 2019 +0530

    performance/md-cache: Do not skip caching of null character xattr values
    
    Null character string is a valid xattr value in file system. But for
    those xattrs processed by md-cache, it does not update its entries if
    value is null('\0'). This results in ENODATA when those xattrs are
    queried afterwards via getxattr() causing failures in basic operations
    like create, copy etc in a specially configured Samba setup for Mac OS
    clients.
    
    On the other side snapview-server is internally setting empty string("")
    as value for xattrs received as part of listxattr() and are not intended
    to be cached. Therefore we try to maintain that behaviour using an
    additional dictionary key to prevent updation of entries in getxattr()
    and fgetxattr() callbacks in md-cache.
    
    Credits: Poornima G <pgurusid@redhat.com>

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