aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
2024-02-129p: Fix read/write debug statements to report server replyDominique Martinet1-5/+5
2024-02-129p/trans_fd: remove Excess kernel-doc commentRandy Dunlap1-1/+0
2023-12-13net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin1-4/+13
2023-10-279p/net: fix possible memory leak in p9_check_errors()Hangyu Hua1-2/+4
2023-10-279p/net: xen: fix false positive printf format overflow warningDominique Martinet1-8/+7
2023-10-269p: v9fs_listxattr: fix %s null argument warningDominique Martinet1-1/+1
2023-10-269p/trans_fd: Annotate data-racy writes to file::f_flagsMarco Elver1-3/+10
2023-10-249p/trans_fd: avoid sending req to a cancelled connSishuai Gong1-2/+6
2023-08-09net: annotate data-races around sock->opsEric Dumazet1-2/+2
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet1-34/+12
2023-07-209p: virtio: skip incrementing unused variableDominique Martinet1-2/+2
2023-07-209p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet1-1/+1
2023-07-209p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet1-1/+1
2023-05-05Merge tag 'net-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+2
2023-05-04Merge tag '9p-6.4-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2023-05-049p: Remove INET dependencyJason Andryuk1-0/+2
2023-04-029p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang1-0/+4
2023-03-279p: Add additional debug flags and open modesEric Van Hensbergen1-4/+4
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-22/+49
2023-02-24net/9p: fix bug in client create for .LEric Van Hensbergen1-1/+1
2023-02-249p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao1-3/+12
2023-02-249p/xen: fix connection sequenceJuergen Gross1-15/+23
2023-02-249p/xen: fix version parsingJuergen Gross1-2/+8
2023-02-23net/9p: Adjust maximum MSIZE to account for p9 headerEric Van Hensbergen1-1/+5
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+1
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds5-29/+40
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington1-0/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li1-2/+1
2022-12-139p/client: fix data race on req->statusDominique Martinet5-21/+23
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2022-12-06net/9p: fix response size check in p9_check_errors()Christian Schoenebeck1-4/+3
2022-12-06net/9p: distinguish zero-copy requestsChristian Schoenebeck1-0/+6
2022-12-039p/xen: do not memcpy header into req->rcDominique Martinet1-1/+3
2022-12-029p: set req refcount to zero to avoid uninitialized usageSchspa Shi1-0/+5
2022-12-029p/net: Remove unneeded idr.h #includeChristophe JAILLET3-3/+0
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+3
2022-11-28net/9p: Fix a potential socket leak in p9_socket_openWang Hai1-1/+3
2022-11-25use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2022-11-239p/xen: check logical size for buffer sizeDominique Martinet1-0/+9
2022-11-189p/fd: Use P9_HDRSZ for header sizeGUO Zihua1-3/+3
2022-11-189p/fd: Fix write overflow in p9_read_workGUO Zihua1-8/+8
2022-11-189p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao1-0/+2
2022-10-07net/9p: clarify trans_fd parse_opt failure handlingLi Zhong1-1/+3
2022-10-07net/9p: add __init/__exit annotations to module init/exit funcsXiu Jianfeng1-2/+2
2022-10-07net/9p: use a dedicated spinlock for trans_fdDominique Martinet1-16/+25
2022-10-079p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa1-0/+3
2022-10-05net/9p: allocate appropriate reduced message buffersChristian Schoenebeck1-7/+35
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck4-0/+4
2022-10-05net/9p: add p9_msg_buf_size()Christian Schoenebeck2-0/+169
2022-10-05net/9p: split message size argument into 't_size' and 'r_size' pairChristian Schoenebeck1-9/+11
2022-10-059p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet1-1/+2
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+26
2022-08-089p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro3-19/+26
2022-08-06Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds5-92/+97
2022-07-16net/9p: Initialize the iounit field during fid creationTyler Hicks1-4/+1
2022-07-15net: 9p: fix refcount leak in p9_read_work() error handlingHangyu Hua1-0/+1
2022-07-159p: roll p9_tag_remove into p9_req_putDominique Martinet1-50/+51
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet5-16/+16
2022-07-099p: Drop kref usageKent Overstreet1-11/+8
2022-07-029p fid refcount: add a 9p_fid_ref tracepointDominique Martinet1-1/+19
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet1-12/+3
2022-06-099p: handling Rerror without copy_from_iter_full()Al Viro2-85/+35
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross1-4/+4
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross1-4/+4
2022-03-07xen/9p: use alloc/free_pages_exact()Juergen Gross1-8/+6
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin1-1/+1
2022-01-10net/9p: show error message if user 'msize' cannot be satisfiedChristian Schoenebeck1-1/+6
2022-01-10net/p9: load default transportsThomas Weißschuh1-2/+11
2022-01-109p/xen: autoload when xenbus service is availableThomas Weißschuh1-0/+1
2022-01-109p/trans_fd: split into dedicated moduleThomas Weißschuh4-5/+23
2021-12-189p/trans_virtio: Fix typo in the comment for p9_virtio_create()zhuxinran1-1/+1
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet6-246/+237
2021-11-039p: fix file headersDominique Martinet10-56/+3
2021-11-03net/9p: autoload transport modulesThomas Weißschuh4-6/+27
2021-11-039p/net: fix missing error check in p9_check_errorsDominique Martinet1-0/+2
2021-09-05net/9p: increase default msize to 128kChristian Schoenebeck1-1/+1
2021-09-05net/9p: use macro to define default msizeChristian Schoenebeck1-2/+4
2021-09-05net/9p: increase tcp max msize to 1MBDominique Martinet1-1/+1
2021-07-279p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2
2021-07-279p/trans_virtio: Remove sysfs file on probe failureXie Yongji1-1/+3
2021-06-029p/trans_virtio: Fix spelling mistakesZheng Yongjun1-3/+3
2021-03-28net: 9p: Correct function names in the kerneldoc commentsXiongfeng Wang1-2/+2
2021-03-289p/trans_fd: Correct function name p9_mux_destroy() in the kerneldocXiongfeng Wang1-1/+1
2021-03-28net: 9p: Correct function name errstr2errno() in the kerneldoc commentsXiongfeng Wang1-1/+1
2021-03-03net: 9p: advance iov on empty readJisheng Zhang1-4/+0
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada1-1/+0
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-5/+9
2020-11-199p: apply review requests for fid refcountingDominique Martinet1-2/+2
2020-11-199p: add refcount to p9_fid structJianyong Wu1-4/+5
2020-11-03fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen1-1/+4
2020-11-02net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn5-6/+19
2020-10-12net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam1-1/+1
2020-10-099p/xen: Fix format argument warningYe Bin1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+30
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: Fix sparse endian warning in trans_fd.cAlexander Kapshuk1-1/+1
2020-07-19net/9p: validate fds in p9_fd_openChristoph Hellwig1-8/+16
2020-07-13net: 9p: kerneldoc fixesAndrew Lunn2-4/+5
2020-06-20net: Add MODULE_DESCRIPTION entries to network modulesRob Gill1-0/+1
2020-06-029p/xen: increase XEN_9PFS_RING_ORDERStefano Stabellini1-27/+34
2020-03-279pnet: allow making incomplete read requestsSergey Alirzaev1-61/+73
2019-09-27Merge tag '9p-for-5.4' of git://github.com/martinetd/linuxLinus Torvalds1-0/+1
2019-09-039p: Transport error uninitializedLu Shuaibing1-0/+1
2019-08-05rdma: Enable ib_alloc_cq to spread work over a device's comp_vectorsChuck Lever1-3/+3
2019-07-12Merge tag '9p-for-5.3' of git://github.com/martinetd/linuxLinus Torvalds2-2/+14
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner8-128/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-159p/xen: Add cleanup path in p9_trans_xen_initYueHaibing1-1/+7
2019-05-159p/virtio: Add cleanup path in p9_virtio_initYueHaibing1-1/+7
2019-03-139p/net: fix memory leak in p9_client_createzhengbin1-1/+1
2019-01-239p: mark expected switch fall-throughGustavo A. R. Silva1-1/+1
2018-12-259p/net: put a lower bound on msizeDominique Martinet1-0/+21
2018-11-20net/9p: include trans_common.h to fix missing prototype warning.Adeodato Simó1-0/+1
2018-11-03Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2018-11-02iov_iter: Fix 9p virtio breakageMarc Zyngier1-1/+1
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2-2/+2
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-24iov_iter: Use accessor functionDavid Howells1-1/+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-10-109p: potential NULL dereferenceDan Carpenter1-1/+1
2018-09-089p: p9dirent_read: check network-provided name lengthDominique Martinet1-3/+9
2018-09-089p/rdma: remove useless check in cm_event_handlerDominique Martinet1-2/+1
2018-09-089p: do not trust pdu content for stat item sizeGertjan Halkes1-1/+2
2018-09-089p: Rename req to rreq in trans_fdTomas Bortoli1-15/+15
2018-09-089p/rdma: do not disconnect on down_interruptible EAGAINDominique Martinet1-2/+2
2018-09-089p: Add refcount to p9_req_tTomas Bortoli5-12/+84
2018-09-089p: rename p9_free_req() functionTomas Bortoli1-50/+50
2018-09-089p: add a per-client fcall kmem_cacheDominique Martinet1-5/+32
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet5-116/+122
2018-08-299p: Remove p9_idpoolMatthew Wilcox2-141/+0
2018-08-299p: Use a slab for allocating requestsMatthew Wilcox2-154/+93
2018-08-299p: clear dangling pointers in p9stat_freeDominique Martinet1-0/+5
2018-08-279p/xen: fix check for xenbus_read error in front_probeDominique Martinet1-2/+2
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxLinus Torvalds7-105/+112
2018-08-16Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe1-3/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-1/+2
2018-08-13net/9p/trans_virtio.c: add null terminal for mount tagpiaojun1-10/+7
2018-08-139p/virtio: fix off-by-one error in sg list bounds checkjiangyiwen1-1/+2
2018-08-139p: fix whitespace issuesStephen Hemminger3-4/+3
2018-08-139p: fix multiple NULL-pointer-dereferencesTomas Bortoli4-1/+13
2018-08-139p: validate PDU lengthTomas Bortoli4-11/+24
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-08-13net/9p/virtio: Fix hard lockup in req_donejiangyiwen1-10/+11
2018-08-13net/9p/trans_virtio.c: fix some spell mistakes in commentspiaojun1-2/+2
2018-08-139p/net: Fix zero-copy path in the 9p virtio transportChirantan Ekbote1-0/+7
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox2-15/+6
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox1-28/+16
2018-08-139p: Change p9_fid_create calling conventionMatthew Wilcox1-14/+9
2018-08-139p: Fix comment on smp_wmbMatthew Wilcox1-1/+1
2018-08-13net/9p/client.c: version pointer uninitializedTomas Bortoli1-1/+1
2018-08-13net/9p: fix error path of p9_virtio_probeJean-Philippe Brucker1-1/+2
2018-08-139p/net/protocol.c: return -ENOMEM when kmalloc() failedpiaojun1-1/+1
2018-08-13net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun1-1/+1
2018-08-08net:mod: remove unneeded variable 'ret' in init_p9zhong jiang1-3/+1
2018-07-24net/9p: Simplify ib_post_(send|recv|srq_recv)() callsBart Van Assche1-4/+4
2018-07-14net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook2-6/+8
2018-06-07net/9p/trans_xen.c: don't inclide rwlock.h directlySebastian Andrzej Siewior1-1/+0
2018-06-07net/9p: detect invalid options as much as possibleChengguang Xu1-8/+5
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-14/+4
2018-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-06-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-05-28IB: Revert "remove redundant INFINIBAND kconfig dependencies"Arnd Bergmann1-1/+1
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-05-26fs: add new vfs_poll and file_can_poll helpersChristoph Hellwig1-14/+4
2018-05-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-10/+7
2018-05-10net/9p: fix spelling mistake: "suspsend" -> "suspend"Colin Ian King1-1/+1
2018-05-10net/9p: correct some comment errors in 9p file system codeSun Lianwen4-9/+6
2018-05-09IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen1-1/+1
2018-05-07net/9p: correct the variable name in v9fs_get_trans_by_name() commentSun Lianwen1-1/+1
2018-04-05net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu1-1/+4
2018-04-05net/9p: avoid -ERESTARTSYS leak to userspaceGreg Kurz1-2/+4
2018-02-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-1/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-13/+13
2018-02-099p/trans_virtio: discard zero-length replyGreg Kurz1-1/+2
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-30/+30
2018-01-159p: add missing module license for xen transportStephen Hemminger1-0/+4
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-22Merge branch '9p-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds4-15/+13
2017-11-199p: Fix missing commas in mount optionsTuomas Tynkkynen2-4/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-23net/9p: Switch to wait_event_killable()Tuomas Tynkkynen3-11/+9
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/vi...Linus Torvalds3-6/+81
2017-07-119p: Implement show_optionsDavid Howells3-6/+81
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-2/+2
2017-05-19Merge tag 'for-linus-4.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-4/+4
2017-05-18xen/9pfs: p9_trans_xen_init and p9_trans_xen_exit can be staticWei Yongjun1-2/+2
2017-05-18xen/9pfs: fix return value check in xen_9pfs_front_probe()Wei Yongjun1-2/+2
2017-05-04Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-0/+558
2017-05-02xen/9pfs: select CONFIG_XEN_XENBUS_FRONTENDArnd Bergmann1-0/+1