===== git log ====
commit df0a3c99dce0255bb39009684ed16f08cb685f1f
Author: Rinku Kothiya <rkothiya@redhat.com>
Date:   Thu Apr 16 05:46:33 2020 +0000

    doc: Added release 7.5 notes
    
    Fixes: #1174
    
    Change-Id: Idca6d5dd2d069435df9a6882a6bef32fb6916bb9
    Signed-off-by: Rinku Kothiya <rkothiya@redhat.com>

commit 608d824408898bfd299e84e1aa263201dc06b9cb
Author: Mohit Agrawal <moagrawal@redhat.com>
Date:   Thu Aug 22 15:51:43 2019 +0530

    posix: log aio_error return codes in posix_fs_health_check
    
    Problem: Sometime brick is going down to health check thread is
             failed without logging error codes return by aio system calls.
             As per aio_error man page it returns a positive error number
             if the asynchronous I/O operation failed.
    
    Solution: log aio_error return codes in error message
    
    > Change-Id: I2496b1bc16e602b0fd3ad53e211de11ec8c641ef
    > (Cherry picked from commit 032862fa3944fc7152140aaa13cdc474ae594a51)
    > (Reviwed on upstream link https://review.gluster.org/#/c/glusterfs/+/23284/
    > Signed-off-by: Mohit Agrawal <moagrawal@redhat.com>
    
    Change-Id: I2496b1bc16e602b0fd3ad53e211de11ec8c641ef
    Fixes: #1168
    Signed-off-by: Mohit Agrawal <moagrawal@redhat.com>

commit 03f6c600b201d672a251df95cd8a11decf94e7ef
Author: Pranith Kumar K <pkarampu@redhat.com>
Date:   Tue Apr 7 16:05:16 2020 +0530

    mount/fuse: Wait for 'mount' child to exit before dying
    
    Problem:
    tests/bugs/protocol/bug-1433815-auth-allow.t fails
    sometimes because of stale mount. This stale mount
    comes into picture when parent process dies without
    waiting for the child process which mounts fuse fs
    to die
    
    Fix:
    Wait for mounting child process to die before dying.
    

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