summaryrefslogtreecommitdiffstats
path: root/xlators/protocol
Commit message (Expand)AuthorAgeFilesLines
* protocol/client: Look only for op_ret while handling a setvolume response.Vijay Bellur2010-01-231-1/+1
* protocol/server: cleanup whitespacesv3.0.1rc4Anand Avati2010-01-231-434/+432
* Server backend storage hang should not cause the mount point to hang.Anand Avati2010-01-234-6/+158
* protocol/server: handle group id decoding in a stricter wayAnand Avati2010-01-221-0/+3
* protocol/client: Fail revalidate with ESTALE.Vikas Gorur2009-12-281-0/+1
* resolver: include RESOLVE_EXACT type for failure case when inode not foundAnand Avati2009-12-071-1/+2
* resolver: handle resolutions of pathsAnand Avati2009-12-061-2/+66
* Revert "protocol/client: return ENOENT if inode context is missing"Anand V. Avati2009-12-061-49/+21
* protocol/server: more fixes in server_link_cbkAnand Avati2009-12-061-4/+4
* protocol/server: fix bad reference to @inode in server_link_cbkAnand Avati2009-12-061-1/+1
* fix crash in server protocol server-connection-destroyAmar Tumballi2009-12-051-6/+8
* protocol/client: return ENOENT if inode context is missingAnand Avati2009-12-041-21/+49
* protcol/server: server_connection_destroy - destroy frame after issuing flushAnand Avati2009-12-041-5/+5
* fixing some warnings on 64bit machine.Amar Tumballi2009-12-031-1/+1
* features/locks: Release all locks of an fd when a client disconnects.Pavan Vilas Sondur2009-12-031-0/+1
* protocol/server: Changes in protocol client to include lk_owner in protocol h...Pavan Vilas Sondur2009-12-032-0/+2
* core, client, server: Support auxiliary group idsShehjar Tikoo2009-12-032-0/+40
* protocol/server: enhance trace loggingAnand Avati2009-11-293-85/+206
* protocol/server: fix improper validation of fd in server_rchecksumAnand Avati2009-11-281-6/+0
* protocol/server: Introduce option trace to log requests and replies in normal...Pavan Sondur2009-11-264-6/+176
* protocol/server: Get all fops to use the new 'resolve_and_resume' path in ser...Pavan Sondur2009-11-262-277/+299
* add an extra check for loc->parent when loc->ino is not 1Amar Tumballi2009-11-261-1/+1
* protocol/server: Changed logging level of message on deep resolutionVijay Bellur2009-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/server: add debug messages.Raghavendra G2009-11-181-0/+12
* 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/server: fix leak of xattrop dictionaryAnand Avati2009-10-291-1/+3
* protocol/server, mount/fuse: Handle returned inode in create properlyVikas Gorur2009-10-291-0/+19
* protocol/client: Support for TCP_NODELAYVijay Bellur2009-10-291-0/+4
* protocol/server: resolver fixesAnand Avati2009-10-281-5/+12
* protocol/server: touchup loc only if inode/entry resolution was successfulAnand Avati2009-10-261-2/+4
* protocol/server: fix assignment of inode number in server_readlinkAnand Avati2009-10-261-1/+1
* protocol/server: deep resolution supportAnand Avati2009-10-233-59/+188
* protocol/server: send fresh lookups on revalidate failuresAnand Avati2009-10-231-1/+23
* whitespace fixesAnand Avati2009-10-231-3105/+3105
* protocol/server: generation number and dentry resolutionAnand Avati2009-10-207-3028/+1680
* 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-132-3/+6
* protocol/server: Set preparent and postparent in the response struct.Vikas Gorur2009-10-121-1/+17
* 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-078-8/+8
* client: Support readdirp fopShehjar Tikoo2009-10-061-0/+91
* server: Support readdirp fopShehjar Tikoo2009-10-061-0/+109
* client: NFS-friendly logic changesShehjar Tikoo2009-10-011-22/+93