summaryrefslogtreecommitdiffstats
path: root/fs/jfs/acl.c
Commit message (Expand)AuthorAgeFilesLines
* jfs: preserve i_mode if __jfs_set_acl() failsErnesto A. Fernández2017-07-181-4/+11
* jfs: Don't clear SGID when inheriting ACLsJan Kara2017-07-181-7/+8
* 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
* | posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-4/+2
|/
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-2/+0
* jfs: Remove unnecessary code in jfs_get_aclAndreas Gruenbacher2016-03-281-4/+0
* posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-4/+4
* JFS: Check for NULL before calling posix_acl_equiv_mode()William Burrow2014-05-281-7/+9
* jfs: set i_ctime when setting ACLDave Kleikamp2014-02-131-0/+2
* jfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-63/+42
* fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
* fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
* userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-2/+2
* switch posix_acl_create() to umode_t *Al Viro2011-08-011-3/+1
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-17/+1
* kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-16/+7
* kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-251-17/+14
* vfs: move ACL cache lookup into generic codeLinus Torvalds2011-07-251-3/+0
* ->permission() sanitizing: don't pass flags to ->check_acl()Al Viro2011-07-201-1/+1
* ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro2011-07-201-1/+1
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-2/+6
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* dquot: move dquot transfer responsibility into the filesystemChristoph Hellwig2010-03-051-25/+1
* jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'Linus Torvalds2009-09-081-6/+1
* jfs: Fix early release of acl in jfs_get_aclStefan Bader2009-07-231-3/+1
* another race fix in jfs_check_acl()Al Viro2009-06-241-6/+7
* helpers for acl caching + switch to thoseAl Viro2009-06-241-19/+13
* switch jfs to inode->i_aclAl Viro2009-06-241-13/+9
* New helper - current_umask()Al Viro2009-03-311-1/+1
* jfs: Use lowercase names of quota functionsJan Kara2009-03-261-1/+1
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-1/+1
* JFS: White space cleanupDave Kleikamp2006-10-021-4/+4
* JFS: add uid, gid, and umask mount optionsDave Kleikamp2006-03-091-0/+3
* JFS: semaphore to mutex conversion.Ingo Molnar2006-01-241-2/+2
* JFS: allow extended attributes to be set within a existing transactionDave Kleikamp2005-09-011-7/+17
* [PATCH] remove <linux/xattr_acl.h>Christoph Hellwig2005-06-231-5/+6
* JFS: Remove redundant kfree() NULL pointer checksJesper Juhl2005-05-091-4/+2
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+234