summaryrefslogtreecommitdiff
path: root/fs/9p/mux.c
AgeCommit message (Expand)AuthorFilesLines
2007-02-189p: Use kthread_stop instead of sending a SIGKILL.Eric W. Biederman1-4/+1
2007-01-26[PATCH] 9p: fix bogus return code checks during initializationEric Van Hensbergen1-1/+3
2006-11-22WorkStruct: make allyesconfigDavid Howells1-8/+8
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-28[PATCH] v9fs: return the correct error when interrupted by signalLatchesar Ionkov1-0/+2
2006-06-26spelling fixesAndreas Mohr1-1/+1
2006-05-15[PATCH] v9fs: signal handling fixesLatchesar Ionkov1-91/+131
2006-03-25[PATCH] v9fs: update license boilerplateEric Van Hensbergen1-3/+2
2006-03-25[PATCH] v9fs: print 9p messagesLatchesar Ionkov1-0/+15
2006-03-25[PATCH] v9fs: rename tids to tags to be consistent with Plan 9 documentationRuss Cox1-6/+6
2006-03-24[PATCH] fs/9p/: possible cleanupsAdrian Bunk1-5/+6
2006-03-23[PATCH] convert fs/9p/ to mutexes, fix locking bugsIngo Molnar1-5/+6
2006-02-03[PATCH] v9fs: fix corner cases when flushing requestLatchesar Ionkov1-4/+11
2006-01-08[PATCH] v9fs: handle kthread_create failure, minor bugfixesLatchesar Ionkov1-12/+26
2006-01-08[PATCH] v9fs: zero copy implementationLatchesar Ionkov1-71/+86
2006-01-08[PATCH] v9fs: new multiplexer implementationLatchesar Ionkov1-328/+794
2005-09-09[PATCH] v9fs: fix handling of malformed 9P messagesEric Van Hensbergen1-19/+34
2005-09-09[PATCH] v9fs: Support to force umountEric Van Hensbergen1-0/+20
2005-09-09[PATCH] v9fs: transport modulesEric Van Hensbergen1-0/+440