aboutsummaryrefslogtreecommitdiff
path: root/fs/posix_acl.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-15acl: make posix_acl_clone() available to overlayfsGravatar Christian Brauner 1-1/+2
2022-07-15acl: port to vfs{g,u}id_tGravatar Christian Brauner 1-11/+11
2022-07-15acl: move idmapped mount fixup into vfs_{g,s}etxattr()Gravatar Christian Brauner 1-41/+106
2022-04-19fs: fix acl translationGravatar Christian Brauner 1-0/+10
2021-12-05fs: support mapped mounts of mapped filesystemsGravatar Christian Brauner 1-4/+4
2021-12-03fs: use low-level mapping helpersGravatar Christian Brauner 1-6/+10
2021-12-03fs: move mapping helpersGravatar Christian Brauner 1-0/+1
2021-11-06fs/posix_acl.c: avoid -Wempty-body warningGravatar Arnd Bergmann 1-2/+1
2021-08-18ovl: enable RCU'd ->get_acl()Gravatar Miklos Szeredi 1-1/+12
2021-08-18vfs: add rcu argument to ->get_acl() callbackGravatar Miklos Szeredi 1-1/+1
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-4/+5
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-21/+58
2021-01-24inode: make init and permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-5/+12
2021-01-24capability: handle idmapped mountsGravatar Christian Brauner 1-1/+1
2020-06-08vfs: clean up posix_acl_permission() logic aroudn MAY_NOT_BLOCKGravatar Linus Torvalds 1-1/+1
2020-01-04fs/posix_acl.c: fix kernel-doc warningsGravatar Randy Dunlap 1-2/+5
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2018-01-02posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tGravatar Elena Reshetova 1-3/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Gravatar Ingo Molnar 1-0/+1
2017-01-10tmpfs: clear S_ISGID when setting posix ACLsGravatar Gu Zheng 1-5/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscGravatar Al Viro 1-0/+31
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscGravatar Al Viro 1-5/+6
2016-09-27posix_acl: xattr representation cleanupsGravatar Andreas Gruenbacher 1-9/+9
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsGravatar Deepa Dinamani 1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsGravatar Jan Kara 1-0/+31
2016-09-16posix_acl: don't ignore return value of posix_acl_create_masq()Gravatar Miklos Szeredi 1-5/+6
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-4/+4
2016-06-30vfs: Verify acls are valid within superblock's s_user_ns.Gravatar Eric W. Biederman 1-4/+4
2016-06-24posix_acl: Add set_posix_aclGravatar Andreas Gruenbacher 1-19/+23
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyGravatar Al Viro 1-3/+3
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Gravatar Al Viro 1-5/+5
2016-03-31posix_acl: Unexport acl_by_type and make it staticGravatar Andreas Gruenbacher 1-2/+1
2016-03-31posix_acl: Inode acl caching fixesGravatar Andreas Gruenbacher 1-34/+69
2015-12-13xattr handlers: Simplify list operationGravatar Andreas Gruenbacher 1-14/+3
2015-12-06vfs: Distinguish between full xattr names and proper prefixesGravatar Andreas Gruenbacher 1-7/+3
2015-12-06posix acls: Remove duplicate xattr name definitionsGravatar Andreas Gruenbacher 1-2/+2
2015-11-13xattr handlers: Pass handler to operations instead of flagsGravatar Andreas Gruenbacher 1-15/+13
2015-11-13vfs: Fix the posix_acl_xattr_list return valueGravatar Andreas Gruenbacher 1-3/+1
2015-11-13vfs: Check attribute names in posix acl xattr handersGravatar Andreas Gruenbacher 1-0/+4
2015-06-23fs/posix_acl.c: make posix_acl_create() safer and cleanerGravatar Dan Carpenter 1-26/+20
2015-04-15VFS: assorted d_backing_inode() annotationsGravatar David Howells 1-4/+4
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)Gravatar David Howells 1-2/+2
2015-02-20posix_acl: fix reference leaks in posix_acl_createGravatar Omar Sandoval 1-5/+9
2014-05-06posix_acl: handle NULL ACL in posix_acl_equiv_modeGravatar Christoph Hellwig 1-0/+6
2014-04-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+3
2014-02-25fs: NULL dereference in posix_acl_to_xattr()Gravatar Dan Carpenter 1-2/+3
2014-02-03fs: get_acl() must be allowed to return EOPNOTSUPPGravatar Trond Myklebust 1-6/+12
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-12/+416