summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_acl.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-1/+4
|\
| * vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+4
* | xfs: convert mount flags to featuresDave Chinner2021-08-191-1/+1
|/
* xfs: support idmapped mountsChristoph Hellwig2021-01-241-2/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* acl: handle idmapped mountsChristian Brauner2021-01-241-1/+2
* xfs: open code updating i_mode in xfs_set_aclChristoph Hellwig2020-12-121-18/+22
* xfs: Remove kmem_zalloc_large()Carlos Maiolino2020-09-151-1/+1
* xfs: only allocate the buffer size actually needed in __xfs_set_aclChristoph Hellwig2020-03-021-6/+1
* xfs: clean up the attr flag confusionChristoph Hellwig2020-03-021-2/+2
* xfs: improve xfs_forget_aclChristoph Hellwig2020-03-021-0/+16
* xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVALChristoph Hellwig2020-03-021-10/+10
* xfs: pass an initialized xfs_da_args to xfs_attr_getChristoph Hellwig2020-03-021-19/+16
* xfs: pass an initialized xfs_da_args structure to xfs_attr_setChristoph Hellwig2020-03-021-15/+18
* xfs: merge xfs_attr_remove into xfs_attr_setChristoph Hellwig2020-03-021-21/+12
* xfs: remove the kuid/kgid conversion wrappersChristoph Hellwig2020-03-021-4/+8
* xfs: Remove all strlen in all xfs_attr_* functions for attr names.Allison Henderson2020-01-091-4/+7
* xfs: fix missing header includesDarrick J. Wong2019-11-071-1/+2
* xfs: always log corruption errorsDarrick J. Wong2019-11-041-3/+12
* xfs: allocate xattr buffer on demandDave Chinner2019-08-301-8/+4
* fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-261-2/+2
* xfs: remove unused header filesEric Sandeen2019-06-281-3/+0
* xfs: move xfs_ino_geometry to xfs_shared.hDarrick J. Wong2019-06-281-0/+1
* xfs: convert to SPDX license tagsDave Chinner2018-06-061-13/+1
* xfs: don't change inode mode if ACL update failsDave Chinner2017-10-111-6/+16
* xfs: Don't clear SGID when inheriting ACLsJan Kara2017-06-271-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-271-1/+1
* | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-9/+4
|/
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-14/+6
* xfs: Change how listxattr generates synthetic attributesAndreas Gruenbacher2015-12-061-23/+0
* xfs: Fix error path in xfs_get_aclAndreas Gruenbacher2015-11-101-0/+1
* xfs: Validate the length of on-disk ACLsAndreas Gruenbacher2015-11-031-5/+8
* xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig2014-11-281-1/+0
* xfs: global error sign conversionDave Chinner2014-06-251-4/+4
* xfs: return -E2BIG if hit the maximum size limits of ACLsJie Liu2014-02-071-1/+1
* xfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-143/+8
* fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-2/+2
* fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
* xfs: decouple inode and bmap btree header filesDave Chinner2013-10-231-4/+4
* xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner2013-09-101-20/+8
* xfs: fix memory allocation failures with ACLsDave Chinner2013-09-101-10/+22
* xfs: convert kuid_t to/from uid_t in ACLsDwight Engen2013-08-151-4/+16
* xfs: make struct xfs_perag kernel onlyDave Chinner2013-08-121-0/+1
* xfs: kill xfs_vnodeops.[ch]Dave Chinner2013-08-121-1/+0
* xfs: split out transaction reservation codeDave Chinner2013-08-121-0/+1
* xfs: split out inode log item format definitionDave Chinner2013-08-121-0/+1
* xfs: increase number of ACL entries for V5 superblocksDave Chinner2013-06-061-13/+18
* userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-2/+2