- 019641d net/p9: load default transports by Thomas Weißschuh · 3 years, 2 months ago
- 1c582c6 9p/trans_fd: split into dedicated module by Thomas Weißschuh · 3 years, 2 months ago
- 6e195b0 9p: fix a bunch of checkpatch warnings by Dominique Martinet · 3 years, 2 months ago
- 024b7d6 9p: fix file headers by Dominique Martinet · 3 years, 2 months ago
- 4cd82a5 net/9p: autoload transport modules by Thomas Weißschuh · 3 years, 2 months ago
- ff5e72e 9p: apply review requests for fid refcounting by Dominique Martinet · 4 years, 2 months ago
- 6636b6d 9p: add refcount to p9_fid struct by Jianyong Wu · 4 years, 3 months ago
- 987a648 fs/9p: track open fids by Greg Kurz · 4 years, 3 months ago
- cee50c2 net: 9p: drop duplicate word in comment by Randy Dunlap · 4 years, 6 months ago
- 4365749 net/9p: remove unused p9_req_t aux field by Dominique Martinet · 5 years ago
- 388f696 9pnet: allow making incomplete read requests by Sergey Alirzaev · 5 years ago
- 1f32761 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 188 by Thomas Gleixner · 6 years ago
- 728356d 9p: Add refcount to p9_req_t by Tomas Bortoli · 6 years ago
- 91a76be 9p: add a per-client fcall kmem_cache by Dominique Martinet · 6 years ago
- 523adb6 9p: embed fcall in req to round down buffer allocs by Dominique Martinet · 6 years ago
- 6348b90 9p: Remove p9_idpool by Matthew Wilcox · 6 years ago
- 996d5b4 9p: Use a slab for allocating requests by Matthew Wilcox · 6 years ago
- 2557d0c 9p: Embed wait_queue_head into p9_req_t by Matthew Wilcox · 6 years ago
- f28cdf0 9p: Replace the fidlist with an IDR by Matthew Wilcox · 6 years ago
- c4fac91 9p: Implement show_options by David Howells · 7 years ago
- 7880b43 9p: constify ->d_name handling by Al Viro · 8 years ago
- e1200fe6 9p: switch p9_client_read() to passing struct iov_iter * by Al Viro · 10 years ago
- 070b365 9p: switch p9_client_write() to passing it struct iov_iter * by Al Viro · 10 years ago
- 4f3b35c net/9p: switch the guts of p9_client_{read,write}() to iov_iter by Al Viro · 10 years ago
- 5816c3d net/9p: remove a comment about pref member which doesn't exist by Ryo Munakata · 10 years ago
- 7b4f307 9pnet: p9_client->conn field is unused. Remove it. by Simon Derr · 11 years ago
- 0bfd684 9P: Get rid of REQ_STATUS_FLSH by Simon Derr · 11 years ago
- afd8d65 9P: Add cancelled() to the transport functions. by Simon Derr · 11 years ago
- 2b6e72e 9P: Add memory barriers to protect request fields over cb/rpc threads handoff by Dominique Martinet · 11 years ago
- 2b76db6 Merge tag 'for-linus-3.12-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs by Linus Torvalds · 11 years ago
- 50192ab fs/9p: avoid accessing utsname after namespace has been torn down by Will Deacon · 11 years ago
- 60ff779 9p: client: remove unused code and any reference to "cancelled" function by Andi Shyti · 11 years ago
- 80b4526 9P: Add cancelled() to the transport functions. by Simon Derr · 12 years ago
- 2f28c8b net/9p: add privport option to 9p tcp transport by Jim Garlick · 12 years ago
- c4d3096 9p: turn fid->dlist into hlist by Al Viro · 12 years ago
- b464255 9p: Modify struct 9p_fid to use a kuid_t not a uid_t by Eric W. Biederman · 12 years ago
- 447c509 9p: Modify the stat structures to use kuid_t and kgid_t by Eric W. Biederman · 12 years ago
- f791f7c 9p: Transmit kuid and kgid values by Eric W. Biederman · 12 years ago
- 5d38515 9p: Reduce object size with CONFIG_NET_9P_DEBUG by Joe Perches · 13 years ago
- 348b590 net/9p: Convert net/9p protocol dumps to tracepoints by Aneesh Kumar K.V · 13 years ago
- ef6b080 fs/9p: change an int to unsigned int by Dan Carpenter · 13 years ago
- abfa034 fs/9p: Update zero-copy implementation in 9p by Aneesh Kumar K.V · 13 years ago
- 51b8b4f fs/9p: Use protocol-defined value for lock/getlock 'type' field. by Jim Garlick · 13 years ago
- f88657c fs/9p: Add OS dependent open flags in 9p protocol by Aneesh Kumar K.V · 13 years ago
- 48e370f fs/9p: add 9P2000.L unlinkat operation by Aneesh Kumar K.V · 14 years ago
- 9e8fb38 fs/9p: add 9P2000.L renameat operation by Aneesh Kumar K.V · 14 years ago
- 4d63055 fs/9p: Clean-up get_protocol_version() to use strcmp by Prem Karat · 14 years ago
- 52c14ab net/9p: Remove structure not used in the code by Aneesh Kumar K.V · 13 years ago
- e660a82 9p: clean up packet dump code by Eric Van Hensbergen · 14 years ago
- 08bb3a5 9p: Small cleanup in <net/9p/9p.h> by Sasha Levin · 14 years ago
- aca0076 9p: typo fixes and minor cleanups by Rob Landley · 14 years ago
- b76225e net/9p: nwname should be an unsigned int by Harsh Prateek Bora · 14 years ago
- df5d8c8 9p: revert tsyncfs related changes by Aneesh Kumar K.V · 14 years ago
- 25985ed Fix common misspellings by Lucas De Marchi · 14 years ago
- c0aa4ca net/9p: Implement syncfs 9P operation by Aneesh Kumar K.V · 14 years ago
- f735195 [net/9p] Small non-IO PDUs for zero-copy supporting transports. by Venkateswararao Jujjuri (JV) · 14 years ago
- 6f69c39 [net/9p] Add preferences to transport layer. by Venkateswararao Jujjuri (JV) · 14 years ago
- 022cae36 [net/9p] Preparation and helper functions for zero copy by Venkateswararao Jujjuri (JV) · 14 years ago
- b165d60 9p: Add datasync to client side TFSYNC/RFSYNC for dotl by Venkateswararao Jujjuri (JV) · 14 years ago
- 329176cc 9p: Implement TREADLINK operation for 9p2000.L by M. Mohan Kumar · 14 years ago
- 1d769cd 9p: Implement TGETLOCK by M. Mohan Kumar · 14 years ago
- a099027 9p: Implement TLOCK by M. Mohan Kumar · 14 years ago
- 920e65d [9p] Introduce client side TFSYNC/RFSYNC for dotl. by Venkateswararao Jujjuri (JV) · 14 years ago
- 4f7ebe8 net/9p: This patch implements TLERROR/RLERROR on the 9P client. by Arun R Bharadwaj · 14 years ago
- 32a875a 9p: client code cleanup by stephen hemminger · 14 years ago
- eda25e46 net/9p: Implement TXATTRCREATE 9p call by Aneesh Kumar K.V · 15 years ago
- 0ef63f3 net/9p: Implement attrwalk 9p call by Aneesh Kumar K.V · 15 years ago
- ef56547 9p: Implement LOPEN by M. Mohan Kumar · 15 years ago
- 5643135 fs/9p: This patch implements TLCREATE for 9p2000.L protocol. by Venkateswararao Jujjuri (JV) · 15 years ago
- 01a622b 9p: Implement TMKDIR by M. Mohan Kumar · 15 years ago
- 4b43516 9p: Implement TMKNOD by M. Mohan Kumar · 15 years ago
- 50cc42f 9p: Define and implement TSYMLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 15 years ago
- 652df9a 9p: Define and implement TLINK for 9P2000.L by Venkateswararao Jujjuri (JV) · 15 years ago
- 87d7845 9p: Implement client side of setattr for 9P2000.L protocol. by Sripathi Kodi · 15 years ago
- f085312 9p: getattr client implementation for 9P2000.L protocol. by Sripathi Kodi · 14 years ago
- 7751bdb 9p: readdir implementation for 9p2000.L by Sripathi Kodi · 15 years ago
- 4681dbd 9p: add 9P2000.L rename operation by Sripathi Kodi · 15 years ago
- bda8e77 9p: add 9P2000.L statfs operation by Sripathi Kodi · 15 years ago
- 6d96d3a 9p: Make sure we are able to clunk the cached fid on umount by Aneesh Kumar K.V · 15 years ago
- 45bc21e 9p: Change the name of new protocol from 9p2010.L to 9p2000.L by Sripathi Kodi · 15 years ago
- 342fee1 9P2010.L handshake: Remove "dotu" variable by Sripathi Kodi · 15 years ago
- 0fb80ab 9P2010.L handshake: Add mount option by Sripathi Kodi · 15 years ago
- 3e2796a 9p: fix readdir corner cases by Eric Van Hensbergen · 15 years ago
- 60e78d2 9p: Add fscache support to 9p by Abhishek Kulkarni · 15 years ago
- 1bab88b net/9p: handle correctly interrupted 9P requests by Latchesar Ionkov · 16 years ago
- e45c540 9p: fix sparse warnings by Eric Van Hensbergen · 16 years ago
- fc79d4b 9p: rdma: RDMA Transport Support for 9P by Tom Tucker · 16 years ago
- 0b15a3a 9p: fix debug build error by Eric Van Hensbergen · 16 years ago
- e7f4b8f 9p: Improve debug support by Eric Van Hensbergen · 16 years ago
- 02da398 9p: eliminate depricated conv functions by Eric Van Hensbergen · 16 years ago
- 51a87c5 9p: rework client code to use new protocol support functions by Eric Van Hensbergen · 16 years ago
- cb19813 9p: remove unnecessary tag field from p9_req_t structure by Eric Van Hensbergen · 16 years ago
- 51d71f9 9p: remove 9p fcall debug prints by Eric Van Hensbergen · 16 years ago
- ace51c4 9p: add new protocol support code by Eric Van Hensbergen · 16 years ago
- 06b55b4 9p: move dirread to fs layer by Eric Van Hensbergen · 16 years ago
- fbedadc 9p: move readn meta-function from client to fs layer by Eric Van Hensbergen · 16 years ago
- 0fc9655 9p: consolidate read/write functions by Eric Van Hensbergen · 16 years ago
- 91b8534 9p: make rpc code common and rework flush code by Eric Van Hensbergen · 16 years ago
- 673d62cd 9p: apply common request code to trans_fd by Eric Van Hensbergen · 16 years ago
- fea511a 9p: move request management to client code by Eric Van Hensbergen · 16 years ago