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
|
f766619db2
fs/9p: iattr_valid flags are kernel internal flags map them to 9p values.
|
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
|
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 |
Miklos Szeredi
|
bfe8684869
filesystems: add set_nlink()
|
13 years ago |
Aneesh Kumar K.V
|
f88657ce3f
fs/9p: Add OS dependent open flags in 9p protocol
|
14 years ago |
Aneesh Kumar K.V
|
45089142b1
fs/9p: Don't update file type when updating file attributes
|
14 years ago |
Aneesh Kumar K.V
|
5441ae5eb3
fs/9p: Add fid before dentry instantiation
|
14 years ago |
Al Viro
|
d3fb612076
switch posix_acl_create() to umode_t *
|
14 years ago |
Linus Torvalds
|
0003230e82
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
|
14 years ago |
Christoph Hellwig
|
4e34e719e4
fs: take the ACL checks to common code
|
14 years ago |
Al Viro
|
1ec95bf34d
9p: close ACL leaks
|
14 years ago |
Aneesh Kumar K.V
|
ed80fcfac2
fs/9p: Always ask new inode in create
|
14 years ago |
Aneesh Kumar K.V
|
fd2421f544
fs/9p: When doing inode lookup compare qid details and inode mode bits.
|
14 years ago |
Al Viro
|
dd7dd556e4
no need to check for LOOKUP_OPEN in ->create() instances
|
14 years ago |
Al Viro
|
8a5e929dd2
don't transliterate lower bits of ->intent.open.flags to FMODE_...
|
14 years ago |
Aneesh Kumar K.V
|
398c4f0efb
fs/9p: Don't clunk dentry fid when we fail to get a writeback inode
|
14 years ago |
Aneesh Kumar K.V
|
936bb2d703
fs/9p: Fix error reported by coccicheck
|
14 years ago |
Aneesh Kumar K.V
|
42869c8ada
fs/9p: Add v9fs_dentry2v9ses
|
14 years ago |
Aneesh Kumar K.V
|
7add697a3d
fs/9p: Attach writeback_fid on first open with WR flag
|
14 years ago |
Aneesh Kumar K.V
|
059c138bc7
fs/9p: Use truncate_setsize instead of vmtruncate
|
14 years ago |
Aneesh Kumar K.V
|
5a7e0a8cf5
fs/9p: Fix race in initializing writeback fid
|
14 years ago |
Aneesh Kumar K.V
|
3dc5436aa5
fs/9p: Writeback dirty data before setattr
|
14 years ago |
Aneesh Kumar K.V
|
f10fc50f1a
fs/9p: call vmtruncate before setattr 9p opeation
|
14 years ago |
Aneesh Kumar K.V
|
c06c066a08
fs/9p: Properly update inode attributes on link
|
14 years ago |
Aneesh Kumar K.V
|
d28c61f0e0
fs/9p: Mark directory inode invalid for many directory inode operations
|
14 years ago |
Aneesh Kumar K.V
|
3bc86de317
fs/9p: mark inode attribute invalid on rename, unlink and setattr
|
14 years ago |