summaryrefslogtreecommitdiffstats
path: root/libglusterfs
Commit message (Expand)AuthorAgeFilesLines
* socket: set FD_CLOEXEC on all socketsKrishnan Parthasarathi2018-10-113-0/+18
* libglusterfs: NULL pointer dereferencing clang fixIraj Jamali2018-10-101-0/+3
* all: fix warnings on non 64-bits architecturesXavi Hernandez2018-10-106-50/+31
* logging: fix file handle leak when calls glfs_set_logging more timesKinglong Mee2018-10-101-0/+7
* libglusterfs/src/logging.c: reduce the use of stringsYaniv Kaul2018-10-101-124/+55
* features/snapview-client: replace gf_log with gf_msgRaghavendra Bhat2018-10-101-0/+1
* syncop: check syncenv status before pthread_cond_timedwait() to avoid 600s ti...Kinglong Mee2018-10-091-4/+3
* core: glusterfsd keeping fd open in index xlatorMohit Agrawal2018-10-083-1/+17
* libglusterfs : fix coverity issue in stack.cSunny Kumar2018-10-051-1/+4
* libglusterfs: coverity fixSusant Palai2018-10-051-2/+2
* python: remove shebangs of non-main scripts and make others executableNiels de Vos2018-10-021-0/+0
* libglusterfs : fix coverity issue in store.cSunny Kumar2018-09-271-1/+1
* monitoring: create dump dir if it doesn't existAmar Tumballi2018-09-271-0/+8
* Quota related files: use dict_{setn|getn|deln|get_int32n|set_int32n|set_strn}Yaniv Kaul2018-09-262-10/+14
* ctime: Provide noatime optionKotresh HR2018-09-251-0/+1
* dht: Operate internal fops with negative pidSusant Palai2018-09-201-0/+3
* libglusterfs: NULL pointer dereferencing clang fixIraj Jamali2018-09-191-1/+1
* event: get time by clock_gettime as pthread_cond_timedwait usingKinglong Mee2018-09-171-1/+2
* libglusterfs/src/dict.c : use xxhash64 for hashing.Yaniv Kaul2018-09-171-13/+13
* glusterd: Update op-version from 4.2 to 5.0ShyamsundarR2018-09-131-6/+8
* 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