summaryrefslogtreecommitdiffstats
path: root/net/9p
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-083-19/+26
|\
| * 9p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro2022-08-083-19/+26
* | Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds2022-08-065-92/+97
|\ \ | |/ |/|
| * net/9p: Initialize the iounit field during fid creationTyler Hicks2022-07-161-4/+1
| * net: 9p: fix refcount leak in p9_read_work() error handlingHangyu Hua2022-07-151-0/+1
| * 9p: roll p9_tag_remove into p9_req_putDominique Martinet2022-07-151-50/+51
| * 9p: Add client parameter to p9_req_put()Kent Overstreet2022-07-095-16/+16
| * 9p: Drop kref usageKent Overstreet2022-07-091-11/+8
| * 9p fid refcount: add a 9p_fid_ref tracepointDominique Martinet2022-07-021-1/+19
| * 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-021-12/+3
* | 9p: handling Rerror without copy_from_iter_full()Al Viro2022-06-092-85/+35
|/
* xen: switch gnttab_end_foreign_access() to take a struct page pointerJuergen Gross2022-05-271-4/+4
* xen/grant-table: remove readonly parameter from functionsJuergen Gross2022-03-151-4/+4
* xen/9p: use alloc/free_pages_exact()Juergen Gross2022-03-071-8/+6
* Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2022-01-181-1/+1
|\
| * virtio: wrap config->reset callsMichael S. Tsirkin2022-01-141-1/+1
* | net/9p: show error message if user 'msize' cannot be satisfiedChristian Schoenebeck2022-01-101-1/+6
* | net/p9: load default transportsThomas Weißschuh2022-01-101-2/+11
* | 9p/xen: autoload when xenbus service is availableThomas Weißschuh2022-01-101-0/+1
* | 9p/trans_fd: split into dedicated moduleThomas Weißschuh2022-01-104-5/+23
* | 9p/trans_virtio: Fix typo in the comment for p9_virtio_create()zhuxinran2021-12-181-1/+1
|/
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-046-246/+237
* 9p: fix file headersDominique Martinet2021-11-0310-56/+3
* net/9p: autoload transport modulesThomas Weißschuh2021-11-034-6/+27
* 9p/net: fix missing error check in p9_check_errorsDominique Martinet2021-11-031-0/+2
* net/9p: increase default msize to 128kChristian Schoenebeck2021-09-051-1/+1
* net/9p: use macro to define default msizeChristian Schoenebeck2021-09-051-2/+4
* net/9p: increase tcp max msize to 1MBDominique Martinet2021-09-051-1/+1
* 9p/xen: Fix end of loop tests for list_for_each_entryHarshvardhan Jha2021-07-271-2/+2
* 9p/trans_virtio: Remove sysfs file on probe failureXie Yongji2021-07-271-1/+3
* 9p/trans_virtio: Fix spelling mistakesZheng Yongjun2021-06-021-3/+3
* net: 9p: Correct function names in the kerneldoc commentsXiongfeng Wang2021-03-281-2/+2
* 9p/trans_fd: Correct function name p9_mux_destroy() in the kerneldocXiongfeng Wang2021-03-281-1/+1
* net: 9p: Correct function name errstr2errno() in the kerneldoc commentsXiongfeng Wang2021-03-281-1/+1
* net: 9p: advance iov on empty readJisheng Zhang2021-03-031-4/+0
* net: remove redundant 'depends on NET'Masahiro Yamada2021-01-271-1/+0
* Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-12-211-5/+9
|\
| * 9p: apply review requests for fid refcountingDominique Martinet2020-11-191-2/+2
| * 9p: add refcount to p9_fid structJianyong Wu2020-11-191-4/+5
| * fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen2020-11-031-1/+4
* | net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn2020-11-025-6/+19
|/
* net: 9p: initialize sun_server.sun_path to have addr's value only when addr i...Anant Thazhemadam2020-10-121-1/+1
* 9p/xen: Fix format argument warningYe Bin2020-10-091-2/+2
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge tag '9p-for-5.9-rc1' of git://github.com/martinetd/linuxLinus Torvalds2020-08-151-1/+1
|\
| * net/9p: Fix sparse endian warning in trans_fd.cAlexander Kapshuk2020-07-191-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-9/+30
|\|
| * 9p/trans_fd: Fix concurrency del of req_list in p9_fd_cancelled/p9_read_workWang Hai2020-07-191-1/+14
| * net/9p: validate fds in p9_fd_openChristoph Hellwig2020-07-191-8/+16
* | net: 9p: kerneldoc fixesAndrew Lunn2020-07-132-4/+5
|/