===== git log ====
commit 723d46f02cc87959a61afff11f3631e011a3cd56
Author: Shwetha Acharya <sacharya@redhat.com>
Date:   Tue Nov 14 20:06:43 2023 +0530

    Add GlusterFS 10.5 release notes (#4262)
    
    Updates: #4253
    
    Signed-off-by: Shwetha K Acharya <sacharya@redhat.com>

commit 4bb1e3cdc720cb688ec137ccfdeb0477ef6f0708
Author: mohit84 <moagrawa@redhat.com>
Date:   Fri Nov 10 17:31:34 2023 +0530

    core: The brick process is getting crash during upcall event (#4259)
    
    A brick process may crash while it try to send upcall notification
    to the client and client disconnect is being process.
    
    Solution: Avoid upcall event notification to the client if disconnect
            is being process for the same client.
    
    > Fixes: #4255
    > Change-Id: I80478d7f4a038b04a10fb21a1290b4309e9fe4dd
    > Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>
    > (Cherry picked from commit b98d0d71c194bdc7c9ff791a0310abca347dd3be)
    > (Reviewed on upstream release https://github.com/gluster/glusterfs/pull/4256)
    
    Fixes: #4255
    Change-Id: I80478d7f4a038b04a10fb21a1290b4309e9fe4dd
    
    Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>

commit f06a897fc02b9bb197e9563608527f93dc8553af
Author: mohit84 <moagrawa@redhat.com>
Date:   Thu Nov 9 09:29:49 2023 +0530

    fuse: FUSE Crashing with "Assertion failed: inode_lookup >= nlookup" (#4257)
    
    In ideal case the nlookup in kernel and fuse should be consistent
    but there is a case that fuse_direntplus_link would do nlookup++
    and return fail due to that the counter is not consistent.
    
    To avoid a crash remove assertion and in case of value mismatch
    decrese the counter.
    
    > Fixes: #4074
    > Signed-off-by: ruanmeisi <ruan.meisi@zte.com.cn>
    > Reviwed on upstream link https://github.com/gluster/glusterfs/pull/4081

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