aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-28net/9p: Return error on read with NULL bufferSanchit Garg1-4/+1
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-3/+4
2010-10-28net/9p: Return error if we fail to encode protocol dataAneesh Kumar K.V1-0/+2
2010-10-28net/9p: Add waitq to VirtIO transport.Venkateswararao Jujjuri (JV)1-1/+2
2010-10-289p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar1-0/+26
2010-10-289p: Implement TGETLOCKM. Mohan Kumar1-0/+34
2010-10-289p: Implement TLOCKM. Mohan Kumar1-0/+33
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)1-0/+25
2010-10-28net/9p: Add a Warning to catch NULL fids passed to p9_client_clunk().jvrao1-0/+6
2010-10-28net/9p: This patch implements TLERROR/RLERROR on the 9P client.Arun R Bharadwaj1-16/+27
2010-10-219p: client code cleanupstephen hemminger1-50/+1
2010-10-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+6
2010-09-23net: return operator cleanupEric Dumazet1-2/+2
2010-09-13fs/9p, net/9p: memory leak fixesLatchesar Ionkov1-1/+6
2010-08-02fs/9p: destroy fid on failed removeAneesh Kumar K.V1-2/+1
2010-08-02net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V1-0/+25
2010-08-02net/9p: Implement attrwalk 9p callAneesh Kumar K.V1-0/+50
2010-08-029p: Implement LOPENM. Mohan Kumar1-7/+10
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)1-0/+44
2010-08-029p: Implement TMKDIRM. Mohan Kumar1-0/+31
2010-08-029p: Implement TMKNODM. Mohan Kumar1-0/+31
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-0/+34
2010-08-029p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-0/+19
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi1-0/+30
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi1-0/+59
2010-08-02net/9p: Handle the server returned error properlyAneesh Kumar K.V1-1/+2
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi1-0/+47
2010-05-219p: add 9P2000.L rename operationSripathi Kodi1-0/+28
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi1-0/+39
2010-05-219p: VFS switches for 9p2000.L: protocol and client changesSripathi Kodi1-1/+2
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-4/+19
2010-04-059p: saving negative to unsigned charDan Carpenter1-2/+3
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V1-2/+16
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi1-8/+8
2010-03-059P2010.L handshake: .L protocol negotiationSripathi Kodi1-3/+22
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi1-26/+39
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi1-0/+28
2010-02-089p: fix p9_client_destroy unconditional calling v9fs_put_transEric Van Hensbergen1-12/+19
2010-02-089p: fix option parsingEric Van Hensbergen1-4/+5
2010-02-08net/9p: fix statsize inside twstatEric Van Hensbergen1-2/+3
2010-02-08net/9p: fail when user specifies a transport which we can't findEric Van Hensbergen1-0/+8
2009-11-029p: fix readdir corner casesEric Van Hensbergen1-3/+2
2009-08-17net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni1-6/+1
2009-08-179p: minor comment fixesAbhishek Kulkarni1-7/+7
2009-07-149p: Possible regression in p9_client_statAbhishek Kulkarni1-5/+2
2009-07-149p: default 9p transport module fixAbhishek Kulkarni1-3/+3
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov1-55/+19
2009-04-05net/9p: return error when p9_client_stat failsLatchesar Ionkov1-1/+5
2009-04-05net/9p: set correct stat size when sending Twstat messagesLatchesar Ionkov1-3/+31