aboutsummaryrefslogtreecommitdiff
path: root/net/9p/client.c
AgeCommit message (Expand)Author
2008-11-05net/9p: fix printk format warningsRandy Dunlap
2008-11-05unsigned fid->fid cannot be negativeRoel Kluin
2008-11-05p9: Fix leak of waitqueue in request allocation pathTom Tucker
2008-11-059p: Remove unneeded free of fcall for FlushTom Tucker
2008-11-059p: Make all client spin locks IRQ safeTom Tucker
2008-10-229p: fix sparse warningsEric Van Hensbergen
2008-10-179p: Improve debug supportEric Van Hensbergen
2008-10-179p: rework client code to use new protocol support functionsEric Van Hensbergen
2008-10-179p: remove 9p fcall debug printsEric Van Hensbergen
2008-10-179p: encapsulate version functionEric Van Hensbergen
2008-10-179p: move dirread to fs layerEric Van Hensbergen
2008-10-179p: move readn meta-function from client to fs layerEric Van Hensbergen
2008-10-179p: consolidate read/write functionsEric Van Hensbergen
2008-10-179p: make rpc code common and rework flush codeEric Van Hensbergen
2008-10-179p: apply common request code to trans_fdEric Van Hensbergen
2008-10-179p: move request management to client codeEric Van Hensbergen
2008-10-179p: remove unnecessary prototypesEric Van Hensbergen
2008-10-179p: consolidate transport structureEric Van Hensbergen
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-09-249p: implement proper trans module refcounting and unregistrationTejun Heo
2008-05-149p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek
2008-05-149p: propagate parse_option changes to client and transportsEric Van Hensbergen
2008-02-069p: transport API reorganizationEric Van Hensbergen
2008-02-069p: block-based virtio clientEric Van Hensbergen
2008-02-069p: create transport rpc cut-thruEric Van Hensbergen
2008-02-069p: fix bug in p9_clone_statMartin Stava
2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen
2007-10-179p: attach-per-userLatchesar Ionkov
2007-10-179p: Make transports dynamicEric Van Hensbergen
2007-07-149p: fix a race condition bug in umount which caused a segfaultEric Van Hensbergen
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov