Al Viro
|
a3b2157e72
9p: make sure ->lookup() adds fid to the right dentry
|
12 years ago |
Al Viro
|
7b5be62199
9p: untangle ->lookup() a bit
|
12 years ago |
Al Viro
|
3509b678a6
9p: double iput() in ->lookup() if d_materialise_unique() fails
|
12 years ago |
Al Viro
|
2ea03e1d62
9p: v9fs_fid_add() can't fail now
|
12 years ago |
Linus Torvalds
|
94f2f14234
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
12 years ago |
Eric W. Biederman
|
447c50943f
9p: Modify the stat structures to use kuid_t and kgid_t
|
12 years ago |
Aneesh Kumar K.V
|
03f0e02273
fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request
|
12 years ago |
Jim Meyering
|
ba413ab2cc
fs/9p: avoid debug OOPS when reading a long symlink
|
13 years ago |
Al Viro
|
ebfc3b49a7
don't pass nameidata to ->create()
|
13 years ago |
Al Viro
|
00cd8dd3bf
stop passing nameidata to ->lookup()
|
13 years ago |
Al Viro
|
e45198a6ac
make finish_no_open() return int
|
13 years ago |
Al Viro
|
30d9049474
kill struct opendata
|
13 years ago |
Al Viro
|
d95852777b
make ->atomic_open() return int
|
13 years ago |
Al Viro
|
47237687d7
->atomic_open() prototype change - pass int * instead of bool *
|
13 years ago |
Miklos Szeredi
|
e43ae79c54
9p: implement i_op->atomic_open()
|
13 years ago |
Jan Kara
|
dbd5768f87
vfs: Rename end_writeback() to clear_inode()
|
13 years ago |
Linus Torvalds
|
609eac1c15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
|
13 years ago |
Aneesh Kumar K.V
|
b605479306
fs/9p: We should not allocate a new inode when creating hardlines.
|
13 years ago |
Aneesh Kumar K.V
|
df345c674b
fs/9p: v9fs_stat2inode should update suid/sgid bits.
|
13 years ago |
Joe Perches
|
5d3851530d
9p: Reduce object size with CONFIG_NET_9P_DEBUG
|
13 years ago |
Al Viro
|
3eda0de677
9p: propagate umode_t
|
14 years ago |
Al Viro
|
c2837de73e
9p: don't bother with unixmode2p9mode() for link() and symlink()
|
14 years ago |
Al Viro
|
1a67aafb5f
switch ->mknod() to umode_t
|
14 years ago |
Al Viro
|
4acdaf27eb
switch ->create() to umode_t
|
14 years ago |
Al Viro
|
18bb1db3e7
switch vfs_mkdir() and ->mkdir() to umode_t
|
14 years ago |
Al Viro
|
6b520e0565
vfs: fix the stupidity with i_dentry in inode destructors
|
13 years ago |
Miklos Szeredi
|
bfe8684869
filesystems: add set_nlink()
|
13 years ago |
Aneesh Kumar K.V
|
464f5ecf00
fs/9p: inode file operation is properly initialized init_special_inode
|
14 years ago |
Aneesh Kumar K.V
|
73f507171c
fs/9p: Always ask new inode in lookup for cache mode disabled
|
14 years ago |
Aneesh Kumar K.V
|
f88657ce3f
fs/9p: Add OS dependent open flags in 9p protocol
|
14 years ago |