summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src/client-rpc-fops.c
Commit message (Expand)AuthorAgeFilesLines
* protocol: add setactivelk () fopSusant Palai2016-05-011-1/+118
* protocol: add getactivelk () fopSusant Palai2016-05-011-1/+117
* protocol/client : Implementation of compound fopAnuradha Talur2016-04-301-0/+228
* protocol/client : Refactoring functionsAnuradha Talur2016-04-301-1144/+470
* Protocol: Add lease fopPoornima G2016-04-291-0/+117
* dht/afr/client/posix: Fail mkdir without gfid-reqPranith Kumar K2016-04-291-0/+9
* protocol/client: Use loc->pargfid if loc->parent(->gfid) is not filledKrutika Dhananjay2016-04-281-8/+6
* protocol/client: Don't change op_ret when xdata_rsp is presentPranith Kumar K2016-02-291-1/+1
* protocol: implement seek() FOPNiels de Vos2016-02-041-0/+101
* geo-rep: Don't log geo-rep safe errors in mount logsKotresh HR2015-11-181-3/+6
* protocol/client: give preference to loc->gfid over inode->gfidRavishankar N2015-10-131-6/+6
* logging: client3_3_removexattr_cbk should not log expected ENODATANiels de Vos2015-07-261-1/+1
* protocol/client : removing duplicate printing in gf_msgManikandan Selvaganesh2015-06-201-130/+128
* protocol/client : porting log messages to new frameworkManikandan Selvaganesh2015-06-151-203/+390
* 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-291-5/+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
* 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-041-60/+60
* protocol-client: Removal of Logically dead code.arao2015-03-301-3/+0
* protocol-client : dead code removed.Manikandan Selvaganesh2015-03-291-36/+0
* cluster/dht: Change the subvolume encoding in d_off to be a "global"Dan Lambright2015-03-181-1/+1
* every/where: add GF_FOP_IPC for inter-translator communicationJeff Darcy2015-03-171-47/+137
* client: writev,fsync to use correct rsp structureRudra Siva2014-11-161-2/+2
* client: pass xflags for unlinkJeff Darcy2014-11-151-0/+1
* logs: Do selective logging for errnosPranith Kumar K2014-10-201-12/+18
* glusterd: statedump supportAtin Mukherjee2014-10-151-1/+1
* protocol: Log ENODATA & ENOATTR logs at DEBUG loglevel in removexattr_cbk.Vijay Bellur2014-09-241-3/+9
* client: client3_3_readdir() - initialize ``local`` properlyHarshavardhana2014-08-221-7/+7
* protocol/client: Log ENOENT and ENODATA messages to debug.Raghavendra Talur2014-07-181-4/+7
* Fix resolution issues across fuse/server/afrPranith Kumar K2014-06-141-0/+4
* protocol/client,server: Suppress ESTALE logsPranith Kumar K2014-05-161-0/+1
* glusterd: Ping timer implmentationKrishnan Parthasarathi2014-04-291-17/+1
* protocol/client: Fix the possible resource leaks.Poornima2014-02-151-7/+10
* core: fix errno for non-existent GFIDAnand Avati2013-11-261-1/+2
* Fixes for ZF reported by coverityM. Mohan Kumar2013-11-191-1/+3
* glusterfs: zerofill supportM. Mohan Kumar2013-11-101-0/+103
* protocol/rpc: move latest added procedures to the end of the arrayNiels de Vos2013-06-171-2/+2
* glusterfs: discard (hole punch) supportBrian Foster2013-06-131-0/+101
* gluster: add fallocate fop supportBrian Foster2013-06-131-0/+102
* logging: Fix to avoid excessive logging.Venkatesh Somyajulu2013-05-281-2/+2
* protocol/client: Print valid loc identifiersPranith Kumar K2013-04-031-35/+27
* protocol/client: Periodically attempt reopensPranith Kumar K2013-02-031-56/+86
* protocol/client: Add fdctx back to saved-list after reopenPranith Kumar K2013-02-031-0/+1
* protocol/client: log ENOENT errors in debug mode.Raghavendra Bhat2012-12-041-2/+3
* protocols: Suppress getxattr log when errno is ENOENTPranith Kumar K2012-10-281-1/+3
* protocol/client: Conditional logging in client3_3_unlink_cbkVenkatesh Somyajulu2012-10-121-1/+5
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-131-275/+137