aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-0/+5
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon1-0/+5
2013-07-309p: client: remove unused code and any reference to "cancelled" functionAndi Shyti1-3/+0
2013-07-079P: Add cancelled() to the transport functions.Simon Derr1-0/+3
2013-07-07net/9p: add privport option to 9p tcp transportJim Garlick1-0/+3
2013-02-279p: turn fid->dlist into hlistAl Viro1-1/+1
2013-02-129p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman1-1/+1
2013-02-129p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman1-7/+7
2013-02-129p: Transmit kuid and kgid valuesEric W. Biederman1-5/+5
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-21/+7
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V2-6/+3
2011-10-24fs/9p: change an int to unsigned intDan Carpenter1-1/+1
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V2-16/+5
2011-09-06fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick1-0/+5
2011-09-06fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V1-0/+24
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V2-0/+3
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V2-1/+6
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2-4/+4
2011-07-23net/9p: Remove structure not used in the codeAneesh Kumar K.V1-178/+5
2011-07-239p: clean up packet dump codeEric Van Hensbergen1-0/+6
2011-05-259p: Small cleanup in <net/9p/9p.h>Sasha Levin1-2/+1
2011-05-259p: typo fixes and minor cleanupsRob Landley3-7/+8
2011-04-15net/9p: nwname should be an unsigned intHarsh Prateek Bora1-2/+2
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V2-3/+0
2011-03-31Fix common misspellingsLucas De Marchi3-6/+6
2011-03-15net/9p: Implement syncfs 9P operationAneesh Kumar K.V2-0/+3
2011-03-15[net/9p] Small non-IO PDUs for zero-copy supporting transports.Venkateswararao Jujjuri (JV)1-1/+1
2011-03-15[net/9p] Add preferences to transport layer.Venkateswararao Jujjuri (JV)1-0/+9
2011-03-15[net/9p] Preparation and helper functions for zero copyVenkateswararao Jujjuri (JV)1-0/+8
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