summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-01-26tmpfs: clear S_ISGID when setting posix ACLsGu Zheng1-5/+4
2016-10-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds182-449/+587
2016-10-08Merge remote-tracking branch 'jk/vfs' into work.miscAl Viro76-225/+296
2016-10-08Merge remote-tracking branch 'ovl/misc' into work.miscAl Viro25-101/+170
2016-09-28posix_acl: xattr representation cleanupsAndreas Gruenbacher6-54/+51
2016-09-28fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani76-182/+182
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara16-102/+89
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 Torvalds36-213/+418
2016-06-30vfs: Verify acls are valid within superblock's s_user_ns.Eric W. Biederman4-7/+7
2016-06-24posix_acl: Add set_posix_aclAndreas Gruenbacher1-19/+23
2016-05-27switch xattr_handler->set() to passing dentry and inode separatelyAl Viro34-135/+156
2016-04-11xattr_handler: pass dentry and inode as separate arguments of ->get()Al Viro31-114/+113
2016-03-31posix_acl: Unexport acl_by_type and make it staticAndreas Gruenbacher2-3/+1
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher17-78/+138
2015-12-14xattr handlers: Simplify list operationAndreas Gruenbacher22-335/+113
2015-12-07vfs: Distinguish between full xattr names and proper prefixesAndreas Gruenbacher22-130/+47
2015-12-07posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher15-61/+55
2015-11-14xattr handlers: Pass handler to operations instead of flagsAndreas Gruenbacher32-226/+306
2015-11-14vfs: Fix the posix_acl_xattr_list return valueAndreas Gruenbacher1-3/+1
2015-11-14vfs: 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 Howells6-12/+12
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
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 Torvalds31-442/+618
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 Torvalds179-3851/+1543
2014-01-26fs: remove generic_aclChristoph Hellwig7-238/+69
2014-01-26fs: make posix_acl_create more usefulChristoph Hellwig17-23/+81
2014-01-26fs: make posix_acl_chmod more usefulChristoph Hellwig16-21/+54
2014-01-26fs: add generic xattr_acl handlersChristoph Hellwig2-0/+105
2014-01-26fs: add get_acl helperChristoph Hellwig3-21/+32
2014-01-26fs: merge xattr_acl.c into posix_acl.cChristoph Hellwig3-188/+174
2014-01-24userns: relax the posix_acl_valid() checksAndreas Gruenbacher1-10/+0
2014-01-22posix_acl: uninliningAndrew Morton2-77/+85
2012-09-18userns: Convert vfs posix_acl support to use kuids and kgidsEric W. Biederman5-21/+126
2012-02-29fs: reduce the use of module.h wherever possiblePaul Gortmaker32-32/+30
2011-10-28vfs: pass all mask flags check_acl and posix_acl_permissionAndreas Gruenbacher2-2/+2
2011-08-01switch posix_acl_chmod() to umode_tAl Viro2-3/+3
2011-08-01switch posix_acl_from_mode() to umode_tAl Viro2-2/+2
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro14-32/+15
2011-08-01switch posix_acl_create() to umode_t *Al Viro22-53/+35
2011-07-26atomic: use <linux/atomic.h>Arun Sharma439-448/+427
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig52-294/+92
2011-07-25bury posix_acl_..._masq() variantsAl Viro2-11/+3
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro16-204/+116
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro14-168/+139
[next]