Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ee286370d6233da01788c942c2dd7e450078eb27
/
fs
/
9p
/
v9fs.c
b4caecd
fs: introduce f_op->mmap_capabilities for nommu mmap support
by Christoph Hellwig
· 10 years ago
bdbeacd
fs/9p/v9fs.c: add __init to v9fs_sysfs_init
by Fabian Frederick
· 10 years ago
fb89b45
9P: introduction of a new cache=mmap model.
by Dominique Martinet
· 11 years ago
8061a6f
9p: don't forget to destroy inode cache if fscache registration fails
by Al Viro
· 11 years ago
76ed23a
9p: Modify struct v9fs_session_info to use a kuids and kgids
by Eric W. Biederman
· 12 years ago
b464255
9p: Modify struct 9p_fid to use a kuid_t not a uid_t
by Eric W. Biederman
· 12 years ago
f791f7c
9p: Transmit kuid and kgid values
by Eric W. Biederman
· 12 years ago
940e3a8
Merge tag 'for-linus-merge-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
e549c13
9p: don't use __getname/__putname for uname/aname
by Jeff Layton
· 12 years ago
2226a28
9p: make register_filesystem() the last failure exit
by Al Viro
· 13 years ago
5d38515
9p: Reduce object size with CONFIG_NET_9P_DEBUG
by Joe Perches
· 13 years ago
4d5077f
fs/9p: Cleanup option parsing in 9p
by Aneesh Kumar K.V
· 13 years ago
a2dd43b
fs/9p: Fix invalid mount options/args
by Prem Karat
· 14 years ago
fd2421f
fs/9p: When doing inode lookup compare qid details and inode mode bits.
by Aneesh Kumar K.V
· 13 years ago
a78ce05
fs/9p: Add v9fs_inode
by Aneesh Kumar K.V
· 14 years ago
6752a1e
[fs/9p] Make access=client default in 9p2000.L protocol
by Venkateswararao Jujjuri (JV)
· 14 years ago
e782ef7
[fs/9P] Add posixacl mount option
by Venkateswararao Jujjuri (JV)
· 14 years ago
9332685
[fs/9p] Ignore acl mount option when CONFIG_9P_FS_POSIX_ACL is not defined.
by Venkateswararao Jujjuri (JV)
· 14 years ago
76381a4
fs/9p: Add access = client option to opt in acl evaluation.
by Aneesh Kumar K.V
· 14 years ago
a534c8d
fs/9p: Prevent parallel rename when doing fid_lookup
by Aneesh Kumar K.V
· 14 years ago
9ffaf63
fs/9p: Pass the correct user credentials during attach
by Aneesh Kumar K.V
· 14 years ago
0ed07dd
9p: add bdi backing to mount session
by Jens Axboe
· 15 years ago
749d229
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 15 years ago
6d96d3a
9p: Make sure we are able to clunk the cached fid on umount
by Aneesh Kumar K.V
· 15 years ago
476ada0
9p: Fix setting of protocol flags in v9fs_session_info structure.
by Sripathi Kodi
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
342fee1
9P2010.L handshake: Remove "dotu" variable
by Sripathi Kodi
· 15 years ago
dd6102f
9P2010.L handshake: Add VFS flags
by Sripathi Kodi
· 15 years ago
bf2d29c
9p: fix memory leak in v9fs_parse_options()
by Eric Van Hensbergen
· 15 years ago
d8c8a9e
9p: fix option parsing
by Eric Van Hensbergen
· 15 years ago
60e78d2
9p: Add fscache support to 9p
by Abhishek Kulkarni
· 15 years ago
4b53e4b
9p: remove unnecessary v9fses->options which duplicates the mount string
by Abhishek Kulkarni
· 15 years ago
f1d9e45
fs/9p: change simple_strtol to simple_strtoul
by Julia Lawall
· 16 years ago
fbedadc
9p: move readn meta-function from client to fs layer
by Eric Van Hensbergen
· 16 years ago
8b81ef5
9p: consolidate transport structure
by Eric Van Hensbergen
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
887b3ec
9p: fix error path during early mount
by Eric Van Hensbergen
· 16 years ago
ab31267
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".
by Jim Meyering
· 17 years ago
ee44399
9p: Documentation updates
by Eric Van Hensbergen
· 17 years ago
b32a09d
add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust
by Markus Armbruster
· 17 years ago
8a0dc95
9p: transport API reorganization
by Eric Van Hensbergen
· 17 years ago
8999e04
9p: use copy of the options value instead of original
by Latchesar Ionkov
· 17 years ago
0a97629
9p: fix memleak in fs/9p/v9fs.c
by Adrian Bunk
· 17 years ago
fb0466c
9p: fix bad kconfig cross-dependency
by Eric Van Hensbergen
· 17 years ago
ba17674
9p: attach-per-user
by Latchesar Ionkov
· 17 years ago
bd32b82
9p: rename uid and gid parameters
by Latchesar Ionkov
· 17 years ago
2405669
9p: define session flags
by Latchesar Ionkov
· 17 years ago
a80d923
9p: Make transports dynamic
by Eric Van Hensbergen
· 17 years ago
10fa16e
9p: fix debug compilation error
by Eric Van Hensbergen
· 17 years ago
9e2f668
9p: re-enable mount time debug option
by Eric Van Hensbergen
· 17 years ago
bd238fb
9p: Reorganization of 9p file system code
by Latchesar Ionkov
· 17 years ago
e03abc0
9p: implement optional loose read cache
by Eric Van Hensbergen
· 18 years ago
f94b347
[PATCH] 9p: fix bogus return code checks during initialization
by Eric Van Hensbergen
· 18 years ago
914e263
[PATCH] severing fs.h, radix-tree.h -> sched.h
by Al Viro
· 18 years ago
d826380
[PATCH] 9p: fix leak on error path
by Alexey Dobriyan
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
67543e5
[PATCH] 9p: fix name consistency problems
by Eric Van Hensbergen
· 19 years ago
42e8c50
[PATCH] v9fs: update license boilerplate
by Eric Van Hensbergen
· 19 years ago
4a26c24
[PATCH] v9fs: rename tids to tags to be consistent with Plan 9 documentation
by Russ Cox
· 19 years ago
46f6dac
[PATCH] v9fs: simplify fid mapping
by Eric Van Hensbergen
· 19 years ago
e1c9211
[PATCH] v9fs: update documentation and fix debug flag
by Eric Van Hensbergen
· 19 years ago
1dac06b
[PATCH] v9fs: handle kthread_create failure, minor bugfixes
by Latchesar Ionkov
· 19 years ago
531b109
[PATCH] v9fs: zero copy implementation
by Latchesar Ionkov
· 19 years ago
3cf6429
[PATCH] v9fs: new multiplexer implementation
by Latchesar Ionkov
· 19 years ago
ce44eeb
[PATCH] V9FS: 'names_cache' memory leak
by Davi Arnaut
· 19 years ago
a8e63bf
[PATCH] v9fs: make copy of the transport prototype instead of using it directly
by Latchesar Ionkov
· 19 years ago
322b329
[PATCH] v9fs: Support to force umount
by Eric Van Hensbergen
· 19 years ago
426cc91
[PATCH] v9fs: transport modules
by Eric Van Hensbergen
· 19 years ago
9e82cf6
[PATCH] v9fs: VFS superblock operations and glue
by Eric Van Hensbergen
· 19 years ago