summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/acl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández2017-08-211-1/+5
* btrfs: Don't clear SGID when inheriting ACLsJan Kara2017-06-291-6/+7
* posix_acl: Clear SGID bit when setting file permissionsJan Kara2016-09-221-4/+2
* btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()Salah Triki2016-07-261-2/+1
* posix_acl: Inode acl caching fixesAndreas Gruenbacher2016-03-311-3/+0
* Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-181-2/+2
|\
| * btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba2015-12-031-2/+2
* | posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher2015-12-061-4/+4
|/
* btrfs: remove useless ACL checkZhangZhen2014-06-091-7/+0
* btrfs: use generic posix ACL infrastructureChristoph Hellwig2014-01-251-124/+18
* fs: make posix_acl_create more usefulChristoph Hellwig2014-01-251-1/+1
* fs: make posix_acl_chmod more usefulChristoph Hellwig2014-01-251-1/+1
* Btrfs: fix incorrect inode acl resetFilipe David Borba Manana2013-11-111-1/+1
* Btrfs: skip adding an acl attribute if we don't have toLiu Bo2012-12-161-0/+2
* userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman2012-09-181-4/+4
* Btrfs: cache no acl on new inodesJosef Bacik2012-05-301-0/+4
* Btrfs: fix return value of btrfs_get_acl()Tsutomu Itoh2011-10-201-10/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-08-021-17/+0
|\
| * Btrfs: make acl functions really no-op if acl is not enabledLi Zefan2011-08-011-17/+0
* | switch posix_acl_equiv_mode() to umode_t *Al Viro2011-08-011-4/+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-17/+1
* | kill boilerplates around posix_acl_create_masq()Al Viro2011-07-251-16/+8
* | kill boilerplate around posix_acl_chmod_masq()Al Viro2011-07-251-11/+5
* | vfs: move ACL cache lookup into generic codeLinus Torvalds2011-07-251-12/+7
* | ->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-2/+1
|/
* Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason2011-05-221-1/+1
|\
| * btrfs: unify checking of IS_ERR and nullDavid Sterba2011-05-021-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-05-151-2/+3
|\ \ | |/ |/|
| * Prevent oopsing in posix_acl_valid()Daniel J Blueman2011-05-141-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-04-181-4/+5
|\ \ | |/
| * Btrfs: Check validity before setting an aclMiao Xie2011-04-131-4/+5
* | userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn2011-03-231-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2011-02-071-0/+6
|\
| * Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason2011-01-281-0/+6
| |\
| | * Btrfs: Don't return acl info when mounting with noacl optionMiao Xie2011-01-271-0/+6
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2011-01-171-1/+3
|\ \ \ | |/ /
| * | btrfs: Mem leak in btrfs_get_acl()Jesper Juhl2011-01-161-1/+3
| |/
* | btrfs: provide simple rcu-walk ACL implementationNick Piggin2011-01-071-9/+12
* | fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-071-2/+4
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2010-06-111-0/+8
|\
| * Btrfs: handle ERR_PTR from posix_acl_from_xattr()Dan Carpenter2010-06-111-0/+2
| * Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedShi Weihua2010-06-111-0/+3
| * Btrfs: should add a permission check for setfaclShi Weihua2010-06-111-0/+3
* | btrfs: constify xattr_handlerStephen Hemminger2010-05-211-2/+2
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-01-291-0/+1
|\
| * Btrfs: fix a memory leak in btrfs_init_aclYang Hongyang2010-01-281-0/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds2010-01-211-5/+7
|\ \ | |/
OpenPOWER on IntegriCloud