Al Viro
|
bb458c644a
Safer ABI for O_TMPFILE
|
12 years ago |
Linus Torvalds
|
da53be12bb
Don't pass inode to ->d_hash() and ->d_compare()
|
12 years ago |
Al Viro
|
f4e0c30c19
allow the temp files created by open() to be linked to
|
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
|
bc77daa783
do_last(): fix missing checks for LAST_BIND case
|
12 years ago |
Al Viro
|
0525290119
use can_lookup() instead of direct checks of ->i_op->lookup
|
12 years ago |
Linus Torvalds
|
c4cc75c332
Merge git://git.infradead.org/users/eparis/audit
|
12 years ago |
Jeff Layton
|
33e2208acf
audit: vfs: fix audit_inode call in O_CREAT case of do_last
|
12 years ago |
Linus Torvalds
|
7b54c165a0
vfs: don't BUG_ON() if following a /proc fd pseudo-symlink results in a symlink
|
12 years ago |
Al Viro
|
dcf787f391
constify path_get/path_put and fs_struct.c stuff
|
12 years ago |
Jeff Layton
|
ecf3d1f1aa
vfs: kill FS_REVAL_DOT by adding a d_weak_revalidate dentry op
|
12 years ago |
Al Viro
|
cc2a527115
lookup_slow: get rid of name argument
|
12 years ago |
Al Viro
|
e97cdc87be
lookup_fast: get rid of name argument
|
12 years ago |
Al Viro
|
21b9b07392
get rid of name and type arguments of walk_component()
|
12 years ago |
Al Viro
|
5f4a6a6950
link_path_walk(): move assignments to nd->last/nd->last_type up
|
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
|
c6a9428401
vfs: fix renameat to retry on ESTALE errors
|
12 years ago |
Jeff Layton
|
5d18f8133c
vfs: make do_unlinkat retry once on ESTALE errors
|
12 years ago |
Jeff Layton
|
c6ee920698
vfs: make do_rmdir retry once on ESTALE errors
|
12 years ago |
Jeff Layton
|
9e790bd65c
vfs: add a flags argument to user_path_parent
|
12 years ago |
Jeff Layton
|
442e31ca5a
vfs: fix linkat to retry once on ESTALE errors
|
12 years ago |
Jeff Layton
|
f46d3567b2
vfs: fix symlinkat to retry on ESTALE errors
|
12 years ago |
Jeff Layton
|
b76d8b8226
vfs: fix mkdirat to retry once on an ESTALE error
|
12 years ago |
Jeff Layton
|
972567f14c
vfs: fix mknodat to retry on ESTALE errors
|
12 years ago |
Jeff Layton
|
1ac12b4b6d
vfs: turn is_dir argument to kern_path_create into a lookup_flags arg
|
12 years ago |
Jeff Layton
|
39e3c9553f
vfs: remove DCACHE_NEED_LOOKUP
|
12 years ago |
Al Viro
|
741b7c3f77
path_init(): make -ENOTDIR failure exits consistent
|
12 years ago |
Jeff Layton
|
582aa64a04
vfs: remove unneeded permission check from path_init
|
12 years ago |