summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src
Commit message (Expand)AuthorAgeFilesLines
* Revert "core: fix errno for non-existent GFID"Vijay Bellur2013-12-241-2/+1
* protocol/client: handle network disconnect/reconnect properlyAnand Avati2013-12-031-0/+1
* core: fix errno for non-existent GFIDAnand Avati2013-11-261-1/+2
* Use proper libtool option -avoid-version instead of bogus -avoidversionAnand Avati2013-02-071-1/+1
* protocol/client: Avoid double free of framePranith Kumar K2013-02-041-2/+1
* protocol/client: Periodically attempt reopensPranith Kumar K2013-02-034-92/+262
* protocol/client: Add fdctx back to saved-list after reopenPranith Kumar K2013-02-034-451/+76
* glusterd/cli: Updated the options descriptions for "volume set help"Avra Sengupta2013-01-211-2/+5
* protocol/client: print a message regarding brick status in case of failureKrutika Dhananjay2012-12-201-1/+3
* protocol/client: log ENOENT errors in debug mode.Raghavendra Bhat2012-12-041-2/+3
* protocol/client: add an option to filter O_DIRECT flag in openAmar Tumballi2012-11-282-2/+26
* 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
* client-handshake: synchronize config.remote_port setting b/wRaghavendra G2012-10-111-0/+1
* build: split CPPFLAGS from CFLAGSJeff Darcy2012-10-031-2/+4
* build: remove useless explicit -fPIC -shared fromJeff Darcy2012-10-031-2/+2
* build: remove -nostartfiles flagJeff Darcy2012-10-021-1/+1
* build: consolidate common compilation flags into one variableJeff Darcy2012-10-011-1/+1
* protocol/client: quick-reconnect after portmap queryAnand Avati2012-09-253-1/+11
* protocol/client: Fix negative return in client_setvolumeKrutika Dhananjay2012-08-011-2/+3
* remove useless if-before-free (and free-like) functionsJim Meyering2012-07-134-286/+142
* rpc: variable name changesAmar Tumballi2012-07-122-192/+192
* rpc: add extra arguments to _callback's actor functionAmar Tumballi2012-07-112-4/+5
* xlators/protocol: better filenameAmar Tumballi2012-07-042-2/+3
* protocol/client: Re-open should not have O_CREAT|O_TRUNC|O_EXCLPranith Kumar K2012-06-193-9/+5
* protocol/client: Remember the gfid of opened fdPranith Kumar K2012-06-063-112/+107
* replicate: default read_child to a local brick if there is one.Jeff Darcy2012-06-051-2/+2
* protocol/client: do not ignore the xdata received for some fopsRaghavendra Bhat2012-06-031-0/+11
* protocol/client: provide a buffer for storing reply of readlink.Raghavendra G2012-06-011-7/+46
* protocol/client: do not access the local object after being freedRaghavendra Bhat2012-05-311-2/+2
* protocol: do not log getxattr/ENODATA as warningAnand Avati2012-05-291-1/+1
* protocol/client: use correct xlator object while creating framesRaghavendra G2012-05-231-2/+2
* protocol/client: do not print the null gfid when symlink failsRaghavendra Bhat2012-05-221-3/+6
* protocol: handle proper vector size for writev()/readv()Amar Tumballi2012-05-211-0/+15
* protocol/client: free the 'loc2' variable of client_localAmar Tumballi2012-05-211-0/+1
* protocol/client: Concatinate the graph uuid along with process uuid inMohammed Junaid2012-05-181-10/+18
* protocol/client: check if the name is NULL before duping itRaghavendra Bhat2012-05-171-1/+3
* client/protocol : Changes in client3_1_getxattr()Kaushal M2012-05-163-2/+11
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-108-115/+43
* protocol/{client,server} : Log improvementsKaushal M2012-05-081-18/+36
* protocol/client: hold lock when cancelling ping_timer inRaghavendra G2012-05-051-16/+22
* protocol: fix memory leak of lk-owner buffer in *lk() callsAmar Tumballi2012-05-031-0/+3
* log cleanup: in setxattr() pathAmar Tumballi2012-05-021-22/+29
* core: coverity issues fixedAmar Tumballi2012-04-231-2/+1
* protocol/client,server: Lock self healing off by default.Mohammed Junaid2012-04-161-1/+2
* protocol/client: in link_cbk() try to print valid information in case of errorAmar Tumballi2012-04-111-2/+6
* core: fix all the iobuf related refs and unrefsAmar Tumballi2012-03-293-51/+88
* protocol/client: Set grace_timer_needed flag to false on a disconnect.Mohammed Junaid2012-03-281-0/+3
* core: adding extra data for fopsAmar Tumballi2012-03-225-352/+1139
* protocol/client: memory leak fixes.v3.3.0qa31Raghavendra G2012-03-202-14/+4