aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/acl.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-21btrfs: preserve i_mode if __btrfs_set_acl() failsGravatar Ernesto A. Fernández 1-1/+5
2017-06-29btrfs: Don't clear SGID when inheriting ACLsGravatar Jan Kara 1-6/+7
2016-09-22posix_acl: Clear SGID bit when setting file permissionsGravatar Jan Kara 1-4/+2
2016-07-26btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()Gravatar Salah Triki 1-2/+1
2016-03-31posix_acl: Inode acl caching fixesGravatar Andreas Gruenbacher 1-3/+0
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2015-12-06posix acls: Remove duplicate xattr name definitionsGravatar Andreas Gruenbacher 1-4/+4
2015-12-03btrfs: use GFP_KERNEL for xattr and acl allocationsGravatar David Sterba 1-2/+2
2014-06-09btrfs: remove useless ACL checkGravatar ZhangZhen 1-7/+0
2014-01-25btrfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-124/+18
2014-01-25fs: make posix_acl_create more usefulGravatar Christoph Hellwig 1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulGravatar Christoph Hellwig 1-1/+1
2013-11-11Btrfs: fix incorrect inode acl resetGravatar Filipe David Borba Manana 1-1/+1
2012-12-16Btrfs: skip adding an acl attribute if we don't have toGravatar Liu Bo 1-0/+2
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrGravatar Eric W. Biederman 1-4/+4
2012-05-30Btrfs: cache no acl on new inodesGravatar Josef Bacik 1-0/+4
2011-10-20Btrfs: fix return value of btrfs_get_acl()Gravatar Tsutomu Itoh 1-10/+7
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-17/+0
2011-08-01Btrfs: make acl functions really no-op if acl is not enabledGravatar Li Zefan 1-17/+0
2011-08-01switch posix_acl_equiv_mode() to umode_t *Gravatar Al Viro 1-4/+1
2011-08-01switch posix_acl_create() to umode_t *Gravatar Al Viro 1-4/+1
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-17/+1
2011-07-25kill boilerplates around posix_acl_create_masq()Gravatar Al Viro 1-16/+8
2011-07-25kill boilerplate around posix_acl_chmod_masq()Gravatar Al Viro 1-11/+5
2011-07-25vfs: move ACL cache lookup into generic codeGravatar Linus Torvalds 1-12/+7
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Gravatar Al Viro 1-1/+1
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Gravatar Al Viro 1-2/+1
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Gravatar Chris Mason 1-1/+1
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-2/+3
2011-05-14Prevent oopsing in posix_acl_valid()Gravatar Daniel J Blueman 1-2/+3
2011-05-02btrfs: unify checking of IS_ERR and nullGravatar David Sterba 1-1/+1
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-4/+5
2011-04-13Btrfs: Check validity before setting an aclGravatar Miao Xie 1-4/+5
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableGravatar Serge E. Hallyn 1-1/+1
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-0/+6
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Gravatar Chris Mason 1-0/+6
2011-01-27Btrfs: Don't return acl info when mounting with noacl optionGravatar Miao Xie 1-0/+6
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-1/+3
2011-01-16btrfs: Mem leak in btrfs_get_acl()Gravatar Jesper Juhl 1-1/+3
2011-01-07btrfs: provide simple rcu-walk ACL implementationGravatar Nick Piggin 1-9/+12
2011-01-07fs: provide rcu-walk aware permission i_opsGravatar Nick Piggin 1-2/+4
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-0/+8
2010-06-11Btrfs: handle ERR_PTR from posix_acl_from_xattr()Gravatar Dan Carpenter 1-0/+2
2010-06-11Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedGravatar Shi Weihua 1-0/+3
2010-06-11Btrfs: should add a permission check for setfaclGravatar Shi Weihua 1-0/+3
2010-05-21btrfs: constify xattr_handlerGravatar Stephen Hemminger 1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2010-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-0/+1
2010-01-28Btrfs: fix a memory leak in btrfs_init_aclGravatar Yang Hongyang 1-0/+1
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableGravatar Linus Torvalds 1-5/+7