summaryrefslogtreecommitdiffstats
path: root/fs/ceph/acl.c
Commit message (Expand)AuthorAgeFilesLines
* ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng2019-07-081-15/+7Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173Thomas Gleixner2019-05-301-14/+1Star
* libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-221-2/+1Star
* ceph: check snap first in ceph_set_acl()Chengguang Xu2018-10-221-5/+5
* ceph: return errors from posix_acl_equiv_mode() correctlyChengguang Xu2018-08-021-3/+3
* ceph: restore ctime as well in the case of restoring old modeChengguang Xu2018-08-021-2/+4
* ceph: add retry logic for error -ERANGE in ceph_get_acl()Chengguang Xu2018-08-021-3/+15
* ceph: unify inode i_ctime updateYan, Zheng2017-06-141-0/+1
* ceph: Propagate dentry down to inode_change_ok()Jan Kara2016-09-221-0/+5
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-4/+2Star
* ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher2016-04-231-9/+5Star
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-0/+2
* posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-071-8/+8
* ceph: switch some GFP_NOFS memory allocation to GFP_KERNELYan, Zheng2015-06-251-2/+2
* ceph: acl: Remove unused functionRickard Strandqvist2015-02-191-14/+0Star
* ceph: include the initial ACL in create/mkdir/mknod MDS requestsYan, Zheng2014-10-141-26/+99
* ceph: properly apply umask when ACL is enabledYan, Zheng2014-07-081-2/+12
* ceph: remove useless ACL checkZhang Zhen2014-06-061-6/+0Star
* ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao2014-02-171-5/+0Star
* ceph: fix ceph_set_acl()Yan, Zheng2014-02-171-5/+1Star
* ceph: fix missing dput in ceph_set_aclSage Weil2014-01-311-3/+6
* ceph: simplify ceph_{get,init}_aclChristoph Hellwig2014-01-311-40/+16Star
* ceph: fix posix ACL hooksSage Weil2014-01-301-5/+4Star
* ceph: Fix up after semantic merge conflictLinus Torvalds2014-01-291-102/+1Star
* ceph: add acl for cephfsGuangliang Zhao2013-12-311-0/+332