summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/rdma/src/rdma.c
Commit message (Expand)AuthorAgeFilesLines
...
* log: enhance gluster log format with message ID and standardize errno reportingShyamsundarR2014-03-281-1/+1
* core: block unused signals in created threadsAnand Avati2013-09-251-15/+12
* rpc-transport/rdma: reap async events in a dedicated thread.Raghavendra G2013-05-171-1/+51
* rpc-transport/rdma: use rdma-cm for connection establishment.Raghavendra G2013-05-171-1650/+1088
* "gcc -pedantic": made 'inline' functions as 'static inline' functionsAmar Tumballi2013-01-231-5/+5
* Fixed some general typing errors.Varun Shastry2012-09-271-1/+1
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-6/+2
* rpc-transport/rdma: decode and handle RDMA_ERROR msgs.Raghavendra G2012-06-131-41/+55
* rpc-transport/rdma: logging enhancementsRaghavendra G2012-05-271-72/+210
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-201-15/+8
* transport/rdma: Add attr_timeout, attr_retry_cnt, attr_rnr_retryHarshavardhana2011-12-201-7/+35
* rpc-transport/rdma: add gf_ prefix to all procedure, variable namesRaghavendra G2011-11-241-920/+973
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-1/+1
* 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-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* 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-161-16/+12
* 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-171-60/+45
* rpc-transport: whitespace cleanupAmar Tumballi2011-03-171-214/+214
* 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-251-29/+24
* 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-071-9/+11
* 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-251-65/+99
* 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-111-1/+1
* rpc-transport/rdma: fix the bug which was causing an ioq-entry being mem_put ...Raghavendra G2010-10-091-1/+3
* Change GNU GPL to GNU AGPLPranith K2010-10-041-3/+3
* 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.v3.1.0qa31Raghavendra G2010-09-241-3/+17
* 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: honour port argument sent in rdma_connect.v3.1.0qa17Raghavendra G2010-09-071-1/+1
* rpc-transport/rdma: fix memory corruptions caused by rdma.Raghavendra G2010-09-071-2/+4