aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_fd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-19net/9p: Fix sparse endian warning in trans_fd.cAlexander Kapshuk1-1/+1
2020-07-199p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai1-1/+14
2020-07-19net/9p: validate fds in p9_fd_openChristoph Hellwig1-8/+16
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2018-10-109p/trans_fd: put worker reqs on destroyDominique Martinet1-0/+8
2018-10-109p/trans_fd: abort p9_read_work if req status changedDominique Martinet1-6/+11
2018-09-089p: Rename req to rreq in trans_fdTomas Bortoli1-15/+15
2018-09-089p: Add refcount to p9_req_tTomas Bortoli1-1/+10
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet1-6/+6
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli1-1/+4
2018-08-139p: validate PDU lengthTomas Bortoli1-1/+4
2018-08-13net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli1-5/+5
2018-08-13net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli1-0/+2
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+4
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig1-14/+4
2018-05-10net/9p: correct some comment errors in 9p file system codeSun Lianwen1-2/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-13/+13
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-30/+30
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro1-1/+0
2017-11-289p: untangle ->poll() messAl Viro1-30/+30
2017-11-199p: Fix missing commas in mount optionsTuomas Tynkkynen1-3/+3
2017-09-04net/9p: switch p9_fd_read to kernel_writeChristoph Hellwig1-8/+2
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-1/+3
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-3/+28
2017-07-119p: Implement show_optionsDavid Howells1-3/+28
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2015-11-149p: trans_fd, bail out if recv fcall if missingDominique Martinet1-7/+6
2015-11-149p: trans_fd, read rework to use p9_parse_headerDominique Martinet1-35/+40
2015-04-18Merge tag 'for-linus-4.1-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-2/+1
2015-03-21net/9p: Initialize opts->privport as it should be.Dominique Martinet1-0/+1
2015-03-209p: remove unused variable in p9_fd_create()Fabian Frederick1-2/+0
2015-03-12net: Introduce possible_net_tEric W. Biederman1-2/+2
2014-03-259pnet: trans_fd : allocate struct p9_trans_fd and struct p9_conn together.Simon Derr1-46/+25
2014-03-259P: Get rid of REQ_STATUS_FLSHSimon Derr1-5/+2
2014-03-259P: Add cancelled() to the transport functions.Simon Derr1-0/+17
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet1-9/+6
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen1-1/+1
2013-10-24file->f_op is never NULL...Al Viro1-2/+2
2013-07-07net/9p: add privport option to 9p tcp transportJim Garlick1-1/+39
2012-10-12Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-18/+20
2012-10-119P: Fix race between p9_write_work() and p9_fd_request()Simon Derr1-1/+2
2012-10-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+7
2012-09-26unexport sock_map_fd(), switch to sock_alloc_file()Al Viro1-9/+7
2012-09-179P: Fix race in p9_write_work()Simon Derr1-9/+10
2012-09-179P: fix test at the end of p9_write_work()Simon Derr1-1/+1
2012-09-179P: Fix race in p9_read_work()Simon Derr1-7/+7
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-1/+1
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-55/+58
2011-05-25net/9p: enable 9p to work in non-default network namespaceRob Landley1-3/+4