aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/net/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-279p: Add additional debug flags and open modesEric Van Hensbergen1-0/+6
2022-12-06net/9p: distinguish zero-copy requestsChristian Schoenebeck1-0/+2
2022-10-05net/9p: add 'pooled_rbuffers' flag to struct p9_trans_moduleChristian Schoenebeck1-0/+5
2022-10-059p: add P9_ERRMAX for 9p2000 and 9p2000.uChristian Schoenebeck1-0/+3
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet1-1/+1
2022-07-099p: Drop kref usageKent Overstreet1-3/+3
2022-07-029p fid refcount: add a 9p_fid_ref tracepointDominique Martinet1-0/+13
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet1-0/+28
2022-01-10net/p9: load default transportsThomas Weißschuh1-1/+1
2022-01-109p/trans_fd: split into dedicated moduleThomas Weißschuh1-2/+0
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet3-22/+28
2021-11-039p: fix file headersDominique Martinet3-6/+0
2021-11-03net/9p: autoload transport modulesThomas Weißschuh1-0/+6
2020-11-199p: apply review requests for fid refcountingDominique Martinet1-1/+1
2020-11-199p: add refcount to p9_fid structJianyong Wu1-0/+6
2020-11-03fs/9p: track open fidsGreg Kurz1-0/+1
2020-07-15net: 9p: drop duplicate word in commentRandy Dunlap1-1/+1
2020-03-27net/9p: remove unused p9_req_t aux fieldDominique Martinet1-2/+0
2020-03-279pnet: allow making incomplete read requestsSergey Alirzaev1-0/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner3-48/+3
2018-09-089p: Add refcount to p9_req_tTomas Bortoli1-0/+14
2018-09-089p: add a per-client fcall kmem_cacheDominique Martinet2-0/+5
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet1-2/+3
2018-08-299p: Remove p9_idpoolMatthew Wilcox1-8/+0
2018-08-299p: Use a slab for allocating requestsMatthew Wilcox1-42/+9
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox1-1/+1
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox1-6/+3
2017-07-119p: Implement show_optionsDavid Howells2-0/+14
2017-01-129p: constify ->d_name handlingAl Viro2-13/+13
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro1-2/+1
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro1-2/+3
2015-04-11net/9p: switch the guts of p9_client_{read,write}() to iov_iterAl Viro1-1/+1
2014-11-06net/9p: remove a comment about pref member which doesn't existRyo Munakata1-1/+0
2014-03-259pnet: p9_client->conn field is unused. Remove it.Simon Derr1-2/+0
2014-03-259P: Get rid of REQ_STATUS_FLSHSimon Derr1-2/+0
2014-03-259P: Add cancelled() to the transport functions.Simon Derr1-0/+3
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet1-1/+1
2013-09-11Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-0/+5
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon1-0/+5
2013-07-309p: client: remove unused code and any reference to "cancelled" functionAndi Shyti1-3/+0
2013-07-079P: Add cancelled() to the transport functions.Simon Derr1-0/+3
2013-07-07net/9p: add privport option to 9p tcp transportJim Garlick1-0/+3
2013-02-279p: turn fid->dlist into hlistAl Viro1-1/+1
2013-02-129p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman1-1/+1
2013-02-129p: Modify the stat structures to use kuid_t and kgid_tEric W. Biederman1-7/+7
2013-02-129p: Transmit kuid and kgid valuesEric W. Biederman1-5/+5
2012-01-059p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches1-21/+7
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V2-6/+3
2011-10-24fs/9p: change an int to unsigned intDan Carpenter1-1/+1
2011-10-24fs/9p: Update zero-copy implementation in 9pAneesh Kumar K.V2-16/+5