summaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAgeFilesLines
* 9p: fix sparse warning: cast adds address spaceHannes Eder2009-02-261-1/+1
* 9p: fix endian issues [attempt 3]Eric Van Hensbergen2009-02-061-9/+13
* net/9p: fid->fid is used uninitializedRoel Kluin2009-01-191-1/+1
* 9p: disallow RDMA if RDMA CM isn't availableRoland Dreier2009-01-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2008-12-281-2/+0
|\
| * net: remove redundant argument commentsQinghuang Feng2008-11-211-2/+0
* | Merge branch 'master' into nextJames Morris2008-11-181-4/+6
|\ \ | |/
| * 9p: restrict RDMA usageRandy Dunlap2008-11-141-4/+6
* | Merge branch 'master' into nextJames Morris2008-11-142-27/+37
|\ \ | |/
| * net/9p: fix printk format warningsRandy Dunlap2008-11-051-11/+20
| * unsigned fid->fid cannot be negativeRoel Kluin2008-11-051-4/+5
| * 9p: rdma: remove duplicated #includeHuang Weiyi2008-11-051-1/+0
| * 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
| * 9p: rdma: Set trans prior to requesting async connection opsTom Tucker2008-11-051-1/+3
* | CRED: Wrap task credential accesses in 9P2000 filesystemDavid Howells2008-11-141-1/+1
|/
* 9p: fix sparse warningsEric Van Hensbergen2008-10-222-12/+13
* 9p: rdma: RDMA Transport Support for 9PTom Tucker2008-10-223-0/+722
* 9p: fix debug build errorEric Van Hensbergen2008-10-222-3/+10
* 9p: add more conservative lockingEric Van Hensbergen2008-10-171-7/+17
* 9p: fix oops in protocol stat parsing error path.Eric Van Hensbergen2008-10-171-2/+2
* 9p: Improve debug supportEric Van Hensbergen2008-10-172-27/+70
* 9p: eliminate depricated conv functionsEric Van Hensbergen2008-10-173-1055/+13
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-175-515/+572
* 9p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen2008-10-171-1/+1
* 9p: remove 9p fcall debug printsEric Van Hensbergen2008-10-174-385/+0
* 9p: add new protocol support codeEric Van Hensbergen2008-10-173-0/+489
* 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: drop broken unused error path from p9_conn_create()Tejun Heo2008-10-171-16/+1
* 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-173-307/+311
* 9p: use the rcall structure passed in the request in trans_fd read_workEric Van Hensbergen2008-10-171-63/+66
* 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-173-171/+117
* 9p: apply common tagpool handling to trans_fdEric Van Hensbergen2008-10-171-34/+10
* 9p: move request management to client codeEric Van Hensbergen2008-10-172-127/+161
* 9p: eliminate callback complexityEric Van Hensbergen2008-10-171-83/+66
* 9p: consolidate mux_rpc and request structureEric Van Hensbergen2008-10-171-46/+22
* 9p: remove unnecessary prototypesEric Van Hensbergen2008-10-172-548/+495
* 9p: remove duplicate client stateEric Van Hensbergen2008-10-171-15/+11
* 9p: consolidate transport structureEric Van Hensbergen2008-10-174-157/+120
* 9p-trans_fd: use single pollerTejun Heo2008-10-171-166/+86
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-132-2/+2
* 9p: fix put_data error handlingEric Van Hensbergen2008-09-241-1/+5
* 9p: introduce missing kfreeJulia Lawall2008-09-241-1/+3
* 9p-trans_fd: fix and clean up module init/exit pathsTejun Heo2008-09-241-20/+11
* 9p-trans_fd: don't do fs segment mangling in p9_fd_poll()Tejun Heo2008-09-241-11/+3
* 9p-trans_fd: clean up p9_conn_create()Tejun Heo2008-09-241-16/+4
OpenPOWER on IntegriCloud