summaryrefslogtreecommitdiffstats
path: root/include/net/9p
Commit message (Expand)AuthorAgeFilesLines
...
* 9p: Implement TLOCKM. Mohan Kumar2010-10-282-0/+29
* [9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)2010-10-282-0/+3
* net/9p: This patch implements TLERROR/RLERROR on the 9P client.Arun R Bharadwaj2010-10-281-0/+4
* 9p: client code cleanupstephen hemminger2010-10-211-3/+0Star
* net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V2010-08-022-0/+3
* net/9p: Implement attrwalk 9p callAneesh Kumar K.V2010-08-022-0/+3
* 9p: Implement LOPENM. Mohan Kumar2010-08-021-0/+2
* fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)2010-08-022-0/+6
* 9p: Implement TMKDIRM. Mohan Kumar2010-08-022-0/+6
* 9p: Implement TMKNODM. Mohan Kumar2010-08-022-0/+6
* 9p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)2010-08-022-0/+6
* 9p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)2010-08-022-0/+3
* 9p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi2010-08-022-0/+29
* 9p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi2010-08-022-0/+47
* 9p: readdir implementation for 9p2000.LSripathi Kodi2010-08-022-0/+35
* 9p: add 9P2000.L rename operationSripathi Kodi2010-05-212-0/+14
* 9p: add 9P2000.L statfs operationSripathi Kodi2010-05-212-0/+21
* 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/+3Star
* 9p: Add fscache support to 9pAbhishek Kulkarni2009-09-231-0/+3
* net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov2009-04-051-1/+0Star
* 9p: fix sparse warningsEric Van Hensbergen2008-10-231-0/+1
* 9p: rdma: RDMA Transport Support for 9PTom Tucker2008-10-231-0/+1
* 9p: fix debug build errorEric Van Hensbergen2008-10-231-1/+1
* 9p: Improve debug supportEric Van Hensbergen2008-10-171-2/+2
* 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-172-97/+12Star
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-172-3/+11
* 9p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen2008-10-171-2/+0Star
* 9p: remove 9p fcall debug printsEric Van Hensbergen2008-10-171-1/+0Star
* 9p: add new protocol support codeEric Van Hensbergen2008-10-171-1/+7
* 9p: move dirread to fs layerEric Van Hensbergen2008-10-171-5/+0Star
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-171-1/+0Star
* 9p: consolidate read/write functionsEric Van Hensbergen2008-10-171-6/+4Star
* 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-172-6/+5Star
* 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-172-49/+25Star
* include: replace __FUNCTION__ with __func__Harvey Harrison2008-10-161-2/+2
* 9p: implement proper trans module refcounting and unregistrationTejun Heo2008-09-242-2/+8
* 9p: fix error path during early mountEric Van Hensbergen2008-05-152-1/+1
* 9p: Documentation updatesEric Van Hensbergen2008-05-153-30/+287
* 9p: transport API reorganizationEric Van Hensbergen2008-02-073-65/+8Star
* 9p: add support for sticky bitAnthony Liguori2008-02-071-0/+1
* 9p: block-based virtio clientEric Van Hensbergen2008-02-071-1/+1
* 9p: create transport rpc cut-thruEric Van Hensbergen2008-02-071-0/+2
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-2/+2
* 9p: remove sysctlEric Van Hensbergen2007-10-171-14/+0Star