aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/acl.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24btrfs: apply the AUTO_K(V)FREE macros throughout the codeMiquel Sabaté Solà1-15/+10
2024-03-04btrfs: remove unused included headersDavid Sterba1-1/+0
2023-01-19fs: port acl to mnt_idmapChristian Brauner1-2/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapChristian Brauner1-1/+2
2022-12-12Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds1-1/+1
2022-12-05btrfs: move acl prototypes into acl.hJosef Bacik1-1/+1
2022-10-19fs: pass dentry to set acl methodChristian Brauner1-1/+2
2022-05-16btrfs: reserve correct number of items for inode creationOmar Sandoval1-34/+2
2022-05-16btrfs: remove unused mnt_userns parameter from __btrfs_set_aclOmar Sandoval1-4/+3
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+4
2021-08-23btrfs: handle ACLs on idmapped mountsChristian Brauner1-5/+6
2021-08-18vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi1-1/+4
2021-01-24fs: make helpers idmap mount awareChristian Brauner1-1/+2
2021-01-24acl: handle idmapped mountsChristian Brauner1-1/+2
2019-04-29btrfs: cleanup btrfs_setxattr_trans and drop transaction parameterAnand Jain1-1/+1
2019-04-29btrfs: split btrfs_setxattr calls regarding transactionAnand Jain1-1/+5
2019-04-29btrfs: rename btrfs_setxattr to btrfs_setxattr_transAnand Jain1-1/+1
2019-02-25Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclFilipe Manana1-0/+9
2018-08-06btrfs: remove unnecessary curly braces in btrfs_get_aclChengguang Xu1-4/+3
2018-08-06btrfs: avoid error code override in btrfs_get_aclChengguang Xu1-1/+1
2018-08-06btrfs: remove unnecessary -ERANGE check in btrfs_get_aclChengguang Xu1-1/+1
2018-08-06btrfs: replace empty string with NULL when getting attribute length in btrfs_...Chengguang Xu1-1/+1
2018-08-06btrfs: return error instead of crash when detecting unexpected type in btrfs_...Chengguang Xu1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba1-14/+1
2018-03-31btrfs: remove stale comments about fs_mutexDavid Sterba1-8/+0
2018-03-26btrfs: drop underscores from exported xattr functionsDavid Sterba1-3/+3
2017-08-21btrfs: preserve i_mode if __btrfs_set_acl() failsErnesto A. Fernández1-1/+5
2017-06-29btrfs: Don't clear SGID when inheriting ACLsJan Kara1-6/+7
2016-09-22posix_acl: Clear SGID bit when setting file permissionsJan Kara1-4/+2
2016-07-26btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()Salah Triki1-2/+1
2016-03-31posix_acl: Inode acl caching fixesAndreas Gruenbacher1-3/+0
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2015-12-06posix acls: Remove duplicate xattr name definitionsAndreas Gruenbacher1-4/+4
2015-12-03btrfs: use GFP_KERNEL for xattr and acl allocationsDavid Sterba1-2/+2
2014-06-09btrfs: remove useless ACL checkZhangZhen1-7/+0
2014-01-25btrfs: use generic posix ACL infrastructureChristoph Hellwig1-124/+18
2014-01-25fs: make posix_acl_create more usefulChristoph Hellwig1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulChristoph Hellwig1-1/+1
2013-11-11Btrfs: fix incorrect inode acl resetFilipe David Borba Manana1-1/+1
2012-12-16Btrfs: skip adding an acl attribute if we don't have toLiu Bo1-0/+2
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrEric W. Biederman1-4/+4
2012-05-30Btrfs: cache no acl on new inodesJosef Bacik1-0/+4
2011-10-20Btrfs: fix return value of btrfs_get_acl()Tsutomu Itoh1-10/+7
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-17/+0
2011-08-01Btrfs: make acl functions really no-op if acl is not enabledLi Zefan1-17/+0
2011-08-01switch posix_acl_equiv_mode() to umode_t *Al Viro1-4/+1
2011-08-01switch posix_acl_create() to umode_t *Al Viro1-4/+1
2011-07-25fs: take the ACL checks to common codeChristoph Hellwig1-17/+1
2011-07-25kill boilerplates around posix_acl_create_masq()Al Viro1-16/+8
2011-07-25kill boilerplate around posix_acl_chmod_masq()Al Viro1-11/+5
2011-07-25vfs: move ACL cache lookup into generic codeLinus Torvalds1-12/+7
2011-07-20->permission() sanitizing: don't pass flags to ->check_acl()Al Viro1-1/+1
2011-07-20->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()Al Viro1-2/+1
2011-05-22Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino...Chris Mason1-1/+1
2011-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-2/+3
2011-05-14Prevent oopsing in posix_acl_valid()Daniel J Blueman1-2/+3
2011-05-02btrfs: unify checking of IS_ERR and nullDavid Sterba1-1/+1
2011-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-4/+5
2011-04-13Btrfs: Check validity before setting an aclMiao Xie1-4/+5
2011-03-23userns: rename is_owner_or_cap to inode_owner_or_capableSerge E. Hallyn1-1/+1
2011-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+6
2011-01-28Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38Chris Mason1-0/+6
2011-01-27Btrfs: Don't return acl info when mounting with noacl optionMiao Xie1-0/+6
2011-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-1/+3
2011-01-16btrfs: Mem leak in btrfs_get_acl()Jesper Juhl1-1/+3
2011-01-07btrfs: provide simple rcu-walk ACL implementationNick Piggin1-9/+12
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+4
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds1-0/+8
2010-06-11Btrfs: handle ERR_PTR from posix_acl_from_xattr()Dan Carpenter1-0/+2
2010-06-11Btrfs: prohibit a operation of changing acl's mask when noacl mount option usedShi Weihua1-0/+3
2010-06-11Btrfs: should add a permission check for setfaclShi Weihua1-0/+3
2010-05-21btrfs: constify xattr_handlerStephen Hemminger1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-0/+1
2010-01-28Btrfs: fix a memory leak in btrfs_init_aclYang Hongyang1-0/+1
2010-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstableLinus Torvalds1-5/+7
2010-01-17Btrfs: deal with NULL acl sent to btrfs_set_aclChris Mason1-5/+7
2009-12-17Merge branch btrfs-master into for-linusChris Mason1-10/+13
2009-12-17Btrfs: Pass transaction handle to security and ACL initialization functionsYan, Zheng1-10/+13
2009-12-16sanitize xattr handler prototypesChristoph Hellwig1-35/+12
2009-10-13Btrfs: fix btrfs acl #ifdef checksChris Mason1-3/+3
2009-09-29Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL codeChris Ball1-3/+3
2009-06-24helpers for acl caching + switch to thoseAl Viro1-35/+9
2009-06-24switch btrfs to inode->i_aclAl Viro1-7/+7
2009-06-10Fix btrfs when ACLs are configured outAl Viro1-5/+0
2009-04-27Btrfs: fix acl cachingChris Mason1-5/+13
2009-03-31New helper - current_umask()Al Viro1-1/+1
2009-01-05Btrfs: Fix checkpatch.pl warningsChris Mason1-3/+2
2008-09-25Btrfs: optimize btrget/set/removexattrChristoph Hellwig1-9/+11
2008-09-25btrfs: optmize listxattrChristoph Hellwig1-2/+0
2008-09-25Btrfs: compile when posix acl's are disabledJosef Bacik1-0/+21
2008-09-25Btrfs: Add ACL supportJosef Bacik1-35/+261
2008-09-25Btrfs: Include sched.h in the acl code for current (fixes compile on 2.6.23)Chris Mason1-0/+1
2008-09-25Btrfs: Fix compile on 2.6.22 kernelYan1-0/+5
2008-09-25Btrfs: Implement ACLs setting and gettingYan1-29/+44
2008-09-25Btrfs: Make ACLs return EOPNOTSUPP for nowJosef Bacik1-0/+18
2008-09-25xattr support for btrfsJosef Bacik1-0/+66