aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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
2021-11-03net/9p: autoload transport modulesThomas Weißschuh4-6/+27
2021-11-039p/net: fix missing error check in p9_check_errorsDominique Martinet1-0/+2
2021-09-05net/9p: increase default msize to 128kChristian Schoenebeck1-1/+1
2021-09-05net/9p: use macro to define default msizeChristian Schoenebeck1-2/+4
2021-09-05net/9p: increase tcp max msize to 1MBDominique Martinet1-1/+1
2021-07-279p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha1-2/+2
2021-07-279p/trans_virtio: Remove sysfs file on probe failureXie Yongji1-1/+3
2021-06-029p/trans_virtio: Fix spelling mistakesZheng Yongjun1-3/+3
2021-03-28net: 9p: Correct function names in the kerneldoc commentsXiongfeng Wang1-2/+2
2021-03-289p/trans_fd: Correct function name p9_mux_destroy() in the kerneldocXiongfeng Wang1-1/+1
2021-03-28net: 9p: Correct function name errstr2errno() in the kerneldoc commentsXiongfeng Wang1-1/+1
2021-03-03net: 9p: advance iov on empty readJisheng Zhang1-4/+0
2021-01-27net: remove redundant 'depends on NET'Masahiro Yamada1-1/+0
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-5/+9
2020-11-199p: apply review requests for fid refcountingDominique Martinet1-2/+2
2020-11-199p: add refcount to p9_fid structJianyong Wu1-4/+5
2020-11-03fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen1-1/+4
2020-11-02net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn5-6/+19
2020-10-12net: 9p: initialize sun_server.sun_path to have addr's value only when addr is validAnant Thazhemadam1-1/+1
2020-10-099p/xen: Fix format argument warningYe Bin1-2/+2
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-15Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-9/+30
2020-07-199p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai1-1/+14
2020-07-19net/9p: Fix sparse endian warning in trans_fd.cAlexander Kapshuk1-1/+1
2020-07-19net/9p: validate fds in p9_fd_openChristoph Hellwig1-8/+16
2020-07-13net: 9p: kerneldoc fixesAndrew Lunn2-4/+5