summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client
Commit message (Expand)AuthorAgeFilesLines
* protocol/client: send proper errno when op_ret is -1Amar Tumballi2010-08-131-8/+8
* fixes read data corruption seen by patch b04d963e91f8b3c72343e1043d6ed8c68699...Amar Tumballi2010-08-131-10/+5
* protocol/client: query portmap and reconnect on new portAnand V. Avati2010-08-122-0/+133
* client changes for 'gluster volume migration' to workAmar Tumballi2010-08-122-33/+230
* rpc: changes to glusterfs programs that can take an optional payload argument.Raghavendra G2010-08-061-6/+13
* changes to rpcRaghavendra G2010-07-282-9/+5
* fix all clang errors in xlator/protocolAmar Tumballi2010-07-283-52/+68
* some check added to the variables after GF_CALLOCAmar Tumballi2010-07-281-1/+1
* Cancel ping timer if socket or ib errorshishir gowda2010-07-271-2/+10
* Set fdctx only if op_ret is not -1Anush Shetty2010-07-271-6/+11
* client protocol should send the fops only after handshakeAmar Tumballi2010-07-234-125/+313
* return ENOENT instead of ESTALE for links in client for stripeshishir gowda2010-07-191-0/+3
* protocol/lib: rename files to standardized names and placesAnand Avati2010-07-145-7/+9
* gluster-CLI-and-mgmt-glusterd-added-to-codebaseAmar Tumballi2010-07-082-15/+1
* make DUMP as another programAmar Tumballi2010-07-083-80/+64
* removed 'fop->checksum' from codebase as its not required anymoreAmar Tumballi2010-07-062-114/+0
* NULL dereference fixes in code base after running with 'clang'Amar Tumballi2010-07-022-16/+35
* minor fixes in rpc + protocolAmar Tumballi2010-07-011-5/+1
* Move rpc to top-levelVijay Bellur2010-06-281-2/+2
* added proper mem-types to GF_CALLOC in protocolAmar Tumballi2010-06-253-3/+5
* minor improvements in protocolAmar Tumballi2010-06-245-2361/+2650
* make rpc protocol as default, and move the old one to legacyAmar Tumballi2010-06-211-1/+1
* rpc protocolAmar Tumballi2010-06-218-0/+7474
* renamed xlator/protocol to xlator/protocol/legacyAmar Tumballi2010-06-217-7252/+0
* mem-types: include *-mem-types.h in noinst_HEADERS variables in all Makefile.amAnand Avati2010-06-081-1/+1
* dynamic volume changes for graph replacementAnand Avati2010-06-071-1/+1
* protocol/client: Add missing argument to readlink unwind call.Pavan Sondur2010-05-311-1/+2
* protocol/client: Unwind with error if getting remote inode number fails.Pavan Sondur2010-05-271-1/+44
* frame's 'op', 'type' restructuredAmar Tumballi2010-05-031-150/+95
* structuring of protocol - 2Amar Tumballi2010-05-031-2/+4
* Memory accounting changesVijay Bellur2010-04-233-81/+153
* fop namespace cleanup.Amar Tumballi2010-03-311-439/+0
* iatt: changes across the codebaseAnand V. Avati2010-03-162-138/+138
* protocol/client: better pointer check on saved_frames mapping in ping timerAnand Avati2010-02-221-12/+15
* protocol/client: add memory allocation checksAnand Avati2010-02-221-0/+15
* protocol/client: timeout tweaksAnand Avati2010-01-231-4/+7
* protocol/client: Look only for op_ret while handling a setvolume response.Vijay Bellur2010-01-231-1/+1
* protocol/client: Fail revalidate with ESTALE.Vikas Gorur2009-12-281-0/+1
* Revert "protocol/client: return ENOENT if inode context is missing"Anand V. Avati2009-12-061-49/+21
* protocol/client: return ENOENT if inode context is missingAnand Avati2009-12-041-21/+49
* protocol/server: Changes in protocol client to include lk_owner in protocol h...Pavan Vilas Sondur2009-12-031-0/+1
* core, client, server: Support auxiliary group idsShehjar Tikoo2009-12-031-0/+19
* add an extra check for loc->parent when loc->ino is not 1Amar Tumballi2009-11-261-1/+1
* changed the log level of failure case in client_setvolume_cbkAmar Tumballi2009-11-261-1/+1
* Added boundaries for each fops, mops and cbks.Harshavardhana Ranganath2009-11-261-6/+7
* protocol/client: Make log message print both generation number and inode number.Vikas Gorur2009-11-251-4/+6
* Check for other return values as well from call to inode_path.Pavan Sondur2009-11-191-2/+2
* protocol/client: Changed default ping-timeout to 42Vijay Bellur2009-11-191-2/+2
* protocol/client: preserve open/create flags in fdctx for reopeningAnand Avati2009-11-132-0/+8
* protoocl/client: file directory reopen supportAnand Avati2009-11-132-117/+631