summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/server/src/server.c
Commit message (Expand)AuthorAgeFilesLines
* build: address linkage issuesKaleb S. KEITHLEY2018-03-061-4/+3
* protocol: Remove lock recovery logic from client and serverAnoop C S2018-01-311-182/+18
* protocol/server: Fix "auth-path" in options tableKotresh HR2018-01-221-0/+5
* locks: added inodelk/entrylk contention upcall notificationsXavier Hernandez2018-01-161-6/+38
* protocol/server: add dump_metrics methodAmar Tumballi2017-12-181-9/+55
* protocol/server: Update xlator options tableKaushal M2017-11-171-13/+43
* libglusterfs/options: Add new member 'setkey' to xlator optionsKaushal M2017-11-151-2/+5
* protocol/server : Coverity FixesAshish Pandey2017-11-081-3/+2
* protocol/server: Add an argument to rpcsvc_program_registerMohammed Rafi KC2017-11-071-1/+2
* rpc: bring a new protocol versionAmar Tumballi2017-11-071-0/+13
* rpc: optimize fop program lookupMilind Changire2017-11-061-2/+7
* protocol-auth: use the proper validation methodAmar Tumballi2017-10-121-33/+7
* protocol/server: Remove duplicate dict_get_strAnoop C S2017-09-131-8/+0
* Command to identify client processhari gowtham2017-09-061-0/+8
* rpc: destroy transport after client_tMilind Changire2017-08-311-23/+50
* glusterfsd: allow subdir mountAmar Tumballi2017-08-041-0/+1
* mgtm/core : use sha hash function for volfile checkMohammed Rafi KC2017-07-101-0/+3
* Link against missed libraries to resolve symbolsPrashanth Pai2017-07-031-1/+1
* protocol/server: make listen backlog value as configurableMohammed Rafi KC2017-06-081-0/+4
* glusterfs: Not able to mount running volume after enable brick mux and stoppe...Mohit Agrawal2017-05-311-11/+84
* libglusterfs, dht, locks, glusterd: Coverity fixesNigel Babu2017-02-231-5/+0
* rpcsvc: Add rpchdr and proghdr to iobref before submitting to transportPoornima G2017-02-151-7/+13
* libglusterfs+changetimerecorder: reduce log noiseJeff Darcy2017-02-101-1/+1
* core: run many bricks within one glusterfsd processJeff Darcy2017-01-301-44/+127
* glusterd: Add info on op-version for clients in vol status outputSamikshan Bairagya2017-01-121-0/+8
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-211-1/+2
* protocol-server: generate eventsPrasanna Kumar Kalever2016-09-061-2/+53
* protocol/server: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-271-11/+0
* protocol: Add framework to send transaction id with recallPoornima G2016-06-101-1/+8
* upcall: pass dict with xattrs on xattr invalidationPoornima G2016-05-191-2/+7
* glusterd: add defence mechanism to avoid brick port clashesPrasanna Kumar Kalever2016-05-041-1/+2
* Protocol: Add lease fopPoornima G2016-04-291-12/+17
* server: send lookup on root inode when itable is createdvmallika2016-03-301-0/+2
* protocol client/server: Fix client-server handshakeAvra Sengupta2016-03-101-1/+70
* protocol/server: Race between server_reconfigure and server_setvolumeMohammed Rafi KC2016-01-221-0/+12
* protocol/server: define the max number of inodes in lru list as a numberRaghavendra Bhat2015-10-151-3/+3
* server/protocol: option for dynamic authorization of client permissionsPrasanna Kumar Kalever2015-10-041-4/+51
* protocol-client/server: Fix incorrect grace-timeout value in logsAnoop C S2015-09-031-20/+11
* protocol/server : porting missing gf_log's to gf_msgManikandan Selvaganesh2015-08-261-8/+18
* rpc,server,glusterd: Init transport list for accepted transportKaushal M2015-07-241-0/+8
* protocol/server: fail setvolume if any of xlators is not initialized yetRaghavendra G2015-07-021-0/+11
* protocol/server: Correctly reconfigure auth.ssl-allowKaushal M2015-07-011-0/+2
* protocol/server: Include a check to validate xprt->clientSoumya Koduri2015-06-261-1/+3
* build: do not #include "config.h" in each fileNiels de Vos2015-05-291-5/+0
* protocol: increase default group-cache-timeout to 300 secondsNiels de Vos2015-05-021-1/+1
* Upcall: Replaced opaque gfid with string in rpc cbk argsSoumya Koduri2015-04-301-1/+1
* Upcall: Process each of the upcall events separatelySoumya Koduri2015-04-301-43/+71
* protocol/server : port log messages to new framework.Manikandan Selvaganesh2015-04-291-60/+77
* socket: use TCP_USER_TIMEOUT to detect client failures quickerNiels de Vos2015-03-171-0/+6
* Upcall: New xlator to store various states and send cbk eventsSoumya Koduri2015-03-171-5/+61