summaryrefslogtreecommitdiffstats
path: root/net/9p/client.c
Commit message (Expand)AuthorAgeFilesLines
* netfs, 9p: Implement helpers for new write codeDavid Howells2024-05-011-0/+49
* 9p: Fix read/write debug statements to report server replyDominique Martinet2024-02-121-5/+5
* 9p/net: fix possible memory leak in p9_check_errors()Hangyu Hua2023-10-271-2/+4
* 9p: v9fs_listxattr: fix %s null argument warningDominique Martinet2023-10-261-1/+1
* 9p: remove dead stores (variable set again without being read)Dominique Martinet2023-07-201-34/+12
* 9p: Add additional debug flags and open modesEric Van Hensbergen2023-03-271-4/+4
* net/9p: fix bug in client create for .LEric Van Hensbergen2023-02-241-1/+1
* net/9p: Adjust maximum MSIZE to account for p9 headerEric Van Hensbergen2023-02-231-1/+5
* Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds2022-12-231-11/+22
|\
| * 9p/client: fix data race on req->statusDominique Martinet2022-12-131-7/+8
| * net/9p: fix response size check in p9_check_errors()Christian Schoenebeck2022-12-061-4/+3
| * net/9p: distinguish zero-copy requestsChristian Schoenebeck2022-12-061-0/+6
| * 9p: set req refcount to zero to avoid uninitialized usageSchspa Shi2022-12-021-0/+5
* | use less confusing names for iov_iter direction initializersAl Viro2022-11-251-1/+1
|/
* 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