===== git log ====
commit a2201d804d8e76ca82a9d086a6ee545cb26228a1
Author: Xavi Hernandez <xhernandez@redhat.com>
Date:   Fri Jun 21 11:28:08 2019 +0200

    core: fix memory allocation issues
    
    Two problems have been identified that caused that gluster's memory
    usage were twice higher than required.
    
    1. An off by 1 error caused that all objects allocated from the memory
       pools were taken from a pool bigger than required. Since each pool
       corresponds to a size equal to a power of two, this was wasting half
       of the available memory.
    
    2. The header information used for accounting on each memory object was
       not taken into consideration when searching for a suitable memory
       pool. It was added later when each individual block was allocated.
       This made this space "invisible" to memory accounting.
    
    Credits: Thanks to Nithya Balachandran for identifying this problem and
             testing this patch.
    
    >Fixes: bz#1722802
    Change-Id: I90e27ad795fe51ca11c13080f62207451f6c138c
    >Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>
    >(cherry picked from commit 1716a907da1a835b658740f1325033d7ddd44952)
    
    Fixes: bz#1748774
    Change-Id: I90e27ad795fe51ca11c13080f62207451f6c138c
    Signed-off-by: Xavi Hernandez <xhernandez@redhat.com>

commit 8c5bc03a47ee38b6cfec8725224248896c75f5d8
Author: Soumya Koduri <skoduri@redhat.com>
Date:   Tue Sep 3 20:52:42 2019 +0530

    core/syncop: Bail out if frame creation fails
    
    There could be cases (either due to insufficient memory or
    corrupted mem-pool) due to which frame creation fails. Bail out
    with error in such cases.
    
    This is the backport of below mainline fix -
    > Fixes: bz#1748448
    > review url: https://review.gluster.org/#/c/glusterfs/+/23350/
    
    Change-Id: I8cc0a5852f6f04d2bac991e4eb79ecb42577da11
    Fixes: bz#1751556
    Signed-off-by: Soumya Koduri <skoduri@redhat.com>


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