summaryrefslogtreecommitdiffstats
path: root/rpc/rpc-lib
Commit message (Expand)AuthorAgeFilesLines
* rpc: use export map to minimize exported symbols in libgf{rpc,xdr}.soKaleb S. KEITHLEY2018-01-122-1/+69
* rpc: fix use after freed of clnt after rpc transport clenupKinglong Mee2017-12-271-1/+4
* Use RTLD_LOCAL for symbol resolutionPrashanth Pai2017-12-271-1/+1
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-60/+23
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-124-22/+9
* rpc: Fix format warnings when using IPV6_DEFAULTShreyas Siravara2017-12-072-2/+2
* metrics: provide options to dump metrics from xlatorsAmar Tumballi2017-12-061-0/+1
* xdr: Fix build errors due to missing xdr symbol when building against TIRPCShreyas Siravara2017-12-061-0/+3
* rio/everywhere: add icreate/namelink fopSusant Palai2017-12-051-0/+2
* rpc: Eliminate conn->lock contention by using more granular locksMohit Agrawal2017-11-283-14/+6
* rpc-lib: coverity fixesMilind Changire2017-11-225-38/+70
* rpc : Change the way client uuid is builtPoornima G2017-11-201-0/+1
* rpc: bring a new protocol versionAmar Tumballi2017-11-071-0/+2
* rpc: optimize fop program lookupMilind Changire2017-11-062-4/+9
* stack: change gettimeofday() to clock_gettime()Amar Tumballi2017-11-061-1/+2
* rpc: make actor search parallelMilind Changire2017-11-062-28/+28
* gluster: IPv6 single stack supportKevin Vigor2017-10-243-0/+97
* rpc: free conn->name in rpc_clnt_destroy()Niels de Vos2017-10-111-0/+1
* rpc: free registered callback programsNiels de Vos2017-10-111-0/+7
* heal: New feature heal info summary to list the status of brick and count of ...Mohamed Ashiq Liyazudeen2017-09-151-0/+1
* rpc: destroy transport after client_tMilind Changire2017-08-311-3/+0
* Revert "rpc: disable client on disconnection from rebalance"Milind Changire2017-08-241-4/+0
* rpc: disable client on disconnection from rebalanceMilind Changire2017-08-231-0/+4
* tier: separation of attach-tier from add-brickhari gowtham2017-08-011-0/+1
* rpc: prevent logging null client [Invalid argument]Prashanth Pai2017-07-251-1/+3
* rpc: include current second in timed out frame cleanupMilind Changire2017-07-211-1/+1
* libglusterfs: Name threads on creationRaghavendra Talur2017-07-191-1/+1
* program/GF-DUMP: Shield ping processing from traffic to GlusterfsRaghavendra G2017-07-182-5/+103
* Link against missed libraries to resolve symbolsPrashanth Pai2017-07-031-1/+2
* multiple: fix struct/typedef inconsistenciesJeff Darcy2017-06-301-1/+1
* rpc: use GF_ATOMIC_INC to generate rpc_clnt's callidZhou Zhengping2017-05-082-17/+3
* rpc: Remove accidental IPV6 changesKaushal M2017-05-053-97/+0
* Halo Replication feature for AFR translatorKevin Vigor2017-05-025-12/+160
* glusterd: Fix removing pmap entry on rpc disconnectPrashanth Pai2017-04-281-1/+1
* glusterd : Disallow peer detach if snapshot bricks exist on itGaurav Yadav2017-03-311-0/+1
* rpc: bump up conn->cleanup_gen in rpc_clnt_reconnect_cleanupAtin Mukherjee2017-03-201-1/+3
* rpc: avoid logging success on failureMilind Changire2017-03-071-0/+5
* rpc/clnt: remove locks while notifying CONNECT/DISCONNECTRaghavendra G2017-03-012-31/+67
* Use int instead of int8_t for the 3 variablesMichael Scherer2017-02-281-1/+1
* rpc: fix obvious typo in cleanup code in rpc_clnt_notifyMateusz Slupny2017-02-191-1/+1
* rpcsvc: Add rpchdr and proghdr to iobref before submitting to transportPoornima G2017-02-152-3/+33
* core: run many bricks within one glusterfsd processJeff Darcy2017-01-302-1/+1
* glusterd: add a cli command to trigger a statedump on a clientPoornima G2017-01-232-1/+2
* tier : Tier as a servicehari gowtham2017-01-161-1/+1
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-215-8/+9
* rpc: fix for race between rpc and protocol/clientRajesh Joseph2016-12-052-40/+59
* cluster/afr: CLI for granular entry heal enablement/disablementKrutika Dhananjay2016-11-281-0/+2
* Revert "rpc: Fix the race between notification and reconnection"Pranith Kumar Karampuri2016-11-161-4/+3
* rpc: Fix the race between notification and reconnectionPranith Kumar K2016-10-241-3/+4
* compound fops: Fix file corruption issueKrutika Dhananjay2016-10-244-15/+1