summaryrefslogtreecommitdiffstats
path: root/include/net/9p/client.h
Commit message (Expand)AuthorAgeFilesLines
* 9p: Add client parameter to p9_req_put()Kent Overstreet2022-07-091-1/+1
* 9p: Drop kref usageKent Overstreet2022-07-091-3/+3
* 9p fid refcount: add a 9p_fid_ref tracepointDominique Martinet2022-07-021-0/+13
* 9p fid refcount: add p9_fid_get/put wrappersDominique Martinet2022-07-021-0/+28
* 9p: fix a bunch of checkpatch warningsDominique Martinet2021-11-041-9/+13
* 9p: fix file headersDominique Martinet2021-11-031-2/+0
* 9p: apply review requests for fid refcountingDominique Martinet2020-11-191-1/+1
* 9p: add refcount to p9_fid structJianyong Wu2020-11-191-0/+6
* fs/9p: track open fidsGreg Kurz2020-11-031-0/+1
* net/9p: remove unused p9_req_t aux fieldDominique Martinet2020-03-271-2/+0
* 9pnet: allow making incomplete read requestsSergey Alirzaev2020-03-271-0/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner2019-05-301-16/+1
* 9p: Add refcount to p9_req_tTomas Bortoli2018-09-081-0/+14
* 9p: add a per-client fcall kmem_cacheDominique Martinet2018-09-081-0/+1
* 9p: embed fcall in req to round down buffer allocsDominique Martinet2018-09-081-2/+3
* 9p: Use a slab for allocating requestsMatthew Wilcox2018-08-291-42/+9
* 9p: Embed wait_queue_head into p9_req_tMatthew Wilcox2018-08-131-1/+1
* 9p: Replace the fidlist with an IDRMatthew Wilcox2018-08-131-6/+3
* 9p: Implement show_optionsDavid Howells2017-07-111-0/+13
* 9p: constify ->d_name handlingAl Viro2017-01-121-9/+9
* 9p: switch p9_client_read() to passing struct iov_iter *Al Viro2015-04-111-2/+1
* 9p: switch p9_client_write() to passing it struct iov_iter *Al Viro2015-04-111-2/+3
* 9pnet: p9_client->conn field is unused. Remove it.Simon Derr2014-03-251-2/+0
* 9P: Get rid of REQ_STATUS_FLSHSimon Derr2014-03-251-2/+0
* 9P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet2014-03-251-1/+1
* fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon2013-08-261-0/+5
* 9p: turn fid->dlist into hlistAl Viro2013-02-271-1/+1
* 9p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman2013-02-121-1/+1
* 9p: Transmit kuid and kgid valuesEric W. Biederman2013-02-121-5/+5
* net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V2011-10-241-3/+3
* fs/9p: change an int to unsigned intDan Carpenter2011-10-241-1/+1
* fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V2011-07-231-0/+1
* fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V2011-07-231-1/+4
* fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat2011-07-231-3/+3
* 9p: typo fixes and minor cleanupsRob Landley2011-05-251-1/+1
* net/9p: nwname should be an unsigned intHarsh Prateek Bora2011-04-151-2/+2
* 9p: revert tsyncfs related changesAneesh Kumar K.V2011-04-151-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* net/9p: Implement syncfs 9P operationAneesh Kumar K.V2011-03-151-0/+1
* 9p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)2010-10-281-1/+1
* 9p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar2010-10-281-0/+1
* 9p: Implement TGETLOCKM. Mohan Kumar2010-10-281-0/+1
* 9p: Implement TLOCKM. Mohan Kumar2010-10-281-0/+1
* [9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)2010-10-281-0/+1
* 9p: client code cleanupstephen hemminger2010-10-211-3/+0
* net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V2010-08-021-0/+1
* net/9p: Implement attrwalk 9p callAneesh Kumar K.V2010-08-021-0/+1
* fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)2010-08-021-0/+2
* 9p: Implement TMKDIRM. Mohan Kumar2010-08-021-0/+2
* 9p: Implement TMKNODM. Mohan Kumar2010-08-021-0/+2