summaryrefslogtreecommitdiffstats
path: root/net/9p/trans_fd.c
Commit message (Expand)AuthorAgeFilesLines
* 9p/trans_fd: remove Excess kernel-doc commentRandy Dunlap2024-02-121-1/+0
* 9p/trans_fd: Annotate data-racy writes to file::f_flagsMarco Elver2023-10-261-3/+10
* 9p/trans_fd: avoid sending req to a cancelled connSishuai Gong2023-10-241-2/+6
* net: annotate data-races around sock->opsEric Dumazet2023-08-091-2/+2
* Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-231-7/+6
|\
| * 9p/client: fix data race on req->statusDominique Martinet2022-12-131-6/+6
| * 9p/net: Remove unneeded idr.h #includeChristophe JAILLET2022-12-021-1/+0
* | Treewide: Stop corrupting socket's task_fragBenjamin Coddington2022-12-191-0/+1
* | Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-11-291-1/+3
|\ \ | |/ |/|
| * net/9p: Fix a potential socket leak in p9_socket_openWang Hai2022-11-281-1/+3
* | 9p/fd: Use P9_HDRSZ for header sizeGUO Zihua2022-11-181-3/+3
* | 9p/fd: Fix write overflow in p9_read_workGUO Zihua2022-11-181-8/+8
* | 9p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao2022-11-181-0/+2
|/
* net/9p: clarify trans_fd parse_opt failure handlingLi Zhong2022-10-071-1/+3
* net/9p: use a dedicated spinlock for trans_fdDominique Martinet2022-10-071-16/+25
* 9p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa2022-10-071-0/+3
* net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck2022-10-051-0/+1
* 9p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet2022-10-051-1/+2
* net: 9p: fix refcount leak in p9_read_work() error handlingHangyu Hua2022-07-151-0/+1
* 9p: Add client parameter to p9_req_put()Kent Overstreet2022-07-091-6/+6
* 9p/trans_fd: split into dedicated moduleThomas Weißschuh2022-01-101-2/+12
* 9p: fix file headersDominique Martinet2021-11-031-2/+0
* net/9p: increase tcp max msize to 1MBDominique Martinet2021-09-051-1/+1
* 9p/trans_fd: Correct function name p9_mux_destroy() in the kerneldocXiongfeng Wang2021-03-281-1/+1
* net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn2020-11-021-1/+3
* net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam2020-10-121-1/+1
* net/9p: Fix sparse endian warning in trans_fd.cAlexander Kapshuk2020-07-191-1/+1
* 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai2020-07-191-1/+14
* net/9p: validate fds in p9_fd_openChristoph Hellwig2020-07-191-8/+16
* 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
|\