aboutsummaryrefslogtreecommitdiff
path: root/include/net/9p/9p.h
AgeCommit message (Expand)Author
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V
2011-09-06fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick
2011-09-06fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V
2011-07-23net/9p: Remove structure not used in the codeAneesh Kumar K.V
2011-07-239p: clean up packet dump codeEric Van Hensbergen
2011-05-259p: Small cleanup in <net/9p/9p.h>Sasha Levin
2011-05-259p: typo fixes and minor cleanupsRob Landley
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-15net/9p: Implement syncfs 9P operationAneesh Kumar K.V
2011-03-15[net/9p] Small non-IO PDUs for zero-copy supporting transports.Venkateswararao Jujjuri (JV)
2011-03-15[net/9p] Preparation and helper functions for zero copyVenkateswararao Jujjuri (JV)
2010-10-289p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar
2010-10-289p: Implement TGETLOCKM. Mohan Kumar
2010-10-289p: Implement TLOCKM. Mohan Kumar
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)
2010-10-28net/9p: This patch implements TLERROR/RLERROR on the 9P client.Arun R Bharadwaj
2010-08-02net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V
2010-08-02net/9p: Implement attrwalk 9p callAneesh Kumar K.V
2010-08-029p: Implement LOPENM. Mohan Kumar
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)
2010-08-029p: Implement TMKDIRM. Mohan Kumar
2010-08-029p: Implement TMKNODM. Mohan Kumar
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)
2010-08-029p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi
2010-05-219p: add 9P2000.L rename operationSripathi Kodi
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi
2009-09-239p: Add fscache support to 9pAbhishek Kulkarni
2008-10-229p: fix debug build errorEric Van Hensbergen
2008-10-179p: Improve debug supportEric Van Hensbergen
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen
2008-10-179p: remove 9p fcall debug printsEric Van Hensbergen
2008-10-179p: add new protocol support codeEric Van Hensbergen
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo
2008-05-149p: fix error path during early mountEric Van Hensbergen
2008-05-149p: Documentation updatesEric Van Hensbergen
2008-02-069p: add support for sticky bitAnthony Liguori
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov
2007-10-179p: remove sysctlEric Van Hensbergen
2007-10-179p: attach-per-userLatchesar Ionkov
2007-10-10[9P]: build fix with !CONFIG_SYSCTLIngo Molnar