Julia Lawall
|
f1d9e4586e
fs/9p: change simple_strtol to simple_strtoul
|
16 gadi atpakaļ |
Eric Van Hensbergen
|
fbedadc16e
9p: move readn meta-function from client to fs layer
|
16 gadi atpakaļ |
Eric Van Hensbergen
|
8b81ef589a
9p: consolidate transport structure
|
16 gadi atpakaļ |
Steven Whitehouse
|
a447c09324
vfs: Use const for kernel parser table
|
16 gadi atpakaļ |
Eric Van Hensbergen
|
887b3ece65
9p: fix error path during early mount
|
17 gadi atpakaļ |
Jim Meyering
|
ab31267dfe
fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. Now that this function can fail, return an int, diagnose other option-parsing failures, and adjust the sole caller: (v9fs_session_init): Handle kstrdup failure. Propagate any new v9fs_parse_options failure "up".
|
17 gadi atpakaļ |
Eric Van Hensbergen
|
ee443996a3
9p: Documentation updates
|
17 gadi atpakaļ |
Markus Armbruster
|
b32a09db4f
add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust
|
17 gadi atpakaļ |
Eric Van Hensbergen
|
8a0dc95fd9
9p: transport API reorganization
|
17 gadi atpakaļ |
Latchesar Ionkov
|
8999e04f3b
9p: use copy of the options value instead of original
|
17 gadi atpakaļ |
Adrian Bunk
|
0a976297e1
9p: fix memleak in fs/9p/v9fs.c
|
17 gadi atpakaļ |
Eric Van Hensbergen
|
fb0466c3ae
9p: fix bad kconfig cross-dependency
|
17 gadi atpakaļ |
Latchesar Ionkov
|
ba17674fe0
9p: attach-per-user
|
17 gadi atpakaļ |
Latchesar Ionkov
|
bd32b82df9
9p: rename uid and gid parameters
|
17 gadi atpakaļ |
Latchesar Ionkov
|
2405669b25
9p: define session flags
|
17 gadi atpakaļ |
Eric Van Hensbergen
|
a80d923e13
9p: Make transports dynamic
|
17 gadi atpakaļ |
Eric Van Hensbergen
|
10fa16e75c
9p: fix debug compilation error
|
18 gadi atpakaļ |
Eric Van Hensbergen
|
9e2f6688c0
9p: re-enable mount time debug option
|
18 gadi atpakaļ |
Latchesar Ionkov
|
bd238fb431
9p: Reorganization of 9p file system code
|
18 gadi atpakaļ |
Eric Van Hensbergen
|
e03abc0c96
9p: implement optional loose read cache
|
18 gadi atpakaļ |
Eric Van Hensbergen
|
f94b347059
[PATCH] 9p: fix bogus return code checks during initialization
|
18 gadi atpakaļ |
Al Viro
|
914e26379d
[PATCH] severing fs.h, radix-tree.h -> sched.h
|
18 gadi atpakaļ |
Alexey Dobriyan
|
d826380b30
[PATCH] 9p: fix leak on error path
|
18 gadi atpakaļ |
Jörn Engel
|
6ab3d5624e
Remove obsolete #include <linux/config.h>
|
19 gadi atpakaļ |
Eric Van Hensbergen
|
67543e508d
[PATCH] 9p: fix name consistency problems
|
19 gadi atpakaļ |
Eric Van Hensbergen
|
42e8c509cf
[PATCH] v9fs: update license boilerplate
|
19 gadi atpakaļ |
Russ Cox
|
4a26c2429b
[PATCH] v9fs: rename tids to tags to be consistent with Plan 9 documentation
|
19 gadi atpakaļ |
Eric Van Hensbergen
|
46f6dac259
[PATCH] v9fs: simplify fid mapping
|
19 gadi atpakaļ |
Eric Van Hensbergen
|
e1c9211755
[PATCH] v9fs: update documentation and fix debug flag
|
19 gadi atpakaļ |
Latchesar Ionkov
|
1dac06b20d
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
|
19 gadi atpakaļ |