aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/9p/client.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-119p: Implement show_optionsDavid Howells1-0/+13
2017-01-129p: constify ->d_name handlingAl Viro1-9/+9
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
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 memory barriers to protect request fields over cb/rpc threads handoffDominique Martinet1-1/+1
2013-08-26fs/9p: avoid accessing utsname after namespace has been torn downWill Deacon1-0/+5
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: Transmit kuid and kgid valuesEric W. Biederman1-5/+5
2011-10-24net/9p: Convert net/9p protocol dumps to tracepointsAneesh Kumar K.V1-3/+3
2011-10-24fs/9p: change an int to unsigned intDan Carpenter1-1/+1
2011-07-23fs/9p: add 9P2000.L unlinkat operationAneesh Kumar K.V1-0/+1
2011-07-23fs/9p: add 9P2000.L renameat operationAneesh Kumar K.V1-1/+4
2011-07-23fs/9p: Clean-up get_protocol_version() to use strcmpPrem Karat1-3/+3
2011-05-259p: typo fixes and minor cleanupsRob Landley1-1/+1
2011-04-15net/9p: nwname should be an unsigned intHarsh Prateek Bora1-2/+2
2011-04-159p: revert tsyncfs related changesAneesh Kumar K.V1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-15net/9p: Implement syncfs 9P operationAneesh Kumar K.V1-0/+1
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 Kumar1-0/+1
2010-10-289p: Implement TGETLOCKM. Mohan Kumar1-0/+1
2010-10-289p: Implement TLOCKM. Mohan Kumar1-0/+1
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)1-0/+1
2010-10-219p: client code cleanupstephen hemminger1-3/+0
2010-08-02net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V1-0/+1
2010-08-02net/9p: Implement attrwalk 9p callAneesh Kumar K.V1-0/+1
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)1-0/+2
2010-08-029p: Implement TMKDIRM. Mohan Kumar1-0/+2
2010-08-029p: Implement TMKNODM. Mohan Kumar1-0/+2
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-0/+2
2010-08-029p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)1-0/+1
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi1-0/+1
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi1-0/+3
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi1-0/+18
2010-05-219p: add 9P2000.L rename operationSripathi Kodi1-0/+1
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi1-0/+1
2010-04-059p: Make sure we are able to clunk the cached fid on umountAneesh Kumar K.V1-0/+2
2010-03-139p: Change the name of new protocol from 9p2010.L to 9p2000.LSripathi Kodi1-2/+2
2010-03-059P2010.L handshake: Remove "dotu" variableSripathi Kodi1-1/+2
2010-03-059P2010.L handshake: Add mount optionSripathi Kodi1-0/+15
2009-11-029p: fix readdir corner casesEric Van Hensbergen1-4/+3
2009-04-05net/9p: handle correctly interrupted 9P requestsLatchesar Ionkov1-1/+0
2008-10-229p: fix sparse warningsEric Van Hensbergen1-0/+1
2008-10-229p: rdma: RDMA Transport Support for 9PTom Tucker1-0/+1
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen1-0/+2
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen1-2/+5
2008-10-179p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen1-2/+0