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