aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_fd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-05-25net/9p: enable 9p to work in non-default network namespaceRob Landley1-3/+4
2011-05-199p: Kill set but not used variable 'ret' in parse_opts()David S. Miller1-2/+0
2011-03-22net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V1-1/+1
2011-02-01net/9p: replace p9_poll_task with a workTejun Heo1-24/+8
2011-02-01net/9p: use system_wq instead of p9_mux_wqTejun Heo1-15/+5
2010-09-06net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall1-1/+1
2010-08-029p: strlen() doesn't count the terminatorDan Carpenter1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-089p: fix option parsingEric Van Hensbergen1-4/+6
2009-12-169p connect fixesAl Viro1-66/+46
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-08-179p: minor comment fixesAbhishek Kulkarni1-4/+4
2009-07-02net/9p: Fix crash due to bad mount parameters.Abhishek Kulkarni1-6/+8
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov1-5/+9
2009-02-269p: fix sparse warning: cast adds address spaceHannes Eder1-1/+1
2008-10-229p: fix debug build errorEric Van Hensbergen1-3/+1
2008-10-179p: add more conservative lockingEric Van Hensbergen1-7/+17
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen1-34/+28
2008-10-179p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen1-1/+1
2008-10-179p: remove 9p fcall debug printsEric Van Hensbergen1-9/+0
2008-10-179p: drop broken unused error path from p9_conn_create()Tejun Heo1-16/+1
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen1-232/+36
2008-10-179p: use the rcall structure passed in the request in trans_fd read_workEric Van Hensbergen1-63/+66
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen1-167/+95
2008-10-179p: apply common tagpool handling to trans_fdEric Van Hensbergen1-34/+10
2008-10-179p: eliminate callback complexityEric Van Hensbergen1-83/+66
2008-10-179p: consolidate mux_rpc and request structureEric Van Hensbergen1-46/+22
2008-10-179p: remove unnecessary prototypesEric Van Hensbergen1-454/+406
2008-10-179p: remove duplicate client stateEric Van Hensbergen1-15/+11
2008-10-179p: consolidate transport structureEric Van Hensbergen1-113/+92
2008-10-179p-trans_fd: use single pollerTejun Heo1-166/+86
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse1-1/+1
2008-09-249p: introduce missing kfreeJulia Lawall1-1/+3
2008-09-249p-trans_fd: fix and clean up module init/exit pathsTejun Heo1-20/+11
2008-09-249p-trans_fd: don't do fs segment mangling in p9_fd_poll()Tejun Heo1-11/+3
2008-09-249p-trans_fd: clean up p9_conn_create()Tejun Heo1-16/+4
2008-09-249p-trans_fd: fix trans_fd::p9_conn_destroy()Tejun Heo1-19/+5
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo1-1/+10
2008-07-24flag parameters: socket and socketpairUlrich Drepper1-1/+1
2008-05-149p: fix error path during early mountEric Van Hensbergen1-7/+22
2008-05-149p: propagate parse_option changes to client and transportsEric Van Hensbergen1-7/+22
2008-05-149p: Documentation updatesEric Van Hensbergen1-22/+124
2008-03-28net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 on successAndrew Morton1-1/+1
2008-03-22[9P] net/9p/trans_fd.c: remove unused variableJulia Lawall1-2/+0
2008-02-069p: transport API reorganizationEric Van Hensbergen1-22/+1081
2007-11-069p: add missing end-of-options record for trans_fdLatchesar Ionkov1-1/+2
2007-10-179p: Make transports dynamicEric Van Hensbergen1-155/+264
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov1-0/+363