aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/acl.c
AgeCommit message (Expand)Author
2016-07-26btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()Salah Triki
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher
2015-12-03btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba
2014-06-09btrfs: remove useless ACL checkZhangZhen
2014-01-25btrfs: use generic posix ACL infrastructureChristoph Hellwig
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig
2013-11-11Btrfs: fix incorrect inode acl resetFilipe David Borba Manana
2012-12-16Btrfs: skip adding an acl attribute if we don't have toLiu Bo
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman
2012-05-30Btrfs: cache no acl on new inodesJosef Bacik
2011-10-20Btrfs: fix return value of btrfs_get_acl()Tsutomu Itoh
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-08-01Btrfs: make acl functions really no-op if acl is not enabledLi Zefan
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro
2011-08-01switch posix_acl_create() to umode_t *Al Viro
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-05-14Prevent oopsing in posix_acl_valid()Daniel J Blueman
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-04-13Btrfs: Check validity before setting an aclMiao Xie
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason
2011-01-27Btrfs: Don't return acl info when mounting with noacl optionMiao Xie
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2011-01-16btrfs: Mem leak in btrfs_get_acl()Jesper Juhl
2011-01-07btrfs: provide simple rcu-walk ACL implementationNick Piggin
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds
2010-06-11Btrfs: handle ERR_PTR from posix_acl_from_xattr()Dan Carpenter
2010-06-11Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedShi Weihua
2010-06-11Btrfs: should add a permission check for setfaclShi Weihua
2010-05-21btrfs: constify xattr_handlerStephen Hemminger
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-01-28Btrfs: fix a memory leak in btrfs_init_aclYang Hongyang
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds
2010-01-17Btrfs: deal with NULL acl sent to btrfs_set_aclChris Mason
2009-12-17Merge branch btrfs-master into for-linusChris Mason
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng