summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src
Commit message (Expand)AuthorAgeFilesLines
* copy_file_range support in GlusterFSRaghavendra Bhat2018-12-126-0/+265
* all: add xlator_api to many translatorsAmar Tumballi2018-12-061-0/+15
* libglusterfs: Move devel headers under glusterfs directoryShyamsundarR2018-12-0512-36/+36
* Multiple xlator .h files: remove unused private gf_* memory types.Yaniv Kaul2018-11-301-1/+0
* core: create a constant for default network timeoutXavi Hernandez2018-11-231-1/+1
* protocol/client: unchecked return valueShwetha Acharya2018-11-201-1/+6
* all: fix the format string exceptionsAmar Tumballi2018-11-051-2/+2
* protocol: remove the option 'verify-volfile-checksum'Amar Tumballi2018-11-051-84/+1
* Land part 2 of clang-format changesGluster Ant2018-09-128-19701/+19598
* Land clang-format changesGluster Ant2018-09-124-789/+733
* Multiple files: calloc -> mallocYaniv Kaul2018-09-041-21/+16
* protocol: coverity fixesBhumika Goyal2018-08-222-8/+4
* xlators: protocol: Fix deferencing pointer after free coverity issuesBhumika Goyal2018-08-213-32/+24
* build: rename event.h to gf-event.hNiels de Vos2018-07-271-1/+1
* All: run codespell on the code and fix issues.Yaniv Kaul2018-07-221-1/+1
* protocol/client: handle the fdctx_destroy properly with different versionsAmar Tumballi2018-07-052-74/+133
* client: remove the "connecting" state - it's not usedMichael Adam2018-06-213-6/+0
* protocol/client: Remove code duplicationKrutika Dhananjay2018-06-153-119/+22
* rpc/clnt: Don't let consumers manage "connected" stateRaghavendra G2018-06-041-2/+0
* protocol/client: Don't send fops till SETVOLUME is completeRaghavendra G2018-05-312-3/+9
* client/protocol: fix the log level for removexattr_cbkAmar Tumballi2018-05-172-2/+12
* protocol: Fix 4.0 client, parsing older iatt in dictShyamsundarR2018-03-101-0/+10
* protocol/client: fix memory corruptionXavi Hernandez2018-03-096-92/+78
* protcol/client: Insert dummy clnt-lk-version to avoid upgrade failureAnoop C S2018-02-141-0/+9
* protocol: utilize the version 4 xdrAmar Tumballi2018-02-013-73/+360
* protocol: Implement put fopPoornima G2018-01-314-0/+201
* quiesce, gfproxy: Implement failover across multiple gfproxy nodesPoornima G2018-01-302-48/+34
* protocol: Remove lock recovery logic from client and serverAnoop C S2018-01-295-589/+14
* protocol: make on-wire-change of protocol using new XDR definition.Amar Tumballi2018-01-197-295/+9029
* rpc/*: auth-header changesAmar Tumballi2018-01-171-10/+15
* locks: added inodelk/entrylk contention upcall notificationsXavier Hernandez2018-01-162-1/+100
* protocol/client: reduce lock contentionZhang Huan2017-12-266-58/+53
* all: Simplify component message id's definitionXavier Hernandez2017-12-141-634/+78
* glusterfs: Use gcc builtin ATOMIC operator to increase/decreate refcount.Mohit Agrawal2017-12-122-13/+5
* rio/everywhere: add icreate/namelink fopSusant Palai2017-12-052-0/+254
* protocol/client: Update xlator options tableKaushal M2017-11-281-13/+32
* rpc : Change the way client uuid is builtPoornima G2017-11-201-3/+12
* Coverity Issue: PW.INCLUDE_RECURSION in several filesGirjesh Rajoria2017-11-091-1/+0
* rpc: bring a new protocol versionAmar Tumballi2017-11-072-0/+175
* xlators/client-rpc-fops: Fix Coverity IssuesMohammed Azhar Padariyakam2017-11-061-2/+2
* xlators/client-rpc-fops: Fix Coverity IssuesMohammed Azhar Padariyakam2017-11-061-23/+13
* core: make gf_boolean_t a C99 bool instead of an enumJeff Darcy2017-11-031-1/+4
* protocol/client: handle the subdir handshake properly for add-brickAmar Tumballi2017-10-291-1/+9
* Coverity issue fix: checked returnKartik_Burmee2017-10-041-1/+1
* protocol/client: Coverity Fix IDENTICAL_BRANCHES in client3_3_flush_cbkMohammed Azhar Padariyakam2017-09-291-2/+1
* Infra to indentify processhari gowtham2017-08-161-0/+6
* glusterfsd: allow subdir mountAmar Tumballi2017-08-041-1/+20
* Remove uneeded gotos, as it jump to the next lineMichael Scherer2017-05-081-70/+0
* Halo Replication feature for AFR translatorKevin Vigor2017-05-022-46/+54
* protocol-client: Initialize the list_head before usingPoornima G2017-03-261-2/+4