summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
Commit message (Expand)AuthorAgeFilesLines
* gluster: Typos in logs and commentsN Balachandran2017-01-191-1/+1
* glusterd: Add info on op-version for clients in vol status outputSamikshan Bairagya2017-01-124-1/+42
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-212-3/+4
* client,server: Free xdr-allocated compound req/rsp arraysKrutika Dhananjay2016-12-202-1/+2
* protocol/client: Fix potential mem-leaksKrutika Dhananjay2016-12-162-4/+1
* afr, client: More mem-leak fixes in COMPOUND fop cbkKrutika Dhananjay2016-12-044-273/+168
* protocol/server: Fix mem-leaks in compound fopsKrutika Dhananjay2016-11-301-187/+116
* protocol/server: capture offset in seekRavishankar N2016-11-283-0/+10
* protocol/server: Print pargfid in logs for rename errorPranith Kumar K2016-11-271-2/+2
* protocol/server: Remove unused variableAnoop C S2016-11-221-2/+0
* protocol/client: Fix iobref and iobuf leaks in COMPOUND fopKrutika Dhananjay2016-11-161-1/+2
* protocol/server: Print error-xlator namePranith Kumar K2016-11-161-182/+255
* protocol/client: reduce memory usageN Balachandran2016-10-241-1/+1
* compound fops: Fix file corruption issueKrutika Dhananjay2016-10-243-7/+8
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-184-11/+11
* protocol/client: fix op_errno handling, was unused variableKaleb S. KEITHLEY2016-09-151-5/+16
* xlators/protocol/server: fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-131-1/+0
* protocol/client (no 4): fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-121-24/+0
* protocol-server: generate eventsPrasanna Kumar Kalever2016-09-062-2/+70
* protocol/client (no 5): fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-051-4/+0
* protocol/client (no 2): fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-052-7/+0
* protocol/client (no 1): fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-052-4/+0
* compound fops: Some fixes to compound fops frameworkAnuradha Talur2016-08-308-132/+873
* 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/client: Unserialize xdata even if lookup failsAnuradha Talur2016-08-172-6/+13
* protocol/server: Fix client/server compatibilityAvra Sengupta2016-06-281-1/+6
* protocol: Add framework to send transaction id with recallPoornima G2016-06-102-2/+18
* 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
* protocol/client: Reflect readv/writev changes in filter-O_DIRECT descriptionPranith Kumar K2016-05-311-4/+5
* cluster/ec: Use correct log levelsAshish Pandey2016-05-242-3/+3
* core: Honour mandatory lock flags during lock migrationAnoop C S2016-05-202-0/+8
* upcall: pass dict with xattrs on xattr invalidationPoornima G2016-05-192-5/+16
* client: Fix the message idsPoornima G2016-05-101-2/+9
* protocol/client: Filter o-direct in readv/writevPranith Kumar K2016-05-051-8/+15
* protocol/client: fix coding style violationsJeff Darcy2016-05-041-32/+37
* 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-0110-246/+3339
* protocol: add setactivelk () fopSusant Palai2016-05-018-2/+400
* protocol: add getactivelk () fopSusant Palai2016-05-018-1/+414
* protocol/client : Implementation of compound fopAnuradha Talur2016-04-306-2/+1848
* protocol/client : Refactoring functionsAnuradha Talur2016-04-306-1146/+3040
* Protocol: Add lease fopPoornima G2016-04-298-14/+329
* dht/afr/client/posix: Fail mkdir without gfid-reqPranith Kumar K2016-04-293-3/+23
* protocol/client: Use loc->pargfid if loc->parent(->gfid) is not filledKrutika Dhananjay2016-04-281-8/+6
* 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-108-12/+155