aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_fd.c
Commit message (Expand)AuthorAge
* net/9p: enable 9p to work in non-default network namespaceRob Landley2011-05-25
* 9p: Kill set but not used variable 'ret' in parse_opts()David S. Miller2011-05-19
* net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V2011-03-22
* net/9p: replace p9_poll_task with a workTejun Heo2011-02-01
* net/9p: use system_wq instead of p9_mux_wqTejun Heo2011-02-01
* net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall2010-09-06
* 9p: strlen() doesn't count the terminatorDan Carpenter2010-08-02
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* 9p: fix option parsingEric Van Hensbergen2010-02-08
* 9p connect fixesAl Viro2009-12-16
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* 9p: minor comment fixesAbhishek Kulkarni2009-08-17
* net/9p: Fix crash due to bad mount parameters.Abhishek Kulkarni2009-07-02
* net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov2009-04-05
* 9p: fix sparse warning: cast adds address spaceHannes Eder2009-02-27
* 9p: fix debug build errorEric Van Hensbergen2008-10-22
* 9p: add more conservative lockingEric 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: 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: 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: 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: propagate parse_option changes to client and transportsEric Van Hensbergen2008-05-14
* 9p: Documentation updatesEric Van Hensbergen2008-05-14
* net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 o...Andrew Morton2008-03-28
* [9P] net/9p/trans_fd.c: remove unused variableJulia Lawall2008-03-22
* 9p: transport API reorganizationEric Van Hensbergen2008-02-06
* 9p: add missing end-of-options record for trans_fdLatchesar Ionkov2007-11-06
* 9p: Make transports dynamicEric Van Hensbergen2007-10-17
* 9p: Reorganization of 9p file system codeLatchesar Ionkov2007-07-14