summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/rdma/src/rdma.c
Commit message (Expand)AuthorAgeFilesLines
* rdma:smoke failure in NetBSD if RDMA_OPTION_ID_REUSEADDR is not definedMohammed Rafi KC2015-04-161-0/+2
* rdma: RDMA_OPTION_ID_REUSEADDR undeclared on Ubuntu Precise (LTS)kkeithle2015-03-271-0/+3
* rdma:changing list iteration to safe modeMohammed Rafi KC2015-03-271-5/+10
* rdma:setting wrong remote memory.Mohammed Rafi KC2015-03-271-2/+2
* rdma: pre-register iobuf_pool with rdma devices.Mohammed Rafi KC2015-03-271-14/+186
* rdma:read multiple wr from cq and ack them in one callMohammed Rafi KC2015-03-271-71/+97
* rdma: post multiple work request in a single call.Mohammed Rafi KC2015-03-271-55/+65
* rdma : agregate a vectored read as oneMohammed Rafi KC2015-03-271-0/+10
* rdma:client process will hang if server is started to send the request before...Mohammed Rafi KC2015-01-061-0/+21
* rdma: client connection establishment takes more timeMohammed Rafi KC2015-01-061-1/+1
* rdma:rdma fuse mount hangs for tcp,rdma volumes if brick is down.Mohammed Rafi KC2015-01-061-5/+2
* rdma:setting rdma REUSEADDR flag to rdma id.Mohammed Rafi KC2015-01-061-0/+10
* rdma: glusterd crash if rdma_disconnect is called as soon as connect a request.Mohammed Rafi KC2015-01-061-9/+17
* rdma: mount hangs for rdma type transport.Mohammed Rafi KC2015-01-061-46/+46
* rdma: glusterfsd SEGV at volume startKaleb S. KEITHLEY2014-08-131-0/+1
* build: MacOSX Porting fixesHarshavardhana2014-04-241-3/+3
* rdma: correct some spelling mistakesNiels de Vos2014-04-171-4/+4
* 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