summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
Commit message (Expand)AuthorAgeFilesLines
* unref dict by destroying stub in server_stub_resume to avoid leak in lookup a...Raghavendra Bhat2010-05-111-4/+2
* protocol/server: Do gf_flock to flock conversion at the right placeVijay Bellur2010-03-111-1/+2
* protocol/server: use properly filled loc_t for performing revalidatesAnand Avati2010-01-231-4/+2
* fail revalidate properlyAnand Avati2009-10-091-1/+4
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-078-8/+8
* protocol/client: access glusterfs context from the ctx member of xlator objectRaghavendra G2009-09-221-1/+1
* client-protocol: fix race-condition encountered while accessing fdctxRaghavendra G2009-09-221-47/+218
* protocol/server: server_stub_resume should check for failure of lookup when o...Raghavendra G2009-09-131-1/+2
* protocol/client: 'connecting' event is properly notified.Amar Tumballi2009-08-202-4/+23
* in server_rename if we do_path_lookup on the newloc and parent directory is n...Krishna Srinivas2009-08-191-24/+28
* added log message when server fails to send the reply frameAmar Tumballi2009-08-171-4/+8
* protocol/client: fixed registration of saved_fdsAnand Avati2009-08-071-2/+2
* server-lookup: added path info from header to log messageAmar Tumballi2009-08-041-3/+4
* logging related bug fix in server_lookup()Amar Tumballi2009-08-041-4/+3
* server-protocol: fix in server-loc-fill()Amar Tumballi2009-07-281-3/+0
* protocol/server: add checks for updatation of loc->parent in entrylk() or ino...Basavanagowda Kanur2009-07-271-3/+6
* server: don't check for 'loc->parent' in entrylk and inodelk callsAmar Tumballi2009-07-171-4/+2
* protocol/server: use translated flags in protocol/server open and create fopsAnand Avati2009-07-071-2/+2
* protocol/client: use translated flags in protocol/client open and create fopsAnand Avati2009-07-071-2/+2
* build warning fixesAmar Tumballi2009-06-301-2/+2
* client_xattrop: use dict_allocate_and_serialize during serializing xattrRaghavendra G2009-06-301-10/+7
* client: Replace saved_fds dict with listShehjar Tikoo2009-06-302-158/+177
* libglusterfs: Turn fd-table O(1)Shehjar Tikoo2009-06-301-16/+16
* Fix some trivial typos.Erick Tryzelaar2009-06-291-1/+1
* version check between client/server made more specific to protocol only.Amar Tumballi2009-06-292-9/+9
* server-protocol: interpret the 'op' value properly when a packet is received.Amar Tumballi2009-06-231-4/+3
* check if the 'key' is the volume file name itself.Amar Tumballi2009-06-231-14/+34
* server-helpers: cleanup connection only if there are no active transports.Raghavendra G2009-06-083-129/+194
* client-protocol: Fix memory corruption in client_lookupRaghavendra G2009-05-161-13/+7
* protocol/client: indentation fixesAnand V. Avati2009-05-071-926/+737
* protocol/client: removed conf->childAnand V. Avati2009-05-072-603/+0
* transport shortcut b/w client and serverAnand V. Avati2009-05-072-0/+13
* fix log message from transport-timeout to frame-timeoutAnand V. Avati2009-05-061-1/+1
* bug fix in server protocol segfault when the volume file key is NULLAmar Tumballi2009-04-301-0/+4
* protocol/server indentation fixesAnand V. Avati2009-04-281-1532/+1048
* protocol/server log level fixesAnand V. Avati2009-04-281-117/+118
* protocol client log cleanupAnand V. Avati2009-04-282-31/+37
* Cleaned up log messages in client-protocol.Vikas Gorur2009-04-242-88/+97
* rename transport-timeout to frame-timeout, and set default to 30mins2.0.0Anand V. Avati2009-04-242-16/+16
* 0-byte write guardAnand V. Avati2009-04-221-1/+2
* fd leak fixAnand V. Avati2009-04-222-4/+7
* client_protocol_reconnect - do not send notify of CHILD_DOWN event if errno f...Anand V. Avati2009-04-201-1/+1
* Destroy old ping timer before setting new one.Vikas Gorur2009-04-171-1/+5
* protocol/client - set remote inode number in inode context for root inode als...Basavanagowda Kanur2009-04-171-23/+21
* protocol/client - NULL check for loc->inode added in statfs(), before trying ...Basavanagowda Kanur2009-04-171-8/+10
* logging enhances to commit d77279ef04ca75ab9715864274567d1ce0ce66a6Raghavendra G2009-04-162-11/+22
* eliminate this_ino_get(), this_ino_set(). handle inode_ctx_{get,set}() at the...Basavanagowda Kanur2009-04-161-132/+290
* server-helpers: Add check for NULL connection arguement being passed in helpers.Raghavendra G2009-04-141-2/+23
* client_readv_cbk - when op_ret is 0, iobuf comes NULL from transport, handles...Anand V. Avati2009-04-131-3/+5
* feature to disable volumefile's checksumAmar Tumballi2009-04-122-20/+47