summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
Commit message (Expand)AuthorAgeFilesLines
...
* protocol/server: memory leak fixes.Raghavendra G2012-03-172-0/+9
* protocol/server: add and remove the transports from the list, inside the lockRaghavendra Bhat2012-03-172-26/+54
* protocol/server: Avoid race in add/del locker, connection_cleanupPranith Kumar K2012-03-174-38/+27
* protocol/server: Remove connection from conf->conns w.o. racePranith Kumar K2012-03-134-8/+47
* 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/server: Make conn object ref-countedPranith Kumar K2012-03-015-198/+90
* protocol/client: send unique key to server during handshakeAmar Tumballi2012-02-291-2/+7
* transport/socket: configuring tcp window-sizeRajesh Amaravathi2012-02-294-0/+14
* glusterfsd: unref the dict and free the memory to avoid memleakRaghavendra Bhat2012-02-271-0/+2
* 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-223-6/+6
* core: utilize mempool for frame->local allocationsAmar Tumballi2012-02-217-30/+31
* rpc/clnt: handle PARENT_DOWN event appropriatelyAmar Tumballi2012-02-213-27/+83
* protocol/client,server: fcntl lock self healing.Mohammed Junaid2012-02-2012-47/+867
* 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
* glusterd: auth allow enhancementsRajesh Amaravathi2012-02-202-8/+3
* protocol: remove the 'path<>' from rename() and link()Amar Tumballi2012-02-162-12/+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-143-4/+13
* protocol: code cleanupAmar Tumballi2012-02-142-707/+200
* protocol/client: assign the right value to 'conf' before de-refing itAmar Tumballi2012-02-071-2/+2
* cli, protocol/server : improve validation for the option auth.(allow/reject)Kaushal M2012-02-051-1/+42
* protocol/client : prevent client from reconnecting when serverKaushal M2012-02-031-3/+21
* cli: Extend "volume status" with statedump infoKaushal M2012-01-271-3/+136
* 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-253-0/+211
* core: get xattrs also as part of readdirpAmar Tumballi2012-01-257-26/+126
* core: change lk-owner as a 1k bufferAmar Tumballi2012-01-248-63/+65
* rpc: extend actors with flag signing if privilege is requiredCsaba Henk2012-01-212-47/+47
* core: GFID filehandle based backend and anonymous FDsAnand Avati2012-01-206-371/+272
* protocol/server: Do connection cleanup if reply failsPranith Kumar K2011-12-223-18/+14
* 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-162-2/+2
* core: remove 'ino' variable from 'inode_t' structureAmar Tumballi2011-11-166-215/+188
* Move some of the messages to log level `TRACE'.Sachidananda Urs2011-11-153-6/+6
* 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-012-36/+12
* protocol/server: check for the fd being NULL and unwindRaghavendra Bhat2011-09-291-0/+8
* cli : new volume statedump commandKaushal M2011-09-271-2/+43