summaryrefslogtreecommitdiffstats
path: root/net/9p/trans_fd.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-301-16/+1
* 9p/trans_fd: put worker reqs on destroyDominique Martinet2018-10-101-0/+8
* 9p/trans_fd: abort p9_read_work if req status changedDominique Martinet2018-10-101-6/+11
* 9p: Rename req to rreq in trans_fdTomas Bortoli2018-09-081-15/+15
* 9p: Add refcount to p9_req_tTomas Bortoli2018-09-081-1/+10
* 9p: embed fcall in req to round down buffer allocsDominique Martinet2018-09-081-6/+6
* 9p: fix multiple NULL-pointer-dereferencesTomas Bortoli2018-08-131-1/+4
* 9p: validate PDU lengthTomas Bortoli2018-08-131-1/+4
* net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli2018-08-131-5/+5
* net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli2018-08-131-0/+2
* Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-14/+4
|\
| * fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig2018-05-261-14/+4
* | net/9p: correct some comment errors in 9p file system codeSun Lianwen2018-05-101-2/+2
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-13/+13
* Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-301-30/+30
|\
| * 9p: untangle ->poll() messAl Viro2017-11-281-30/+30
* | make sock_alloc_file() do sock_release() on failuresAl Viro2017-12-051-1/+0
|/
* 9p: Fix missing commas in mount optionsTuomas Tynkkynen2017-11-191-3/+3
* net/9p: switch p9_fd_read to kernel_writeChristoph Hellwig2017-09-041-8/+2
* fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-1/+3
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-07-151-3/+28
|\
| * 9p: Implement show_optionsDavid Howells2017-07-111-3/+28
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-2/+2
|/
* 9p: trans_fd, bail out if recv fcall if missingDominique Martinet2015-11-141-7/+6
* 9p: trans_fd, read rework to use p9_parse_headerDominique Martinet2015-11-141-35/+40
* Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-04-181-2/+1
|\
| * net/9p: Initialize opts->privport as it should be.Dominique Martinet2015-03-211-0/+1
| * 9p: remove unused variable in p9_fd_create()Fabian Frederick2015-03-201-2/+0
* | net: Introduce possible_net_tEric W. Biederman2015-03-121-2/+2
|/
* 9pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr2014-03-251-46/+25
* 9P: Get rid of REQ_STATUS_FLSHSimon Derr2014-03-251-5/+2
* 9P: Add cancelled() to the transport functions.Simon Derr2014-03-251-0/+17
* 9P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet2014-03-251-9/+6
* net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen2013-11-231-1/+1
* file->f_op is never NULL...Al Viro2013-10-241-2/+2
* net/9p: add privport option to 9p tcp transportJim Garlick2013-07-071-1/+39
* Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-10-121-18/+20
|\
| * 9P: Fix race between p9_write_work() and p9_fd_request()Simon Derr2012-10-111-1/+2
| * 9P: Fix race in p9_write_work()Simon Derr2012-09-171-9/+10
| * 9P: fix test at the end of p9_write_work()Simon Derr2012-09-171-1/+1
| * 9P: Fix race in p9_read_work()Simon Derr2012-09-171-7/+7
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-9/+7
|\ \
| * | unexport sock_map_fd(), switch to sock_alloc_file()Al Viro2012-09-261-9/+7
| |/
* | workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
|/
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-55/+58
* 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
OpenPOWER on IntegriCloud