summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* ctime: Provide noatime optionKotresh HR2018-10-021-0/+1
* glusterd: Update op-version from 4.2 to 5.0ShyamsundarR2018-09-171-6/+6
* gfapi: revert several patchs that introduced pre/post attrsShyamsundarR2018-09-173-55/+12
* core: move logs which are only developer relevant to DEBUG levelShyamsundarR2018-09-134-6/+6
* Land part 2 of clang-format changesGluster Ant2018-09-1262-34733/+33671
* Land clang-format changesGluster Ant2018-09-1271-9458/+8866
* Some (mgmt) xlators: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}Yaniv Kaul2018-09-093-5/+68
* libglusterfs/src/dict.c: remove memcpy(), gf_asprintf -> asprintfYaniv Kaul2018-09-062-220/+68
* features/uss: Use xxh64 to generate gfid instead of md5sumRaghavendra Manjunath2018-09-054-1/+175
* 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