summaryrefslogtreecommitdiffstats
path: root/net/9p/client.c
Commit message (Expand)AuthorAgeFilesLines
* net/9p: allocate appropriate reduced message buffersChristian Schoenebeck2022-10-051-7/+35
* net/9p: split message size argument into 't_size' and 'r_size' pairChristian Schoenebeck2022-10-051-9/+11
* Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-08-081-16/+23
|\
| * 9p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro2022-08-081-16/+23
* | Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds2022-08-061-82/+86
|\ \ | |/ |/|
| * net/9p: Initialize the iounit field during fid creationTyler Hicks2022-07-161-4/+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-091-6/+6
| * 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-091-85/+1
|/
* net/9p: show error message if user 'msize' cannot be satisfiedChristian Schoenebeck2022-01-101-1/+6
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-041-220/+212
* 9p: fix file headersDominique Martinet2021-11-031-2/+0
* 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: Correct function names in the kerneldoc commentsXiongfeng Wang2021-03-281-2/+2
* net: 9p: advance iov on empty readJisheng Zhang2021-03-031-4/+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-021-2/+4
|/
* net: 9p: kerneldoc fixesAndrew Lunn2020-07-131-1/+1
* 9pnet: allow making incomplete read requestsSergey Alirzaev2020-03-271-61/+73
* 9p: Transport error uninitializedLu Shuaibing2019-09-031-0/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-301-16/+1
* 9p/net: fix memory leak in p9_client_createzhengbin2019-03-131-1/+1
* 9p/net: put a lower bound on msizeDominique Martinet2018-12-251-0/+21
* Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-011-1/+1
|\
| * iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | 9p: potential NULL dereferenceDan Carpenter2018-10-101-1/+1
* | 9p: Add refcount to p9_req_tTomas Bortoli2018-09-081-7/+50
* | 9p: rename p9_free_req() functionTomas Bortoli2018-09-081-50/+50
* | 9p: add a per-client fcall kmem_cacheDominique Martinet2018-09-081-5/+32
* | 9p: embed fcall in req to round down buffer allocsDominique Martinet2018-09-081-81/+86
* | 9p: Use a slab for allocating requestsMatthew Wilcox2018-08-291-153/+85
|/
* 9p: fix whitespace issuesStephen Hemminger2018-08-131-2/+2
* 9p: validate PDU lengthTomas Bortoli2018-08-131-9/+16
* 9p: Embed wait_queue_head into p9_req_tMatthew Wilcox2018-08-131-14/+5
* 9p: Replace the fidlist with an IDRMatthew Wilcox2018-08-131-28/+16
* 9p: Change p9_fid_create calling conventionMatthew Wilcox2018-08-131-14/+9
* 9p: Fix comment on smp_wmbMatthew Wilcox2018-08-131-1/+1
* net/9p/client.c: version pointer uninitializedTomas Bortoli2018-08-131-1/+1
* net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun2018-08-131-1/+1
* net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun2018-07-141-1/+2
* net/9p: detect invalid options as much as possibleChengguang Xu2018-06-071-8/+5
* net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu2018-04-051-1/+4