summaryrefslogtreecommitdiffstats
path: root/net/9p/client.c
Commit message (Expand)AuthorAgeFilesLines
* 9p: fix sparse warningsEric Van Hensbergen2008-10-231-0/+1
* 9p: Improve debug supportEric Van Hensbergen2008-10-171-21/+55
* 9p: rework client code to use new protocol support functionsEric Van Hensbergen2008-10-171-477/+454Star
* 9p: remove 9p fcall debug printsEric Van Hensbergen2008-10-171-9/+0Star
* 9p: encapsulate version functionEric Van Hensbergen2008-10-171-30/+44
* 9p: move dirread to fs layerEric Van Hensbergen2008-10-171-103/+0Star
* 9p: move readn meta-function from client to fs layerEric Van Hensbergen2008-10-171-26/+0Star
* 9p: consolidate read/write functionsEric Van Hensbergen2008-10-171-122/+28Star
* 9p: make rpc code common and rework flush codeEric Van Hensbergen2008-10-171-14/+251
* 9p: apply common request code to trans_fdEric Van Hensbergen2008-10-171-0/+21
* 9p: move request management to client codeEric Van Hensbergen2008-10-171-0/+152
* 9p: remove unnecessary prototypesEric Van Hensbergen2008-10-171-94/+89Star
* 9p: consolidate transport structureEric Van Hensbergen2008-10-171-14/+7Star
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* 9p: implement proper trans module refcounting and unregistrationTejun Heo2008-09-241-2/+8
* 9p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek2008-05-151-1/+1
* 9p: propagate parse_option changes to client and transportsEric Van Hensbergen2008-05-151-7/+23
* 9p: transport API reorganizationEric Van Hensbergen2008-02-071-21/+94
* 9p: block-based virtio clientEric Van Hensbergen2008-02-071-17/+17
* 9p: create transport rpc cut-thruEric Van Hensbergen2008-02-071-16/+33
* 9p: fix bug in p9_clone_statMartin Stava2008-02-071-0/+5
* 9p: fix bad kconfig cross-dependencyEric Van Hensbergen2007-10-171-0/+1
* 9p: attach-per-userLatchesar Ionkov2007-10-171-4/+6
* 9p: Make transports dynamicEric Van Hensbergen2007-10-171-1/+1
* 9p: fix a race condition bug in umount which caused a segfaultEric Van Hensbergen2007-07-141-3/+3
* 9p: Reorganization of 9p file system codeLatchesar Ionkov2007-07-141-0/+965