summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
2025-05-029p/net: fix improper handling of bogus negative read/write repliesDominique Martinet1-14/+16
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-04-109p: Fix read/write debug statements to report server replyDominique Martinet1-5/+5
2024-01-01net: 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-139p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet1-1/+1
2023-09-139p: virtio: fix unlikely null pointer deref in handle_rerrorDominique 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
2023-02-09use less confusing names for iov_iter direction initializersAl Viro1-1/+1
2023-01-129p/client: fix data race on req->statusDominique Martinet5-21/+23
2022-12-319p: set req refcount to zero to avoid uninitialized usageSchspa Shi1-0/+5
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-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-09Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-19/+26
2022-08-099p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro3-19/+26
2022-08-07Merge 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-16xen/grant-table: remove readonly parameter from functionsJuergen Gross1-4/+4
2022-03-07xen/9p: use alloc/free_pages_exact()Juergen Gross1-8/+6