aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/acl.c
Commit message (Expand)AuthorAgeFilesLines
* merged more uncritical stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-83/+21
* 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
|\ \ | |/
| * Btrfs: deal with NULL acl sent to btrfs_set_aclChris Mason2010-01-171-5/+7
* | Merge branch btrfs-master into for-linusChris Mason2009-12-171-10/+13
|\ \ | |/
| * Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng2009-12-171-10/+13
* | sanitize xattr handler prototypesChristoph Hellwig2009-12-161-35/+12
|/
* Btrfs: fix btrfs acl #ifdef checksChris Mason2009-10-131-3/+3
* Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball2009-09-291-3/+3
* helpers for acl caching + switch to thoseAl Viro2009-06-241-35/+9
* switch btrfs to inode->i_aclAl Viro2009-06-241-7/+7
* Fix btrfs when ACLs are configured outAl Viro2009-06-101-5/+0
* Btrfs: fix acl cachingChris Mason2009-04-271-5/+13
* New helper - current_umask()Al Viro2009-03-311-1/+1
* Btrfs: Fix checkpatch.pl warningsChris Mason2009-01-051-3/+2
* Btrfs: optimize btrget/set/removexattrChristoph Hellwig2008-09-251-9/+11
* btrfs: optmize listxattrChristoph Hellwig2008-09-251-2/+0
* Btrfs: compile when posix acl's are disabledJosef Bacik2008-09-251-0/+21
* Btrfs: Add ACL supportJosef Bacik2008-09-251-35/+261
* Btrfs: Include sched.h in the acl code for current (fixes compile on 2.6.23)Chris Mason2008-09-251-0/+1
* Btrfs: Fix compile on 2.6.22 kernelYan2008-09-251-0/+5
* Btrfs: Implement ACLs setting and gettingYan2008-09-251-29/+44
* Btrfs: Make ACLs return EOPNOTSUPP for nowJosef Bacik2008-09-251-0/+18
* xattr support for btrfsJosef Bacik2008-09-251-0/+66