aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_fd.c
Commit message (Expand)AuthorAge
* Patched in Tegra support.Jonathan Herman2013-01-17
* Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-11
|\
| * 9P: Fix race between p9_write_work() and p9_fd_request()Simon Derr2012-10-11
| * 9P: Fix race in p9_write_work()Simon Derr2012-09-17
| * 9P: fix test at the end of p9_write_work()Simon Derr2012-09-17
| * 9P: Fix race in p9_read_work()Simon Derr2012-09-17
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-02
|\ \
| * | unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-26
| |/
* / workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-20
|/
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-15
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-05
* 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