aboutsummaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)Author
2009-12-169p connect fixesAl Viro
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-11-029p: fix readdir corner casesEric Van Hensbergen
2009-10-22virtio: let header files include virtio_ids.hChristian Borntraeger
2009-09-23virtio: add virtio IDs fileFernando Luis Vazquez Cao
2009-09-23virtio: get rid of redundant VIRTIO_ID_9P definitionFernando Luis Vazquez Cao
2009-09-23virtio: make add_buf return capacity remainingRusty Russell
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-07-02net/9p: Fix crash due to bad mount parameters.Abhishek Kulkarni
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell
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-02-269p: fix sparse warning: cast adds address spaceHannes Eder
2009-02-069p: fix endian issues [attempt 3]Eric Van Hensbergen
2009-01-19net/9p: fid->fid is used uninitializedRoel Kluin
2009-01-159p: disallow RDMA if RDMA CM isn't availableRoland Dreier
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2008-11-21net: remove redundant argument commentsQinghuang Feng
2008-11-18Merge branch 'master' into nextJames Morris
2008-11-149p: restrict RDMA usageRandy Dunlap
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-059p: rdma: remove duplicated #includeHuang Weiyi
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-11-059p: rdma: Set trans prior to requesting async connection opsTom Tucker
2008-10-229p: fix sparse warningsEric Van Hensbergen
2008-10-229p: rdma: RDMA Transport Support for 9PTom Tucker
2008-10-229p: fix debug build errorEric Van Hensbergen
2008-10-179p: add more conservative lockingEric Van Hensbergen
2008-10-179p: fix oops in protocol stat parsing error path.Eric Van Hensbergen
2008-10-179p: Improve debug supportEric Van Hensbergen
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen
2008-10-179p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen
2008-10-179p: remove 9p fcall debug printsEric Van Hensbergen
2008-10-179p: add new protocol support codeEric 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: drop broken unused error path from p9_conn_create()Tejun Heo