summaryrefslogtreecommitdiffstats
path: root/include/net/9p/client.h
Commit message (Expand)AuthorAgeFilesLines
* 9p: turn fid->dlist into hlistAl Viro2013-02-271-1/+1
* 9p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman2013-02-121-1/+1
* 9p: Transmit kuid and kgid valuesEric W. Biederman2013-02-121-5/+5
* net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V2011-10-241-3/+3
* fs/9p: change an int to unsigned intDan Carpenter2011-10-241-1/+1
* fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-07-231-0/+1
* fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V2011-07-231-1/+4
* fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2011-07-231-3/+3
* 9p: typo fixes and minor cleanupsRob Landley2011-05-251-1/+1
* net/9p: nwname should be an unsigned intHarsh Prateek Bora2011-04-151-2/+2
* 9p: revert tsyncfs related changesAneesh Kumar K.V2011-04-151-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net/9p: Implement syncfs 9P operationAneesh Kumar K.V2011-03-151-0/+1
* 9p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)2010-10-281-1/+1
* 9p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar2010-10-281-0/+1
* 9p: Implement TGETLOCKM. Mohan Kumar2010-10-281-0/+1
* 9p: Implement TLOCKM. Mohan Kumar2010-10-281-0/+1
* [9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)2010-10-281-0/+1
* 9p: client code cleanupstephen hemminger2010-10-211-3/+0
* net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V2010-08-021-0/+1
* net/9p: Implement attrwalk 9p callAneesh Kumar K.V2010-08-021-0/+1
* fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)2010-08-021-0/+2
* 9p: Implement TMKDIRM. Mohan Kumar2010-08-021-0/+2
* 9p: Implement TMKNODM. Mohan Kumar2010-08-021-0/+2
* 9p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)2010-08-021-0/+2
* 9p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)2010-08-021-0/+1
* 9p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi2010-08-021-0/+1
* 9p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi2010-08-021-0/+3
* 9p: readdir implementation for 9p2000.LSripathi Kodi2010-08-021-0/+18
* 9p: add 9P2000.L rename operationSripathi Kodi2010-05-211-0/+1
* 9p: add 9P2000.L statfs operationSripathi Kodi2010-05-211-0/+1
* 9p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V2010-04-051-0/+2
* 9p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi2010-03-131-2/+2
* 9P2010.L handshake: Remove "dotu" variableSripathi Kodi2010-03-051-1/+2
* 9P2010.L handshake: Add mount optionSripathi Kodi2010-03-051-0/+15
* 9p: fix readdir corner casesEric Van Hensbergen2009-11-021-4/+3
* net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov2009-04-051-1/+0
* 9p: fix sparse warningsEric Van Hensbergen2008-10-221-0/+1
* 9p: rdma: RDMA Transport Support for 9PTom Tucker2008-10-221-0/+1
* 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-171-0/+2
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-171-2/+5
* 9p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen2008-10-171-2/+0
* 9p: move dirread to fs layerEric Van Hensbergen2008-10-171-5/+0
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-171-1/+0
* 9p: consolidate read/write functionsEric Van Hensbergen2008-10-171-6/+4
* 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-171-2/+1
* 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-171-1/+9
* 9p: move request management to client codeEric Van Hensbergen2008-10-171-0/+77
* 9p: consolidate transport structureEric Van Hensbergen2008-10-171-1/+18
* 9p: Documentation updatesEric Van Hensbergen2008-05-141-0/+35