aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-1/+1
2010-10-289p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar2-0/+3
2010-10-289p: Implement TGETLOCKM. Mohan Kumar2-0/+19
2010-10-289p: Implement TLOCKM. Mohan Kumar2-0/+29
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)2-0/+3
2010-10-28net/9p: This patch implements TLERROR/RLERROR on the 9P client.Arun R Bharadwaj1-0/+4
2010-10-219p: client code cleanupstephen hemminger1-3/+0
2010-08-02net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V2-0/+3
2010-08-02net/9p: Implement attrwalk 9p callAneesh Kumar K.V2-0/+3
2010-08-029p: Implement LOPENM. Mohan Kumar1-0/+2
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)2-0/+6
2010-08-029p: Implement TMKDIRM. Mohan Kumar2-0/+6
2010-08-029p: Implement TMKNODM. Mohan Kumar2-0/+6
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)2-0/+6
2010-08-029p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)2-0/+3
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi2-0/+29
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi2-0/+47
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi2-0/+35
2010-05-219p: add 9P2000.L rename operationSripathi Kodi2-0/+14
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi2-0/+21
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V1-0/+2
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi1-2/+2
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi1-1/+2
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi1-0/+15
2009-11-029p: fix readdir corner casesEric Van Hensbergen1-4/+3
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni1-0/+3
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov1-1/+0
2008-10-229p: fix sparse warningsEric Van Hensbergen1-0/+1
2008-10-229p: rdma: RDMA Transport Support for 9PTom Tucker1-0/+1
2008-10-229p: fix debug build errorEric Van Hensbergen1-1/+1
2008-10-179p: Improve debug supportEric Van Hensbergen1-2/+2
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen2-97/+12
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen2-3/+11
2008-10-179p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen1-2/+0
2008-10-179p: remove 9p fcall debug printsEric Van Hensbergen1-1/+0
2008-10-179p: add new protocol support codeEric Van Hensbergen1-1/+7
2008-10-179p: move dirread to fs layerEric Van Hensbergen1-5/+0
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen1-1/+0
2008-10-179p: consolidate read/write functionsEric Van Hensbergen1-6/+4
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen2-6/+5
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen1-1/+9
2008-10-179p: move request management to client codeEric Van Hensbergen1-0/+77
2008-10-179p: consolidate transport structureEric Van Hensbergen2-49/+25
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo2-2/+8
2008-05-149p: fix error path during early mountEric Van Hensbergen2-1/+1
2008-05-149p: Documentation updatesEric Van Hensbergen3-30/+287
2008-02-069p: transport API reorganizationEric Van Hensbergen3-65/+8
2008-02-069p: add support for sticky bitAnthony Liguori1-0/+1
2008-02-069p: block-based virtio clientEric Van Hensbergen1-1/+1