aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAge
* 9p: fix p9_client_destroy unconditional calling v9fs_put_transEric Van Hensbergen2010-02-08
* 9p: Fix the kernel crash on a failed mountAneesh Kumar K.V2010-02-08
* 9p: fix option parsingEric Van Hensbergen2010-02-08
* net/9p: fix statsize inside twstatEric Van Hensbergen2010-02-08
* net/9p: fail when user specifies a transport which we can't findEric Van Hensbergen2010-02-08
* net/9p: fix virtio transport to correctly update status on connectEric Van Hensbergen2010-02-08
* 9p connect fixesAl Viro2009-12-16
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* 9p: fix readdir corner casesEric Van Hensbergen2009-11-02
* virtio: let header files include virtio_ids.hChristian Borntraeger2009-10-22
* virtio: add virtio IDs fileFernando Luis Vazquez Cao2009-09-23
* virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao2009-09-23
* virtio: make add_buf return capacity remainingRusty Russell2009-09-23
* net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni2009-08-17
* 9p: minor comment fixesAbhishek Kulkarni2009-08-17
* 9p: Possible regression in p9_client_statAbhishek Kulkarni2009-07-14
* 9p: default 9p transport module fixAbhishek Kulkarni2009-07-14
* net/9p: Fix crash due to bad mount parameters.Abhishek Kulkarni2009-07-02
* virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin2009-06-12
* virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell2009-06-12
* net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov2009-04-05
* net/9p: return error when p9_client_stat failsLatchesar Ionkov2009-04-05
* net/9p: set correct stat size when sending Twstat messagesLatchesar Ionkov2009-04-05
* 9p: fix sparse warning: cast adds address spaceHannes Eder2009-02-27
* 9p: fix endian issues [attempt 3]Eric Van Hensbergen2009-02-07
* net/9p: fid->fid is used uninitializedRoel Kluin2009-01-19
* 9p: disallow RDMA if RDMA CM isn't availableRoland Dreier2009-01-15
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-28
|\
| * net: remove redundant argument commentsQinghuang Feng2008-11-21
* | Merge branch 'master' into nextJames Morris2008-11-18
|\|
| * 9p: restrict RDMA usageRandy Dunlap2008-11-14
* | Merge branch 'master' into nextJames Morris2008-11-13
|\|
| * net/9p: fix printk format warningsRandy Dunlap2008-11-05
| * unsigned fid->fid cannot be negativeRoel Kluin2008-11-05
| * 9p: rdma: remove duplicated #includeHuang Weiyi2008-11-05
| * p9: Fix leak of waitqueue in request allocation pathTom Tucker2008-11-05
| * 9p: Remove unneeded free of fcall for FlushTom Tucker2008-11-05
| * 9p: Make all client spin locks IRQ safeTom Tucker2008-11-05
| * 9p: rdma: Set trans prior to requesting async connection opsTom Tucker2008-11-05
* | CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells2008-11-13
|/
* 9p: fix sparse warningsEric Van Hensbergen2008-10-22
* 9p: rdma: RDMA Transport Support for 9PTom Tucker2008-10-22
* 9p: fix debug build errorEric Van Hensbergen2008-10-22
* 9p: add more conservative lockingEric Van Hensbergen2008-10-17
* 9p: fix oops in protocol stat parsing error path.Eric Van Hensbergen2008-10-17
* 9p: Improve debug supportEric Van Hensbergen2008-10-17
* 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-17
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-17
* 9p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen2008-10-17
* 9p: remove 9p fcall debug printsEric Van Hensbergen2008-10-17