summaryrefslogtreecommitdiff
path: root/net/9p/client.c
AgeCommit message (Expand)Author
2023-10-279p/net: fix possible memory leak in p9_check_errors()Hangyu Hua
2023-10-269p: v9fs_listxattr: fix %s null argument warningDominique Martinet
2023-07-209p: remove dead stores (variable set again without being read)Dominique Martinet
2023-03-279p: Add additional debug flags and open modesEric Van Hensbergen
2023-02-24net/9p: fix bug in client create for .LEric Van Hensbergen
2023-02-23net/9p: Adjust maximum MSIZE to account for p9 headerEric Van Hensbergen
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds
2022-12-139p/client: fix data race on req->statusDominique Martinet
2022-12-06net/9p: fix response size check in p9_check_errors()Christian Schoenebeck
2022-12-06net/9p: distinguish zero-copy requestsChristian Schoenebeck
2022-12-029p: set req refcount to zero to avoid uninitialized usageSchspa Shi
2022-11-25use less confusing names for iov_iter direction initializersAl Viro
2022-10-05net/9p: allocate appropriate reduced message buffersChristian Schoenebeck
2022-10-05net/9p: split message size argument into 't_size' and 'r_size' pairChristian Schoenebeck
2022-08-08Merge tag 'pull-work.iov_iter-rebased' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-08-089p: convert to advancing variant of iov_iter_get_pages_alloc()Al Viro
2022-08-06Merge tag '9p-for-5.20' of https://github.com/martinetd/linuxLinus Torvalds
2022-07-16net/9p: Initialize the iounit field during fid creationTyler Hicks
2022-07-159p: roll p9_tag_remove into p9_req_putDominique Martinet
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet
2022-07-099p: Drop kref usageKent Overstreet
2022-07-029p fid refcount: add a 9p_fid_ref tracepointDominique Martinet
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet
2022-06-099p: handling Rerror without copy_from_iter_full()Al Viro
2022-01-10net/9p: show error message if user 'msize' cannot be satisfiedChristian Schoenebeck
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet
2021-11-039p: fix file headersDominique Martinet
2021-11-039p/net: fix missing error check in p9_check_errorsDominique Martinet
2021-09-05net/9p: increase default msize to 128kChristian Schoenebeck
2021-09-05net/9p: use macro to define default msizeChristian Schoenebeck
2021-03-28net: 9p: Correct function names in the kerneldoc commentsXiongfeng Wang
2021-03-03net: 9p: advance iov on empty readJisheng Zhang
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds
2020-11-199p: apply review requests for fid refcountingDominique Martinet
2020-11-199p: add refcount to p9_fid structJianyong Wu
2020-11-03fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen
2020-11-02net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn
2020-07-13net: 9p: kerneldoc fixesAndrew Lunn
2020-03-279pnet: allow making incomplete read requestsSergey Alirzaev
2019-09-039p: Transport error uninitializedLu Shuaibing
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner
2019-03-139p/net: fix memory leak in p9_client_createzhengbin
2018-12-259p/net: put a lower bound on msizeDominique Martinet
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells
2018-10-109p: potential NULL dereferenceDan Carpenter
2018-09-089p: Add refcount to p9_req_tTomas Bortoli
2018-09-089p: rename p9_free_req() functionTomas Bortoli
2018-09-089p: add a per-client fcall kmem_cacheDominique Martinet
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet