aboutsummaryrefslogtreecommitdiff
path: root/net/9p/client.c
AgeCommit message (Expand)Author
2010-08-02fs/9p: destroy fid on failed removeAneesh Kumar K.V
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-02net/9p: Handle the server returned error properlyAneesh Kumar K.V
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
2010-05-219p: VFS switches for 9p2000.L: protocol and client changesSripathi Kodi
2010-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2010-04-059p: saving negative to unsigned charDan Carpenter
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi
2010-03-059P2010.L handshake: .L protocol negotiationSripathi Kodi
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi
2010-02-089p: fix p9_client_destroy unconditional calling v9fs_put_transEric Van Hensbergen
2010-02-089p: fix option parsingEric Van Hensbergen
2010-02-08net/9p: fix statsize inside twstatEric Van Hensbergen
2010-02-08net/9p: fail when user specifies a transport which we can't findEric Van Hensbergen
2009-11-029p: fix readdir corner casesEric Van Hensbergen
2009-08-17net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni
2009-08-179p: minor comment fixesAbhishek Kulkarni
2009-07-149p: Possible regression in p9_client_statAbhishek Kulkarni
2009-07-149p: default 9p transport module fixAbhishek Kulkarni
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov
2009-04-05net/9p: return error when p9_client_stat failsLatchesar Ionkov
2009-04-05net/9p: set correct stat size when sending Twstat messagesLatchesar Ionkov
2009-01-19net/9p: fid->fid is used uninitializedRoel Kluin
2008-11-14Merge branch 'master' into nextJames Morris
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells
2008-11-05net/9p: fix printk format warningsRandy Dunlap
2008-11-05unsigned fid->fid cannot be negativeRoel Kluin
2008-11-05p9: Fix leak of waitqueue in request allocation pathTom Tucker
2008-11-059p: Remove unneeded free of fcall for FlushTom Tucker
2008-11-059p: Make all client spin locks IRQ safeTom Tucker
2008-10-229p: fix sparse warningsEric Van Hensbergen
2008-10-179p: Improve debug supportEric 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: encapsulate version functionEric Van Hensbergen
2008-10-179p: move dirread to fs layerEric Van Hensbergen