aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAge
* 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
* 9p: add new protocol support codeEric Van Hensbergen2008-10-17
* 9p: encapsulate version functionEric Van Hensbergen2008-10-17
* 9p: move dirread to fs layerEric Van Hensbergen2008-10-17
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-17
* 9p: consolidate read/write functionsEric Van Hensbergen2008-10-17
* 9p: drop broken unused error path from p9_conn_create()Tejun Heo2008-10-17
* 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-17
* 9p: use the rcall structure passed in the request in trans_fd read_workEric Van Hensbergen2008-10-17
* 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-17
* 9p: apply common tagpool handling to trans_fdEric Van Hensbergen2008-10-17
* 9p: move request management to client codeEric Van Hensbergen2008-10-17
* 9p: eliminate callback complexityEric Van Hensbergen2008-10-17
* 9p: consolidate mux_rpc and request structureEric Van Hensbergen2008-10-17
* 9p: remove unnecessary prototypesEric Van Hensbergen2008-10-17
* 9p: remove duplicate client stateEric Van Hensbergen2008-10-17
* 9p: consolidate transport structureEric Van Hensbergen2008-10-17
* 9p-trans_fd: use single pollerTejun Heo2008-10-17
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-13
* 9p: fix put_data error handlingEric Van Hensbergen2008-09-24
* 9p: introduce missing kfreeJulia Lawall2008-09-24
* 9p-trans_fd: fix and clean up module init/exit pathsTejun Heo2008-09-24
* 9p-trans_fd: don't do fs segment mangling in p9_fd_poll()Tejun Heo2008-09-24
* 9p-trans_fd: clean up p9_conn_create()Tejun Heo2008-09-24