summaryrefslogtreecommitdiffstats
path: root/fs/posix_acl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* userns: Convert vfs posix_acl support to use kuids and kgidsEric W. Biederman2012-09-181-15/+15
* fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* vfs: pass all mask flags check_acl and posix_acl_permissionAndreas Gruenbacher2011-10-281-0/+2
* switch posix_acl_chmod() to umode_tAl Viro2011-08-011-2/+2
* switch posix_acl_from_mode() to umode_tAl Viro2011-08-011-1/+1
* switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-011-2/+2
* switch posix_acl_create() to umode_t *Al Viro2011-08-011-3/+3
* atomic: use <linux/atomic.h>Arun Sharma2011-07-261-1/+1
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-1/+0
* bury posix_acl_..._masq() variantsAl Viro2011-07-251-8/+3
* kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-0/+18
* kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-251-0/+18
* NFS: Prevent memory allocation failure in nfsacl_encode()Chuck Lever2011-01-251-4/+13
OpenPOWER on IntegriCloud