summaryrefslogtreecommitdiff
path: root/net/9p
AgeCommit message (Expand)Author
2024-01-01net: 9p: avoid freeing uninit memory in p9pdu_vreadfFedor Pchelkin
2023-11-289p: v9fs_listxattr: fix %s null argument warningDominique Martinet
2023-11-289p/trans_fd: Annotate data-racy writes to file::f_flagsMarco Elver
2023-11-209p/net: fix possible memory leak in p9_check_errors()Hangyu Hua
2023-09-139p: virtio: make sure 'offs' is initialized in zc_requestDominique Martinet
2023-09-139p: virtio: fix unlikely null pointer deref in handle_rerrorDominique Martinet
2023-04-209p/xen : Fix use after free bug in xen_9pfs_front_remove due to race conditionZheng Wang
2023-03-22net/9p: fix bug in client create for .LEric Van Hensbergen
2023-03-119p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao
2023-03-119p/xen: fix connection sequenceJuergen Gross
2023-03-119p/xen: fix version parsingJuergen Gross
2023-02-09use less confusing names for iov_iter direction initializersAl Viro
2023-01-129p/client: fix data race on req->statusDominique Martinet
2022-12-319p: set req refcount to zero to avoid uninitialized usageSchspa Shi
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-11-28net/9p: Fix a potential socket leak in p9_socket_openWang Hai
2022-11-239p/xen: check logical size for buffer sizeDominique Martinet
2022-11-189p/fd: Use P9_HDRSZ for header sizeGUO Zihua
2022-11-189p/fd: Fix write overflow in p9_read_workGUO Zihua
2022-11-189p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao
2022-10-07net/9p: clarify trans_fd parse_opt failure handlingLi Zhong
2022-10-07net/9p: add __init/__exit annotations to module init/exit funcsXiu Jianfeng
2022-10-07net/9p: use a dedicated spinlock for trans_fdDominique Martinet
2022-10-079p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa
2022-10-05net/9p: allocate appropriate reduced message buffersChristian Schoenebeck
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck
2022-10-05net/9p: add p9_msg_buf_size()Christian Schoenebeck
2022-10-05net/9p: split message size argument into 't_size' and 'r_size' pairChristian Schoenebeck
2022-10-059p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-089p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro
2022-08-06Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds
2022-07-16net/9p: Initialize the iounit field during fid creationTyler Hicks
2022-07-15net: 9p: fix refcount leak in p9_read_work() error handlingHangyu Hua
2022-07-159p: roll p9_tag_remove into p9_req_putDominique Martinet
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet
2022-07-099p: Drop kref usageKent Overstreet
2022-07-029p fid refcount: add a 9p_fid_ref tracepointDominique Martinet
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet
2022-06-099p: handling Rerror without copy_from_iter_full()Al Viro
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross
2022-03-07xen/9p: use alloc/free_pages_exact()Juergen Gross
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin
2022-01-10net/9p: show error message if user 'msize' cannot be satisfiedChristian Schoenebeck
2022-01-10net/p9: load default transportsThomas Weißschuh
2022-01-109p/xen: autoload when xenbus service is availableThomas Weißschuh
2022-01-109p/trans_fd: split into dedicated moduleThomas Weißschuh
2021-12-189p/trans_virtio: Fix typo in the comment for p9_virtio_create()zhuxinran