[PATCH] v9fs: new multiplexer implementation
New multiplexer implementation. Decreases the number of kernel threads required. Better handling when the user process receives a signal. Signed-off-by:Latchesar Ionkov <lucho@ionkov.net> Cc: Eric Van Hensbergen <ericvh@ericvh.myip.org> Signed-off-by:
Andrew Morton <akpm@osdl.org> Signed-off-by:
Linus Torvalds <torvalds@osdl.org>
Showing
- fs/9p/9p.c 49 additions, 19 deletionsfs/9p/9p.c
- fs/9p/9p.h 7 additions, 2 deletionsfs/9p/9p.h
- fs/9p/conv.c 45 additions, 41 deletionsfs/9p/conv.c
- fs/9p/conv.h 6 additions, 7 deletionsfs/9p/conv.h
- fs/9p/fid.c 1 addition, 1 deletionfs/9p/fid.c
- fs/9p/mux.c 794 additions, 328 deletionsfs/9p/mux.c
- fs/9p/mux.h 28 additions, 12 deletionsfs/9p/mux.h
- fs/9p/trans_fd.c 46 additions, 3 deletionsfs/9p/trans_fd.c
- fs/9p/trans_sock.c 103 additions, 58 deletionsfs/9p/trans_sock.c
- fs/9p/transport.h 2 additions, 2 deletionsfs/9p/transport.h
- fs/9p/v9fs.c 30 additions, 11 deletionsfs/9p/v9fs.c
- fs/9p/v9fs.h 5 additions, 12 deletionsfs/9p/v9fs.h
- fs/9p/vfs_dentry.c 5 additions, 8 deletionsfs/9p/vfs_dentry.c
- fs/9p/vfs_dir.c 7 additions, 10 deletionsfs/9p/vfs_dir.c
- fs/9p/vfs_inode.c 42 additions, 47 deletionsfs/9p/vfs_inode.c
- fs/9p/vfs_super.c 2 additions, 1 deletionfs/9p/vfs_super.c
Loading
Please register or sign in to comment