aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p/client.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-13net: 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-01Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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-089p: Add refcount to p9_req_tTomas Bortoli1-7/+50
2018-09-089p: rename p9_free_req() functionTomas Bortoli1-50/+50
2018-09-089p: add a per-client fcall kmem_cacheDominique Martinet1-5/+32
2018-09-089p: 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-07net/9p: detect invalid options as much as possibleChengguang Xu1-8/+5
2018-04-05net/9p/client.c: fix potential refcnt problem of trans moduleChengguang Xu1-1/+4
2018-04-05net/9p: avoid -ERESTARTSYS leak to userspaceGreg Kurz1-2/+4
2017-11-199p: Fix missing commas in mount optionsTuomas Tynkkynen1-1/+1
2017-10-23net/9p: Switch to wait_event_killable()Tuomas Tynkkynen1-2/+1
2017-07-119p: Implement show_optionsDavid Howells1-0/+25
2017-04-21net/9p: switch to copy_from_iter_full()Al Viro1-3/+2
2017-04-17p9_client_readdir() fixAl Viro1-0/+4
2017-03-03Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+9
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-01-129p: constify ->d_name handlingAl Viro1-9/+9
2016-05-27remove lots of IS_ERR_VALUE abusesArnd Bergmann1-4/+4
2015-08-229p: ensure err is initialized to 0 in p9_client_read/writeVincent Bernat1-0/+2
2015-07-049p: cope with bogus responses from server in p9_client_{read,write}Al Viro1-0/+8
2015-07-04p9_client_write(): avoid double p9_free_req()Al Viro1-0/+1
2015-07-049p: forgetting to cancel request on interrupted zero-copy RPCAl Viro1-1/+2
2015-04-11p9_client_attach(): set fid->uid correctlyAl Viro1-0/+1
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro1-63/+61
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro1-57/+41
2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro1-58/+59
2014-07-159P: remove unnecessary break after returnFabian Frederick1-1/+0
2014-03-259P: Get rid of REQ_STATUS_FLSHSimon Derr1-1/+1
2014-03-259P: Add cancelled() to the transport functions.Simon Derr1-6/+3
2014-03-25net: Mark function as static in 9p/client.cRashika1-1/+1
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet1-1/+15
2013-11-23net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen1-3/+0
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-0/+5