summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/server
Commit message (Expand)AuthorAgeFilesLines
...
* compound fops: Some fixes to compound fops frameworkAnuradha Talur2016-08-304-39/+586
* protocol/server: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-08-275-36/+5
* protocol/server: readlink rsp xdr will fail while readlink got an errorRyan Ding2016-08-243-3/+4
* protocol: Add framework to send transaction id with recallPoornima G2016-06-101-1/+8
* libglusterfs: Negate all but O_DIRECT flag if present on anon fdsKrutika Dhananjay2016-06-091-1/+4
* core, shard: Make shards inherit main file's O_DIRECT flag if presentKrutika Dhananjay2016-06-071-1/+1
* cluster/ec: Use correct log levelsAshish Pandey2016-05-241-2/+2
* core: Honour mandatory lock flags during lock migrationAnoop C S2016-05-201-0/+4
* 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/server: address double free'sPrasanna Kumar Kalever2016-05-021-4/+0
* protocol/server: Implementation of compound fopv3.9devAnuradha Talur2016-05-019-246/+3337
* protocol: add setactivelk () fopSusant Palai2016-05-013-1/+165
* protocol: add getactivelk () fopSusant Palai2016-05-014-0/+207
* Protocol: Add lease fopPoornima G2016-04-293-12/+129
* dht/afr/client/posix: Fail mkdir without gfid-reqPranith Kumar K2016-04-291-2/+5
* server: send lookup on root inode when itable is createdvmallika2016-03-308-31/+139
* protocol/server: Do not log ENOENT/ESTALE in fd based fopsPranith Kumar K2016-03-151-20/+30
* protocol client/server: Fix client-server handshakeAvra Sengupta2016-03-103-1/+78
* NSR: Volgen SupportJeff Darcy2016-02-081-2/+6
* protocol: implement seek() FOPNiels de Vos2016-02-043-3/+134
* protocol/server: Race between server_reconfigure and server_setvolumeMohammed Rafi KC2016-01-221-0/+12
* build: export minimum symbols from xlators for correct resolutionKaleb S KEITHLEY2015-12-221-1/+1
* cluster/ec: Mark self-heal fops as internalPranith Kumar K2015-11-181-1/+1
* build: install and package header files more conventionallyKaleb S. KEITHLEY2015-11-161-1/+3
* debug/io-stats: Add FOP sampling featureRichard Wareing2015-11-011-0/+7
* core: use syscall wrappers instead of direct syscalls - miscellaneousKaleb S. KEITHLEY2015-10-282-5/+7
* 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-043-4/+57
* build: export minimum symbols from xlators for correct resolutionKaleb S. KEITHLEY2015-09-241-1/+1
* protocol-client/server: Fix incorrect grace-timeout value in logsAnoop C S2015-09-032-21/+12
* protocol/server : porting missing gf_log's to gf_msgManikandan Selvaganesh2015-08-264-17/+63
* protocol/server: forget the inodes which got ENOENT in lookupRaghavendra Bhat2015-08-202-22/+37
* protocol-client/server: Minor logging improvements for better debuggingAnoop C S2015-08-192-2/+17
* dht: remove 'null' for directory/file path from brick log for many operationsSakshi2015-08-121-3/+6
* tests: set inode-lru-limit to 1 and check if bit-rot xattrs are wrongy createdRaghavendra Bhat2015-08-101-12/+16
* rpc: fix concurrency bug in gf_authenticateJeff Darcy2015-07-281-47/+31
* rpc,server,glusterd: Init transport list for accepted transportKaushal M2015-07-241-0/+8
* protocol/server: use different dict for resolvingRaghavendra Bhat2015-07-151-2/+24
* protocol/server: Add null check to gf_client_putRaghavendra G2015-07-061-1/+1
* build: Mac OS X build issues, header guard macrosKaleb S. KEITHLEY2015-07-041-2/+2
* protocol/server: fail setvolume if any of xlators is not initialized yetRaghavendra G2015-07-023-0/+30
* 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-298-40/+0
* Changing log level from Warning to DebugAshish Pandey2015-05-281-1/+1
* protocol/client,server: Move EEXIST logs in mkdir and mknod to DEBUG levelKrutika Dhananjay2015-05-271-2/+2
* rpc: Maintain separate xlator pointer in 'rpcsvc_state'Kotresh HR2015-05-041-3/+3
* 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