summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/acl.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: remove unused included headersDavid Sterba2024-03-041-1/+0
* fs: port acl to mnt_idmapChristian Brauner2023-01-191-2/+1
* fs: port ->set_acl() to pass mnt_idmapChristian Brauner2023-01-191-1/+2
* Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2022-12-121-1/+1
|\
| * btrfs: move acl prototypes into acl.hJosef Bacik2022-12-051-1/+1
* | fs: pass dentry to set acl methodChristian Brauner2022-10-191-1/+2
|/
* btrfs: reserve correct number of items for inode creationOmar Sandoval2022-05-161-34/+2
* btrfs: remove unused mnt_userns parameter from __btrfs_set_aclOmar Sandoval2022-05-161-4/+3
* Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2021-09-021-1/+4
|\
| * vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-181-1/+4
* | btrfs: handle ACLs on idmapped mountsChristian Brauner2021-08-231-5/+6
|/
* fs: make helpers idmap mount awareChristian Brauner2021-01-241-1/+2
* acl: handle idmapped mountsChristian Brauner2021-01-241-1/+2
* btrfs: cleanup btrfs_setxattr_trans and drop transaction parameterAnand Jain2019-04-291-1/+1
* btrfs: split btrfs_setxattr calls regarding transactionAnand Jain2019-04-291-1/+5
* btrfs: rename btrfs_setxattr to btrfs_setxattr_transAnand Jain2019-04-291-1/+1
* Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclFilipe Manana2019-02-251-0/+9
* btrfs: remove unnecessary curly braces in btrfs_get_aclChengguang Xu2018-08-061-4/+3
* btrfs: avoid error code override in btrfs_get_aclChengguang Xu2018-08-061-1/+1
* btrfs: remove unnecessary -ERANGE check in btrfs_get_aclChengguang Xu2018-08-061-1/+1
* btrfs: replace empty string with NULL when getting attribute length in btrfs_...Chengguang Xu2018-08-061-1/+1
* btrfs: return error instead of crash when detecting unexpected type in btrfs_...Chengguang Xu2018-08-061-1/+1
* btrfs: replace GPL boilerplate by SPDX -- sourcesDavid Sterba2018-04-121-14/+1
* btrfs: remove stale comments about fs_mutexDavid Sterba2018-03-311-8/+0
* btrfs: drop underscores from exported xattr functionsDavid Sterba2018-03-261-3/+3
* 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