summaryrefslogtreecommitdiff
path: root/fs/posix_acl.c
Commit message (Expand)AuthorAge
* posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_tElena Reshetova2018-01-02
* sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
* tmpfs: clear S_ISGID when setting posix ACLsGu Zheng2017-01-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-10
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-27
* | Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro2016-10-08
|\ \
| * | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-22
| |/
* | Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro2016-10-08
|\ \
| * | posix_acl: don't ignore return value of posix_acl_create_masq()Miklos Szeredi2016-09-16
| |/
* | posix_acl: xattr representation cleanupsAndreas Gruenbacher2016-09-27
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-29
|\
| * vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman2016-06-30
* | posix_acl: Add set_posix_aclAndreas Gruenbacher2016-06-24
|/
* switch xattr_handler->set() to passing dentry and inode separatelyAl Viro2016-05-27
* xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro2016-04-10
* posix_acl: Unexport acl_by_type and make it staticAndreas Gruenbacher2016-03-31
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-31
* xattr handlers: Simplify list operationAndreas Gruenbacher2015-12-13
* vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher2015-12-06
* posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-06
* xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher2015-11-13
* vfs: Fix the posix_acl_xattr_list return valueAndreas Gruenbacher2015-11-13
* vfs: Check attribute names in posix acl xattr handersAndreas Gruenbacher2015-11-13
* fs/posix_acl.c: make posix_acl_create() safer and cleanerDan Carpenter2015-06-23
* VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-15
* VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells2015-02-22
* posix_acl: fix reference leaks in posix_acl_createOmar Sandoval2015-02-20
* posix_acl: handle NULL ACL in posix_acl_equiv_modeChristoph Hellwig2014-05-06
* Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-04
|\
| * fs: NULL dereference in posix_acl_to_xattr()Dan Carpenter2014-02-25
* | fs: get_acl() must be allowed to return EOPNOTSUPPTrond Myklebust2014-02-03
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-01-28
|\
| * fs: remove generic_aclChristoph Hellwig2014-01-26
| * fs: make posix_acl_create more usefulChristoph Hellwig2014-01-25
| * fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-25
| * fs: add generic xattr_acl handlersChristoph Hellwig2014-01-25
| * fs: add get_acl helperChristoph Hellwig2014-01-25
| * fs: merge xattr_acl.c into posix_acl.cChristoph Hellwig2014-01-25
* | userns: relax the posix_acl_valid() checksAndreas Gruenbacher2014-01-23
* | posix_acl: uninliningAndrew Morton2014-01-21
|/
* userns: Convert vfs posix_acl support to use kuids and kgidsEric W. Biederman2012-09-18
* fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-28
* vfs: pass all mask flags check_acl and posix_acl_permissionAndreas Gruenbacher2011-10-28
* switch posix_acl_chmod() to umode_tAl Viro2011-08-01
* switch posix_acl_from_mode() to umode_tAl Viro2011-08-01
* switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-01
* switch posix_acl_create() to umode_t *Al Viro2011-08-01
* atomic: use <linux/atomic.h>Arun Sharma2011-07-26
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-25
* bury posix_acl_..._masq() variantsAl Viro2011-07-25