linux/fs/gfs2
Al Viro 73a09dd943 introduce FMODE_CREATED and switch to it
Parallel to FILE_CREATED, goes into ->f_mode instead of *opened.
NFS is a bit of a wart here - it doesn't have file at the point
where FILE_CREATED used to be set, so we need to propagate it
there (for now).  IMA is another one (here and everywhere)...

Note that this needs do_dentry_open() to leave old bits in ->f_mode
alone - we want it to preserve FMODE_CREATED if it had been already
set (no other bit can be there).

Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
2018-07-12 10:04:18 -04:00
..
Kconfig
Makefile
acl.c
acl.h
aops.c gfs2: Remove ordered write mode handling from gfs2_trans_add_data 2018-06-04 07:50:16 -05:00
bmap.c Changes for 4.18: 2018-06-05 13:24:20 -07:00
bmap.h gfs2: Iomap cleanups and improvements 2018-06-04 07:56:51 -05:00
dentry.c
dir.c vfs/y2038: inode timestamps conversion to timespec64 2018-06-15 07:31:07 +09:00
dir.h
export.c
file.c gfs2: Iomap cleanups and improvements 2018-06-04 07:56:51 -05:00
gfs2.h
glock.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
glock.h
glops.c vfs: change inode times to use struct timespec64 2018-06-05 16:57:31 -07:00
glops.h
incore.h GFS2: gfs2_free_extlen can return an extent that is too long 2018-06-04 07:33:42 -05:00
inode.c introduce FMODE_CREATED and switch to it 2018-07-12 10:04:18 -04:00
inode.h
lock_dlm.c
log.c
log.h gfs2: Remove ordered write mode handling from gfs2_trans_add_data 2018-06-04 07:50:16 -05:00
lops.c
lops.h
main.c
meta_io.c
meta_io.h
ops_fstype.c
quota.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
quota.h
recovery.c
recovery.h
rgrp.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
rgrp.h
super.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
super.h
sys.c
sys.h
trace_gfs2.h
trans.c gfs2: Remove ordered write mode handling from gfs2_trans_add_data 2018-06-04 07:50:16 -05:00
trans.h
util.c
util.h
xattr.c
xattr.h