aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_acl.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+4
2021-08-19xfs: convert mount flags to featuresGravatar Dave Chinner 1-1/+1
2021-08-18vfs: add rcu argument to ->get_acl() callbackGravatar Miklos Szeredi 1-1/+4
2021-01-24xfs: support idmapped mountsGravatar Christoph Hellwig 1-2/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-1/+2
2020-12-12xfs: open code updating i_mode in xfs_set_aclGravatar Christoph Hellwig 1-18/+22
2020-09-15xfs: Remove kmem_zalloc_large()Gravatar Carlos Maiolino 1-1/+1
2020-03-02xfs: only allocate the buffer size actually needed in __xfs_set_aclGravatar Christoph Hellwig 1-6/+1
2020-03-02xfs: clean up the attr flag confusionGravatar Christoph Hellwig 1-2/+2
2020-03-02xfs: improve xfs_forget_aclGravatar Christoph Hellwig 1-0/+16
2020-03-02xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALGravatar Christoph Hellwig 1-10/+10
2020-03-02xfs: pass an initialized xfs_da_args to xfs_attr_getGravatar Christoph Hellwig 1-19/+16
2020-03-02xfs: pass an initialized xfs_da_args structure to xfs_attr_setGravatar Christoph Hellwig 1-15/+18
2020-03-02xfs: merge xfs_attr_remove into xfs_attr_setGravatar Christoph Hellwig 1-21/+12
2020-03-02xfs: remove the kuid/kgid conversion wrappersGravatar Christoph Hellwig 1-4/+8
2020-01-09xfs: Remove all strlen in all xfs_attr_* functions for attr names.Gravatar Allison Henderson 1-4/+7
2019-11-07xfs: fix missing header includesGravatar Darrick J. Wong 1-1/+2
2019-11-04xfs: always log corruption errorsGravatar Darrick J. Wong 1-3/+12
2019-08-30xfs: allocate xattr buffer on demandGravatar Dave Chinner 1-8/+4
2019-08-26fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Gravatar Tetsuo Handa 1-2/+2
2019-06-28xfs: remove unused header filesGravatar Eric Sandeen 1-3/+0
2019-06-28xfs: move xfs_ino_geometry to xfs_shared.hGravatar Darrick J. Wong 1-0/+1
2018-06-06xfs: convert to SPDX license tagsGravatar Dave Chinner 1-13/+1
2017-10-11xfs: don't change inode mode if ACL update failsGravatar Dave Chinner 1-6/+16
2017-06-27xfs: Don't clear SGID when inheriting ACLsGravatar Jan Kara 1-3/+3
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-09-27fs: Replace current_fs_time() with current_time()Gravatar Deepa Dinamani 1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsGravatar Jan Kara 1-9/+4
2016-03-31posix_acl: Inode acl caching fixesGravatar Andreas Gruenbacher 1-14/+6
2015-12-06xfs: Change how listxattr generates synthetic attributesGravatar Andreas Gruenbacher 1-23/+0
2015-11-10xfs: Fix error path in xfs_get_aclGravatar Andreas Gruenbacher 1-0/+1
2015-11-03xfs: Validate the length of on-disk ACLsGravatar Andreas Gruenbacher 1-5/+8
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hGravatar Christoph Hellwig 1-1/+0
2014-06-25xfs: global error sign conversionGravatar Dave Chinner 1-4/+4
2014-02-07xfs: return -E2BIG if hit the maximum size limits of ACLsGravatar Jie Liu 1-1/+1
2014-01-25xfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-143/+8
2014-01-25fs: make posix_acl_create more usefulGravatar Christoph Hellwig 1-2/+2
2014-01-25fs: make posix_acl_chmod more usefulGravatar Christoph Hellwig 1-1/+1
2013-10-23xfs: decouple inode and bmap btree header filesGravatar Dave Chinner 1-4/+4
2013-09-10xfs: factor all the kmalloc-or-vmalloc fallback allocationsGravatar Dave Chinner 1-20/+8
2013-09-10xfs: fix memory allocation failures with ACLsGravatar Dave Chinner 1-10/+22
2013-08-15xfs: convert kuid_t to/from uid_t in ACLsGravatar Dwight Engen 1-4/+16
2013-08-12xfs: make struct xfs_perag kernel onlyGravatar Dave Chinner 1-0/+1
2013-08-12xfs: kill xfs_vnodeops.[ch]Gravatar Dave Chinner 1-1/+0
2013-08-12xfs: split out transaction reservation codeGravatar Dave Chinner 1-0/+1
2013-08-12xfs: split out inode log item format definitionGravatar Dave Chinner 1-0/+1
2013-06-06xfs: increase number of ACL entries for V5 superblocksGravatar Dave Chinner 1-13/+18
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrGravatar Eric W. Biederman 1-2/+2