You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Latchesar Ionkov
1dac06b20d
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
...
- remove unnecessary -ENOMEM assignments
- return correct value when buf_check_size for second time in a buffer
- handle failures when create_workqueue and kthread_create are called
- use kzalloc instead of kmalloc/memset 0
- v9fs_str_copy and v9fs_str_compare were buggy, were used only in one
place, correct the logic and move it to the place it is used.
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>
19 years ago
..
9p.c
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
19 years ago
9p.h
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
19 years ago
Makefile
[PATCH] v9fs: zero copy implementation
19 years ago
conv.c
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
19 years ago
conv.h
[PATCH] v9fs: zero copy implementation
19 years ago
debug.h
[PATCH] v9fs: zero copy implementation
19 years ago
error.c
[PATCH] v9fs: zero copy implementation
19 years ago
error.h
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
19 years ago
fid.c
[PATCH] v9fs: zero copy implementation
19 years ago
fid.h
[PATCH] v9fs: fix races in fid allocation
20 years ago
mux.c
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
19 years ago
mux.h
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
19 years ago
trans_fd.c
[PATCH] v9fs: new multiplexer implementation
19 years ago
trans_sock.c
[PATCH] v9fs: zero copy implementation
19 years ago
transport.h
[PATCH] v9fs: new multiplexer implementation
19 years ago
v9fs.c
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
19 years ago
v9fs.h
[PATCH] v9fs: new multiplexer implementation
19 years ago
v9fs_vfs.h
[PATCH] v9fs: zero copy implementation
19 years ago
vfs_dentry.c
[PATCH] v9fs: zero copy implementation
19 years ago
vfs_dir.c
[PATCH] v9fs: zero copy implementation
19 years ago
vfs_file.c
[PATCH] v9fs: zero copy implementation
19 years ago
vfs_inode.c
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
19 years ago
vfs_super.c
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
19 years ago