linux/fs/ceph
Yan, Zheng b1ee94aa59 ceph: include the initial ACL in create/mkdir/mknod MDS requests
Current code set new file/directory's initial ACL in a non-atomic
manner.
Client first sends request to MDS to create new file/directory, then set
the initial ACL after the new file/directory is successfully created.

The fix is include the initial ACL in create/mkdir/mknod MDS requests.
So MDS can handle creating file/directory and setting the initial ACL in
one request.

Signed-off-by: Yan, Zheng <zyan@redhat.com>
Reviewed-by: Sage Weil <sage@redhat.com>
2014-10-14 12:56:49 -07:00
..
Kconfig
Makefile
acl.c ceph: include the initial ACL in create/mkdir/mknod MDS requests 2014-10-14 12:56:49 -07:00
addr.c ceph: remove redundant code for max file size verification 2014-10-14 21:03:40 +04:00
cache.c
cache.h
caps.c ceph: move ceph_find_inode() outside the s_mutex 2014-10-14 21:03:39 +04:00
ceph_frag.c
debugfs.c fs/ceph/debugfs.c: replace seq_printf by seq_puts 2014-06-06 16:08:06 -07:00
dir.c ceph: include the initial ACL in create/mkdir/mknod MDS requests 2014-10-14 12:56:49 -07:00
export.c
file.c ceph: include the initial ACL in create/mkdir/mknod MDS requests 2014-10-14 12:56:49 -07:00
inode.c ceph: remove redundant code for max file size verification 2014-10-14 21:03:40 +04:00
ioctl.c ceph: request xattrs if xattr_version is zero 2014-10-14 21:03:38 +04:00
ioctl.h
locks.c
mds_client.c ceph: use pagelist to present MDS request data 2014-10-14 12:56:49 -07:00
mds_client.h ceph: use pagelist to present MDS request data 2014-10-14 12:56:49 -07:00
mdsmap.c fs/ceph: replace pr_warning by pr_warn 2014-06-06 16:08:06 -07:00
snap.c
strings.c
super.c dcache: d_obtain_alias callers don't all want DISCONNECTED 2014-08-07 14:40:10 -04:00
super.h ceph: include the initial ACL in create/mkdir/mknod MDS requests 2014-10-14 12:56:49 -07:00
xattr.c ceph: use pagelist to present MDS request data 2014-10-14 12:56:49 -07:00