summaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Expand)AuthorAgeFilesLines
* cli,mgmt/glusterd: fsm log implementationPranith K2010-10-296-8/+106
* Revert "rpc-transport/rdma: create request_context only if message contains r...Anand V. Avati2010-10-291-26/+18
* Solaris build fixes: Patch for 64bit buildshishir gowda2010-10-273-1/+3
* socket: Reduce keepalive idle and interval timev3.1.1qa1Vijay Bellur2010-10-271-1/+2
* report the error if a volume not in the started state is tried to be stoppedRaghavendra Bhat2010-10-263-1/+5
* OS X: Include rpc/types.hnoah williamsson2010-10-261-0/+1
* Correct enum declaration of gf_dump_procnum, fixing duplicate symbol error wh...noah williamsson2010-10-261-2/+2
* rpc-transport/rdma: create request_context only if message contains read chun...Raghavendra G2010-10-261-18/+26
* rpcsvc: handle NULL deref in case of program mismatchAmar Tumballi2010-10-261-16/+23
* rpc-transport/rdma: associate mem-pools with device instead of transport.Raghavendra G2010-10-252-69/+102
* Solaris build: Fix linux only featuresshishir gowda2010-10-212-1/+2
* Solaris build: Handle namespace clash for rpc-clnt.hshishir gowda2010-10-211-2/+2
* rpc-transport/socket: initialize fragcurrent pointer in correct state while r...Raghavendra G2010-10-121-3/+3
* Change assert to GF_ASSERTVijay Bellur2010-10-122-3/+3
* rpcsvc: calculate dump response length instead of hard coding it.Raghavendra G2010-10-121-5/+9
* rpc-transport/rdma: by default use infiniband port 1Raghavendra G2010-10-121-1/+1
* Copyright changesVijay Bellur2010-10-114-4/+4
* mgmt/glusterd: handle reqs from unknown peers for friend smPranith K2010-10-112-2/+4
* rpc-transport/rdma: fix the bug which was causing an ioq-entry being mem_put ...Raghavendra G2010-10-091-1/+3
* rpc-clnt: do rpc_transport_destroy() in rpc_clnt_destroy()Amar Tumballi2010-10-082-2/+5
* mgmt/glusterd: Fix replace brick to pass src-brick and dst-brick port nos pro...v3.1.0qa42Pavan Sondur2010-10-083-0/+11
* rpc/clnt: allocate a new cbk_program before registering it.Raghavendra G2010-10-081-8/+46
* migrate from port 69* to 24007Amar Tumballi2010-10-083-4/+5
* support for configuring keepalive idle timeVijay Bellur2010-10-082-5/+17
* mgmt/Glusterd: Volume set enhancementsKaushik BV2010-10-073-2/+80
* protocol/rpc/transport: bring in one more event for 'TRANSPORT-DESTROY'Amar Tumballi2010-10-077-29/+34
* rpcsvc: allocate a new program structure before registering it.Raghavendra G2010-10-061-5/+32
* transport: set 'trans->options' before calling 'trans->init()'Amar Tumballi2010-10-061-4/+5
* mgmt/Glusterd : Reply to CLI error: graph constructionKaushik BV2010-10-053-0/+4
* cli: mgmt/glusterd: Add commit force op to replace-brickPavan Sondur2010-10-041-0/+1
* rpc: don't refer to 'req' after calling 'prog->actor()'Amar Tumballi2010-10-041-1/+1
* Change GNU GPL to GNU AGPLPranith K2010-10-044-12/+12
* rpcsvc: bump log level of message for missing transport typeAnand Avati2010-10-041-2/+2
* mgmt/Glusterd: new command volume reset <volname>, volume set enhancementsv3.1.0qa39Kaushik BV2010-10-036-3/+115
* xdr: introduce extra flag in rmdir requestAnand V. Avati2010-10-023-0/+4
* rpc-transport/rdma: send disconnect event only if the transport is already co...Raghavendra G2010-10-021-3/+7
* Changes to replace flock with gf_flock across GlusterFS.Pavan Sondur2010-10-013-32/+38
* remove 'gfs_id' field from all protocol xdr structuresAmar Tumballi2010-10-014-331/+1
* rpc: in rpc_clnt_destroy(), destroy the memory pool alsoAmar Tumballi2010-09-301-0/+8
* mgmt/glusterd: volume start forcePranith K2010-09-293-1/+5
* rpc-clnt: handle NULL dereferencesAmar Tumballi2010-09-281-7/+11
* mgmt/glusterd: prevent detach of peer with its bricks existing in clusterPranith K2010-09-281-0/+7
* mgmt/glusterd: delay probe till connection happensPranith K2010-09-271-0/+2
* rpc/rpc-transport: fix frame-loss during rdma-reads.v3.1.0qa31Raghavendra G2010-09-242-3/+18
* rpc-clnt: print frame-sent time till microsecond resolution in call_bail.Raghavendra G2010-09-241-1/+4
* rpc/rpcsvc: add debug messages when rpc-messages are handed over to/from tran...Raghavendra G2010-09-222-13/+37
* mgmt/glusterd: replace-brick validationsPranith Kumar K2010-09-223-1/+5
* cli, mgmt/glusterd: send errno in case of Peer rejectPranith Kumar K2010-09-211-1/+2
* cli, mgmt/glusterd: volume sync commandPranith Kumar K2010-09-206-3/+119
* rpc-transport/socket: set keepalive socket option.Raghavendra G2010-09-202-0/+91