summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
Commit message (Expand)AuthorAgeFilesLines
* protocol/client: Concatinate the graph uuid along with process uuid inMohammed Junaid2012-05-182-11/+19
* protocol/client: check if the name is NULL before duping itRaghavendra Bhat2012-05-171-1/+3
* client/protocol : Changes in client3_1_getxattr()Kaushal M2012-05-163-2/+11
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-1010-117/+45
* Resolve: Assign correct path while resolvingPranith Kumar K2012-05-081-10/+5
* protocol/{client,server} : Log improvementsKaushal M2012-05-082-22/+42
* protocol/client: hold lock when cancelling ping_timer inRaghavendra G2012-05-051-16/+22
* libglusterfs/inode.c: do not link the inode in the dentry cache for "." and ".."Krishna Srinivas2012-05-051-2/+4
* protocol: fix memory leak of lk-owner buffer in *lk() callsAmar Tumballi2012-05-032-0/+12
* log cleanup: in setxattr() pathAmar Tumballi2012-05-022-31/+44
* get rid of ZR_PATH_MAXEmmanuel Dreyfus2012-05-012-4/+4
* core: coverity issues fixedAmar Tumballi2012-04-232-8/+15
* protocol/server: Check if dict arg is NULL in setxattrshishir gowda2012-04-171-1/+1
* protocol/client,server: Lock self healing off by default.Mohammed Junaid2012-04-162-2/+4
* server: Modified logging information to ease log based analysisKrishnan Parthasarathi2012-04-132-3/+3
* xlator/server,xlator/nfs : Fix authentication for address listsKaushal M2012-04-131-1/+7
* protocol/client: in link_cbk() try to print valid information in case of errorAmar Tumballi2012-04-111-2/+6
* protocol/server: validate connection object before dereferencingAmar Tumballi2012-04-111-19/+10
* Fix compiler warnings and typos from Debian build.Jeff Darcy2012-04-101-1/+1
* Replace GPLV3 MD5 with OpenSSL MD5Kaleb KEITHLEY2012-04-043-5/+4
* core: fix all the iobuf related refs and unrefsAmar Tumballi2012-03-293-51/+88
* cli, glusterd: "volume set help" additionsKaushal M2012-03-281-3/+11
* protocol/client: Set grace_timer_needed flag to false on a disconnect.Mohammed Junaid2012-03-281-0/+3
* core: adding extra data for fopsAmar Tumballi2012-03-229-759/+2188
* protocol/client: memory leak fixes.Raghavendra G2012-03-202-14/+4
* protocol/server: remove the transport from the list irrespective of lock-heal...Raghavendra Bhat2012-03-201-6/+11
* protocol/client: Handle failures in lock self healing gracefully (part2).Mohammed Junaid2012-03-191-49/+169
* rpc-clnt: separate out connection_cleanup() from destroy()Amar Tumballi2012-03-191-2/+9
* protocol/client: Handle failures in lock self healing gracefully (part 1).Mohammed Junaid2012-03-192-93/+51
* protocol/server: Handle server send reply failure gracefully.Mohammed Junaid2012-03-194-58/+119
* protocol/client: Avoid STACK_DESTROYing more than once in RELEASE fops.Vijay Bellur2012-03-191-2/+4
* print bound_xl only once in server statedumpRahul C S2012-03-191-0/+12
* Logs: Improved logs in lock/unlock execution pathPranith Kumar K2012-03-182-2/+3
* protocol/client: replace STACK_UNWIND_STRICT macro with CLIENT_STACK_UNWIND,Raghavendra G2012-03-183-196/+111
* rpc: don't unwind the fop in caller if client_submit_request failsRaghavendra G2012-03-183-236/+183
* protocol/server: Clear internal locks on disconnectPranith Kumar K2012-03-184-12/+26
* protocol/server: send forget on the renamed inodeRaghavendra Bhat2012-03-181-0/+28
* mgmt/glusterd : volume set validation fixesKaushal M2012-03-182-6/+16
* protocol/server: memory leak fixes.Raghavendra G2012-03-172-0/+9
* protocol/server: add and remove the transports from the list, inside the lockRaghavendra Bhat2012-03-172-26/+54
* protocol/server: Avoid race in add/del locker, connection_cleanupPranith Kumar K2012-03-174-38/+27
* protocol/server: Remove connection from conf->conns w.o. racePranith Kumar K2012-03-134-8/+47
* protocol/client: remove unused variables from 'priv/conf'Amar Tumballi2012-03-122-4/+0
* protocol/client: Register a timer(grace-timer) conditionally.Mohammed Junaid2012-03-102-8/+20
* protocol/client: Added lk_ctx info in fdctx dumpKrishnan Parthasarathi2012-03-074-27/+83
* protocol/client: Free readdirp xdr leakPranith Kumar K2012-03-071-0/+1
* fops/removexattr: prevent users from removing glusterfs xattrsRajesh Amaravathi2012-03-051-1/+1
* Fix memory leaks found in readdirVijay Bellur2012-03-011-0/+6
* protocol/client: Calling GF_FREE on memory allocated via GF_CALLOC.Mohammed Junaid2012-03-011-1/+1
* protocol/server: Make conn object ref-countedPranith Kumar K2012-03-015-198/+90