aboutsummaryrefslogtreecommitdiff
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...Gravatar Linus Torvalds 1-2/+1
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxGravatar Linus Torvalds 5-29/+40
2022-12-19Treewide: Stop corrupting socket's task_fragGravatar Benjamin Coddington 1-0/+1
2022-12-15xen: make remove callback of xen driver void returnedGravatar Dawei Li 1-2/+1
2022-12-139p/client: fix data race on req->statusGravatar Dominique Martinet 5-21/+23
2022-12-12Merge tag 'pull-iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2022-12-06net/9p: fix response size check in p9_check_errors()Gravatar Christian Schoenebeck 1-4/+3
2022-12-06net/9p: distinguish zero-copy requestsGravatar Christian Schoenebeck 1-0/+6
2022-12-039p/xen: do not memcpy header into req->rcGravatar Dominique Martinet 1-1/+3
2022-12-029p: set req refcount to zero to avoid uninitialized usageGravatar Schspa Shi 1-0/+5
2022-12-029p/net: Remove unneeded idr.h #includeGravatar Christophe JAILLET 3-3/+0
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-1/+3
2022-11-28net/9p: Fix a potential socket leak in p9_socket_openGravatar Wang Hai 1-1/+3
2022-11-25use less confusing names for iov_iter direction initializersGravatar Al Viro 1-1/+1
2022-11-239p/xen: check logical size for buffer sizeGravatar Dominique Martinet 1-0/+9
2022-11-189p/fd: Use P9_HDRSZ for header sizeGravatar GUO Zihua 1-3/+3
2022-11-189p/fd: Fix write overflow in p9_read_workGravatar GUO Zihua 1-8/+8
2022-11-189p/fd: fix issue of list_del corruption in p9_fd_cancel()Gravatar Zhengchao Shao 1-0/+2
2022-10-07net/9p: clarify trans_fd parse_opt failure handlingGravatar Li Zhong 1-1/+3
2022-10-07net/9p: add __init/__exit annotations to module init/exit funcsGravatar Xiu Jianfeng 1-2/+2
2022-10-07net/9p: use a dedicated spinlock for trans_fdGravatar Dominique Martinet 1-16/+25
2022-10-079p/trans_fd: always use O_NONBLOCK read/writeGravatar Tetsuo Handa 1-0/+3
2022-10-05net/9p: allocate appropriate reduced message buffersGravatar Christian Schoenebeck 1-7/+35
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleGravatar Christian Schoenebeck 4-0/+4
2022-10-05net/9p: add p9_msg_buf_size()Gravatar Christian Schoenebeck 2-0/+169
2022-10-05net/9p: split message size argument into 't_size' and 'r_size' pairGravatar Christian Schoenebeck 1-9/+11
2022-10-059p: trans_fd/p9_conn_cancel: drop client lock earlierGravatar Dominique Martinet 1-1/+2
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 3-19/+26
2022-08-089p: convert to advancing variant of iov_iter_get_pages_alloc()Gravatar Al Viro 3-19/+26
2022-08-06Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxGravatar Linus Torvalds 5-92/+97
2022-07-16net/9p: Initialize the iounit field during fid creationGravatar Tyler Hicks 1-4/+1
2022-07-15net: 9p: fix refcount leak in p9_read_work() error handlingGravatar Hangyu Hua 1-0/+1
2022-07-159p: roll p9_tag_remove into p9_req_putGravatar Dominique Martinet 1-50/+51
2022-07-099p: Add client parameter to p9_req_put()Gravatar Kent Overstreet 5-16/+16
2022-07-099p: Drop kref usageGravatar Kent Overstreet 1-11/+8
2022-07-029p fid refcount: add a 9p_fid_ref tracepointGravatar Dominique Martinet 1-1/+19
2022-07-029p fid refcount: add p9_fid_get/put wrappersGravatar Dominique Martinet 1-12/+3
2022-06-099p: handling Rerror without copy_from_iter_full()Gravatar Al Viro 2-85/+35
2022-05-27xen: switch gnttab_end_foreign_access() to take a struct page pointerGravatar Juergen Gross 1-4/+4
2022-03-15xen/grant-table: remove readonly parameter from functionsGravatar Juergen Gross 1-4/+4
2022-03-07xen/9p: use alloc/free_pages_exact()Gravatar Juergen Gross 1-8/+6
2022-01-18Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-1/+1
2022-01-14virtio: wrap config->reset callsGravatar Michael S. Tsirkin 1-1/+1
2022-01-10net/9p: show error message if user 'msize' cannot be satisfiedGravatar Christian Schoenebeck 1-1/+6
2022-01-10net/p9: load default transportsGravatar Thomas Weißschuh 1-2/+11
2022-01-109p/xen: autoload when xenbus service is availableGravatar Thomas Weißschuh 1-0/+1
2022-01-109p/trans_fd: split into dedicated moduleGravatar Thomas Weißschuh 4-5/+23
2021-12-189p/trans_virtio: Fix typo in the comment for p9_virtio_create()Gravatar zhuxinran 1-1/+1
2021-11-049p: fix a bunch of checkpatch warningsGravatar Dominique Martinet 6-246/+237
2021-11-039p: fix file headersGravatar Dominique Martinet 10-56/+3