aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-06fs/9p: Use protocol-defined value for lock/getlock 'type' field.Jim Garlick1-0/+5
2011-09-06fs/9p: Add OS dependent open flags in 9p protocolAneesh Kumar K.V1-0/+24
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V2-0/+3
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V2-1/+6
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2-4/+4
2011-07-23net/9p: Remove structure not used in the codeAneesh Kumar K.V1-178/+5
2011-07-239p: clean up packet dump codeEric Van Hensbergen1-0/+6
2011-05-259p: Small cleanup in <net/9p/9p.h>Sasha Levin1-2/+1
2011-05-259p: typo fixes and minor cleanupsRob Landley3-7/+8
2011-04-15net/9p: nwname should be an unsigned intHarsh Prateek Bora1-2/+2
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V2-3/+0
2011-03-31Fix common misspellingsLucas De Marchi3-6/+6
2011-03-15net/9p: Implement syncfs 9P operationAneesh Kumar K.V2-0/+3
2011-03-15[net/9p] Small non-IO PDUs for zero-copy supporting transports.Venkateswararao Jujjuri (JV)1-1/+1
2011-03-15[net/9p] Add preferences to transport layer.Venkateswararao Jujjuri (JV)1-0/+9
2011-03-15[net/9p] Preparation and helper functions for zero copyVenkateswararao Jujjuri (JV)1-0/+8
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)1-1/+1
2010-10-289p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar2-0/+3
2010-10-289p: Implement TGETLOCKM. Mohan Kumar2-0/+19