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