summaryrefslogtreecommitdiffstats
path: root/fs/ext4/acl.c
Commit message (Expand)AuthorAgeFilesLines
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-195/+28
* fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
* fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
* ext4: fix the number of credits needed for acl ops with inline dataTheodore Ts'o2013-02-091-2/+2
* ext4: pass context information to jbd2__journal_start()Theodore Ts'o2013-02-081-2/+3
* ext4: fix memory leak in ext4_xattr_set_acl()'s error pathEugene Shatokhin2012-11-081-2/+4
* userns: Convert extN to support kuids and kgids in posix aclsEric W. Biederman2012-09-181-7/+20
* userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-2/+2
* switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-011-3/+1
* switch posix_acl_create() to umode_t *Al Viro2011-08-011-4/+1
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-18/+1
* kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-17/+9
* kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-251-24/+20
* vfs: move ACL cache lookup into generic codeLinus Torvalds2011-07-251-6/+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
* userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
* ext2,3,4: provide simple rcu-walk ACL implementationNick Piggin2011-01-071-2/+5
* fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-2/+6
* ext4: update ctime when changing the file's permission by setfaclJan Kara2010-06-151-0/+1
* ext4: constify xattr_handlerStephen Hemminger2010-05-211-2/+2
* sanitize xattr handler prototypesChristoph Hellwig2009-12-161-51/+23
* ext[234]: move over to 'check_acl' permission modelLinus Torvalds2009-09-081-7/+1
* helpers for acl caching + switch to thoseAl Viro2009-06-241-56/+9
* switch ext4 to inode->i_aclAl Viro2009-06-241-12/+10
* ext4: avoid unnecessary spinlock in critical POSIX ACL pathTheodore Ts'o2009-06-171-5/+8
* New helper - current_umask()Al Viro2009-03-311-1/+1
* ext4: Cleanup whitespace and other miscellaneous style issuesTheodore Ts'o2008-07-261-94/+94
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-261-1/+1
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-291-2/+2
* ext4: fix wrong gfp type under transactionJosef Bacik2008-04-291-4/+4
* Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid checkSatyam Sharma2007-07-171-1/+1
* [PATCH] ext4 whitespace cleanupsAndrew Morton2006-10-111-2/+2
* [PATCH] jbd2: enable building of jbd2 and have ext4 use it rather than jbdMingming Cao2006-10-111-1/+1
* [PATCH] ext4: rename ext4 symbols to avoid duplication of ext3 symbolsMingming Cao2006-10-111-94/+94
* [PATCH] ext4: initial copy of files from ext3Dave Kleikamp2006-10-111-0/+551
OpenPOWER on IntegriCloud