aboutsummaryrefslogtreecommitdiff
path: root/net/9p/client.c
AgeCommit message (Expand)Author
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
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen
2008-10-179p: consolidate read/write functionsEric Van Hensbergen
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen
2008-10-179p: move request management to client codeEric Van Hensbergen
2008-10-179p: remove unnecessary prototypesEric Van Hensbergen
2008-10-179p: consolidate transport structureEric Van Hensbergen
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo
2008-05-149p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek
2008-05-149p: propagate parse_option changes to client and transportsEric Van Hensbergen
2008-02-069p: transport API reorganizationEric Van Hensbergen
2008-02-069p: block-based virtio clientEric Van Hensbergen
2008-02-069p: create transport rpc cut-thruEric Van Hensbergen
2008-02-069p: fix bug in p9_clone_statMartin Stava
2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen