summaryrefslogtreecommitdiffstats
path: root/net/9p/client.c
AgeCommit message (Expand)AuthorLines
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet-220/+212
2021-11-039p: fix file headersDominique Martinet-2/+0
2021-11-039p/net: fix missing error check in p9_check_errorsDominique Martinet-0/+2
2021-09-05net/9p: increase default msize to 128kChristian Schoenebeck-1/+1
2021-09-05net/9p: use macro to define default msizeChristian Schoenebeck-2/+4
2021-03-28net: 9p: Correct function names in the kerneldoc commentsXiongfeng Wang-2/+2
2021-03-03net: 9p: advance iov on empty readJisheng Zhang-4/+0
2020-12-21Merge tag '9p-for-5.11-rc1' of git://github.com/martinetd/linuxLinus Torvalds-5/+9
2020-11-199p: apply review requests for fid refcountingDominique Martinet-2/+2
2020-11-199p: add refcount to p9_fid structJianyong Wu-4/+5
2020-11-03fs/9p: fix create-unlink-getattr idiomEric Van Hensbergen-1/+4
2020-11-02net: 9p: Fix kerneldoc warnings of missing parameters etcAndrew Lunn-2/+4
2020-07-13net: 9p: kerneldoc fixesAndrew Lunn-1/+1
2020-03-279pnet: allow making incomplete read requestsSergey Alirzaev-61/+73
2019-09-039p: Transport error uninitializedLu Shuaibing-0/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner-16/+1
2019-03-139p/net: fix memory leak in p9_client_createzhengbin-1/+1
2018-12-259p/net: put a lower bound on msizeDominique Martinet-0/+21
2018-11-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds-1/+1
2018-10-24iov_iter: Separate type from direction and use accessor functionsDavid Howells-1/+1
2018-10-109p: potential NULL dereferenceDan Carpenter-1/+1
2018-09-089p: Add refcount to p9_req_tTomas Bortoli-7/+50
2018-09-089p: rename p9_free_req() functionTomas Bortoli-50/+50
2018-09-089p: add a per-client fcall kmem_cacheDominique Martinet-5/+32
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet-81/+86
2018-08-299p: Use a slab for allocating requestsMatthew Wilcox-153/+85
2018-08-139p: fix whitespace issuesStephen Hemminger-2/+2
2018-08-139p: validate PDU lengthTomas Bortoli-9/+16
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox-14/+5
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox-28/+16
2018-08-139p: Change p9_fid_create calling conventionMatthew Wilcox-14/+9
2018-08-139p: Fix comment on smp_wmbMatthew Wilcox-1/+1
2018-08-13net/9p/client.c: version pointer uninitializedTomas Bortoli-1/+1
2018-08-13net/9p/client.c: add missing '\n' at the end of p9_debug()piaojun-1/+1
2018-07-14net/9p/client.c: put refcount of trans_mod in error case in parse_opts()piaojun-1/+2
2018-06-07net/9p: detect invalid options as much as possibleChengguang Xu-8/+5
2018-04-05net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu-1/+4
2018-04-05net/9p: avoid -ERESTARTSYS leak to userspaceGreg Kurz-2/+4
2017-11-199p: Fix missing commas in mount optionsTuomas Tynkkynen-1/+1
2017-10-23net/9p: Switch to wait_event_killable()Tuomas Tynkkynen-2/+1
2017-07-119p: Implement show_optionsDavid Howells-0/+25
2017-04-21net/9p: switch to copy_from_iter_full()Al Viro-3/+2
2017-04-17p9_client_readdir() fixAl Viro-0/+4
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-9/+9
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2017-01-129p: constify ->d_name handlingAl Viro-9/+9
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann-4/+4
2015-08-229p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat-0/+2
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro-0/+1