summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-transport/rdma
Commit message (Expand)AuthorAgeFilesLines
* rpc: make binding to port 0 as the default if no option is providedAmar Tumballi2018-10-022-14/+14
* Land part 2 of clang-format changesGluster Ant2018-09-122-4652/+4441
* Land clang-format changesGluster Ant2018-09-123-347/+297
* All: remove memset() before sprintf()Yaniv Kaul2018-08-141-1/+0
* build: rename event.h to gf-event.hNiels de Vos2018-07-271-1/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-222-2/+2
* build: Link libgfrpc within rpc-transport shared librariesAnoop C S2018-01-111-2/+4
* rpc-transport/rdma: Fix coverity issues in rdma transportYi Wang2017-12-281-32/+34
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-192/+87
* rpc-transport/rdma: Add a mutex for the list of RDMA Memory Region(MR) accessYi Wang2017-12-122-38/+72
* rpc/rpc-transport: dead code coverity fixKartik_Burmee2017-11-211-3/+0
* rpc/rpc-transport/: MISSING_BREAK in name.cGirjesh Rajoria2017-11-081-2/+2
* rpc/rpc-transport/rdma/: Coverity Issue MISSING_BREAKGirjesh Rajoria2017-11-061-2/+2
* 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-082-1/+33
* rpc: fix a routine to destory RDMA qp(queue-pair)Ji-Hyeon Gim2017-05-121-1/+1
* transport: allow OS to assign us a portKevin Vigor2017-03-121-0/+5
* Return ret as soon as `this` is freedNigel Babu2017-03-011-0/+1
* libglusterfs+transport+io-threads: fix 256KB stack abuseJeff Darcy2017-02-011-6/+6
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-211-9/+10
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-181-2/+4
* libglusterfs (timer): race conditions, illegal mem access, mem leakKaleb S KEITHLEY2016-06-011-2/+2
* rpc: change client insecure port ceiling from 65535 to 49151Prasanna Kumar Kalever2016-05-181-5/+6
* rpc: define client port rangePrasanna Kumar Kalever2016-05-031-0/+19
* rpc: fix gf_process_reserved_portsPrasanna Kumar Kalever2016-04-271-7/+1
* rpc: assign port only if it is unreservedPrasanna Kumar Kalever2016-04-061-1/+3
* build: install and package header files more conventionallyKaleb S. KEITHLEY2015-11-161-2/+0
* 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
* rpc: fix binding brick issue while bind-insecure is enabledPrasanna Kumar Kalever2015-07-261-29/+38
* rdma : porting missing gf_log to gf_msgManikandan Selvaganesh2015-07-122-11/+15
* rdma : removing duplicate printing of error string in gf_msgManikandan Selvaganesh2015-06-272-35/+27
* build: do not #include "config.h" in each fileNiels de Vos2015-05-293-15/+0
* rdma:properly handle iobuf_pool when rdma transport is unloadedMohammed Rafi KC2015-05-052-20/+62
* rdma: porting rdma to a new message id logging formatHumble Devassy Chirammal2015-04-294-371/+695
* rdma:changing list iteration to safe modeMohammed Rafi KC2015-03-151-5/+10
* rdma: Free resources related to iobuf in finiMohammed Rafi KC2015-03-102-0/+19
* 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: Fix failure to call rdma_bind_addr if unable to bind privileged port.Mark Lipscombe2015-02-261-1/+8
* 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-172-14/+196
* 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