summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/rdma
Commit message (Expand)AuthorAgeFilesLines
* Use inet as default listenerEmmanuel Dreyfus2012-06-011-8/+4
* rpc-transport/rdma: logging enhancementsRaghavendra G2012-05-271-72/+210
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-104-56/+20
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-201-15/+8
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-241-1/+1
* transport/rdma: Add attr_timeout, attr_retry_cnt, attr_rnr_retryHarshavardhana2011-12-202-7/+43
* rpc-transport/rdma: add gf_ prefix to all procedure, variable namesRaghavendra G2011-11-242-1045/+1098
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-162-2/+2
* rpc-transport/rdma: send correct vector count when both rpc-header and progra...Raghavendra G2011-11-151-2/+10
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-071-24/+2
* mem-pool: Make mem-pool ptr avialable in ptrshishir gowda2011-08-251-4/+4
* Change Copyright current yearPranith Kumar K2011-08-104-4/+4
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-064-12/+12
* rpc-transport/rdma: call ibv_fork_init to make rdma work with fork.Raghavendra G2011-07-011-0/+1
* rdma: fix the excessive logsAmar Tumballi2011-06-161-2/+3
* build warning fixesAmar Tumballi2011-06-162-37/+26
* rpc-transport/rdma: don't return '0' in case of un-initiated rdma_connect()Amar Tumballi2011-06-081-4/+1
* spelling errors fixed across the code baseAmar Tumballi2011-03-221-3/+3
* rpc-transport: log enhancementAmar Tumballi2011-03-172-66/+48
* rpc-transport: whitespace cleanupAmar Tumballi2011-03-173-291/+291
* rpc-transport/rdma: handle cases where peer is NULL in send_completion.Raghavendra G2011-03-121-1/+1
* rdma : prevent confusing logs when both 'poll_in' and 'poll_err' are received.Amar Tumballi2010-12-271-1/+1
* rpc-transport/rdma: QP configuration changes.Raghavendra G2010-12-121-29/+46
* rpc-transport/rdma: add informative debug messages when posting of send reque...Raghavendra G2010-12-121-13/+33
* rpc-transport: don't merge payload iobuf and iobuf which holds program header...Raghavendra G2010-11-252-29/+25
* rpc-transport/rdma: set the default quota of recv buffers to 128.Raghavendra G2010-11-091-2/+2
* rpc-transport/rdma: create request_context only if message contains read chun...Raghavendra G2010-11-071-18/+28
* rpc-transport/rdma: Fix 2KB as threshold size for msgs that can be transferre...Raghavendra G2010-11-072-13/+23
* rpc-transport/rdma: increment post->ctx.count in a loop doint rdma_read.Raghavendra G2010-11-071-5/+5
* rpc-transport: fix race-condition between rdma-read completion and updating t...Raghavendra G2010-10-291-1/+1
* Revert "rpc-transport/rdma: create request_context only if message contains r...Anand V. Avati2010-10-291-26/+18
* rpc-transport/rdma: create request_context only if message contains read chun...Raghavendra G2010-10-261-18/+26
* rpc-transport/rdma: associate mem-pools with device instead of transport.Raghavendra G2010-10-252-69/+102
* Change assert to GF_ASSERTVijay Bellur2010-10-121-1/+1
* rpc-transport/rdma: by default use infiniband port 1Raghavendra G2010-10-121-1/+1
* Copyright changesVijay Bellur2010-10-114-4/+4
* rpc-transport/rdma: fix the bug which was causing an ioq-entry being mem_put ...Raghavendra G2010-10-091-1/+3
* migrate from port 69* to 24007Amar Tumballi2010-10-081-2/+2
* Change GNU GPL to GNU AGPLPranith K2010-10-044-12/+12
* rpc-transport/rdma: send disconnect event only if the transport is already co...Raghavendra G2010-10-021-3/+7
* rpc/rpc-transport: fix frame-loss during rdma-reads.Raghavendra G2010-09-242-3/+18
* rdma: do event_unregister() in fini() too.Amar Tumballi2010-09-171-12/+19
* rpc-transport/rdma: while notifying a reply, pickup the correct iobref from r...Raghavendra G2010-09-081-3/+3
* rpc-transport/rdma: change the default listening port to 6968.Raghavendra G2010-09-081-1/+1
* rpc-transport/rdma: honour port argument sent in rdma_connect.Raghavendra G2010-09-073-21/+26
* rpc-transport/rdma: fix memory corruptions caused by rdma.Raghavendra G2010-09-071-2/+4
* rpc-transport/rdma: notify rpc when pollerr happens, so that client side can ...Raghavendra G2010-09-031-2/+2
* rpc-transport/rdma: when rdma msg of type RDMA_ERROR is recieved, disconnect ...Raghavendra G2010-09-021-6/+13
* rpc-transport/rdma: set whether pollin data is for request/reply.Raghavendra G2010-09-011-0/+2
* rpc-transport/rdma: free ioq entry even when churning of message fails.Raghavendra G2010-08-311-1/+1