summaryrefslogtreecommitdiff
path: root/net/9p/client.c
AgeCommit message (Expand)AuthorFilesLines
2024-11-179p: fix slab cache name creation for realLinus Torvalds1-1/+3
2024-11-179p: Avoid creating multiple slab caches with the same namePedro Falcato1-1/+9
2024-06-16net/9p: fix uninit-value in p9_client_rpc()Nikita Zhandarovich1-0/+2
2023-11-289p: v9fs_listxattr: fix %s null argument warningDominique Martinet1-1/+1
2023-11-209p/net: fix possible memory leak in p9_check_errors()Hangyu Hua1-2/+4
2023-03-22net/9p: fix bug in client create for .LEric Van Hensbergen1-1/+1
2022-12-319p: set req refcount to zero to avoid uninitialized usageSchspa Shi1-0/+5
2022-08-17net/9p: Initialize the iounit field during fid creationTyler Hicks1-4/+1
2022-08-179p: Add client parameter to p9_req_put()Kent Overstreet1-6/+6
2022-08-179p: Drop kref usageKent Overstreet1-11/+8
2022-08-179p: fix a bunch of checkpatch warningsDominique Martinet1-220/+212
2021-11-189p/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-03-29net: 9p: Correct function names in the kerneldoc commentsXiongfeng Wang1-2/+2
2021-03-04net: 9p: advance iov on empty readJisheng Zhang1-4/+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 Lunn1-2/+4
2020-07-14net: 9p: kerneldoc fixesAndrew Lunn1-1/+1
2020-03-279pnet: allow making incomplete read requestsSergey Alirzaev1-61/+73
2019-09-039p: Transport error uninitializedLu Shuaibing1-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner1-16/+1
2019-03-139p/net: fix memory leak in p9_client_createzhengbin1-1/+1
2018-12-259p/net: put a lower bound on msizeDominique Martinet1-0/+21
2018-11-02Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells1-1/+1
2018-10-109p: potential NULL dereferenceDan Carpenter1-1/+1
2018-09-079p: Add refcount to p9_req_tTomas Bortoli1-7/+50
2018-09-079p: rename p9_free_req() functionTomas Bortoli1-50/+50
2018-09-079p: add a per-client fcall kmem_cacheDominique Martinet1-5/+32
2018-09-079p: embed fcall in req to round down buffer allocsDominique Martinet1-81/+86
2018-08-299p: Use a slab for allocating requestsMatthew Wilcox1-153/+85
2018-08-139p: fix whitespace issuesStephen Hemminger1-2/+2
2018-08-139p: validate PDU lengthTomas Bortoli1-9/+16
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox1-14/+5
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox1-28/+16
2018-08-139p: Change p9_fid_create calling conventionMatthew Wilcox1-14/+9
2018-08-139p: Fix comment on smp_wmbMatthew Wilcox1-1/+1
2018-08-13net/9p/client.c: version pointer uninitializedTomas Bortoli1-1/+1
2018-08-13net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun1-1/+1
2018-07-14net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun1-1/+2
2018-06-08net/9p: detect invalid options as much as possibleChengguang Xu1-8/+5
2018-04-06net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu1-1/+4
2018-04-06net/9p: avoid -ERESTARTSYS leak to userspaceGreg Kurz1-2/+4
2017-11-209p: Fix missing commas in mount optionsTuomas Tynkkynen1-1/+1
2017-10-24net/9p: Switch to wait_event_killable()Tuomas Tynkkynen1-2/+1
2017-07-119p: Implement show_optionsDavid Howells1-0/+25