summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src
Commit message (Expand)AuthorAgeFilesLines
...
* protocol/client: Handle failures in lock self healing gracefully (part2).Mohammed Junaid2012-03-191-49/+169
* rpc-clnt: separate out connection_cleanup() from destroy()v3.3.0qa30Amar 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
* protocol/client : prevent client from reconnecting when serverKaushal M2012-02-031-3/+21
* protocol/client: Pass the right arguments to CLIENT_GET_REMOTE_FDVijay Bellur2012-01-261-1/+1
* protocol/client: if the remote_fd is -1, then unwind instead of sending the c...Raghavendra Bhat2012-01-252-24/+31
* core: add 'fremovexattr()' fopAmar Tumballi2012-01-252-0/+117
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-254-21/+66
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-244-30/+25
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-202-71/+77
* Fix local==NULL crash in wb_sync_cbk during disconnect.Jeff Darcy2011-12-191-3/+10
* protocol/client: Be strict about gfids in fop reqPranith Kumar K2011-12-151-0/+73
* glusterfs: An effort to fix all the spell mistakes and typoHarshavardhana2011-11-161-1/+1
* core: remove 'ino' variable from 'inode_t' structureAmar Tumballi2011-11-162-7/+6
* Move some of the messages to log level `TRACE'.Sachidananda Urs2011-11-152-5/+5
* libglusterfs/iobuf: increase the iobref's iobuf array sizeAmar Tumballi2011-10-101-2/+1
* statedump: do not print the inode number in the statedumpRaghavendra Bhat2011-10-011-26/+7
* glusterfs protocol: handshake to log the version of the peerAmar Tumballi2011-09-211-0/+8
* protocol/client: minor log enhancementsRajesh Amaravathi2011-09-191-21/+14
* protocol/client: log enhancementsRajesh Amaravathi2011-09-181-90/+109
* protocol/client: avoid code duplication in fd based operationsRaghavendra Bhat2011-09-112-340/+42
* Eliminate many "var set but not used" warnings with newer gcc.Jeff Darcy2011-09-072-8/+0
* modify to the way we used XDR definitions files (.x files)Amar Tumballi2011-09-074-140/+124