aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/acl.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-1/+0
2023-01-19fs: port acl to mnt_idmapGravatar Christian Brauner 1-2/+1
2023-01-19fs: port ->set_acl() to pass mnt_idmapGravatar Christian Brauner 1-1/+2
2022-12-12Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Gravatar Linus Torvalds 1-1/+1
2022-12-05btrfs: move acl prototypes into acl.hGravatar Josef Bacik 1-1/+1
2022-10-19fs: pass dentry to set acl methodGravatar Christian Brauner 1-1/+2
2022-05-16btrfs: reserve correct number of items for inode creationGravatar Omar Sandoval 1-34/+2
2022-05-16btrfs: remove unused mnt_userns parameter from __btrfs_set_aclGravatar Omar Sandoval 1-4/+3
2021-09-02Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+4
2021-08-23btrfs: handle ACLs on idmapped mountsGravatar Christian Brauner 1-5/+6
2021-08-18vfs: add rcu argument to ->get_acl() callbackGravatar Miklos Szeredi 1-1/+4
2021-01-24fs: make helpers idmap mount awareGravatar Christian Brauner 1-1/+2
2021-01-24acl: handle idmapped mountsGravatar Christian Brauner 1-1/+2
2019-04-29btrfs: cleanup btrfs_setxattr_trans and drop transaction parameterGravatar Anand Jain 1-1/+1
2019-04-29btrfs: split btrfs_setxattr calls regarding transactionGravatar Anand Jain 1-1/+5
2019-04-29btrfs: rename btrfs_setxattr to btrfs_setxattr_transGravatar Anand Jain 1-1/+1
2019-02-25Btrfs: setup a nofs context for memory allocation at __btrfs_set_aclGravatar Filipe Manana 1-0/+9
2018-08-06btrfs: remove unnecessary curly braces in btrfs_get_aclGravatar Chengguang Xu 1-4/+3
2018-08-06btrfs: avoid error code override in btrfs_get_aclGravatar Chengguang Xu 1-1/+1
2018-08-06btrfs: remove unnecessary -ERANGE check in btrfs_get_aclGravatar Chengguang Xu 1-1/+1
2018-08-06btrfs: replace empty string with NULL when getting attribute length in btrfs_...Gravatar Chengguang Xu 1-1/+1
2018-08-06btrfs: return error instead of crash when detecting unexpected type in btrfs_...Gravatar Chengguang Xu 1-1/+1
2018-04-12btrfs: replace GPL boilerplate by SPDX -- sourcesGravatar David Sterba 1-14/+1
2018-03-31btrfs: remove stale comments about fs_mutexGravatar David Sterba 1-8/+0
2018-03-26btrfs: drop underscores from exported xattr functionsGravatar David Sterba 1-3/+3
2017-08-21btrfs: preserve i_mode if __btrfs_set_acl() failsGravatar Ernesto A. Fernández 1-1/+5
2017-06-29btrfs: Don't clear SGID when inheriting ACLsGravatar Jan Kara 1-6/+7
2016-09-22posix_acl: Clear SGID bit when setting file permissionsGravatar Jan Kara 1-4/+2
2016-07-26btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl()Gravatar Salah Triki 1-2/+1
2016-03-31posix_acl: Inode acl caching fixesGravatar Andreas Gruenbacher 1-3/+0
2016-01-18Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2015-12-06posix acls: Remove duplicate xattr name definitionsGravatar Andreas Gruenbacher 1-4/+4
2015-12-03btrfs: use GFP_KERNEL for xattr and acl allocationsGravatar David Sterba 1-2/+2
2014-06-09btrfs: remove useless ACL checkGravatar ZhangZhen 1-7/+0
2014-01-25btrfs: use generic posix ACL infrastructureGravatar Christoph Hellwig 1-124/+18
2014-01-25fs: make posix_acl_create more usefulGravatar Christoph Hellwig 1-1/+1
2014-01-25fs: make posix_acl_chmod more usefulGravatar Christoph Hellwig 1-1/+1
2013-11-11Btrfs: fix incorrect inode acl resetGravatar Filipe David Borba Manana 1-1/+1
2012-12-16Btrfs: skip adding an acl attribute if we don't have toGravatar Liu Bo 1-0/+2
2012-09-18userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattrGravatar Eric W. Biederman 1-4/+4
2012-05-30Btrfs: cache no acl on new inodesGravatar Josef Bacik 1-0/+4
2011-10-20Btrfs: fix return value of btrfs_get_acl()Gravatar Tsutomu Itoh 1-10/+7
2011-08-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Gravatar Linus Torvalds 1-17/+0
2011-08-01Btrfs: make acl functions really no-op if acl is not enabledGravatar Li Zefan 1-17/+0
2011-08-01switch posix_acl_equiv_mode() to umode_t *Gravatar Al Viro 1-4/+1
2011-08-01switch posix_acl_create() to umode_t *Gravatar Al Viro 1-4/+1
2011-07-25fs: take the ACL checks to common codeGravatar Christoph Hellwig 1-17/+1
2011-07-25kill boilerplates around posix_acl_create_masq()Gravatar Al Viro 1-16/+8
2011-07-25kill boilerplate around posix_acl_chmod_masq()Gravatar Al Viro 1-11/+5
2011-07-25vfs: move ACL cache lookup into generic codeGravatar Linus Torvalds 1-12/+7