summaryrefslogtreecommitdiffstats
path: root/fs/ceph/acl.c
AgeCommit message (Expand)AuthorLines
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi-1/+4
2021-01-24fs: make helpers idmap mount awareChristian Brauner-1/+2
2021-01-24acl: handle idmapped mountsChristian Brauner-1/+2
2020-06-01ceph: add caps perf metric for each superblockXiubo Li-1/+1
2020-01-27ceph: remove unnecessary assignment in ceph_pre_init_acls()Chengguang Xu-2/+2
2019-07-08ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng-15/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173Thomas Gleixner-14/+1
2018-10-22libceph: introduce ceph_pagelist_alloc()Ilya Dryomov-2/+1
2018-10-22ceph: check snap first in ceph_set_acl()Chengguang Xu-5/+5
2018-08-02ceph: return errors from posix_acl_equiv_mode() correctlyChengguang Xu-3/+3
2018-08-02ceph: restore ctime as well in the case of restoring old modeChengguang Xu-2/+4
2018-08-02ceph: add retry logic for error -ERANGE in ceph_get_acl()Chengguang Xu-3/+15
2017-06-14ceph: unify inode i_ctime updateYan, Zheng-0/+1
2016-09-22ceph: Propagate dentry down to inode_change_ok()Jan Kara-0/+5
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara-4/+2
2016-04-23ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher-9/+5
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher-0/+2
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher-8/+8
2015-06-25ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng-2/+2
2015-02-19ceph: acl: Remove unused functionRickard Strandqvist-14/+0
2014-10-14ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng-26/+99
2014-07-08ceph: properly apply umask when ACL is enabledYan, Zheng-2/+12
2014-06-06ceph: remove useless ACL checkZhang Zhen-6/+0
2014-02-17ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao-5/+0
2014-02-17ceph: fix ceph_set_acl()Yan, Zheng-5/+1
2014-01-31ceph: fix missing dput in ceph_set_aclSage Weil-3/+6
2014-01-30ceph: simplify ceph_{get,init}_aclChristoph Hellwig-40/+16
2014-01-29ceph: fix posix ACL hooksSage Weil-5/+4
2014-01-28ceph: Fix up after semantic merge conflictLinus Torvalds-102/+1
2013-12-31ceph: add acl for cephfsGuangliang Zhao-0/+332