aboutsummaryrefslogtreecommitdiff
path: root/fs/xfs/xfs_acl.c
AgeCommit message (Expand)AuthorFilesLines
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
2011-12-16xfs: fix acl count validation in xfs_acl_from_disk()Gravatar Xi Wang 1-1/+1
2011-11-28xfs: validate acl countGravatar Christoph Hellwig 1-0/+2
2011-08-12xfs: remove subdirectoriesGravatar Christoph Hellwig 1-0/+420
2009-06-10xfs: use generic Posix ACL codeGravatar Christoph Hellwig 1-874/+0
2008-10-31CRED: Wrap task credential accesses in the XFS filesystemGravatar David Howells 1-3/+3
2008-10-30[XFS] kill sys_credGravatar Christoph Hellwig 1-1/+1
2008-08-13[XFS] kill bhv_vnode_tGravatar Christoph Hellwig 1-15/+15
2008-08-13[XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.cGravatar Christoph Hellwig 1-6/+0
2008-08-13[XFS] XFS: Kill xfs_vtoi()Gravatar David Chinner 1-8/+8
2008-07-28[XFS] Now that xfs_setattr is only used for attributes set from ->setattrGravatar Christoph Hellwig 1-9/+9
2008-07-28[XFS] Switches xfs_vn_listxattr to set it's put_listent callback directlyGravatar Christoph Hellwig 1-2/+1
2008-04-29[XFS] Cleanup xfs_attr a bit with xfs_name and remove credGravatar Barry Naujok 1-3/+4
2008-04-29[XFS] kill xfs_getattrGravatar Christoph Hellwig 1-33/+7
2008-04-29[XFS] Remove VN_IS* macros and related cruft.Gravatar Christoph Hellwig 1-3/+3
2008-04-18[XFS] Catch errors from xfs_acl_vremove().Gravatar David Chinner 1-1/+1
2008-04-18[XFS] Catch errors from xfs_acl_setmode().Gravatar David Chinner 1-5/+9
2008-02-07[XFS] use generic_permissionGravatar Christoph Hellwig 1-28/+2
2007-10-16[XFS] simplify xfs_create/mknod/symlink prototypeGravatar Christoph Hellwig 1-2/+2
2007-10-16[XFS] kill struct bhv_vnodeGravatar Christoph Hellwig 1-2/+2
2007-10-16[XFS] kill v_vfsp member from struct bhv_vnodeGravatar Christoph Hellwig 1-2/+3
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsGravatar Christoph Hellwig 1-10/+14
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Gravatar Eric Sandeen 1-1/+0
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justGravatar Nathan Scott 1-2/+0
2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDGravatar Nathan Scott 1-5/+5
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Gravatar Nathan Scott 1-30/+29
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allGravatar Nathan Scott 1-1/+1