summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
Commit message (Expand)AuthorAgeFilesLines
* protocol/client: in link_cbk() try to print valid information in case of errorAmar Tumballi2012-04-111-2/+6
* protocol/server: validate connection object before dereferencingAmar Tumballi2012-04-111-19/+10
* Fix compiler warnings and typos from Debian build.Jeff Darcy2012-04-101-1/+1
* Replace GPLV3 MD5 with OpenSSL MD5Kaleb KEITHLEY2012-04-043-5/+4
* core: fix all the iobuf related refs and unrefsAmar Tumballi2012-03-293-51/+88
* cli, glusterd: "volume set help" additionsKaushal M2012-03-281-3/+11
* 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-229-759/+2188
* protocol/client: memory leak fixes.v3.3.0qa31Raghavendra G2012-03-202-14/+4
* protocol/server: remove the transport from the list irrespective of lock-heal...Raghavendra Bhat2012-03-201-6/+11
* 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-194-58/+119
* protocol/client: Avoid STACK_DESTROYing more than once in RELEASE fops.Vijay Bellur2012-03-191-2/+4
* print bound_xl only once in server statedumpRahul C S2012-03-191-0/+12
* Logs: Improved logs in lock/unlock execution pathPranith Kumar K2012-03-182-2/+3
* 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/server: Clear internal locks on disconnectPranith Kumar K2012-03-184-12/+26
* protocol/server: send forget on the renamed inodeRaghavendra Bhat2012-03-181-0/+28
* mgmt/glusterd : volume set validation fixesKaushal M2012-03-182-6/+16
* 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