summaryrefslogtreecommitdiffstats
path: root/fs/ext4/acl.c
Commit message (Expand)AuthorAgeFilesLines
* ext4: convert to ctime accessor functionsJeff Layton2023-07-241-1/+1
* fs: port acl to mnt_idmapChristian Brauner2023-01-191-2/+1
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+2
* fs/ext4: fix comments mentioning i_mutexhongnanli2022-02-031-4/+4
* ext4: use ext4_journal_start/stop for fast commit transactionsHarshad Shirwadkar2021-12-231-2/+0
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+4
* ext4: support idmapped mountsChristian Brauner2021-01-241-2/+1
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* acl: handle idmapped mountsChristian Brauner2021-01-241-1/+2
* ext4: main fast-commit commit pathHarshad Shirwadkar2020-10-211-0/+2
* ext4: handle ext4_mark_inode_dirty errorsHarshad Shirwadkar2020-06-031-1/+1
* ext4: fix a style issue in fs/ext4/acl.cCarlos Guerrero Álvarez2020-06-031-2/+1
* 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-061-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-301-13/+15
* ext4: preserve i_mode if __ext4_set_acl() failsErnesto A. Fernández2017-07-301-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-211-3/+4
* ext4: fix quota charging for shared xattr blocksTahsin Erdogan2017-05-241-0/+4
* ext4: use current_time() for inode timestampsDeepa Dinamani2016-11-141-1/+1
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-8/+4
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-3/+0
* ext4: remove unused header filesSheng Yong2015-04-021-5/+0
* 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