Eric Paris
|
4043cde8ec
audit: do not call audit_getname on error
|
13 years ago |
Al Viro
|
ece2ccb668
Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into Z
|
13 years ago |
Al Viro
|
a73324da7a
vfs: move mnt_mountpoint to struct mount
|
13 years ago |
Al Viro
|
0714a53380
vfs: now it can be done - make mnt_parent point to struct mount
|
13 years ago |
Al Viro
|
3376f34fff
vfs: mnt_parent moved to struct mount
|
13 years ago |
Al Viro
|
c71053659e
vfs: spread struct mount - __lookup_mnt() result
|
13 years ago |
Al Viro
|
a218d0fdc5
switch open and mkdir syscalls to umode_t
|
13 years ago |
Al Viro
|
f69aac0006
switch may_mknod() to 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 |
Al Viro
|
8208a22bb8
switch sys_mknodat(2) to umode_t
|
14 years ago |
Al Viro
|
a3fbbde70a
VFS: we need to set LOOKUP_JUMPED on mountpoint crossing
|
13 years ago |
Andy Whitcroft
|
1fa1e7f615
readlinkat: ensure we return ENOENT for the empty pathname for normal lookups
|
13 years ago |
J. Bruce Fields
|
f3c7691e8d
leases: fix write-open/read-lease race
|
13 years ago |
Andreas Gruenbacher
|
948409c74d
vfs: add a comment to inode_permission()
|
13 years ago |
Andreas Gruenbacher
|
d124b60a83
vfs: pass all mask flags check_acl and posix_acl_permission
|
13 years ago |
Andreas Gruenbacher
|
8fd90c8d1d
vfs: indicate that the permission functions take all the MAY_* flags
|
13 years ago |
Linus Torvalds
|
b6c8069d35
vfs: remove LOOKUP_NO_AUTOMOUNT flag
|
13 years ago |
Linus Torvalds
|
d94c177bee
vfs pathname lookup: Add LOOKUP_AUTOMOUNT flag
|
13 years ago |
Al Viro
|
1d2ef59014
restore pinning the victim dentry in vfs_rmdir()/vfs_rename_dir()
|
13 years ago |
Miklos Szeredi
|
0ec26fd069
vfs: automount should ignore LOOKUP_FOLLOW
|
14 years ago |
Linus Torvalds
|
7813b94a54
vfs: rename 'do_follow_link' to 'should_follow_link'
|
14 years ago |
Ari Savolainen
|
206b1d09a5
Fix POSIX ACL permission check
|
14 years ago |
Linus Torvalds
|
3ddcd0569c
vfs: optimize inode cache access patterns
|
14 years ago |
Al Viro
|
3567866bf2
RCUify freeing acls, let check_acl() go ahead in RCU mode if acl is cached
|
14 years ago |
David Howells
|
5a30d8a2b8
VFS: Fix automount for negative autofs dentries
|
14 years ago |
Linus Torvalds
|
84635d68be
vfs: fix check_acl compile error when CONFIG_FS_POSIX_ACL is not set
|
14 years ago |
Linus Torvalds
|
14067ff536
vfs: make gcc generate more obvious code for acl permission checking
|
14 years ago |
Christoph Hellwig
|
4e34e719e4
fs: take the ACL checks to common code
|
14 years ago |