summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client/src
Commit message (Expand)AuthorAgeFilesLines
* fail revalidate properlyAnand Avati2009-10-091-1/+4
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-074-4/+4
* 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/client: 'connecting' event is properly notified.Amar Tumballi2009-08-202-4/+23
* protocol/client: fixed registration of saved_fdsAnand Avati2009-08-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
* Fix some trivial typos.Erick Tryzelaar2009-06-291-1/+1
* version check between client/server made more specific to protocol only.Amar Tumballi2009-06-291-5/+5
* 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-071-0/+10
* fix log message from transport-timeout to frame-timeoutAnand V. Avati2009-05-061-1/+1
* 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
* 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
* eliminate this_ino_get(), this_ino_set(). handle inode_ctx_{get,set}() at the...Basavanagowda Kanur2009-04-161-132/+290
* client_readv_cbk - when op_ret is 0, iobuf comes NULL from transport, handles...Anand V. Avati2009-04-131-3/+5
* updated protocol/client with new readv writev prototypesAnand V. Avati2009-04-123-125/+110
* Enable glusterfs client to exit after a configured number of failed connects ...Raghavendra G2009-04-011-1/+6
* Add new type of option type INTERNET_ADDRESS for validationRaghavendra G2009-04-011-1/+1
* memory leak (of header) when frame is attempted to be xfer'ed when transport ...Anand V. Avati2009-03-281-0/+2
* ping-pong timer: - share last_sent and last_received between channels so that...Anand V. Avati2009-03-282-33/+29
* when the both channels in client protocol is disconnected, fd's are marked as...Amar Tumballi2009-03-211-35/+64
* Add extra 'volume' parameter to inodelk/entrylk callsVikas Gorur2009-03-121-12/+34
* ping timer will not timeout if we recently got POLLOUT on the socket i.e if (...Krishna Srinivas2009-03-101-4/+4
* failover to any active transport when requested channel is not connectedAnand V. Avati2009-03-102-2/+30
* added fgetxattr and fsetxattr FOPsVikas Gorur2009-03-071-0/+170
* Changed the default transport-timeout to 600Krishna Srinivas2009-03-051-2/+2
* create fuse thread after setvolume cbk happens, not only in case of successAmar Tumballi2009-03-031-13/+14
* volumefile modification awareness to make sure there are no inconsistencies.Amar Tumballi2009-02-271-3/+19
* updated copyright header to extend copyright upto 2009Basavanagowda Kanur2009-02-264-4/+4
* Ping timer does not timeout in case there is any activity (cbks) from the ser...Krishna Srinivas2009-02-252-8/+42
* per frame time out - i.e individual frames are unwound instead of the transpo...Krishna Srinivas2009-02-253-41/+115
* Added all filesVikas Gorur2009-02-185-0/+7112