aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* net/9p/protocol.c: Fix a memory leakPedro Scarapicchia Junior2011-05-121-0/+1
* net/9p: nwname should be an unsigned intHarsh Prateek Bora2011-04-151-2/+2
* 9p: Fix sparse errorAneesh Kumar K.V2011-04-151-1/+2
* net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V2011-03-221-3/+3
* [net/9p] readdir zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)2011-03-151-0/+18
* [net/9p] Read side zerocopy changes for 9P2000.L protocol.Venkateswararao Jujjuri (JV)2011-03-151-0/+21
* [net/9p] Assign type of transaction to tc->pdu->id which is otherwise unsed.Venkateswararao Jujjuri (JV)2011-03-151-0/+1
* [net/9p] Preparation and helper functions for zero copyVenkateswararao Jujjuri (JV)2011-03-151-0/+4
* net/9p: Use proper data typesM. Mohan Kumar2011-01-111-12/+10
* net/9p/protocol.c: Remove duplicated macros.Thiago Farina2010-12-081-24/+9
* net/9p: Return error if we fail to encode protocol dataAneesh Kumar K.V2010-10-281-3/+2
* 9p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi2010-08-021-0/+17
* 9p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi2010-08-021-0/+28
* 9p: readdir implementation for 9p2000.LSripathi Kodi2010-08-021-0/+27
* kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...Alexey Dobriyan2010-05-251-1/+1
* 9p: VFS switches for 9p2000.L: protocol and client changesSripathi Kodi2010-05-211-2/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* 9P2010.L handshake: Remove "dotu" variableSripathi Kodi2010-03-051-33/+41
* 9p: fix endian issues [attempt 3]Eric Van Hensbergen2009-02-061-9/+13
* 9p: fix sparse warningsEric Van Hensbergen2008-10-221-12/+12
* 9p: fix debug build errorEric Van Hensbergen2008-10-221-0/+9
* 9p: fix oops in protocol stat parsing error path.Eric Van Hensbergen2008-10-171-2/+2
* 9p: Improve debug supportEric Van Hensbergen2008-10-171-6/+15
* 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-171-0/+13
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-171-3/+82
* 9p: add new protocol support codeEric Van Hensbergen2008-10-171-0/+457