aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAge
* 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
* 9p-trans_fd: fix trans_fd::p9_conn_destroy()Tejun Heo2008-09-24
* 9p: implement proper trans module refcounting and unregistrationTejun Heo2008-09-24
* flag parameters: socket and socketpairUlrich Drepper2008-07-24
* 9p: fix error path during early mountEric Van Hensbergen2008-05-14
* 9p: make cryptic unknown error from server less scaryEric Van Hensbergen2008-05-14
* 9p: fix flags length in netSteven Rostedt2008-05-14
* 9p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek2008-05-14
* 9p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek2008-05-14
* 9p: propagate parse_option changes to client and transportsEric Van Hensbergen2008-05-14
* 9p: Documentation updatesEric Van Hensbergen2008-05-14
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-03
|\
| * net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 o...Andrew Morton2008-03-28
* | Merge branch 'master' of ../net-2.6/David S. Miller2008-03-24
|\|
| * [9P] net/9p/trans_fd.c: remove unused variableJulia Lawall2008-03-22
* | net: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-03-05
|/
* net/9p/trans_virtio.c: kmalloc() enough memoryAdrian Bunk2008-02-19
* net/9p/trans_virtio.c: Use BUG_ONJulia Lawall2008-02-17