aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-17net/9p: insulate the client against an invalid error code sent by a 9p serverAbhishek Kulkarni2-7/+2
2009-08-179p: minor comment fixesAbhishek Kulkarni4-22/+20
2009-07-149p: Possible regression in p9_client_statAbhishek Kulkarni1-5/+2
2009-07-149p: default 9p transport module fixAbhishek Kulkarni1-3/+3
2009-07-02net/9p: Fix crash due to bad mount parameters.Abhishek Kulkarni1-6/+8
2009-06-12virtio: find_vqs/del_vqs virtio operationsMichael S. Tsirkin1-3/+3
2009-06-12virtio: add names to virtqueue struct, mapping from devices to queues.Rusty Russell1-1/+1
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov4-60/+30
2009-04-05net/9p: return error when p9_client_stat failsLatchesar Ionkov1-1/+5
2009-04-05net/9p: set correct stat size when sending Twstat messagesLatchesar Ionkov1-3/+31
2009-02-269p: fix sparse warning: cast adds address spaceHannes Eder1-1/+1
2009-02-069p: fix endian issues [attempt 3]Eric Van Hensbergen1-9/+13
2009-01-19net/9p: fid->fid is used uninitializedRoel Kluin1-1/+1
2009-01-159p: disallow RDMA if RDMA CM isn't availableRoland Dreier1-1/+1
2008-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-2/+0
2008-11-21net: remove redundant argument commentsQinghuang Feng1-2/+0
2008-11-18Merge branch 'master' into nextJames Morris1-4/+6
2008-11-149p: restrict RDMA usageRandy Dunlap1-4/+6
2008-11-14Merge branch 'master' into nextJames Morris2-27/+37
2008-11-14CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells1-1/+1
2008-11-05net/9p: fix printk format warningsRandy Dunlap1-11/+20
2008-11-05unsigned fid->fid cannot be negativeRoel Kluin1-4/+5
2008-11-059p: rdma: remove duplicated #includeHuang Weiyi1-1/+0
2008-11-05p9: Fix leak of waitqueue in request allocation pathTom Tucker1-0/+3
2008-11-059p: Remove unneeded free of fcall for FlushTom Tucker1-6/+0
2008-11-059p: Make all client spin locks IRQ safeTom Tucker1-4/+6
2008-11-059p: rdma: Set trans prior to requesting async connection opsTom Tucker1-1/+3
2008-10-229p: fix sparse warningsEric Van Hensbergen2-12/+13
2008-10-229p: rdma: RDMA Transport Support for 9PTom Tucker3-0/+722
2008-10-229p: fix debug build errorEric Van Hensbergen2-3/+10
2008-10-179p: add more conservative lockingEric Van Hensbergen1-7/+17
2008-10-179p: fix oops in protocol stat parsing error path.Eric Van Hensbergen1-2/+2
2008-10-179p: Improve debug supportEric Van Hensbergen2-27/+70
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen3-1055/+13
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen5-515/+572
2008-10-179p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen1-1/+1
2008-10-179p: remove 9p fcall debug printsEric Van Hensbergen4-385/+0
2008-10-179p: add new protocol support codeEric Van Hensbergen3-0/+489
2008-10-179p: encapsulate version functionEric Van Hensbergen1-30/+44
2008-10-179p: move dirread to fs layerEric Van Hensbergen1-103/+0
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen1-26/+0
2008-10-179p: consolidate read/write functionsEric Van Hensbergen1-122/+28
2008-10-179p: drop broken unused error path from p9_conn_create()Tejun Heo1-16/+1
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen3-307/+311
2008-10-179p: use the rcall structure passed in the request in trans_fd read_workEric Van Hensbergen1-63/+66
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen3-171/+117
2008-10-179p: apply common tagpool handling to trans_fdEric Van Hensbergen1-34/+10
2008-10-179p: move request management to client codeEric Van Hensbergen2-127/+161
2008-10-179p: eliminate callback complexityEric Van Hensbergen1-83/+66
2008-10-179p: consolidate mux_rpc and request structureEric Van Hensbergen1-46/+22