summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
Commit message (Expand)AuthorAgeFilesLines
* libglusterfs/statedump: move options file and statedumps from /tmpRaghavendra Bhat2013-05-142-2/+3
* protocol/client: Remember the gfid of opened fdRajesh Amaravathi2012-11-193-112/+107
* protocol/server: use pthread_mutex_trylock while dumping statedumpsRaghavendra Bhat2012-08-111-11/+29
* protocol/client: provide a buffer for storing reply of readlink.Raghavendra G2012-07-031-7/+46
* protocol: do not log getxattr/ENODATA as warningv3.3.0qa45Anand Avati2012-05-292-2/+2
* protocol/client: Concatenate the graph uuid along with process uuid in setlk_...Mohammed Junaid2012-05-252-11/+19
* protocol/client: use correct xlator object while creating frames during reope...Raghavendra G2012-05-231-2/+2
* protocol/server: del_locker should delete one locker per unlockPranith Kumar K2012-05-221-10/+10
* protocol/client: free the 'loc2' variable of client_localAmar Tumballi2012-05-211-0/+1
* protocol/server: fix a crash with NULL dereferenceAmar Tumballi2012-05-211-2/+7
* client/protocol : Changes in client3_1_getxattr()Kaushal M2012-05-173-2/+12
* 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.v3.3.0qa31Raghavendra 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()v3.3.0qa30Amar 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