summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src/client3_1-fops.c
Commit message (Expand)AuthorAgeFilesLines
* protocol/client: Conditional logging in client3_1_unlink_cbkVenkatesh Somyajulu2012-12-171-1/+4
* protocols: Suppress getxattr log when errno is ENOENTPranith Kumar K2012-12-121-1/+3
* protocol/client: Remember the gfid of opened fdPranith Kumar K2012-12-121-71/+90
* protocol: do not log getxattr/ENODATA as warningv3.3.0qa45Anand Avati2012-05-291-1/+1
* client/protocol : Changes in client3_1_getxattr()Kaushal M2012-05-171-2/+7
* 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
* glusterfs protocol: bring in variable sized iobuf supportAmar Tumballi2011-09-071-78/+112
* Change Copyright current yearPranith Kumar K2011-08-101-1/+1
* LICENSE: s/GNU Affero General Public/GNU General Public/Pranith Kumar K2011-08-061-3/+3
* IOBUF: Bring in variable iobuf supportshishir gowda2011-07-311-8/+8
* logging: fill proper domain names at places where it is missingAmar Tumballi2011-06-161-40/+40
* protocol/client: Change log level of error to GF_LOG_ERRORPranith Kumar K2011-06-081-1/+1