summaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)AuthorLines
2023-03-01Merge tag '9p-6.3-for-linus-part1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-22/+49
2023-02-24net/9p: fix bug in client create for .LEric Van Hensbergen-1/+1
2023-02-249p/rdma: unmap receive dma buffer in rdma_request()/post_recv()Zhengchao Shao-3/+12
2023-02-249p/xen: fix connection sequenceJuergen Gross-15/+23
2023-02-249p/xen: fix version parsingJuergen Gross-2/+8
2023-02-23net/9p: Adjust maximum MSIZE to account for p9 headerEric Van Hensbergen-1/+5
2023-01-12Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds-29/+40
2022-12-19Treewide: Stop corrupting socket's task_fragBenjamin Coddington-0/+1
2022-12-15xen: make remove callback of xen driver void returnedDawei Li-2/+1
2022-12-139p/client: fix data race on req->statusDominique Martinet-21/+23
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds-1/+1
2022-12-06net/9p: fix response size check in p9_check_errors()Christian Schoenebeck-4/+3
2022-12-06net/9p: distinguish zero-copy requestsChristian Schoenebeck-0/+6
2022-12-039p/xen: do not memcpy header into req->rcDominique Martinet-1/+3
2022-12-029p: set req refcount to zero to avoid uninitialized usageSchspa Shi-0/+5
2022-12-029p/net: Remove unneeded idr.h #includeChristophe JAILLET-3/+0
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-1/+3
2022-11-28net/9p: Fix a potential socket leak in p9_socket_openWang Hai-1/+3
2022-11-25use less confusing names for iov_iter direction initializersAl Viro-1/+1
2022-11-239p/xen: check logical size for buffer sizeDominique Martinet-0/+9
2022-11-189p/fd: Use P9_HDRSZ for header sizeGUO Zihua-3/+3
2022-11-189p/fd: Fix write overflow in p9_read_workGUO Zihua-8/+8
2022-11-189p/fd: fix issue of list_del corruption in p9_fd_cancel()Zhengchao Shao-0/+2
2022-10-07net/9p: clarify trans_fd parse_opt failure handlingLi Zhong-1/+3
2022-10-07net/9p: add __init/__exit annotations to module init/exit funcsXiu Jianfeng-2/+2
2022-10-07net/9p: use a dedicated spinlock for trans_fdDominique Martinet-16/+25
2022-10-079p/trans_fd: always use O_NONBLOCK read/writeTetsuo Handa-0/+3
2022-10-05net/9p: allocate appropriate reduced message buffersChristian Schoenebeck-7/+35
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck-0/+4
2022-10-05net/9p: add p9_msg_buf_size()Christian Schoenebeck-0/+169
2022-10-05net/9p: split message size argument into 't_size' and 'r_size' pairChristian Schoenebeck-9/+11
2022-10-059p: trans_fd/p9_conn_cancel: drop client lock earlierDominique Martinet-1/+2
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-19/+26
2022-08-089p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro-19/+26
2022-08-06Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds-92/+97
2022-07-16net/9p: Initialize the iounit field during fid creationTyler Hicks-4/+1
2022-07-15net: 9p: fix refcount leak in p9_read_work() error handlingHangyu Hua-0/+1
2022-07-159p: roll p9_tag_remove into p9_req_putDominique Martinet-50/+51
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet-16/+16
2022-07-099p: Drop kref usageKent Overstreet-11/+8
2022-07-029p fid refcount: add a 9p_fid_ref tracepointDominique Martinet-1/+19
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet-12/+3
2022-06-099p: handling Rerror without copy_from_iter_full()Al Viro-85/+35
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross-4/+4
2022-03-15xen/grant-table: remove readonly parameter from functionsJuergen Gross-4/+4
2022-03-07xen/9p: use alloc/free_pages_exact()Juergen Gross-8/+6
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds-1/+1
2022-01-14virtio: wrap config->reset callsMichael S. Tsirkin-1/+1
2022-01-10net/9p: show error message if user 'msize' cannot be satisfiedChristian Schoenebeck-1/+6