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
..
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_frag.c
debugfs.c
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
ioctl.h
Kconfig
locks.c
Makefile
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
snap.c
strings.c
super.c
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