aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/trans_fd.c
AgeCommit message (Expand)Author
2022-12-149p/fd: Use P9_HDRSZ for header sizeGUO Zihua
2022-12-08net/9p: Fix a potential socket leak in p9_socket_openWang Hai
2022-12-089p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao
2022-11-259p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa
2022-11-259p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet
2020-11-05net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam
2020-08-11net/9p: validate fds in p9_fd_openChristoph Hellwig
2020-08-059p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai
2019-07-039p/trans_fd: put worker reqs on destroyDominique Martinet
2019-07-039p/trans_fd: abort p9_read_work if req status changedDominique Martinet
2019-07-039p: Rename req to rreq in trans_fdTomas Bortoli
2019-07-039p: Add refcount to p9_req_tTomas Bortoli
2019-07-039p: embed fcall in req to round down buffer allocsDominique Martinet
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli
2018-08-139p: validate PDU lengthTomas Bortoli
2018-08-13net/9p/trans_fd.c: fix race by holding the lockTomas Bortoli
2018-08-13net/9p/trans_fd.c: fix race-condition by flushing workqueue before the kfree()Tomas Bortoli
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig
2018-05-10net/9p: correct some comment errors in 9p file system codeSun Lianwen
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-12-05make sock_alloc_file() do sock_release() on failuresAl Viro
2017-11-289p: untangle ->poll() messAl Viro
2017-11-199p: Fix missing commas in mount optionsTuomas Tynkkynen
2017-09-04net/9p: switch p9_fd_read to kernel_writeChristoph Hellwig
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig
2017-07-15Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2017-07-119p: Implement show_optionsDavid Howells
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2015-11-149p: trans_fd, bail out if recv fcall if missingDominique Martinet
2015-11-149p: trans_fd, read rework to use p9_parse_headerDominique Martinet
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