===== git log ====
commit 282e438af430015d4a476c27b3311d0297bd69e4
Author: Shwetha Acharya <sacharya@redhat.com>
Date:   Fri May 13 14:59:06 2022 +0530

    Add GlusterFS 10.2 release notes (#3520)
    
    * Add GlusterFS 10.2 release notes
    
    Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>
    
    * 10.2.md: update tentative release date

commit 5d487b90bc40389a425d775fc472190abcdafb5b
Author: JamesWSWu <34566858+JamesWSWu@users.noreply.github.com>
Date:   Thu May 12 15:03:04 2022 +0800

    Fixes:3177 (#3310)
    
    Signed-off-by: 10255046 <wu.shiwei@zte.com.cn>
    
    Co-authored-by: 10255046 <wu.shiwei@zte.com.cn>

commit 5a54ccc24575cb835d23774047a2da102098489e
Author: Xavi Hernandez <xhernandez@redhat.com>
Date:   Mon May 2 07:30:24 2022 +0200

    socket: fix user-after-free on name resolution error (#3488)
    
    When a connection attempt fails, a new thread is created to clean it up
    due to some potential deadlocks. However this new thread was executed
    without a reference on the rpc transport when name resolution failed,
    making it use stale pointer in some cases and causing a crash.
    
    The fix makes sure that the thread always has a valid reference.
    
    Fixes: #3470
    Change-Id: Iebff6cd95602a6cfc3f81a0c6781f20fd1a76638
    Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>

commit 5075006ace173d5e772d6a9d8beaf05faf140886
Author: Xavi Hernandez <xhernandez@redhat.com>
Date:   Tue Apr 19 12:09:41 2022 +0200

    xlator_t: remove inconsistent alignment attribute (#3423)
    
    The 'stats' array inside 'xlator_t' was explicitly aligned to 128 bytes
    (CAA_CACHE_LINE_SIZE = 128). Since this is a structure definition, it
    caused the whole structure to be considered aligned to 128. That's not
    problematic by itself as long as we really allocate the memory blocks

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