summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* gluster-CLI-and-mgmt-glusterd-added-to-codebaseAmar Tumballi2010-07-0857-65/+10999
* fix up OS X after dynamic volume changesCsaba Henk2010-07-087-20/+8
* minor option handling refactorizationsCsaba Henk2010-07-088-26/+45
* fix fuse volume creation from volfileCsaba Henk2010-07-082-41/+104
* fix up option handlingCsaba Henk2010-07-084-40/+64
* performance/io-cache: implement mknod fop.Raghavendra G2010-07-081-1/+85
* make DUMP as another programAmar Tumballi2010-07-0815-248/+351
* assign proper 'fop' number to 'frame->root->op' on server sideAmar Tumballi2010-07-081-1/+40
* Handle a crash in inode.c on 32 bit, big endian platformAmar Tumballi2010-07-081-5/+5
* removed 'fop->checksum' from codebase as its not required anymoreAmar Tumballi2010-07-0631-1173/+11
* nfs3: Fix race updating op queue on uncached fd openShehjar Tikoo2010-07-064-56/+159
* improvement to error-genAmar Tumballi2010-07-062-207/+165
* avoid repeating codeAmar Tumballi2010-07-062-43/+1
* glusterfsd: Handle setting entry-timeout to 0Vijay Bellur2010-07-061-1/+1
* allocate space for '\0' in string, while adding xlator-optionAmar Tumballi2010-07-061-2/+2
* mount/fuse: Handle setting entry-timeout to 0.Vijay Bellur2010-07-051-1/+1
* nfs: Assign incremental lk owner to framesShehjar Tikoo2010-07-041-0/+23
* nfs: Support directory level exportsShehjar Tikoo2010-07-047-49/+712
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-0230-123/+193
* performance/write-behind: explicitly enforce ordering of overlapping writes.Raghavendra G2010-07-021-173/+279
* minor fixes in rpc + protocolAmar Tumballi2010-07-017-240/+23
* backward compatibility of protocolAmar Tumballi2010-07-0114-798/+499
* Move rpc to top-levelVijay Bellur2010-06-2832-14/+14
* OS X: fix up rpc protocolCsaba Henk2010-06-255-2/+12
* added proper mem-types to GF_CALLOC in protocolAmar Tumballi2010-06-2514-67/+79
* change volume file options back to 'transport' from 'rpc-transport'Amar Tumballi2010-06-244-41/+47
* minor improvements in protocolAmar Tumballi2010-06-2420-2615/+2995
* moved 'auth_glusterfs' xdr definitions to rpc-libAmar Tumballi2010-06-245-100/+103
* io-threads: initialize conf->w_attrAnand Avati2010-06-221-0/+2
* performance/io-cache: destroy table->mem_pool in fini.Raghavendra G2010-06-221-1/+8
* misc updates in mainlineAmar Tumballi2010-06-214-4/+3
* make rpc protocol as default, and move the old one to legacyAmar Tumballi2010-06-214-12/+17
* rpc protocolAmar Tumballi2010-06-2164-43/+32304
* renamed xlator/protocol to xlator/protocol/legacyAmar Tumballi2010-06-2145-36/+70
* Revert "performance/write-behind: explicitly enforce ordering of overlapping ...Anand V. Avati2010-06-151-126/+128
* Changes to volgen such that it does not error out in python2.4Raghavendra Bhat2010-06-101-1/+4
* changed the order of gf_log in xlator.c to prevent hangAmar Tumballi2010-06-101-3/+3
* Fix compilation failure on Solaris in __socket_keepalive()Vijay Bellur2010-06-081-1/+1
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-0824-21/+29
* quick-read: fix size parameter to GF_CALLOC of priv to fix mem corruptionAnand Avati2010-06-071-1/+1
* dynamic volume changes for graph replacementAnand Avati2010-06-0730-2002/+2383
* fuse: add a built-in fuse traffic dumper mechanismCsaba Henk2010-06-074-40/+143
* performance/quick-read: fix the size-to-be pruned.Raghavendra G2010-06-031-2/+2
* performance/quick-read: set default cache-size value to 128MB.Raghavendra G2010-06-031-1/+3
* cluster/afr: Check before accessing xattrs in data self heal.Pavan Sondur2010-06-011-1/+2
* extras/gnfs-lognalyzer: Delete class instance to release mem earlyShehjar Tikoo2010-06-011-0/+1
* mount3: Handle unmount for unknown volume namesShehjar Tikoo2010-06-011-7/+19
* mount3: Handle <volname> as well for unmount dirpathShehjar Tikoo2010-06-011-1/+4
* nfs3: Special-case the lookup for parent dir of rootShehjar Tikoo2010-06-011-7/+31
* nfs3: Funge . and .. ino/gen in readdir of rootShehjar Tikoo2010-06-013-39/+96