| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 2022-12-12 | 1 | -1/+1 |
|\ |
|
| * | btrfs: move acl prototypes into acl.h | Josef Bacik | 2022-12-05 | 1 | -1/+1 |
* | | fs: pass dentry to set acl method | Christian Brauner | 2022-10-19 | 1 | -1/+2 |
|/ |
|
* | btrfs: reserve correct number of items for inode creation | Omar Sandoval | 2022-05-16 | 1 | -34/+2 |
* | btrfs: remove unused mnt_userns parameter from __btrfs_set_acl | Omar Sandoval | 2022-05-16 | 1 | -4/+3 |
* | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2021-09-02 | 1 | -1/+4 |
|\ |
|
| * | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 2021-08-18 | 1 | -1/+4 |
* | | btrfs: handle ACLs on idmapped mounts | Christian Brauner | 2021-08-23 | 1 | -5/+6 |
|/ |
|
* | fs: make helpers idmap mount aware | Christian Brauner | 2021-01-24 | 1 | -1/+2 |
* | acl: handle idmapped mounts | Christian Brauner | 2021-01-24 | 1 | -1/+2 |
* | btrfs: cleanup btrfs_setxattr_trans and drop transaction parameter | Anand Jain | 2019-04-29 | 1 | -1/+1 |
* | btrfs: split btrfs_setxattr calls regarding transaction | Anand Jain | 2019-04-29 | 1 | -1/+5 |
* | btrfs: rename btrfs_setxattr to btrfs_setxattr_trans | Anand Jain | 2019-04-29 | 1 | -1/+1 |
* | Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl | Filipe Manana | 2019-02-25 | 1 | -0/+9 |
* | btrfs: remove unnecessary curly braces in btrfs_get_acl | Chengguang Xu | 2018-08-06 | 1 | -4/+3 |
* | btrfs: avoid error code override in btrfs_get_acl | Chengguang Xu | 2018-08-06 | 1 | -1/+1 |
* | btrfs: remove unnecessary -ERANGE check in btrfs_get_acl | Chengguang Xu | 2018-08-06 | 1 | -1/+1 |
* | btrfs: replace empty string with NULL when getting attribute length in btrfs_... | Chengguang Xu | 2018-08-06 | 1 | -1/+1 |
* | btrfs: return error instead of crash when detecting unexpected type in btrfs_... | Chengguang Xu | 2018-08-06 | 1 | -1/+1 |
* | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 2018-04-12 | 1 | -14/+1 |
* | btrfs: remove stale comments about fs_mutex | David Sterba | 2018-03-31 | 1 | -8/+0 |
* | btrfs: drop underscores from exported xattr functions | David Sterba | 2018-03-26 | 1 | -3/+3 |
* | btrfs: preserve i_mode if __btrfs_set_acl() fails | Ernesto A. Fernández | 2017-08-21 | 1 | -1/+5 |
* | btrfs: Don't clear SGID when inheriting ACLs | Jan Kara | 2017-06-29 | 1 | -6/+7 |
* | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 2016-09-22 | 1 | -4/+2 |
* | btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl() | Salah Triki | 2016-07-26 | 1 | -2/+1 |
* | posix_acl: Inode acl caching fixes | Andreas Gruenbacher | 2016-03-31 | 1 | -3/+0 |
* | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2016-01-18 | 1 | -2/+2 |
|\ |
|
| * | btrfs: use GFP_KERNEL for xattr and acl allocations | David Sterba | 2015-12-03 | 1 | -2/+2 |
* | | posix acls: Remove duplicate xattr name definitions | Andreas Gruenbacher | 2015-12-06 | 1 | -4/+4 |
|/ |
|
* | btrfs: remove useless ACL check | ZhangZhen | 2014-06-09 | 1 | -7/+0 |
* | btrfs: use generic posix ACL infrastructure | Christoph Hellwig | 2014-01-25 | 1 | -124/+18 |
* | fs: make posix_acl_create more useful | Christoph Hellwig | 2014-01-25 | 1 | -1/+1 |
* | fs: make posix_acl_chmod more useful | Christoph Hellwig | 2014-01-25 | 1 | -1/+1 |
* | Btrfs: fix incorrect inode acl reset | Filipe David Borba Manana | 2013-11-11 | 1 | -1/+1 |
* | Btrfs: skip adding an acl attribute if we don't have to | Liu Bo | 2012-12-16 | 1 | -0/+2 |
* | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr | Eric W. Biederman | 2012-09-18 | 1 | -4/+4 |
* | Btrfs: cache no acl on new inodes | Josef Bacik | 2012-05-30 | 1 | -0/+4 |
* | Btrfs: fix return value of btrfs_get_acl() | Tsutomu Itoh | 2011-10-20 | 1 | -10/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2011-08-02 | 1 | -17/+0 |
|\ |
|
| * | Btrfs: make acl functions really no-op if acl is not enabled | Li Zefan | 2011-08-01 | 1 | -17/+0 |
* | | switch posix_acl_equiv_mode() to umode_t * | Al Viro | 2011-08-01 | 1 | -4/+1 |
* | | switch posix_acl_create() to umode_t * | Al Viro | 2011-08-01 | 1 | -4/+1 |
* | | fs: take the ACL checks to common code | Christoph Hellwig | 2011-07-25 | 1 | -17/+1 |
* | | kill boilerplates around posix_acl_create_masq() | Al Viro | 2011-07-25 | 1 | -16/+8 |
* | | kill boilerplate around posix_acl_chmod_masq() | Al Viro | 2011-07-25 | 1 | -11/+5 |
* | | vfs: move ACL cache lookup into generic code | Linus Torvalds | 2011-07-25 | 1 | -12/+7 |
* | | ->permission() sanitizing: don't pass flags to ->check_acl() | Al Viro | 2011-07-20 | 1 | -1/+1 |
* | | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() | Al Viro | 2011-07-20 | 1 | -2/+1 |
|/ |
|
* | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino... | Chris Mason | 2011-05-22 | 1 | -1/+1 |
|\ |
|