summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* rpc: Fix a crash due to NULL dereferenceVijay Bellur2014-02-161-2/+2
* protocol/client: Fix the possible resource leaks.Poornima2014-02-151-7/+10
* glusterd: Free dup_value when error path is taken.Ira Cooper2014-02-141-4/+8
* libgfapi: Add proper NULL checksJose A. Rivera2014-02-142-18/+44
* glusterfsd: Check for NULL before dereference.Jose A. Rivera2014-02-141-1/+2
* glusterd/Vol-Locks : Moving globals into glusterd priv and code refactoringAvra Sengupta2014-02-1410-102/+295
* add build-gfid option to enable pgfid tracking ...Krishnan Parthasarathi2014-02-144-4/+55
* Removed the old and unused non-Glupy Python bindings codeJustin Clift2014-02-138-540/+0
* Clean up some weirdness with the gf_resolve inet definesJustin Clift2014-02-132-8/+2
* syncops: add support for custom PIDAnand Avati2014-02-132-2/+49
* storage/posix: calculate checksum only over read dataAnand Avati2014-02-131-2/+2
* core: add @xdata parameter to syncop_[f]removexattr()Anand Avati2014-02-136-13/+15
* Use libglusterfs wrapper to make setxattr portableEmmanuel Dreyfus2014-02-131-3/+4
* cluster/stripe: Fix the possible resource leaks.Poornima2014-02-121-4/+5
* xlators/rot-13: Free memory when returning on error.Christopher R. Hertel2014-02-121-0/+2
* glusterd: Fix possible leaks on failure code pathSantosh Kumar Pradhan2014-02-122-1/+22
* geo-rep: Fix gsyncd restart issue.Kotresh H R2014-02-121-7/+111
* performance/io-cache: Fix dereferencing of freed pointerPoornima2014-02-121-2/+6
* cluster/stripe: Fix the resource leaks.Poornima2014-02-121-0/+2
* build: CFLAGS was being polluted by python flagsLuis Pabon2014-02-122-23/+35
* gfapi: Set log level to GF_LOG_NONE after closing log file in glfs_finiPoornima2014-02-121-3/+4
* mount.glusterfs: backward compatible option for root-squashingRaghavendra Bhat2014-02-121-0/+7
* storage/posix: perform chmod after chown.Ravishankar N2014-02-112-6/+51
* gNFS: Coverity fix for possible memory leakSantosh Kumar Pradhan2014-02-111-3/+7
* dht: Modified dht-statedump to print all subvolume_statusVenkatesh Somyajulu2014-02-111-12/+33
* libglusterfs/client_t.c: rhel5/i386 atomic, link failureKaleb S. KEITHLEY2014-02-111-40/+26
* protocol/server: do not do root-squashing for trusted clientsRaghavendra Bhat2014-02-1017-9/+406
* glusterd: Volume locks and transaction specific opinfosAvra Sengupta2014-02-1026-250/+2329
* geo-rep: Config file upgradeAravinda VK2014-02-102-1/+55
* performance/io-cache: Fix for the bugs reported by coverityPoornima2014-02-101-0/+2
* features/quota: Fix NULL dereference error reported by coverity.Poornima2014-02-101-0/+4
* spec: geo-rep: Include hooks and upgrade scriptsAravinda VK2014-02-102-0/+30
* cluster/afr: goto statements may cause exit before memory is freed.Christopher R. Hertel2014-02-101-9/+28
* tests: Set hard and soft timeouts to 0 to ensure enforcement.Vijay Bellur2014-02-091-0/+4
* quota : changes in quota list commandAnuradha2014-02-083-28/+139
* glusterd: add volinfo to the list data structure in an orderVijaykumar M2014-02-085-3/+34
* performance/quick-read: Allocated memory not freed when not used.Christopher R. Hertel2014-02-081-2/+3
* cluster/dht: If hashed_subvol is NULL, do not failSusant Palai2014-02-081-3/+3
* tests: Increase Expect Within time so that valid patches passRaghavendra Talur2014-02-081-1/+1
* features/marker-quota: more stringent error handling in rename.Raghavendra G2014-02-082-11/+19
* libglusterfs..xlator.c: Close a library handle.Christopher R. Hertel2014-02-081-0/+3
* libgfapi: Don't ignore return value of glfs_loc_touchup()Jose A. Rivera2014-02-081-1/+1
* cluster/afr: Fix memory leak.Poornima2014-02-081-0/+1
* features/quota: fix crash in error handling after building ancestry.Raghavendra G2014-02-081-1/+1
* glusterd: Fix a memory leak.Raghavendra Talur2014-02-081-0/+2
* gverify: Correcting variable namesAvra Sengupta2014-02-071-2/+2
* features/index: Close directories left open on error.Christopher R. Hertel2014-02-071-3/+17
* quick-read: Remove unref of a freed iobuf.Poornima2014-02-071-1/+0
* glusterd: Fix the NULL dereference errors reported by coverity.Poornima2014-02-072-2/+6
* gNFS: Possible NULL pointer dereferenceSantosh Kumar Pradhan2014-02-071-32/+37