===== git log ====
commit 387fcb01e2a47a848462ae6835ab8b04b60d9c73
Author: Amar Tumballi <amar@kadalu.io>
Date:   Mon Oct 18 19:27:26 2021 +0530

    fuse: handle pid 0 (#2468)
    
    * There was no clue on which operation caused the pid to be '0' - Added relevant op in log.
    * When the error happened without setting ngroups, it crashed the process.
    * Looks like in container usecases, when namespace pid is different, there are chances of
      fuse not getting proper pid, hence would have it as 0. Handled the crash, and treated it
      as 'root' user.
    
    Fixes: #2467
    Change-Id: Ic3a4561f73947c4acfeef40028c3a6cf3975392e
    Signed-off-by: Amar Tumballi <amar@kadalu.io>

commit 438b844e357d5dbc99a49ee160048548cb1d638c
Author: mohit84 <moagrawa@redhat.com>
Date:   Mon Oct 18 16:09:26 2021 +0530

    test: the test case tests/basic/0symbol-check.t is failing (#2866)
    
    The test case is throwing below error
    ./glusterfsd/src/gf_attach.o should call sys_lstat, not lstat
    ./libglusterfs/src/.libs/libglusterfs_la-gf-io-uring.o should call sys_close, not close
    
    Solution: Call sys_(lstat|close) to avoid an error
    Fixes: #2865
    Signed-off-by: Mohit Agrawal <moagrawa@redhat.com>

commit 5189d19280d10f0cfbb0853dac942e1b0dc48ab3
Author: Nikhil Ladha <nladha@redhat.com>
Date:   Mon Oct 18 11:02:55 2021 +0530

    Maintainers Update: Management Daemon -glusterd (#2867)
    
    Hello Maitainers, requesting permission to be a peer in
    the management daemon component. I have been actively helping
    and looking after issues around glusterd, cli and will
    continue to do so in future as well.
    
    Change-Id: I253e411513bb42dd7e7cea4c4f54f1f9acb13d7f
    Signed-off-by: nik-redhat <nladha@redhat.com>

commit 9cdefcf63238d0528bce0209b007db173426c10f
Author: Yaniv Kaul <ykaul@redhat.com>
Date:   Thu Oct 14 11:06:34 2021 +0300

    mem-pool: remove unneeded atomic counters (#2757)

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