summaryrefslogtreecommitdiffstats
path: root/fs/ceph/acl.c
Commit message (Expand)AuthorAgeFilesLines
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* acl: handle idmapped mountsChristian Brauner2021-01-241-1/+2
* ceph: add caps perf metric for each superblockXiubo Li2020-06-011-1/+1
* ceph: remove unnecessary assignment in ceph_pre_init_acls()Chengguang Xu2020-01-271-2/+2
* ceph: rename struct ceph_acls_info to ceph_acl_sec_ctxYan, Zheng2019-07-081-15/+7
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 173Thomas Gleixner2019-05-301-14/+1
* libceph: introduce ceph_pagelist_alloc()Ilya Dryomov2018-10-221-2/+1
* 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/+2
* ceph: Get rid of d_find_alias in ceph_set_aclAndreas Gruenbacher2016-04-231-9/+5
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-0/+2
* posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-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/+0
* 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/+0
* ceph: make ceph_forget_all_cached_acls() static inlineGuangliang Zhao2014-02-171-5/+0
* ceph: fix ceph_set_acl()Yan, Zheng2014-02-171-5/+1
* ceph: fix missing dput in ceph_set_aclSage Weil2014-01-311-3/+6
* ceph: simplify ceph_{get,init}_aclChristoph Hellwig2014-01-301-40/+16
* ceph: fix posix ACL hooksSage Weil2014-01-291-5/+4
* ceph: Fix up after semantic merge conflictLinus Torvalds2014-01-281-102/+1
* ceph: add acl for cephfsGuangliang Zhao2013-12-311-0/+332