summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/rdma/src/rdma.c
Commit message (Expand)AuthorAgeFilesLines
* rdma: coverity fixesBhumika Goyal2018-10-211-6/+7
* rpc: make binding to port 0 as the default if no option is providedAmar Tumballi2018-10-021-2/+8
* Land part 2 of clang-format changesGluster Ant2018-09-121-4138/+3953
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-1/+1
* rpc-transport/rdma: Fix coverity issues in rdma transportYi Wang2017-12-281-32/+34
* rpc-transport/rdma: Add a mutex for the list of RDMA Memory Region(MR) accessYi Wang2017-12-121-38/+71
* rpc/rpc-transport: dead code coverity fixKartik_Burmee2017-11-211-3/+0
* Fix use-after-free in gf_rdma_do_readsMichael Scherer2017-09-151-0/+1
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-6/+6
* protocol/server: make listen backlog value as configurableMohammed Rafi KC2017-06-081-1/+31
* rpc: fix a routine to destory RDMA qp(queue-pair)Ji-Hyeon Gim2017-05-121-1/+1
* Return ret as soon as `this` is freedNigel Babu2017-03-011-0/+1
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-211-9/+10
* libglusterfs (timer): race conditions, illegal mem access, mem leakKaleb S KEITHLEY2016-06-011-2/+2
* all: reduce "inline" usageJeff Darcy2015-09-011-5/+5
* rdma:restore device linked list structure in case of failureMohammed Rafi KC2015-08-131-3/+5
* rdma : porting missing gf_log to gf_msgManikandan Selvaganesh2015-07-121-4/+7
* rdma : removing duplicate printing of error string in gf_msgManikandan Selvaganesh2015-06-271-30/+23
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* rdma:properly handle iobuf_pool when rdma transport is unloadedMohammed Rafi KC2015-05-051-20/+61
* rdma: porting rdma to a new message id logging formatHumble Devassy Chirammal2015-04-291-294/+404
* rdma:changing list iteration to safe modeMohammed Rafi KC2015-03-151-5/+10
* rdma: Free resources related to iobuf in finiMohammed Rafi KC2015-03-101-0/+18
* rdma:enhance logging when a connection error occurMohammed Rafi KC2015-03-101-1/+3
* rdma: return proper data type.Humble Devassy Chirammal2015-03-091-1/+1
* rdma: 'list','wr' and 'new' memory has to be verified.Humble Devassy Chirammal2015-03-091-1/+22
* rdma:setting wrong remote memory.Mohammed Rafi KC2015-03-041-2/+2
* rdma: segfault trying to call ibv_dealloc_pd on a null pointer Mark Lipscombe2015-03-031-1/+3
* rdma: free rdma priv data if init failsAtin Mukherjee2015-02-191-0/+2
* rdma: pre-register iobuf_pool with rdma devices.Mohammed Rafi KC2015-02-171-14/+186
* rdma: reduce log level from E to WMohammed Rafi KC2015-02-171-1/+1
* rdma:read multiple wr from cq and ack them in one callMohammed Rafi KC2015-02-171-71/+97
* rdma: post multiple work request in a single call.Mohammed Rafi KC2015-02-121-55/+65
* rdma : agregate a vectored read as oneMohammed Rafi KC2015-02-121-0/+10
* rdma:client process will hang if server is started to sendMohammed Rafi KC2014-11-181-0/+21
* rdma: client connection establishment takes more timeMohammed Rafi KC2014-11-181-1/+1
* rdma:rdma fuse mount hangs for tcp,rdma volumes if brick is down.Mohammed Rafi KC2014-11-171-5/+2
* rdma: glusterd crash if rdma_disconnect is called as soon as connect a request.Mohammed Rafi KC2014-11-141-9/+17
* rdma:setting rdma REUSEADDR flag to rdma id.Mohammed Rafi KC2014-11-131-0/+10
* rdma: mount hangs for rdma type transport.Mohammed Rafi KC2014-10-081-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