summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client
Commit message (Expand)AuthorAgeFilesLines
* protocol-client: Initialize the list_head before usingPoornima G2017-03-261-2/+4
* rpc/clnt: remove locks while notifying CONNECT/DISCONNECTRaghavendra G2017-03-011-1/+1
* protocol/client: Add gfid in request for better tcpdumpsPranith Kumar K2017-02-271-0/+2
* libglusterfs, gfdb, glusterfs: Add missing breaksNigel Babu2017-02-261-0/+1
* protocol/client: Fix double free of client fdctx destroyRavishankar N2017-02-133-34/+33
* core: run many bricks within one glusterfsd processJeff Darcy2017-01-301-0/+5
* 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-121-0/+6
* socket: socket disconnect should wait for poller thread exitRajesh Joseph2016-12-211-2/+2
* client,server: Free xdr-allocated compound req/rsp arraysKrutika Dhananjay2016-12-201-1/+1
* 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/client: Fix iobref and iobuf leaks in COMPOUND fopKrutika Dhananjay2016-11-161-1/+2
* protocol/client: reduce memory usageN Balachandran2016-10-241-1/+1
* compound fops: Fix file corruption issueKrutika Dhananjay2016-10-241-4/+5
* build: out-of-tree builds generates files in the wrong directoryKaleb S KEITHLEY2016-09-181-3/+3
* protocol/client: fix op_errno handling, was unused variableKaleb S. KEITHLEY2016-09-151-5/+16
* protocol/client (no 4): fix unused variable warnings/errorsKaleb S. KEITHLEY2016-09-121-24/+0
* 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-304-93/+287
* 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-101-1/+10
* 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-241-1/+1
* 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-3/+9
* 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
* protocol/server: Implementation of compound fopv3.9devAnuradha Talur2016-05-011-0/+2
* protocol: add setactivelk () fopSusant Palai2016-05-015-1/+235
* protocol: add getactivelk () fopSusant Palai2016-05-014-1/+207
* 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-295-2/+200
* dht/afr/client/posix: Fail mkdir without gfid-reqPranith Kumar K2016-04-292-1/+18
* protocol/client: Use loc->pargfid if loc->parent(->gfid) is not filledKrutika Dhananjay2016-04-281-8/+6
* protocol client/server: Fix client-server handshakeAvra Sengupta2016-03-105-11/+77
* protocol/client: Don't change op_ret when xdata_rsp is presentPranith Kumar K2016-02-291-1/+1
* all: fixes for clang compile warningsKaleb S KEITHLEY2016-02-151-2/+2
* protocol: implement seek() FOPNiels de Vos2016-02-043-0/+132
* upcall: free the xdr* allocationsSoumya Koduri2016-01-141-0/+6
* build: export minimum symbols from xlators for correct resolutionKaleb S KEITHLEY2015-12-221-1/+1
* geo-rep: Don't log geo-rep safe errors in mount logsKotresh HR2015-11-181-3/+6
* protocol/client: prevent use-after-free of frame->rootNiels de Vos2015-11-171-14/+2
* protocol/client: give preference to loc->gfid over inode->gfidRavishankar N2015-10-131-6/+6
* protocol/client: Remove dead code from client_rpc_notifyAnoop C S2015-09-283-20/+9