aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/9p
AgeCommit message (Expand)AuthorFilesLines
10 days9p: Cache negative dentries for lookup performanceRemi Pommarel1-0/+2
2026-04-169p: document missing enum values in kernel-doc commentsKit Dallege1-3/+35
2025-11-039p: convert to the new mount APIEric Sandeen2-2/+2
2025-11-039p: create a v9fs_context structure to hold parsed optionsEric Sandeen2-32/+90
2025-11-03net/9p: move structures and macros to header filesEric Sandeen2-0/+45
2025-11-03net/9p: cleanup: change p9_trans_module->def to boolDominique Martinet1-1/+1
2025-11-039p: Use kvmalloc for message buffers on supported transportsPierre Barre1-0/+4
2024-05-01netfs, 9p: Implement helpers for new write codeDavid Howells1-0/+2
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...Linus 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
2010-10-289p: Implement TLOCKM. Mohan Kumar2-0/+29
2010-10-28[9p] Introduce client side TFSYNC/RFSYNC for dotl.Venkateswararao Jujjuri (JV)2-0/+3
2010-10-28net/9p: This patch implements TLERROR/RLERROR on the 9P client.Arun R Bharadwaj1-0/+4
2010-10-219p: client code cleanupstephen hemminger1-3/+0
2010-08-02net/9p: Implement TXATTRCREATE 9p callAneesh Kumar K.V2-0/+3
2010-08-02net/9p: Implement attrwalk 9p callAneesh Kumar K.V2-0/+3
2010-08-029p: Implement LOPENM. Mohan Kumar1-0/+2
2010-08-02fs/9p: This patch implements TLCREATE for 9p2000.L protocol.Venkateswararao Jujjuri (JV)2-0/+6
2010-08-029p: Implement TMKDIRM. Mohan Kumar2-0/+6
2010-08-029p: Implement TMKNODM. Mohan Kumar2-0/+6
2010-08-029p: Define and implement TSYMLINK for 9P2000.LVenkateswararao Jujjuri (JV)2-0/+6
2010-08-029p: Define and implement TLINK for 9P2000.LVenkateswararao Jujjuri (JV)2-0/+3
2010-08-029p: Implement client side of setattr for 9P2000.L protocol.Sripathi Kodi2-0/+29
2010-08-029p: getattr client implementation for 9P2000.L protocol.Sripathi Kodi2-0/+47
2010-08-029p: readdir implementation for 9p2000.LSripathi Kodi2-0/+35
2010-05-219p: add 9P2000.L rename operationSripathi Kodi2-0/+14
2010-05-219p: add 9P2000.L statfs operationSripathi Kodi2-0/+21
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-09-239p: Add fscache support to 9pAbhishek Kulkarni1-0/+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-229p: fix debug build errorEric Van Hensbergen1-1/+1
2008-10-179p: Improve debug supportEric Van Hensbergen1-2/+2
2008-10-179p: eliminate depricated conv functionsEric Van Hensbergen2-97/+12
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen2-3/+11
2008-10-179p: remove unnecessary tag field from p9_req_t structureEric Van Hensbergen1-2/+0
2008-10-179p: remove 9p fcall debug printsEric Van Hensbergen1-1/+0
2008-10-179p: add new protocol support codeEric Van Hensbergen1-1/+7
2008-10-179p: move dirread to fs layerEric Van Hensbergen1-5/+0
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen1-1/+0
2008-10-179p: consolidate read/write functionsEric Van Hensbergen1-6/+4
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen2-6/+5
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen1-1/+9
2008-10-179p: move request management to client codeEric Van Hensbergen1-0/+77
2008-10-179p: consolidate transport structureEric Van Hensbergen2-49/+25
2008-10-16include: replace __FUNCTION__ with __func__Harvey Harrison1-2/+2
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo2-2/+8
2008-05-149p: fix error path during early mountEric Van Hensbergen2-1/+1
2008-05-149p: Documentation updatesEric Van Hensbergen3-28/+285
2008-02-069p: transport API reorganizationEric Van Hensbergen3-65/+8
2008-02-069p: add support for sticky bitAnthony Liguori1-0/+1
2008-02-069p: block-based virtio clientEric Van Hensbergen1-1/+1
2008-02-069p: create transport rpc cut-thruEric Van Hensbergen1-0/+2
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov1-2/+2
2007-10-179p: remove sysctlEric Van Hensbergen1-14/+0
2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen1-0/+2
2007-10-179p: attach-per-userLatchesar Ionkov2-4/+8
2007-10-179p: Make transports dynamicEric Van Hensbergen3-14/+19
2007-10-10[9P]: build fix with !CONFIG_SYSCTLIngo Molnar1-0/+12
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov4-0/+603