summaryrefslogtreecommitdiffstats
path: root/net/9p/client.c
Commit message (Expand)AuthorAgeFilesLines
* 9p: fix readdir corner casesEric Van Hensbergen2009-11-021-3/+2
* net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni2009-08-171-6/+1
* 9p: minor comment fixesAbhishek Kulkarni2009-08-171-7/+7
* 9p: Possible regression in p9_client_statAbhishek Kulkarni2009-07-141-5/+2
* 9p: default 9p transport module fixAbhishek Kulkarni2009-07-141-3/+3
* net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov2009-04-051-55/+19
* 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-191-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/+0
| * 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-221-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/+454
* 9p: remove 9p fcall debug printsEric Van Hensbergen2008-10-171-9/+0
* 9p: encapsulate version functionEric Van Hensbergen2008-10-171-30/+44
* 9p: move dirread to fs layerEric Van Hensbergen2008-10-171-103/+0
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-171-26/+0
* 9p: consolidate read/write functionsEric Van Hensbergen2008-10-171-122/+28
* 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/+89
* 9p: consolidate transport structureEric Van Hensbergen2008-10-171-14/+7
* 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-141-1/+1
* 9p: propagate parse_option changes to client and transportsEric Van Hensbergen2008-05-141-7/+23
* 9p: transport API reorganizationEric Van Hensbergen2008-02-061-21/+94
* 9p: block-based virtio clientEric Van Hensbergen2008-02-061-17/+17
* 9p: create transport rpc cut-thruEric Van Hensbergen2008-02-061-16/+33
* 9p: fix bug in p9_clone_statMartin Stava2008-02-061-0/+5
* 9p: fix bad kconfig cross-dependencyEric Van Hensbergen2007-10-171-0/+1
* 9p: attach-per-userLatchesar Ionkov2007-10-171-4/+6
* 9p: Make transports dynamicEric Van Hensbergen2007-10-171-1/+1
* 9p: fix a race condition bug in umount which caused a segfaultEric Van Hensbergen2007-07-141-3/+3
* 9p: Reorganization of 9p file system codeLatchesar Ionkov2007-07-141-0/+965
OpenPOWER on IntegriCloud