Al Viro
|
ba57ea64cb
allow O_TMPFILE to work with O_WRONLY
|
12 years ago |
Al Viro
|
bb458c644a
Safer ABI for O_TMPFILE
|
12 years ago |
Al Viro
|
60545d0d46
[O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now...
|
12 years ago |
Al Viro
|
f9652e10c1
allow build_open_flags() to return an error
|
12 years ago |
Al Viro
|
2cf0966683
make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protect
|
12 years ago |
Al Viro
|
4a0fd5bf0f
teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long long
|
12 years ago |
Linus Torvalds
|
56a79b7b02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Linus Torvalds
|
14cc0b55b7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal
|
12 years ago |
Al Viro
|
dd37978c50
cache the value of file_inode() in struct file
|
12 years ago |
Al Viro
|
21d206819a
get_empty_filp()/alloc_file() leave both ->f_pos and ->f_version zero
|
12 years ago |
Al Viro
|
3f6d078d4a
fix compat truncate/ftruncate
|
12 years ago |
Al Viro
|
1afc99beaf
propagate error from get_empty_filp() to its callers
|
12 years ago |
Al Viro
|
496ad9aa8e
new helper: file_inode(file)
|
12 years ago |
Jeff Layton
|
99a5df37a0
vfs: make fchownat retry once on ESTALE errors
|
12 years ago |
Jeff Layton
|
14ff690c0f
vfs: make fchmodat retry once on ESTALE errors
|
12 years ago |
Jeff Layton
|
2771261ec5
vfs: have chroot retry once on ESTALE error
|
12 years ago |
Jeff Layton
|
0291c0a551
vfs: have chdir retry lookup and call once on ESTALE error
|
12 years ago |
Jeff Layton
|
87fa55952b
vfs: have faccessat retry once on an ESTALE error
|
12 years ago |
Jeff Layton
|
48f7530d3f
vfs: have do_sys_truncate retry once on an ESTALE error
|
12 years ago |
David Howells
|
a02de96085
VFS: Make more complete truncate operation available to CacheFiles
|
12 years ago |
Eric W. Biederman
|
a85fb273c9
vfs: Allow chroot if you have CAP_SYS_CHROOT in your user namespace
|
13 years ago |
Jeff Layton
|
669abf4e55
vfs: make path_openat take a struct filename pointer
|
12 years ago |
Jeff Layton
|
91a27b2a75
vfs: define struct filename and have getname() return it
|
12 years ago |
Jeff Layton
|
bfcec70874
audit: set the name_len in audit_inode for parent lookups
|
12 years ago |
Linus Torvalds
|
aab174f0df
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
Linus Torvalds
|
437589a74b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
12 years ago |
Al Viro
|
2903ff019b
switch simple cases of fget_light to fdget
|
13 years ago |
Al Viro
|
d6483b7a78
switch fchmod(2) to fget_light()
|
13 years ago |
Al Viro
|
6b48c5b207
switch fallocate(2) to fget_light()
|
13 years ago |
Al Viro
|
bf2965d5b5
switch ftruncate(2) to fget_light
|
13 years ago |