summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client
Commit message (Expand)AuthorAgeFilesLines
* check the private structure of the xlator before accessing itRaghavendra Bhat2010-09-211-0/+8
* Glusterd: gluster volume set <volume> <option> <value>Kaushik BV2010-09-181-0/+74
* protocol/client: prevent a crash while taking process state dumpAmar Tumballi2010-09-161-7/+8
* cli, mgmt/glusterd: disallow probe to a clusterPranith Kumar K2010-09-151-1/+1
* memory leak fixes.Raghavendra G2010-09-151-0/+1
* socket: add xfer data countsAmar Tumballi2010-09-141-0/+8
* No space left on device errorshishir gowda2010-09-131-2/+6
* protocol/client: send CHILD_UP directly fuse if parent is NULLAmar Tumballi2010-09-081-1/+8
* protocol/client: ignore rpc_clnt_destroy as temp fix for sigterm handlingv3.1.0qa16Pranith Kumar K2010-09-061-2/+2
* misc replace-brick fixesVijay Bellur2010-09-061-2/+5
* gfid: protocol/xdr changes to handle gfid based fops.Amar Tumballi2010-09-042-348/+206
* gfid: changes in symlink() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-3/+2
* gfid: changes in mkdir() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-3/+2
* gfid: changes in mknod() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-3/+2
* gfid: change in create() prototype to have params dictionary with uuid in itAnand Avati2010-09-041-1/+1
* Add rdma as valid transport type for client and server protocol.Raghavendra G2010-08-301-1/+1
* changes to client to make use of the rdma functionality.Raghavendra G2010-08-305-122/+359
* rpc: server to client callback mechanismAmar Tumballi2010-08-273-1/+67
* protocol/client: fix ESTALE in statfs on root inodeAmar Tumballi2010-08-191-9/+14
* 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: 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