aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_fd.c
Commit message (Expand)AuthorAgeFilesLines
* net/9p: enable 9p to work in non-default network namespaceRob Landley2011-05-251-3/+4
* 9p: Kill set but not used variable 'ret' in parse_opts()David S. Miller2011-05-191-2/+0
* net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V2011-03-221-1/+1
* net/9p: replace p9_poll_task with a workTejun Heo2011-02-011-24/+8
* net/9p: use system_wq instead of p9_mux_wqTejun Heo2011-02-011-15/+5
* net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall2010-09-061-1/+1
* 9p: strlen() doesn't count the terminatorDan Carpenter2010-08-021-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* 9p: fix option parsingEric Van Hensbergen2010-02-081-4/+6
* 9p connect fixesAl Viro2009-12-161-66/+46
* net: Move && and || to end of previous lineJoe Perches2009-11-291-2/+2
* 9p: minor comment fixesAbhishek Kulkarni2009-08-171-4/+4
* net/9p: Fix crash due to bad mount parameters.Abhishek Kulkarni2009-07-021-6/+8
* net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov2009-04-051-5/+9
* 9p: fix sparse warning: cast adds address spaceHannes Eder2009-02-261-1/+1
* 9p: fix debug build errorEric Van Hensbergen2008-10-221-3/+1
* 9p: add more conservative lockingEric Van Hensbergen2008-10-171-7/+17
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-171-34/+28
* 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-171-9/+0
* 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-171-232/+36
* 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-171-167/+95
* 9p: apply common tagpool handling to trans_fdEric Van Hensbergen2008-10-171-34/+10
* 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-171-454/+406
* 9p: remove duplicate client stateEric Van Hensbergen2008-10-171-15/+11
* 9p: consolidate transport structureEric Van Hensbergen2008-10-171-113/+92
* 9p-trans_fd: use single pollerTejun Heo2008-10-171-166/+86
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* 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-241-1/+10
* flag parameters: socket and socketpairUlrich Drepper2008-07-241-1/+1
* 9p: fix error path during early mountEric Van Hensbergen2008-05-141-7/+22
* 9p: propagate parse_option changes to client and transportsEric Van Hensbergen2008-05-141-7/+22
* 9p: Documentation updatesEric Van Hensbergen2008-05-141-22/+124
* net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 o...Andrew Morton2008-03-281-1/+1
* [9P] net/9p/trans_fd.c: remove unused variableJulia Lawall2008-03-221-2/+0
* 9p: transport API reorganizationEric Van Hensbergen2008-02-061-22/+1081
* 9p: add missing end-of-options record for trans_fdLatchesar Ionkov2007-11-061-1/+2
* 9p: Make transports dynamicEric Van Hensbergen2007-10-171-155/+264
* 9p: Reorganization of 9p file system codeLatchesar Ionkov2007-07-141-0/+363