| Summary: | Replacing memory allocation functions with mem-type functions | ||
|---|---|---|---|
| Product: | [Community] GlusterFS | Reporter: | Vinayak Hegde <vinayak> |
| Component: | unclassified | Assignee: | shishir gowda <sgowda> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | mainline | CC: | amarts, gluster-bugs, nsathyan, vijay |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 762981 | ||
|
Description
Vinayak Hegde
2009-10-22 06:47:54 UTC
PATCH: http://patches.gluster.com/patch/3159 in master (Memory accounting changes) PATCH: http://patches.gluster.com/patch/3173 in master (features/access-control: Memory accounting changes) PATCH: http://patches.gluster.com/patch/3174 in master (nfs/server: Memory accounting changes) PATCH: http://patches.gluster.com/patch/3175 in master (cluster/stripe: Memory accounting changes) PATCH: http://patches.gluster.com/patch/3395 in master (mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.am) PATCH: http://patches.gluster.com/patch/3405 in master (changed the order of gf_log in xlator.c to prevent hang) we have to make sure all the 'frame','local' and 'ctx' should be allocated from mem-pool, so there is reduced number of 'Calloc/Malloc/Free' in fop path. PATCH: http://patches.gluster.com/patch/3996 in master (Implement mem pool for frame and stack) PATCH: http://patches.gluster.com/patch/3997 in master (Implement mem pool for inode dentry) PATCH: http://patches.gluster.com/patch/3998 in master (mem pool for fd_t) PATCH: http://patches.gluster.com/patch/3999 in master (mem pool for call_stub_t) PATCH: http://patches.gluster.com/patch/5996 in master (free GF_CALLOCed memory by GF_FREE instead of FREE) PATCH: http://patches.gluster.com/patch/6758 in master (enable memory accounting for error-gen xlator) CHANGE: http://review.gluster.com/2816 (libglusterfs: fix GF_FREE) merged in master by Vijay Bellur (vijay) |