summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* dict: handle negative key/value length while unserializeAmar Tumballi2018-09-051-0/+7
* New flag to glusterfsd binary to print libexec dirAravinda VK2018-09-051-0/+1
* posix: remove not supported get/set contentAmar Tumballi2018-09-041-6/+0
* classification: provide infra to start labelling features/componentsAmar Tumballi2018-09-044-4/+45
* core: python3Kaleb S. KEITHLEY2018-09-032-2/+2
* Various files: strncpy()->sprintf(), reduce strlen()'sYaniv Kaul2018-08-313-39/+47
* libglusterfs : fix coverity issues in common-utils.cSunny Kumar2018-08-311-6/+18
* libglusterfs/src/dict.c: fix to handle key=NULL.Yaniv Kaul2018-08-311-10/+31
* clang-scan: fix multiple issuesAmar Tumballi2018-08-311-0/+25
* libglusterfs/gfdb_data_store: handle a range-overflow conditionAmar Tumballi2018-08-311-0/+8
* libglusterfs/src/dict.c: allocate memory accurately.Yaniv Kaul2018-08-301-23/+8
* multiple files: remove unndeeded memset()Yaniv Kaul2018-08-295-12/+0
* multiple files: move from strlen() to sizeof()Yaniv Kaul2018-08-294-12/+10
* libglusterfs : fix coverity in store.cSunny Kumar2018-08-281-1/+1
* libglusterfs/src/dict.{c,h}: Introduce dict_setn, dict_addn, dict_addn and ot...Yaniv Kaul2018-08-273-8/+152
* libglusterfs/src/dict.c: perform hash calc not under lock.Yaniv Kaul2018-08-271-12/+26
* dict.c: fix indentionYaniv Kaul2018-08-271-1/+1
* dict.c: do not strlen if not needed.Yaniv Kaul2018-08-271-61/+51
* multiple files: move from strlen() to sizeof()Yaniv Kaul2018-08-251-0/+3
* libglusterfs/src/iobuf.c: remove memset(), CALLOC -> MALLOCYaniv Kaul2018-08-241-6/+1
* coverity: Multiple coverity fixes for issues with HIGH severityShyamsundarR2018-08-221-1/+1
* libglusterfs/src/common-utils.c: Move to GF_MALLOC() instead of GF_CALLOC() ...Yaniv Kaul2018-08-221-7/+7
* xlators/playground: fix the template files with latest requirementsAmar Tumballi2018-08-221-0/+1
* libglusterfs/src/graph.c: Move to GF_MALLOC() instead of GF_CALLOC() when pos...Yaniv Kaul2018-08-221-2/+1
* dict.c: align dictionary structuresYaniv Kaul2018-08-221-5/+5
* libglusterfs/src/quota-common-utils.c:move to GF_MALLOC() instead of GF_CALLO...Yaniv Kaul2018-08-221-1/+1
* libglusterfs/src/rbthash.c: Move to GF_MALLOC() instead of GF_CALLOC() when p...Yaniv Kaul2018-08-221-1/+1
* libglusterfs/src/dict.c: Move to GF_MALLOC() instead of GF_CALLOC() when pos...Yaniv Kaul2018-08-221-2/+2
* libglusterfs/src/client_t.c: Move to GF_MALLOC() instead of GF_CALLOC() when ...Yaniv Kaul2018-08-221-1/+1
* Fix physical memory detection on NetBSDEmmanuel Dreyfus2018-08-211-1/+11
* Revert "performance/write-behind: better invalidation in readdirp"Raghavendra G2018-08-212-8/+1
* dict.c: ensure hash is done in the right place.Yaniv Kaul2018-08-201-29/+32
* libglusterfs/src/common-utils.c: strncpy -> sprintf, remove dead code.Yaniv Kaul2018-08-202-124/+5
* libguestfs/src/mem-pool.h: switch from calloc() to malloc()Yaniv Kaul2018-08-201-14/+5
* coverity: libglusterfs issuesAmar Tumballi2018-08-199-10/+33
* dict.c: copy-pasta fix (dict -> data)Yaniv Kaul2018-08-191-2/+2
* performance/readdir-ahead: keep stats of cached dentries in sync with modific...Krutika Dhananjay2018-08-181-0/+1
* statedump : fix coverity issuesSunny Kumar2018-08-171-2/+2
* libglusterfs: FORWARD_NULL coverity fixSunil Kumar Acharya2018-08-162-1/+7
* contrib: Remove gf_mkostemp copied from GLibCShyamsundarR2018-08-163-7/+13
* contrib/xxhash: update to latest xxHash (0.6.5)Yaniv Kaul2018-08-163-9/+11
* All: remove memset() before sprintf()Yaniv Kaul2018-08-145-56/+1
* libglusterfs: Fix a resource leak in graph.cVijay Bellur2018-08-131-0/+1
* core: Update condition in get_xlator_by_name_or_typeMohit Agrawal2018-08-101-1/+1
* Revert "performance/readdir-ahead: Invalidate cached dentries if they're modi...Raghavendra G2018-08-031-1/+0
* performance/write-behind: better invalidation in readdirpRaghavendra G2018-07-282-1/+8
* performance/readdir-ahead: Invalidate cached dentries if they're modified whi...Krutika Dhananjay2018-07-281-0/+1
* build: remove uuid from contrib/Niels de Vos2018-07-272-15/+4
* build: rename event.h to gf-event.hNiels de Vos2018-07-275-7/+7
* stack: Reduce stack usage for local variables to store tmpfile namesShyamsundarR2018-07-271-2/+1