summaryrefslogtreecommitdiffstats
path: root/net/9p
AgeCommit message (Expand)AuthorFilesLines
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