===== git log ====
commit f571e3b7bfb243f710ebc883f1dd3bd95242f126
Author: Hari Gowtham <hgowtham@redhat.com>
Date:   Wed Aug 7 11:21:29 2019 +0530

    doc: Added release 6.5 notes
    
    Fixes: bz#1737311
    
    Change-Id: I1f54bc9b04ee05c8ab802d92c1471cbfb1aa92a8
    Signed-off-by: Hari Gowtham <hgowtham@redhat.com>

commit cf42677ac0cc042ea4318062219908095d4027c0
Author: Kinglong Mee <kinglongmee@gmail.com>
Date:   Mon Aug 5 11:08:02 2019 +0800

    features/utime: always update ctime at setattr
    
    For the nfs EXCLUSIVE mode create may sets a later time
    to mtime (at verifier), it should not set to ctime for
    storage.ctime does not allowed set ctime to a earlier time.
    
     /* Earlier, mdata was updated only if the existing time is less
      * than the time to be updated. This would fail the scenarios
      * where mtime can be set to any time using the syscall. Hence
      * just updating without comparison. But the ctime is not
      * allowed to changed to older date.
      */
    
    According to kernel's setattr, always set ctime at setattr,
    and doesnot set ctime from mtime at storage.ctime.
    
    Backport of:
     > Patch: https://review.gluster.org/23154
     > Change-Id: I5cfde6cb7f8939da9617506e3dc80bd840e0d749
     > BUG: 1737288
     > Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
    
    Change-Id: I5cfde6cb7f8939da9617506e3dc80bd840e0d749
    fixes: bz#1737746
    Signed-off-by: Kotresh HR <khiremat@redhat.com>

commit aa45fcc1384ea6120d582cdad35b1d610e6437af
Author: Kotresh HR <khiremat@redhat.com>
Date:   Mon Jul 29 16:22:10 2019 +0530

    posix/ctime: Fix race during lookup ctime xattr heal
    
    Problem:
    Ctime heals the ctime xattr ("trusted.glusterfs.mdata") in lookup

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