summaryrefslogtreecommitdiffstats
path: root/rpc
Commit message (Expand)AuthorAgeFilesLines
* rpc-transport/rdma: when rdma msg of type RDMA_ERROR is recieved, disconnect ...Raghavendra G2010-09-021-6/+13
* cli, mgmt/glusterd: Added replace brick cli responsePranith Kumar K2010-09-023-12/+17
* cli: Changes for GET_NEXT volume infoVijay Bellur2010-09-023-1/+6
* Remove brick validationshishir gowda2010-09-023-0/+4
* rpc-transport/rdma: set whether pollin data is for request/reply.Raghavendra G2010-09-011-0/+2
* mgmt/glusterd: memory leak fixesPranith Kumar K2010-08-312-0/+4
* rpc-transport/socket: use xdr_sizeof instead of sizeof when trying to read ve...Raghavendra G2010-08-311-2/+21
* 'gluster volume log' feature addedAmar Tumballi2010-08-316-0/+292
* rpc-transport/rdma: By default, enable building of rdma only if libibverbs is...Raghavendra G2010-08-311-1/+1
* rpc-transport/rdma: free ioq entry even when churning of message fails.Raghavendra G2010-08-311-1/+1
* Bring in new transport rdma.Raghavendra G2010-08-307-1/+5972
* Only admin should be able to run gluster commandshishir gowda2010-08-301-0/+29
* cli, mgmt/glusterd: added volume stop <VOLNAME> force functionalityPranith Kumar K2010-08-283-12/+38
* rpc: server to client callback mechanismAmar Tumballi2010-08-277-7/+337
* rpcsvc: handle the case of null dereferencingAmar Tumballi2010-08-261-1/+7
* rpcsvc: fix double free happening when listener creation fails.Raghavendra G2010-08-261-4/+4
* Cli volume add-brick validationshishir gowda2010-08-263-0/+4
* transport/socket: free priv->incoming.request_info if not already freed after...Raghavendra G2010-08-261-0/+9
* Cli volume create validationshishir gowda2010-08-263-0/+5
* storage/posix: calculate the correct size of each dirent in readdir/readdirp.Raghavendra G2010-08-251-0/+1
* glusterd: support for volume version and cksumv3.1.0qa8Vijay Bellur2010-08-233-12/+26
* rpcsvc: allow creation of both rdma and socket for a single server transport.Raghavendra G2010-08-232-4/+100
* rpcsvc: decouple creation of listener from rpcsvc_program_register and rpcsvc...Raghavendra G2010-08-193-189/+87
* Probe on localhost not neededshishir gowda2010-08-191-0/+5
* rpcsvc: change in port selection criteria for program to listen on.Raghavendra G2010-08-191-4/+5
* rpcsvc: check for listener on default port used by mgmt (6969) while register...v3.1.0prealpha3Raghavendra G2010-08-181-0/+5
* rpcsvc: unref transport stored in request before putting request structure ba...v3.1.0prealpha2Raghavendra G2010-08-181-1/+2
* rpc-transport/socket: proper cleanup and NULL deref checks.Amar Tumballi2010-08-181-76/+126
* rpc: add rpc_req structure to request_info structure, used by transport layer...Raghavendra G2010-08-182-14/+11
* rpc - cleanup and changes related to rdmaRaghavendra G2010-08-1811-499/+409
* changed GNU General Public License to GNU Affero General Public LicensePranith Kumar K2010-08-1740-93/+273
* rpc: move handling of fragment headers to socket.Raghavendra G2010-08-164-73/+52
* if frame is NULL, don't continue to destroy it.Amar Tumballi2010-08-131-0/+3
* rpc-clnt/socket: rpc_clnt_reconfig() API to support overriding of port numbersAnand V. Avati2010-08-125-26/+52
* portmap functionality in glusterdAnand V. Avati2010-08-127-2/+651
* rpc: Cleanup reconnect timer while destroying rpc_clntVijay Bellur2010-08-121-4/+25
* rpc fixesAmar Tumballi2010-08-123-8/+22
* 'gluster volume rebalance' related fixesAmar Tumballi2010-08-113-0/+16
* rpc-lib: Solaris build fixesShehjar Tikoo2010-08-109-14/+44
* add pump xlator and changes for replace-brickPavan Sondur2010-08-061-1/+1
* rpc: changes to glusterfs programs that can take an optional payload argument.Raghavendra G2010-08-061-0/+5
* remove same process transport shortcutting mechanism in rpcAmar Tumballi2010-08-062-192/+0
* fix memory-leak in case of disconnections in RPC serverAmar Tumballi2010-08-062-45/+7
* changes to rpcRaghavendra G2010-07-289-230/+359
* some check added to the variables after GF_CALLOCAmar Tumballi2010-07-281-0/+3
* fix all the clang errors in 'rpc/*'Amar Tumballi2010-07-286-47/+62
* cli: Changes to provide proper exit status for gluster commandlineVijay Bellur2010-07-271-2/+4
* cli: Fixes related to get brick-replace to work.Pavan Sondur2010-07-273-17/+56
* DVM: bug fixes in cli and glusterd for probe, start volumev3.1.0qa2Vijay Bellur2010-07-251-1/+3
* Changes for Dynamic Volume ManagementVijay Bellur2010-07-225-7/+59