summaryrefslogtreecommitdiffstats
path: root/fs/ext4/acl.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: compare old and new mode before setting update_mode flagChengguang Xu2018-12-101-1/+2
* ext4: cache NULL when both default_acl and acl are NULLChengguang Xu2018-10-071-0/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* ext4: Don't clear SGID when inheriting ACLsJan Kara2017-07-311-13/+15
* ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández2017-07-311-4/+11
* ext4: fix __ext4_new_inode() journal credits calculationTahsin Erdogan2017-07-061-6/+7
* ext4: xattr inode deduplicationTahsin Erdogan2017-06-221-1/+4
* ext4: improve journal credit handling in set xattr pathsTahsin Erdogan2017-06-221-3/+4
* ext4: fix quota charging for shared xattr blocksTahsin Erdogan2017-05-251-0/+4
* ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-151-1/+1
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-8/+4Star
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-3/+0Star
* ext4: remove unused header filesSheng Yong2015-04-031-5/+0Star
* ext2/3/4: use generic posix ACL infrastructureChristoph Hellwig2014-01-261-195/+28Star
* fs: make posix_acl_create more usefulChristoph Hellwig2014-01-261-1/+1
* fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-261-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-091-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/+1Star
* switch posix_acl_create() to umode_t *Al Viro2011-08-011-4/+1Star
* fs: take the ACL checks to common codeChristoph Hellwig2011-07-251-18/+1Star
* kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-17/+9Star
* kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-251-24/+20Star
* vfs: move ACL cache lookup into generic codeLinus Torvalds2011-07-251-6/+0Star
* ->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-241-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-221-2/+2
* sanitize xattr handler prototypesChristoph Hellwig2009-12-161-51/+23Star
* ext[234]: move over to 'check_acl' permission modelLinus Torvalds2009-09-081-7/+1Star
* helpers for acl caching + switch to thoseAl Viro2009-06-241-56/+9Star
* switch ext4 to inode->i_aclAl Viro2009-06-241-12/+10Star
* ext4: avoid unnecessary spinlock in critical POSIX ACL pathTheodore Ts'o2009-06-171-5/+8
* New helper - current_umask()Al Viro2009-04-011-1/+1
* ext4: Cleanup whitespace and other miscellaneous style issuesTheodore Ts'o2008-07-261-94/+94
* [PATCH] sanitize ->permission() prototypeAl Viro2008-07-271-1/+1
* ext4: move headers out of include/linuxChristoph Hellwig2008-04-301-2/+2
* ext4: fix wrong gfp type under transactionJosef Bacik2008-04-301-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