Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
Miklos Szeredi
|
fd4a0edf2a
vfs: replace calling i_op->readlink with vfs_readlink()
|
8 years ago |
Yaowei Bai
|
4c416f42ee
fs/stat.c: drop the last new_valid_dev check
|
9 years ago |
Yaowei Bai
|
28f65708a5
fs/stat.c: remove unnecessary new_valid_dev() check
|
9 years ago |
David Howells
|
bb668734c4
VFS: assorted d_backing_inode() annotations
|
10 years ago |
Al Viro
|
3f7036a071
switch security_inode_getattr() to struct path *
|
10 years ago |
J. Bruce Fields
|
b7a6ec52dd
vfs: split out vfs_getattr_nosec
|
12 years ago |
Jan Kara
|
1c8924eb10
quota: provide interface for readding allocated space into reserved space
|
12 years ago |
Al Viro
|
3dadecce20
switch vfs_getattr() to struct path
|
12 years ago |
Jeff Layton
|
7955119e02
vfs: fix readlinkat to retry on ESTALE
|
12 years ago |
Jeff Layton
|
836fb7e7b9
vfs: make fstatat retry on ESTALE errors from getattr call
|
12 years ago |
Linus Torvalds
|
aab174f0df
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
13 years ago |
Linus Torvalds
|
81f56e5375
Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64
|
13 years ago |
Al Viro
|
2903ff019b
switch simple cases of fget_light to fdget
|
13 years ago |
Linus Torvalds
|
55815f7014
vfs: make O_PATH file descriptors usable for 'fstat()'
|
13 years ago |
Catalin Marinas
|
0753f70f07
fs: Build sys_stat64() and friends if __ARCH_WANT_COMPAT_STAT64
|
13 years ago |
Linus Torvalds
|
644473e9c6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
13 years ago |
Linus Torvalds
|
7e5cb5e151
Merge branch 'vfs-cleanups' (random vfs cleanups)
|
13 years ago |
Eric W. Biederman
|
a7c1938e22
userns: Convert stat to return values mapped from kuids and kgids
|
13 years ago |
Linus Torvalds
|
8529f613b6
vfs: don't force a big memset of stat data just to clear padding fields
|
13 years ago |
Linus Torvalds
|
a52dd971f9
vfs: de-crapify "cp_new_stat()" function
|
13 years ago |
Linus Torvalds
|
e994defb7b
VFS: make vfs_fstat() use f[get|put]_light()
|
13 years ago |
Linus Torvalds
|
11bcb32848
Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
|
13 years ago |
Al Viro
|
68ac1234fb
switch touch_atime to struct path
|
13 years ago |
Paul Gortmaker
|
630d9c4727
fs: reduce the use of module.h wherever possible
|
13 years ago |
Andy Whitcroft
|
1fa1e7f615
readlinkat: ensure we return ENOENT for the empty pathname for normal lookups
|
13 years ago |
Linus Torvalds
|
b6c8069d35
vfs: remove LOOKUP_NO_AUTOMOUNT flag
|
14 years ago |
Linus Torvalds
|
3ddcd0569c
vfs: optimize inode cache access patterns
|
14 years ago |
Al Viro
|
65cfc67223
readlinkat(), fchownat() and fstatat() with empty relative pathnames
|
14 years ago |
David Howells
|
6f45b65672
Add an AT_NO_AUTOMOUNT flag to suppress terminal automount
|
14 years ago |