aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/protocol.c
Commit message (Expand)AuthorAgeFilesLines
* 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