summaryrefslogtreecommitdiffstats
path: root/fs/posix_acl.c
Commit message (Expand)AuthorAgeFilesLines
* ovl: enable RCU'd ->get_acl()Miklos Szeredi2021-08-181-1/+12
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-4/+5
* acl: handle idmapped mountsChristian Brauner2021-01-241-21/+58
* inode: make init and permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-5/+12
* capability: handle idmapped mountsChristian Brauner2021-01-241-1/+1
* vfs: clean up posix_acl_permission() logic aroudn MAY_NOT_BLOCKLinus Torvalds2020-06-081-1/+1
* fs/posix_acl.c: fix kernel-doc warningsRandy Dunlap2020-01-041-2/+5
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tElena Reshetova2018-01-021-3/+3
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
* tmpfs: clear S_ISGID when setting posix ACLsGu Zheng2017-01-101-5/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-1/+1
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-081-0/+31
|\ \
| * | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-0/+31
| |/
* | Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-081-5/+6
|\ \
| * | posix_acl: don't ignore return value of posix_acl_create_masq()Miklos Szeredi2016-09-161-5/+6
| |/
* / posix_acl: xattr representation cleanupsAndreas Gruenbacher2016-09-271-9/+9
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-4/+4
|\
| * vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman2016-06-301-4/+4
* | posix_acl: Add set_posix_aclAndreas Gruenbacher2016-06-241-19/+23
|/
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-271-3/+3
* xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-101-5/+5
* posix_acl: Unexport acl_by_type and make it staticAndreas Gruenbacher2016-03-311-2/+1
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-34/+69
* xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-131-14/+3
* vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-061-7/+3
* posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-2/+2
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-131-15/+13
* vfs: Fix the posix_acl_xattr_list return valueAndreas Gruenbacher2015-11-131-3/+1
* vfs: Check attribute names in posix acl xattr handersAndreas Gruenbacher2015-11-131-0/+4
* fs/posix_acl.c: make posix_acl_create() safer and cleanerDan Carpenter2015-06-231-26/+20
* VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-151-4/+4
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-221-2/+2
* posix_acl: fix reference leaks in posix_acl_createOmar Sandoval2015-02-201-5/+9
* posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig2014-05-061-0/+6
* Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-041-2/+3
|\
| * fs: NULL dereference in posix_acl_to_xattr()Dan Carpenter2014-02-251-2/+3
* | fs: get_acl() must be allowed to return EOPNOTSUPPTrond Myklebust2014-02-031-6/+12
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-281-12/+416
|\
| * fs: remove generic_aclChristoph Hellwig2014-01-261-0/+36
| * fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-4/+53
| * fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-3/+27
| * fs: add generic xattr_acl handlersChristoph Hellwig2014-01-251-0/+102
| * fs: add get_acl helperChristoph Hellwig2014-01-251-0/+27
| * fs: merge xattr_acl.c into posix_acl.cChristoph Hellwig2014-01-251-7/+173
* | userns: relax the posix_acl_valid() checksAndreas Gruenbacher2014-01-231-10/+0
* | posix_acl: uninliningAndrew Morton2014-01-211-5/+79
|/