aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_acl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-11-28xfs: move most of xfs_sb.h to xfs_format.hChristoph Hellwig1-1/+0
2014-11-28xfs: merge xfs_ag.h into xfs_format.hChristoph Hellwig1-1/+0
2014-06-25xfs: global error sign conversionDave Chinner1-4/+4
2014-02-07xfs: return -E2BIG if hit the maximum size limits of ACLsJie Liu1-1/+1
2014-01-25xfs: use generic posix ACL infrastructureChristoph Hellwig1-143/+8
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-2/+2
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2013-10-23xfs: decouple inode and bmap btree header filesDave Chinner1-4/+4
2013-09-10xfs: factor all the kmalloc-or-vmalloc fallback allocationsDave Chinner1-20/+8
2013-09-10xfs: fix memory allocation failures with ACLsDave Chinner1-10/+22
2013-08-15xfs: convert kuid_t to/from uid_t in ACLsDwight Engen1-4/+16
2013-08-12xfs: make struct xfs_perag kernel onlyDave Chinner1-0/+1
2013-08-12xfs: kill xfs_vnodeops.[ch]Dave Chinner1-1/+0
2013-08-12xfs: split out transaction reservation codeDave Chinner1-0/+1
2013-08-12xfs: split out inode log item format definitionDave Chinner1-0/+1
2013-06-06xfs: increase number of ACL entries for V5 superblocksDave Chinner1-13/+18
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-2/+2
2011-12-16xfs: fix acl count validation in xfs_acl_from_disk()Xi Wang1-1/+1
2011-11-28xfs: validate acl countChristoph Hellwig1-0/+2
2011-08-12xfs: remove subdirectoriesChristoph Hellwig1-0/+420
2009-06-10xfs: use generic Posix ACL codeChristoph Hellwig1-874/+0
2008-10-31CRED: Wrap task credential accesses in the XFS filesystemDavid Howells1-3/+3
2008-10-30[XFS] kill sys_credChristoph Hellwig1-1/+1
2008-08-13[XFS] kill bhv_vnode_tChristoph Hellwig1-15/+15
2008-08-13[XFS] remove spurious VN_HOLD/VN_RELE calls from xfs_acl.cChristoph Hellwig1-6/+0
2008-08-13[XFS] XFS: Kill xfs_vtoi()David Chinner1-8/+8
2008-07-28[XFS] Now that xfs_setattr is only used for attributes set from ->setattrChristoph Hellwig1-9/+9
2008-07-28[XFS] Switches xfs_vn_listxattr to set it's put_listent callback directlyChristoph Hellwig1-2/+1
2008-04-29[XFS] Cleanup xfs_attr a bit with xfs_name and remove credBarry Naujok1-3/+4
2008-04-29[XFS] kill xfs_getattrChristoph Hellwig1-33/+7
2008-04-29[XFS] Remove VN_IS* macros and related cruft.Christoph Hellwig1-3/+3
2008-04-18[XFS] Catch errors from xfs_acl_vremove().David Chinner1-1/+1
2008-04-18[XFS] Catch errors from xfs_acl_setmode().David Chinner1-5/+9
2008-02-07[XFS] use generic_permissionChristoph Hellwig1-28/+2
2007-10-16[XFS] simplify xfs_create/mknod/symlink prototypeChristoph Hellwig1-2/+2
2007-10-16[XFS] kill struct bhv_vnodeChristoph Hellwig1-2/+2
2007-10-16[XFS] kill v_vfsp member from struct bhv_vnodeChristoph Hellwig1-2/+3
2007-10-16[XFS] call common xfs vnode-level helpers directly and remove vnode operationsChristoph Hellwig1-10/+14
2007-02-10[XFS] Remove unused header files for MAC and CAP checking functionality.Eric Sandeen1-1/+0
2006-06-20[XFS] Remove version 1 directory code. Never functioned on Linux, justNathan Scott1-2/+0
2006-06-09[XFS] Resolve a namespace collision on remaining vtypes for FreeBSDNathan Scott1-5/+5
2006-06-09[XFS] Resolve a namespace collision on vnode/vnodeops for FreeBSD porters.Nathan Scott1-30/+29
2006-03-29[XFS] We really suck at spulling. Thanks to Chris Pascoe for fixing allNathan Scott1-1/+1
2006-01-11[PATCH] capable/capability.h (fs/)Randy Dunlap1-0/+1
2005-11-02[XFS] silence gcc4 warnings. the directory ones are wrong because ofChristoph Hellwig1-0/+1
2005-11-02[XFS] Update license/copyright notices to match the prefered SGINathan Scott1-25/+11
2005-11-02[XFS] Remove xfs_macros.c, xfs_macros.h, rework headers a whole lot.Nathan Scott1-5/+7
2005-11-02[XFS] Fix up an internal sort function name collision issue.Nathan Scott1-3/+3
2005-09-02[XFS] remove struct vnode::v_typeChristoph Hellwig1-3/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+937