summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src/client3_1-fops.c
Commit message (Expand)AuthorAgeFilesLines
* xlators/protocol: better filenameAmar Tumballi2012-07-041-6005/+0
* protocol/client: Re-open should not have O_CREAT|O_TRUNC|O_EXCLPranith Kumar K2012-06-191-7/+4
* protocol/client: Remember the gfid of opened fdPranith Kumar K2012-06-061-71/+90
* 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: do not log getxattr/ENODATA as warningAnand Avati2012-05-291-1/+1
* 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: check if the name is NULL before duping itRaghavendra Bhat2012-05-171-1/+3
* client/protocol : Changes in client3_1_getxattr()Kaushal M2012-05-161-2/+6
* license: dual license under GPLV2 and LGPLV3+Kaleb KEITHLEY2012-05-101-14/+5
* protocol/{client,server} : Log improvementsKaushal M2012-05-081-18/+36
* 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
* 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-291-46/+83
* core: adding extra data for fopsAmar Tumballi2012-03-221-248/+989
* protocol/client: memory leak fixes.v3.3.0qa31Raghavendra G2012-03-201-2/+2
* protocol/client: Handle failures in lock self healing gracefully (part 1).Mohammed Junaid2012-03-191-93/+45
* 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-181-194/+100
* rpc: don't unwind the fop in caller if client_submit_request failsRaghavendra G2012-03-181-186/+140
* Fix memory leaks found in readdirVijay Bellur2012-03-011-0/+6
* protocol/client: Print correct error messagePranith Kumar K2012-02-221-1/+1
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-211-23/+17
* rpc/clnt: handle PARENT_DOWN event appropriatelyAmar Tumballi2012-02-211-25/+65
* protocol/client,server: fcntl lock self healing.Mohammed Junaid2012-02-201-1/+15
* protocol/client: delete locks only for non-anonymous fdsRajesh Amaravathi2012-02-201-1/+1
* 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
* protocol xdr: remove 'path<>'Amar Tumballi2012-02-141-21/+2
* core: add an extra flag to readv()/writev() APIAmar Tumballi2012-02-141-0/+4
* 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: 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-251-23/+23
* core: add 'fremovexattr()' fopAmar Tumballi2012-01-251-0/+84
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-251-18/+33
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-241-4/+4
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-201-54/+70
* 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
* core: remove 'ino' variable from 'inode_t' structureAmar Tumballi2011-11-161-3/+2
* Move some of the messages to log level `TRACE'.Sachidananda Urs2011-11-151-1/+1
* libglusterfs/iobuf: increase the iobref's iobuf array sizeAmar Tumballi2011-10-101-2/+1
* 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-111-340/+17
* modify to the way we used XDR definitions files (.x files)Amar Tumballi2011-09-071-105/+95