summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* glfs-fops.c, glfs.c: strncpy() -> sprintf(), reduce strlen()'sYaniv Kaul2018-08-242-6/+6
* cli : fix few coverity in cliSunny Kumar2018-08-242-4/+6
* debug/error-gen: Prevent a possible null dereferenceVijay Bellur2018-08-241-1/+2
* block : fix few coverity issueSunny Kumar2018-08-243-6/+9
* features/cloudsync: Fix various resource leaksVijay Bellur2018-08-241-0/+6
* stripe: FORWARD_NULL coverity fixShwetha Acharya2018-08-241-6/+9
* locks: coverity fixesBhumika Goyal2018-08-241-4/+21
* marker: fix for coverity issuesHari Gowtham2018-08-242-12/+15
* libglusterfs/src/iobuf.c: remove memset(), CALLOC -> MALLOCYaniv Kaul2018-08-241-6/+1
* dht/switch: Fix coverity issuesShyamsundarR2018-08-241-4/+19
* features/snapview-server: validate the fs instance before doing fop thereRaghavendra Bhat2018-08-244-30/+194
* mgmt/glusterd: Fix resource leak & unused value issues in glusterd-volume-ops.cVijay Bellur2018-08-231-0/+5
* performance/write-behind: fix fulfill and readdirp raceRaghavendra G2018-08-231-33/+136
* glusterd: glusterd_brick_start shouldn't try to bring up brick if only_connec...Atin Mukherjee2018-08-231-0/+4
* xlators/mgmt/glusterd/src/glusterd-utils.c : re-scope message variableYaniv Kaul2018-08-231-1/+1
* xlators/mgmt/glusterd/src/glusterd-volume-ops.c : reduce size of message vari...Yaniv Kaul2018-08-231-3/+3
* xlators/mgmt/glusterd/src/glusterd-snapshot-utils.c : declare err_str as cons...Yaniv Kaul2018-08-231-15/+5
* xlators/mgmt/glusterd/src/glusterd-replace-brick.c : reduce size of message v...Yaniv Kaul2018-08-231-1/+1
* xlators/mgmt/glusterd/src/glusterd-volgen.c : reduce size of message variableYaniv Kaul2018-08-231-1/+1
* rpc/rpc-lib/src/rpc-clnt-ping.c:move to GF_MALLOC() instead of GF_CALLOC() whenYaniv Kaul2018-08-231-1/+1
* mgmt/glusterd: Fix memory leaks in glusterd-handler.cVijay Bellur2018-08-231-1/+2
* cli/src/cli-cmd-parser.c:move to GF_MALLOC() instead of GF_CALLOC() whenYaniv Kaul2018-08-231-1/+1
* storage/posix: Increment trusted.pgfid in posix_mknodN Balachandran2018-08-232-4/+71
* afr: common thin-arbiter functionsRavishankar N2018-08-236-12/+173
* xlators/mgmt/glusterd/src/glusterd-rpc-ops.c : re-scope message variableYaniv Kaul2018-08-231-2/+2
* glusterfind: Fix problems in python2 -> python3 compatKotresh HR2018-08-234-7/+7
* xlators/mgmt/glusterd/src/glusterd-handshake.c : reduce size or re-scope mess...Yaniv Kaul2018-08-231-2/+2
* xlators/mgmt/glusterd/src/glusterd-handler.c : reduce size or re-scope messag...Yaniv Kaul2018-08-231-23/+19
* xlators/mgmt/glusterd/src/glusterd-geo-rep.c : reduce size of message variableYaniv Kaul2018-08-231-3/+3
* xlators/mgmt/glusterd/src/glusterd-brick-ops.c : reduce size or re-scope mess...Yaniv Kaul2018-08-231-4/+3
* xlators/mgmt/glusterd/src/glusterd-bitrot.c : reduce size of message variableYaniv Kaul2018-08-231-1/+1
* features/changelog: Fix a file handle leak in htime_create()Vijay Bellur2018-08-231-2/+7
* snapview/server: Set uid,gid,and groups for gfapi callMohammed Rafi KC2018-08-231-1/+131
* mgmt/glusterd: Fix resource leaks in glusterd-handshake.cVijay Bellur2018-08-231-4/+16
* features/leases: Initialize op_errno in leases_open()Vijay Bellur2018-08-231-2/+1
* mgmt/glusterd: Fix memory leaks in glusterd-op-sm.cVijay Bellur2018-08-231-13/+5
* crypt: fix coverity issuesBhumika Goyal2018-08-231-2/+2
* snapshot : fix snapshot status failure due to symlink problemSunny Kumar2018-08-231-1/+9
* coverity: Multiple coverity fixes for issues with HIGH severityShyamsundarR2018-08-224-37/+39
* 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-227-20/+225
* 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
* api/src/glfs.c: move to GF_MALLOC() instead of GF_CALLOC()Yaniv Kaul2018-08-221-1/+1
* protocol: coverity fixesBhumika Goyal2018-08-224-12/+6
* Fix physical memory detection on NetBSDEmmanuel Dreyfus2018-08-211-1/+11