linux_dsm_epyc7002/fs/ceph
Luis Henriques ef9157259f ceph: fix snapshot directory timestamps
The .snap directory timestamps are kept at 0 (1970-01-01 00:00), which
isn't consistent with what the fuse client does.  This patch makes the
behaviour consistent, by setting these timestamps (atime, btime, ctime,
mtime) to those of the parent directory.

Cc: Marc Roos <M.Roos@f1-outsourcing.eu>
Signed-off-by: Luis Henriques <lhenriques@suse.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Ilya Dryomov <idryomov@gmail.com>
2020-03-30 12:42:43 +02:00
..
acl.c
addr.c ceph: switch to page_mkwrite_check_truncate in ceph_page_mkwrite 2020-03-30 12:42:41 +02:00
cache.c ceph: replace zero-length array with flexible-array member 2020-03-30 12:42:40 +02:00
cache.h
caps.c ceph: wait for async creating inode before requesting new max size 2020-03-30 12:42:43 +02:00
ceph_frag.c
debugfs.c libceph: drop CEPH_DEFINE_SHOW_FUNC 2020-03-30 12:42:40 +02:00
dir.c ceph: consider inode's last read/write when calculating wanted caps 2020-03-30 12:42:42 +02:00
export.c ceph: return ceph_mdsc_do_request() errors from __get_parent() 2020-03-30 12:42:42 +02:00
file.c ceph: simplify calling of ceph_get_fmode() 2020-03-30 12:42:42 +02:00
inode.c ceph: fix snapshot directory timestamps 2020-03-30 12:42:43 +02:00
io.c
io.h
ioctl.c ceph: consider inode's last read/write when calculating wanted caps 2020-03-30 12:42:42 +02:00
ioctl.h
Kconfig
locks.c ceph: check if file lock exists before sending unlock request 2020-03-30 12:42:40 +02:00
Makefile
mds_client.c ceph: consider inode's last read/write when calculating wanted caps 2020-03-30 12:42:42 +02:00
mds_client.h ceph: add new MDS req field to hold delegated inode number 2020-03-30 12:42:42 +02:00
mdsmap.c
quota.c
snap.c ceph: fix memory leak in ceph_cleanup_snapid_map() 2020-03-23 13:07:08 +01:00
strings.c
super.c ceph: perform asynchronous unlink if we have sufficient caps 2020-03-30 12:42:42 +02:00
super.h ceph: simplify calling of ceph_get_fmode() 2020-03-30 12:42:42 +02:00
util.c
xattr.c