summaryrefslogtreecommitdiff
path: root/net/9p/trans_fd.c
AgeCommit message (Expand)Author
2020-11-10net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam
2020-08-21net/9p: validate fds in p9_fd_openChristoph Hellwig
2018-09-099p: fix multiple NULL-pointer-dereferencesTomas Bortoli
2018-09-09net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2015-03-21net/9p: Initialize opts->privport as it should be.Dominique Martinet
2015-03-209p: remove unused variable in p9_fd_create()Fabian Frederick
2015-03-12net: Introduce possible_net_tEric W. Biederman
2014-03-259pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr
2014-03-259P: Get rid of REQ_STATUS_FLSHSimon Derr
2014-03-259P: Add cancelled() to the transport functions.Simon Derr
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen
2013-10-24file->f_op is never NULL...Al Viro
2013-07-07net/9p: add privport option to 9p tcp transportJim Garlick
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2012-10-119P: Fix race between p9_write_work() and p9_fd_request()Simon Derr
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro
2012-09-179P: Fix race in p9_write_work()Simon Derr
2012-09-179P: fix test at the end of p9_write_work()Simon Derr
2012-09-179P: Fix race in p9_read_work()Simon Derr
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches
2011-05-25net/9p: enable 9p to work in non-default network namespaceRob Landley
2011-05-199p: Kill set but not used variable 'ret' in parse_opts()David S. Miller
2011-03-22net/9p: Convert the in the 9p rpc call path to GFP_NOFSAneesh Kumar K.V
2011-02-01net/9p: replace p9_poll_task with a workTejun Heo
2011-02-01net/9p: use system_wq instead of p9_mux_wqTejun Heo
2010-09-06net/9p/trans_fd.c: Fix unsigned return typeJulia Lawall
2010-08-029p: strlen() doesn't count the terminatorDan Carpenter
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-089p: fix option parsingEric Van Hensbergen
2009-12-169p connect fixesAl Viro
2009-11-29net: Move && and || to end of previous lineJoe Perches
2009-08-179p: minor comment fixesAbhishek Kulkarni
2009-07-02net/9p: Fix crash due to bad mount parameters.Abhishek Kulkarni
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov
2009-02-269p: fix sparse warning: cast adds address spaceHannes Eder
2008-10-229p: fix debug build errorEric Van Hensbergen
2008-10-179p: add more conservative lockingEric Van Hensbergen
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen
2008-10-179p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen
2008-10-179p: remove 9p fcall debug printsEric Van Hensbergen
2008-10-179p: drop broken unused error path from p9_conn_create()Tejun Heo
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen
2008-10-179p: use the rcall structure passed in the request in trans_fd read_workEric Van Hensbergen
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen
2008-10-179p: apply common tagpool handling to trans_fdEric Van Hensbergen