summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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.Raghavendra G2012-03-202-14/+4
* protocol/client: Handle failures in lock self healing gracefully (part2).Mohammed Junaid2012-03-191-49/+169
* rpc-clnt: separate out connection_cleanup() from destroy()Amar Tumballi2012-03-191-2/+9
* protocol/client: Handle failures in lock self healing gracefully (part 1).Mohammed Junaid2012-03-192-93/+51
* protocol/server: Handle server send reply failure gracefully.Mohammed Junaid2012-03-192-36/+55
* protocol/client: Avoid STACK_DESTROYing more than once in RELEASE fops.Vijay Bellur2012-03-191-2/+4
* protocol/client: replace STACK_UNWIND_STRICT macro with CLIENT_STACK_UNWIND,Raghavendra G2012-03-183-196/+111
* rpc: don't unwind the fop in caller if client_submit_request failsRaghavendra G2012-03-183-236/+183
* protocol/client: remove unused variables from 'priv/conf'Amar Tumballi2012-03-122-4/+0
* protocol/client: Register a timer(grace-timer) conditionally.Mohammed Junaid2012-03-102-8/+20
* protocol/client: Added lk_ctx info in fdctx dumpKrishnan Parthasarathi2012-03-074-27/+83
* protocol/client: Free readdirp xdr leakPranith Kumar K2012-03-071-0/+1
* fops/removexattr: prevent users from removing glusterfs xattrsRajesh Amaravathi2012-03-051-1/+1
* Fix memory leaks found in readdirVijay Bellur2012-03-011-0/+6
* protocol/client: Calling GF_FREE on memory allocated via GF_CALLOC.Mohammed Junaid2012-03-011-1/+1
* protocol/client: send unique key to server during handshakeAmar Tumballi2012-02-291-2/+7
* transport/socket: configuring tcp window-sizeRajesh Amaravathi2012-02-292-0/+7
* protocol/client: Pass correct dict in client_readdirpshishir gowda2012-02-222-1/+3
* protocol/client: Print correct error messagePranith Kumar K2012-02-221-1/+1
* mempool: adjustments in pool sizesAmar Tumballi2012-02-221-2/+2
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-216-29/+30
* rpc/clnt: handle PARENT_DOWN event appropriatelyAmar Tumballi2012-02-213-27/+83
* protocol/client,server: fcntl lock self healing.Mohammed Junaid2012-02-206-26/+654
* protocol/client: delete locks only for non-anonymous fdsRajesh Amaravathi2012-02-202-4/+3
* iobuf: use 'iobuf_get2()' to get variable sized buffersAmar Tumballi2012-02-201-13/+17
* protocol: remove the 'path<>' from rename() and link()Amar Tumballi2012-02-161-4/+0
* nfs: avoid logging invalid fdctx in case of anonymous fdsRajesh Amaravathi2012-02-141-3/+4
* protocol xdr: remove 'path<>'Amar Tumballi2012-02-142-23/+2
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-142-2/+8
* protocol: code cleanupAmar Tumballi2012-02-141-270/+80
* protocol/client: assign the right value to 'conf' before de-refing itAmar Tumballi2012-02-071-2/+2