summaryrefslogtreecommitdiffstats
path: root/net/9p/client.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2010-04-051-4/+19
|\
| * 9p: saving negative to unsigned charDan Carpenter2010-04-051-2/+3
| * 9p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V2010-04-051-2/+16
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* 9p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi2010-03-131-8/+8
* 9P2010.L handshake: .L protocol negotiationSripathi Kodi2010-03-051-3/+22
* 9P2010.L handshake: Remove "dotu" variableSripathi Kodi2010-03-051-26/+39
* 9P2010.L handshake: Add mount optionSripathi Kodi2010-03-051-0/+28
* 9p: fix p9_client_destroy unconditional calling v9fs_put_transEric Van Hensbergen2010-02-091-12/+19
* 9p: fix option parsingEric Van Hensbergen2010-02-081-4/+5
* net/9p: fix statsize inside twstatEric Van Hensbergen2010-02-081-2/+3
* net/9p: fail when user specifies a transport which we can't findEric Van Hensbergen2010-02-081-0/+8
* 9p: fix readdir corner casesEric Van Hensbergen2009-11-021-3/+2Star
* net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni2009-08-171-6/+1Star
* 9p: minor comment fixesAbhishek Kulkarni2009-08-171-7/+7
* 9p: Possible regression in p9_client_statAbhishek Kulkarni2009-07-141-5/+2Star
* 9p: default 9p transport module fixAbhishek Kulkarni2009-07-141-3/+3
* net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov2009-04-051-55/+19Star
* net/9p: return error when p9_client_stat failsLatchesar Ionkov2009-04-051-1/+5
* net/9p: set correct stat size when sending Twstat messagesLatchesar Ionkov2009-04-051-3/+31
* net/9p: fid->fid is used uninitializedRoel Kluin2009-01-201-1/+1
* Merge branch 'master' into nextJames Morris2008-11-141-25/+34
|\
| * net/9p: fix printk format warningsRandy Dunlap2008-11-051-11/+20
| * unsigned fid->fid cannot be negativeRoel Kluin2008-11-051-4/+5
| * p9: Fix leak of waitqueue in request allocation pathTom Tucker2008-11-051-0/+3
| * 9p: Remove unneeded free of fcall for FlushTom Tucker2008-11-051-6/+0Star
| * 9p: Make all client spin locks IRQ safeTom Tucker2008-11-051-4/+6
* | CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells2008-11-141-1/+1
|/
* 9p: fix sparse warningsEric Van Hensbergen2008-10-231-0/+1
* 9p: Improve debug supportEric Van Hensbergen2008-10-171-21/+55
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-171-477/+454Star
* 9p: remove 9p fcall debug printsEric Van Hensbergen2008-10-171-9/+0Star
* 9p: encapsulate version functionEric Van Hensbergen2008-10-171-30/+44
* 9p: move dirread to fs layerEric Van Hensbergen2008-10-171-103/+0Star
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-171-26/+0Star
* 9p: consolidate read/write functionsEric Van Hensbergen2008-10-171-122/+28Star
* 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-171-14/+251
* 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-171-0/+21
* 9p: move request management to client codeEric Van Hensbergen2008-10-171-0/+152
* 9p: remove unnecessary prototypesEric Van Hensbergen2008-10-171-94/+89Star
* 9p: consolidate transport structureEric Van Hensbergen2008-10-171-14/+7Star
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* 9p: implement proper trans module refcounting and unregistrationTejun Heo2008-09-241-2/+8
* 9p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek2008-05-151-1/+1
* 9p: propagate parse_option changes to client and transportsEric Van Hensbergen2008-05-151-7/+23
* 9p: transport API reorganizationEric Van Hensbergen2008-02-071-21/+94
* 9p: block-based virtio clientEric Van Hensbergen2008-02-071-17/+17
* 9p: create transport rpc cut-thruEric Van Hensbergen2008-02-071-16/+33
* 9p: fix bug in p9_clone_statMartin Stava2008-02-071-0/+5
* 9p: fix bad kconfig cross-dependencyEric Van Hensbergen2007-10-171-0/+1