aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/acl.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+4
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24acl: handle idmapped mountsChristian Brauner1-1/+1
2020-03-27gfs2: Change inode qa_data to allow multiple usersBob Peterson1-2/+4
2020-03-27gfs2: eliminate gfs2_rsqa_alloc in favor of gfs2_qa_allocBob Peterson1-1/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398Thomas Gleixner1-4/+1
2018-07-24gfs2: using posix_acl_xattr_size instead of posix_acl_to_xattrChengguang Xu1-4/+2
2017-09-25gfs2: Always update inode ctime in set_aclAndreas Gruenbacher1-0/+1
2017-08-31gfs2: preserve i_mode if __gfs2_set_acl() failsErnesto A. Fernández1-5/+8
2017-07-19gfs2: Don't clear SGID when inheriting ACLsJan Kara1-13/+14
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-9/+3
2016-05-12gfs2: Switch to generic xattr handlersAl Viro1-11/+47
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-2/+2
2015-03-18GFS2: gfs2_set_acl(): Cache "no acl" as wellAndreas Gruenbacher1-5/+1
2015-02-10GFS2: Fix crash during ACL deletion in acl max entry check in gfs2_set_acl()Andrew Elble1-1/+1
2014-03-19GFS2: inline function gfs2_set_modeBob Peterson1-15/+4
2014-03-19GFS2: Increase the max number of ACLsBob Peterson1-1/+1
2014-03-06GFS2: return -E2BIG if hit the maximum limits of ACLsJie Liu1-1/+1
2014-01-25gfs2: use generic posix ACL infrastructureChristoph Hellwig1-204/+30
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2013-02-13gfs2: Use uid_eq and gid_eq where appropriateEric W. Biederman1-1/+1
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-7/+7
2012-05-04GFS2: Fix sgid propagation when using ACLsSteven Whitehouse1-9/+3
2011-11-23GFS2: We only need one ACL getting functionSteven Whitehouse1-9/+5
2011-10-21GFS2: Use ->dirty_inode()Steven Whitehouse1-2/+3
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-1/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-2/+2
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-23/+2
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-10/+4
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-18/+12
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-6/+0
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro1-1/+1
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-1/+1
2011-01-21GFS2: Post-VFS scale update for RCU path walkSteven Whitehouse1-2/+5
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-1/+4
2010-05-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds1-0/+4
2010-05-21gfs: constify xattr_handlerStephen Hemminger1-1/+1
2010-05-21GFS2: Don't "get" xattrs for ACLs when ACLs are turned offSteven Whitehouse1-0/+4
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-6/+10
2009-12-03GFS2: Add cached ACLs supportSteven Whitehouse1-2/+25
2009-12-03GFS2: Clean up ACLsSteven Whitehouse1-81/+83
2009-12-03GFS2: Use gfs2_set_mode() instead of munge_mode()Steven Whitehouse1-35/+11
2009-12-03GFS2: Fix up system xattrsSteven Whitehouse1-55/+115
2009-08-26GFS2: Rename eattr.[ch] as xattr.[ch]Steven Whitehouse1-1/+1
2009-08-26GFS2: Clean up of extended attribute supportSteven Whitehouse1-59/+45
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-03-24GFS2: Merge lock_dlm module into GFS2Steven Whitehouse1-1/+0
2009-01-05GFS2: Move di_eattr into "proper" inodeSteven Whitehouse1-1/+1
2008-04-10[GFS2] fix GFP_KERNEL misusesJosef Bacik1-3/+3