summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+11
* protocol-client/server: Minor logging improvements for better debuggingAnoop C S2015-08-191-0/+2
* rpc: add owner xlator argument to rpc_clnt_newKrishnan Parthasarathi2015-08-121-1/+1
* client, rpc: make ping-timeout configurable for glusterfs clientsKrishnan Parthasarathi2015-08-051-9/+14
* logging: client3_3_removexattr_cbk should not log expected ENODATANiels de Vos2015-07-261-1/+1
* protocol/client: Properly handle return value in clnt_release_reopen_fdAnoop C S2015-06-251-1/+0
* protocol/client: Remove unused function clnt_mark_fd_bad()Anoop C S2015-06-221-10/+0
* protocol/client : removing duplicate printing in gf_msgManikandan Selvaganesh2015-06-202-142/+139
* protocol/client : porting log messages to new frameworkManikandan Selvaganesh2015-06-159-505/+1346
* geo-rep: ignore symlink and harlink errors in geo-repSaravanakumar Arumugam2015-06-111-11/+15
* logging: log "Stale filehandle" on the client as DebugNiels de Vos2015-06-101-2/+5
* build: do not #include "config.h" in each fileNiels de Vos2015-05-295-25/+0
* protocol/client,server: Move EEXIST logs in mkdir and mknod to DEBUG levelKrutika Dhananjay2015-05-271-2/+4
* geo-rep: Fix ignoring geo-rep safe errorsKotresh HR2015-05-041-1/+2
* Upcall: Replaced opaque gfid with string in rpc cbk argsSoumya Koduri2015-04-301-3/+2
* Upcall: Process each of the upcall events separatelySoumya Koduri2015-04-301-13/+21
* geo-rep: Don't log geo-rep safe errors in mount logsKotresh HR2015-04-251-1/+2
* Avoid conflict between contrib/uuid and system uuidEmmanuel Dreyfus2015-04-042-62/+62
* Xlators : Fixed typosManikandan Selvaganesh2015-04-021-1/+1
* protocol-client: Removal of Dead Codearao2015-03-301-9/+0
* protocol-client: Removal of Logically dead code.arao2015-03-301-3/+0
* protocol-client : dead code removed.Manikandan Selvaganesh2015-03-291-36/+0
* protocol/client : logical dead code removedManikandan Selvaganesh2015-03-291-282/+48
* cluster/dht: Change the subvolume encoding in d_off to be a "global"Dan Lambright2015-03-185-6/+30
* gfapi: APIs to store and process upcall notifications receivedSoumya Koduri2015-03-171-0/+34
* every/where: add GF_FOP_IPC for inter-translator communicationJeff Darcy2015-03-172-47/+170
* protocol: Fix typos in option descriptionPranith Kumar K2015-03-061-1/+1
* protocol/client: defer cleanup of private until RPC notifications are handled.Krishnan Parthasarathi2015-03-022-14/+36
* client/server: fix reconfigure for event-threads optionKrishnan Parthasarathi2015-02-191-14/+14
* epoll: Initialize server/client xlator event-threads correctlyShyam2015-02-091-3/+2
* protocol/client: sequence CHILD_UP, CHILD_DOWN etc notificationsKrishnan Parthasarathi2015-02-073-24/+71