summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
2025-10-19net/9p: fix double req put in p9_fd_cancelledNalivayko Sergey1-4/+4
2024-12-149p/xen: fix release of IRQAlex Zenla1-1/+1
2024-12-149p/xen: fix init sequenceAlex Zenla1-2/+5
2024-11-179p: fix slab cache name creation for realLinus Torvalds1-1/+3
2024-11-179p: Avoid creating multiple slab caches with the same namePedro Falcato1-1/+9
2024-06-16net/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich1-0/+2
2024-01-05net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin1-4/+13
2023-11-289p: v9fs_listxattr: fix %s null argument warningDominique Martinet1-1/+1
2023-11-289p/trans_fd: Annotate data-racy writes to file::f_flagsMarco Elver1-3/+10
2023-11-209p/net: fix possible memory leak in p9_check_errors()Hangyu Hua1-2/+4
2023-09-199p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet1-1/+1
2023-04-209p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang1-0/+4
2023-03-22net/9p: fix bug in client create for .LEric Van Hensbergen1-1/+1
2023-03-119p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao1-3/+12
2023-03-119p/xen: fix connection sequenceJuergen Gross1-15/+23
2023-03-119p/xen: fix version parsingJuergen Gross1-2/+8
2022-12-319p: set req refcount to zero to avoid uninitialized usageSchspa Shi1-0/+5
2022-12-149p/xen: check logical size for buffer sizeDominique Martinet1-0/+9
2022-12-149p/fd: Use P9_HDRSZ for header sizeGUO Zihua1-3/+3
2022-12-08net/9p: Fix a potential socket leak in p9_socket_openWang Hai1-1/+3
2022-12-029p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao1-0/+2
2022-11-26net/9p: use a dedicated spinlock for trans_fdDominique Martinet1-16/+25
2022-11-269p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa1-0/+3
2022-11-269p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet1-1/+2
2022-08-17net/9p: Initialize the iounit field during fid creationTyler Hicks1-4/+1
2022-08-17net: 9p: fix refcount leak in p9_read_work() error handlingHangyu Hua1-0/+1
2022-08-179p: Add client parameter to p9_req_put()Kent Overstreet5-16/+16
2022-08-179p: Drop kref usageKent Overstreet1-11/+8
2022-08-179p: fix a bunch of checkpatch warningsDominique Martinet6-246/+237
2022-03-11xen/9p: use alloc/free_pages_exact()Juergen Gross1-8/+6
2021-11-189p/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-039p/trans_virtio: Fix spelling mistakesZheng Yongjun1-3/+3
2021-03-29net: 9p: Correct function names in the kerneldoc commentsXiongfeng Wang1-2/+2
2021-03-299p/trans_fd: Correct function name p9_mux_destroy() in the kerneldocXiongfeng Wang1-1/+1
2021-03-29net: 9p: Correct function name errstr2errno() in the kerneldoc commentsXiongfeng Wang1-1/+1
2021-03-04net: 9p: advance iov on empty readJisheng Zhang1-4/+0
2021-01-28net: 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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1