summaryrefslogtreecommitdiff
path: root/include/net/9p/client.h
AgeCommit message (Expand)Author
2022-07-099p: Add client parameter to p9_req_put()Kent Overstreet
2022-07-099p: Drop kref usageKent Overstreet
2022-07-029p fid refcount: add a 9p_fid_ref tracepointDominique Martinet
2022-07-029p fid refcount: add p9_fid_get/put wrappersDominique Martinet
2021-11-049p: fix a bunch of checkpatch warningsDominique Martinet
2021-11-039p: fix file headersDominique Martinet
2020-11-199p: apply review requests for fid refcountingDominique Martinet
2020-11-199p: add refcount to p9_fid structJianyong Wu
2020-11-03fs/9p: track open fidsGreg Kurz
2020-03-27net/9p: remove unused p9_req_t aux fieldDominique Martinet
2020-03-279pnet: allow making incomplete read requestsSergey Alirzaev
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188Thomas Gleixner
2018-09-089p: Add refcount to p9_req_tTomas Bortoli
2018-09-089p: add a per-client fcall kmem_cacheDominique Martinet
2018-09-089p: embed fcall in req to round down buffer allocsDominique Martinet
2018-08-299p: Use a slab for allocating requestsMatthew Wilcox
2018-08-139p: Embed wait_queue_head into p9_req_tMatthew Wilcox
2018-08-139p: Replace the fidlist with an IDRMatthew Wilcox
2017-07-119p: Implement show_optionsDavid Howells
2017-01-129p: constify ->d_name handlingAl Viro
2015-04-119p: switch p9_client_read() to passing struct iov_iter *Al Viro
2015-04-119p: switch p9_client_write() to passing it struct iov_iter *Al Viro
2014-03-259pnet: p9_client->conn field is unused. Remove it.Simon Derr
2014-03-259P: Get rid of REQ_STATUS_FLSHSimon Derr
2014-03-259P: Add memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon
2013-02-279p: turn fid->dlist into hlistAl Viro
2013-02-129p: Modify struct 9p_fid to use a kuid_t not a uid_tEric W. Biederman
2013-02-129p: Transmit kuid and kgid valuesEric W. Biederman
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V
2011-10-24fs/9p: change an int to unsigned intDan Carpenter
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat
2011-05-259p: typo fixes and minor cleanupsRob Landley
2011-04-15net/9p: nwname should be an unsigned intHarsh Prateek Bora
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-15net/9p: Implement syncfs 9P operationAneesh Kumar K.V
2010-10-289p: Add datasync to client side TFSYNC/RFSYNC for dotlVenkateswararao Jujjuri (JV)
2010-10-289p: Implement TREADLINK operation for 9p2000.LM. Mohan Kumar
2010-10-289p: Implement TGETLOCKM. Mohan Kumar
2010-10-289p: Implement TLOCKM. Mohan Kumar
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)
2010-10-219p: client code cleanupstephen hemminger
2010-08-02net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V
2010-08-02net/9p: Implement attrwalk 9p callAneesh Kumar K.V
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)
2010-08-029p: Implement TMKDIRM. Mohan Kumar
2010-08-029p: Implement TMKNODM. Mohan Kumar