summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
Commit message (Expand)AuthorAgeFilesLines
...
* rpc: add extra arguments to _callback's actor functionAmar Tumballi2012-07-112-4/+5
* core: remove unused codeAmar Tumballi2012-07-1139-23720/+0
* xlators/protocol: better filenameAmar Tumballi2012-07-044-3/+4
* protocol/client: Re-open should not have O_CREAT|O_TRUNC|O_EXCLPranith Kumar K2012-06-193-9/+5
* protocol/client: Remember the gfid of opened fdPranith Kumar K2012-06-063-112/+107
* core: coverity fixes (mostly resource leak fixes)Amar Tumballi2012-06-053-2/+8
* replicate: default read_child to a local brick if there is one.Jeff Darcy2012-06-051-2/+2
* protocol/client: do not ignore the xdata received for some fopsRaghavendra Bhat2012-06-031-0/+11
* protocol/client: provide a buffer for storing reply of readlink.Raghavendra G2012-06-011-7/+46
* protocol/server: do not wind opendir call if fd creation failsRaghavendra Bhat2012-06-013-3/+13
* protocol/client: do not access the local object after being freedRaghavendra Bhat2012-05-311-2/+2
* protocol: do not log getxattr/ENODATA as warningAnand Avati2012-05-292-2/+2
* server protocol : logging and negative case logic fixesAmar Tumballi2012-05-291-555/+558
* rpc: fix the vecsizer issueAmar Tumballi2012-05-241-2/+3
* protocol/client: use correct xlator object while creating framesRaghavendra G2012-05-231-2/+2
* protocol/client: do not print the null gfid when symlink failsRaghavendra Bhat2012-05-221-3/+6
* protocol: handle proper vector size for writev()/readv()Amar Tumballi2012-05-212-7/+68
* protocol/client: free the 'loc2' variable of client_localAmar Tumballi2012-05-211-0/+1
* protocol/server: fix a crash with NULL dereferenceAmar Tumballi2012-05-201-2/+7
* protocol/server: del_locker should delete one locker per unlockPranith Kumar K2012-05-191-10/+10
* 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