aboutsummaryrefslogtreecommitdiffstats
path: root/net/9p (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-05-149p: fix error path during early mountEric Van Hensbergen4-20/+23
2008-05-149p: make cryptic unknown error from server less scaryEric Van Hensbergen1-2/+2
2008-05-149p: fix flags length in netSteven Rostedt2-3/+3
2008-05-149p: Correct fidpool creation failure in p9_client_createJosef 'Jeff' Sipek1-1/+1
2008-05-149p: use struct mutex instead of struct semaphoreJosef 'Jeff' Sipek1-9/+9
2008-05-149p: propagate parse_option changes to client and transportsEric Van Hensbergen2-14/+45
2008-05-149p: Documentation updatesEric Van Hensbergen7-46/+441
2008-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2008-03-28net/9p/trans_fd.c:p9_trans_fd_init(): module_init functions should return 0 on successAndrew Morton1-1/+1
2008-03-23Merge branch 'master' of ../net-2.6/David S. Miller1-2/+0
2008-03-22[9P] net/9p/trans_fd.c: remove unused variableJulia Lawall1-2/+0
2008-03-05net: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-02-19net/9p/trans_virtio.c: kmalloc() enough memoryAdrian Bunk1-1/+1
2008-02-17net/9p/trans_virtio.c: Use BUG_ONJulia Lawall1-2/+1
2008-02-069p: fix p9_printfcall exportAndrew Morton1-2/+2
2008-02-069p: transport API reorganizationEric Van Hensbergen6-1145/+1187
2008-02-069p: add remove function to trans_virtioEric Van Hensbergen1-0/+19
2008-02-069p: Convert semaphore to spinlock for p9_idpoolAnthony Liguori1-12/+8
2008-02-069p: Fix soft lockup in virtio transportEric Van Hensbergen1-1/+1
2008-02-069p: block-based virtio clientEric Van Hensbergen2-151/+227
2008-02-069p: create transport rpc cut-thruEric Van Hensbergen1-16/+33
2008-02-069p: fix bug in p9_clone_statMartin Stava1-0/+5
2008-02-04virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell1-3/+1
2008-02-04virtio: simplify config mechanism.Rusty Russell1-2/+2
2008-01-31[NET] 9p: kill dead static inline buf_put_stringIlpo Järvinen1-5/+0
2007-11-069p: add missing end-of-options record for trans_fdLatchesar Ionkov1-1/+2
2007-11-069p: return NULL when trans not foundLatchesar Ionkov1-2/+2
2007-10-23[9P]: Fix missing unlock before return in p9_mux_poll_startRoel Kluin1-1/+3
2007-10-239p: add virtio transportEric Van Hensbergen3-0/+364
2007-10-20typo fixesMatt LaPlante1-1/+1
2007-10-179p: remove sysctlEric Van Hensbergen3-92/+0
2007-10-179p: fix bad kconfig cross-dependencyEric Van Hensbergen3-0/+64
2007-10-179p: attach-per-userLatchesar Ionkov2-8/+34
2007-10-179p: Make transports dynamicEric Van Hensbergen5-159/+281
2007-08-239p: fix bad error path in conversion routinesMariusz Kozlowski1-0/+1
2007-08-239p: fix use after freeEric Van Hensbergen1-3/+6
2007-07-31fs: 9p/conv.c error path fixMariusz Kozlowski1-0/+1
2007-07-229p: Don't use binary sysctl numbers.Eric W. Biederman1-13/+8
2007-07-149p: fix a race condition bug in umount which caused a segfaultEric Van Hensbergen1-3/+3
2007-07-14net/9p: set error to EREMOTEIO if trans->write returns zeroLatchesar Ionkov1-1/+5
2007-07-14net/9p: change net/9p module name to 9pnetLatchesar Ionkov1-3/+3
2007-07-149p: Reorganization of 9p file system codeLatchesar Ionkov11-0/+4209