summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src/client-handshake.c
Commit message (Expand)AuthorAgeFilesLines
* protocol/client: Concatenate the graph uuid along with process uuid in setlk_...Mohammed Junaid2012-05-251-10/+18
* protocol/client: use correct xlator object while creating frames during reope...Raghavendra G2012-05-231-2/+2
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* protocol/client: hold lock when cancelling ping_timer inRaghavendra G2012-05-051-16/+22
* core: coverity issues fixedAmar Tumballi2012-04-231-2/+1
* core: adding extra data for fopsAmar Tumballi2012-03-221-1/+0
* protocol/client: Handle failures in lock self healing gracefully (part2).Mohammed Junaid2012-03-191-49/+169
* protocol/client: replace STACK_UNWIND_STRICT macro with CLIENT_STACK_UNWIND,Raghavendra G2012-03-181-2/+3
* rpc: don't unwind the fop in caller if client_submit_request failsRaghavendra G2012-03-181-38/+17
* protocol/client: Added lk_ctx info in fdctx dumpKrishnan Parthasarathi2012-03-071-18/+2
* protocol/client: Calling GF_FREE on memory allocated via GF_CALLOC.Mohammed Junaid2012-03-011-1/+1
* protocol/client: send unique key to server during handshakeAmar Tumballi2012-02-291-2/+7
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-211-3/+3
* protocol/client,server: fcntl lock self healing.Mohammed Junaid2012-02-201-19/+462
* protocol xdr: remove 'path<>'Amar Tumballi2012-02-141-2/+0
* protocol/client : prevent client from reconnecting when serverKaushal M2012-02-031-3/+21
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-241-0/+1
* glusterfs protocol: handshake to log the version of the peerAmar Tumballi2011-09-211-0/+8
* modify to the way we used XDR definitions files (.x files)Amar Tumballi2011-09-071-19/+15
* glusterfs protocol: bring in variable sized iobuf supportAmar Tumballi2011-09-071-7/+12
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* client-handshake: skip CHILD_DOWN notifications when client is querying port ...Raghavendra G2011-07-121-0/+2
* logging: fill proper domain names at places where it is missingAmar Tumballi2011-06-161-11/+14
* fix multiple transport portmap issues in client handshakeAmar Tumballi2011-06-081-0/+21
* rpc-clnt: consider the (re-)configured port for only one connect() callAmar Tumballi2011-05-301-9/+0
* loc_t: add 'gfid' and 'pargfid' fieldsAmar Tumballi2011-05-031-2/+2
* remove excessive logs due to log enhancementAmar Tumballi2011-04-131-4/+8
* protocol/client: fix the fd_count decrement logicAmar Tumballi2011-04-121-3/+5
* removed reference to GF_LOG_NORMALAmar Tumballi2011-04-071-1/+1
* protocol/client: make sure to send only genuine events up to parentAmar Tumballi2011-04-061-31/+18
* protocol/client: log enhancementAmar Tumballi2011-03-171-79/+151
* protocol/client: decrement reopen fd count in cases of re-open errorsPranith K2011-02-071-2/+24
* protocol: fix warnings due to format string mismatches during invocation of g...Raghavendra G2010-12-121-5/+5
* client-reopen-cbk: fix a gf_log() crash due to wrong argument listAmar Tumballi2010-12-121-1/+1
* rpc-clnt: show disconnect messages in log file by defaultAnand Avati2010-12-061-6/+18
* protocol/client: skip notify if query portmap is successfulshishir gowda2010-11-181-1/+2
* client: move reopen{,dir} code to handshake fileAmar Tumballi2010-10-241-2/+296
* protocol/client: prevent propagation of CHILD_DOWN after pmap queryAnand Avati2010-10-121-0/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* cluster/pump: mgmt/glusterd: Misc fixes for replace-brickPavan Sondur2010-10-041-6/+7
* remove 'gfs_id' field from all protocol xdr structuresAmar Tumballi2010-10-011-1/+1
* protocol/client: cluster/afr: Support lock recovery and self heal.Pavan Sondur2010-09-301-21/+44
* client-handshake: prevent NULL dereferenceAmar Tumballi2010-09-281-11/+33
* memory leak fixes.Raghavendra G2010-09-151-0/+1
* protocol/client: send CHILD_UP directly fuse if parent is NULLAmar Tumballi2010-09-081-1/+8
* changes to client to make use of the rdma functionality.Raghavendra G2010-08-301-8/+16
* client: Do reconfig upon failureVijay Bellur2010-08-171-2/+4
* protocol/client: fix reconnection to happen on portmapper firstAnand Avati2010-08-171-0/+6
* protocol/client: query portmap and reconnect on new portAnand V. Avati2010-08-121-0/+132