aboutsummaryrefslogtreecommitdiffstats
path: root/fs/posix_acl.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-12Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+2
2024-02-15evm: Move to LSM infrastructureRoberto Sassu1-3/+0
2024-02-15security: Introduce inode_post_remove_acl hookRoberto Sassu1-0/+1
2024-02-15security: Introduce inode_post_set_acl hookRoberto Sassu1-0/+1
2024-02-05filelock: split common fields into struct file_lock_coreJeff Layton1-2/+2
2023-12-21fs: fix doc comment typo fs tree wideAlexander Mikhalitsyn1-2/+2
2023-07-13fs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-03-06acl: don't depend on IOP_XATTRChristian Brauner1-8/+4
2023-03-06fs: rename generic posix acl handlersChristian Brauner1-6/+18
2023-03-06xattr: simplify listxattr helpersChristian Brauner1-0/+25
2023-02-20Merge tag 'fs.acl.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/...Linus Torvalds1-1/+1
2023-02-20Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-53/+51
2023-01-19fs: port vfs{g,u}id helpers to mnt_idmapChristian Brauner1-11/+6
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner1-4/+3
2023-01-19fs: port privilege checking helpers to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port inode_owner_or_capable() to mnt_idmapChristian Brauner1-1/+1
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-18/+18
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-2/+2
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-18/+21
2023-01-19fs: port ->get_acl() to pass mnt_idmapChristian Brauner1-7/+8
2023-01-11filelock: move file locking definitions to separate header fileJeff Layton1-0/+1
2023-01-08posix_acl: Use try_cmpxchg in get_aclUros Bizjak1-1/+1
2022-12-12Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-7/+9
2022-12-02posix_acl: Fix the type of sentinel in get_aclUros Bizjak1-1/+1
2022-10-31acl: conver higher-level helpers to rely on mnt_idmapChristian Brauner1-7/+9
2022-10-28acl: make vfs_posix_acl_to_xattr() staticChristian Brauner1-3/+4
2022-10-20acl: remove a slew of now unused helpersChristian Brauner1-341/+22
2022-10-20xattr: use posix acl apiChristian Brauner1-0/+37
2022-10-20acl: add vfs_remove_acl()Christian Brauner1-0/+65
2022-10-20acl: add vfs_get_acl()Christian Brauner1-7/+122
2022-10-20acl: add vfs_set_acl()Christian Brauner1-0/+107
2022-10-20fs: rename current get acl methodChristian Brauner1-21/+22
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-9/+13
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2022-10-03tmpfs: add support for an i_version counterJeff Layton1-0/+3
2022-09-17acl: fix the comments of posix_acl_xattr_setDeming Wang1-1/+1
2022-08-31acl: move idmapping handling into posix_acl_xattr_set()Christian Brauner1-41/+11
2022-08-31acl: add vfs_set_acl_prepare()Christian Brauner1-11/+202
2022-08-31acl: return EOPNOTSUPP in posix_acl_fix_xattr_common()Christian Brauner1-16/+9
2022-08-17acl: handle idmapped mounts for idmapped filesystemsChristian Brauner1-6/+9
2022-07-15acl: make posix_acl_clone() available to overlayfsChristian Brauner1-1/+2
2022-07-15acl: port to vfs{g,u}id_tChristian Brauner1-11/+11
2022-07-15acl: move idmapped mount fixup into vfs_{g,s}etxattr()Christian Brauner1-41/+106
2022-04-19fs: fix acl translationChristian Brauner1-0/+10
2021-12-05fs: support mapped mounts of mapped filesystemsChristian Brauner1-4/+4
2021-12-03fs: use low-level mapping helpersChristian Brauner1-6/+10
2021-12-03fs: move mapping helpersChristian Brauner1-0/+1
2021-11-06fs/posix_acl.c: avoid -Wempty-body warningArnd Bergmann1-2/+1
2021-08-18ovl: enable RCU'd ->get_acl()Miklos Szeredi1-1/+12
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+1
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-4/+5
2021-01-24acl: handle idmapped mountsChristian Brauner1-21/+58
2021-01-24inode: make init and permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-5/+12
2021-01-24capability: handle idmapped mountsChristian Brauner1-1/+1
2020-06-08vfs: clean up posix_acl_permission() logic aroudn MAY_NOT_BLOCKLinus Torvalds1-1/+1
2020-01-04fs/posix_acl.c: fix kernel-doc warningsRandy Dunlap1-2/+5
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2018-01-02posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tElena Reshetova1-3/+3
2017-03-02sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar1-0/+1
2017-01-10tmpfs: clear S_ISGID when setting posix ACLsGu Zheng1-5/+4
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-1/+1
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro1-0/+31
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro1-5/+6
2016-09-27posix_acl: xattr representation cleanupsAndreas Gruenbacher1-9/+9
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-0/+31
2016-09-16posix_acl: don't ignore return value of posix_acl_create_masq()Miklos Szeredi1-5/+6
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-4/+4
2016-06-30vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman1-4/+4
2016-06-24posix_acl: Add set_posix_aclAndreas Gruenbacher1-19/+23
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro1-3/+3
2016-04-10xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro1-5/+5
2016-03-31posix_acl: Unexport acl_by_type and make it staticAndreas Gruenbacher1-2/+1
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-34/+69
2015-12-13xattr handlers: Simplify list operationAndreas Gruenbacher1-14/+3
2015-12-06vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher1-7/+3
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-2/+2
2015-11-13xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher1-15/+13
2015-11-13vfs: Fix the posix_acl_xattr_list return valueAndreas Gruenbacher1-3/+1
2015-11-13vfs: Check attribute names in posix acl xattr handersAndreas Gruenbacher1-0/+4
2015-06-23fs/posix_acl.c: make posix_acl_create() safer and cleanerDan Carpenter1-26/+20
2015-04-15VFS: assorted d_backing_inode() annotationsDavid Howells1-4/+4
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells1-2/+2
2015-02-20posix_acl: fix reference leaks in posix_acl_createOmar Sandoval1-5/+9
2014-05-06posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig1-0/+6
2014-04-04Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+3
2014-02-25fs: NULL dereference in posix_acl_to_xattr()Dan Carpenter1-2/+3
2014-02-03fs: get_acl() must be allowed to return EOPNOTSUPPTrond Myklebust1-6/+12
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-12/+416
2014-01-26fs: remove generic_aclChristoph Hellwig1-0/+36
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-4/+53
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-3/+27
2014-01-25fs: add generic xattr_acl handlersChristoph Hellwig1-0/+102
2014-01-25fs: add get_acl helperChristoph Hellwig1-0/+27
2014-01-25fs: merge xattr_acl.c into posix_acl.cChristoph Hellwig1-7/+173
2014-01-23userns: relax the posix_acl_valid() checksAndreas Gruenbacher1-10/+0
2014-01-21posix_acl: uninliningAndrew Morton1-5/+79
2012-09-18userns: Convert vfs posix_acl support to use kuids and kgidsEric W. Biederman1-15/+15
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker1-1/+1
2011-10-28vfs: pass all mask flags check_acl and posix_acl_permissionAndreas Gruenbacher1-0/+2
2011-08-01switch posix_acl_chmod() to umode_tAl Viro1-2/+2
2011-08-01switch posix_acl_from_mode() to umode_tAl Viro1-1/+1
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-2/+2
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-3/+3
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-1/+0
2011-07-25bury posix_acl_..._masq() variantsAl Viro1-8/+3
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-0/+18
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-0/+18
2011-01-25NFS: Prevent memory allocation failure in nfsacl_encode()Chuck Lever1-4/+13
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-2/+2
2006-10-01[PATCH] kmemdup: some usersAlexey Dobriyan1-4/+2
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro1-3/+3
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+381