summaryrefslogtreecommitdiffstats
path: root/xlators/protocol/client
Commit message (Expand)AuthorAgeFilesLines
* add an extra check for loc->parent when loc->ino is not 1Amar Tumballi2009-11-261-1/+1
* changed the log level of failure case in client_setvolume_cbkAmar Tumballi2009-11-261-1/+1
* Added boundaries for each fops, mops and cbks.Harshavardhana Ranganath2009-11-261-6/+7
* protocol/client: Make log message print both generation number and inode number.Vikas Gorur2009-11-251-4/+6
* Check for other return values as well from call to inode_path.Pavan Sondur2009-11-191-2/+2
* protocol/client: Changed default ping-timeout to 42Vijay Bellur2009-11-191-2/+2
* protocol/client: preserve open/create flags in fdctx for reopeningAnand Avati2009-11-132-0/+8
* protoocl/client: file directory reopen supportAnand Avati2009-11-132-117/+631
* protocol/client: whitespace cleanupAnand Avati2009-11-132-3631/+3631
* protocol/client: Support for TCP_NODELAYVijay Bellur2009-10-291-0/+4
* protocol/client: incoroporate generation numbersAnand Avati2009-10-181-52/+105
* posix/client/server: Send postparent in lookup even if lookup fails on the en...Vikas Gorur2009-10-131-2/+3
* assign client_readdirp to .readdirp in protocol/client & fix 2 other bugs in ...Pavan Sondur2009-10-071-0/+1
* Changed occurrences of Z Research to Gluster.Vijay Bellur2009-10-074-4/+4
* client: Support readdirp fopShehjar Tikoo2009-10-061-0/+91
* client: NFS-friendly logic changesShehjar Tikoo2009-10-011-22/+93
* Global: NFS-friendly prototype changesShehjar Tikoo2009-10-011-4/+5
* Global: Introduce setattr and fsetattr fopsShehjar Tikoo2009-10-011-431/+150
* protocol/client: Implement rchecksum.Vikas Gorur2009-09-221-0/+71
* 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
* Dumop inodectx addedVijay Bellur2009-09-161-1/+27
* protocol/client: Support for dumpop priv.Vijay Bellur2009-09-161-0/+56
* 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
* fix build warnings in 'client-protocol'Amar Tumballi2009-07-201-7/+19
* protocol/client: use translated flags in protocol/client open and create fopsAnand Avati2009-07-071-2/+2
* protocol/client - replace ZR_FILENAME_MAX by NAME_MAXBasavanagowda Kanur2009-07-061-1/+1
* cleanup client_forgetAmar Tumballi2009-07-012-179/+2
* build warning fixesAmar Tumballi2009-06-301-2/+2
* client_xattrop: use dict_allocate_and_serialize during serializing xattrRaghavendra G2009-06-301-10/+7
* 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: Replace saved_fds dict with listShehjar Tikoo2009-06-152-158/+177
* Implemented LOG MOP in client-protocol.Vikas Gorur2009-06-111-0/+61
* THIS: protocol/client now uses xlator_notify for setting THISAnand V. Avati2009-05-221-12/+9
* 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