| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-24 | btrfs: apply the AUTO_K(V)FREE macros throughout the code | Miquel Sabaté Solà | 1 | -15/+10 |
| 2024-03-04 | btrfs: remove unused included headers | David Sterba | 1 | -1/+0 |
| 2023-01-19 | fs: port acl to mnt_idmap | Christian Brauner | 1 | -2/+1 |
| 2023-01-19 | fs: port ->set_acl() to pass mnt_idmap | Christian Brauner | 1 | -1/+2 |
| 2022-12-12 | Merge tag 'for-6.2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav... | Linus Torvalds | 1 | -1/+1 |
| 2022-12-05 | btrfs: move acl prototypes into acl.h | Josef Bacik | 1 | -1/+1 |
| 2022-10-19 | fs: pass dentry to set acl method | Christian Brauner | 1 | -1/+2 |
| 2022-05-16 | btrfs: reserve correct number of items for inode creation | Omar Sandoval | 1 | -34/+2 |
| 2022-05-16 | btrfs: remove unused mnt_userns parameter from __btrfs_set_acl | Omar Sandoval | 1 | -4/+3 |
| 2021-09-02 | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+4 |
| 2021-08-23 | btrfs: handle ACLs on idmapped mounts | Christian Brauner | 1 | -5/+6 |
| 2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 1 | -1/+4 |
| 2021-01-24 | fs: make helpers idmap mount aware | Christian Brauner | 1 | -1/+2 |
| 2021-01-24 | acl: handle idmapped mounts | Christian Brauner | 1 | -1/+2 |
| 2019-04-29 | btrfs: cleanup btrfs_setxattr_trans and drop transaction parameter | Anand Jain | 1 | -1/+1 |
| 2019-04-29 | btrfs: split btrfs_setxattr calls regarding transaction | Anand Jain | 1 | -1/+5 |
| 2019-04-29 | btrfs: rename btrfs_setxattr to btrfs_setxattr_trans | Anand Jain | 1 | -1/+1 |
| 2019-02-25 | Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl | Filipe Manana | 1 | -0/+9 |
| 2018-08-06 | btrfs: remove unnecessary curly braces in btrfs_get_acl | Chengguang Xu | 1 | -4/+3 |
| 2018-08-06 | btrfs: avoid error code override in btrfs_get_acl | Chengguang Xu | 1 | -1/+1 |
| 2018-08-06 | btrfs: remove unnecessary -ERANGE check in btrfs_get_acl | Chengguang Xu | 1 | -1/+1 |
| 2018-08-06 | btrfs: replace empty string with NULL when getting attribute length in btrfs_... | Chengguang Xu | 1 | -1/+1 |
| 2018-08-06 | btrfs: return error instead of crash when detecting unexpected type in btrfs_... | Chengguang Xu | 1 | -1/+1 |
| 2018-04-12 | btrfs: replace GPL boilerplate by SPDX -- sources | David Sterba | 1 | -14/+1 |
| 2018-03-31 | btrfs: remove stale comments about fs_mutex | David Sterba | 1 | -8/+0 |
| 2018-03-26 | btrfs: drop underscores from exported xattr functions | David Sterba | 1 | -3/+3 |
| 2017-08-21 | btrfs: preserve i_mode if __btrfs_set_acl() fails | Ernesto A. Fernández | 1 | -1/+5 |
| 2017-06-29 | btrfs: Don't clear SGID when inheriting ACLs | Jan Kara | 1 | -6/+7 |
| 2016-09-22 | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 1 | -4/+2 |
| 2016-07-26 | btrfs: Replace -ENOENT by -ERANGE in btrfs_get_acl() | Salah Triki | 1 | -2/+1 |
| 2016-03-31 | posix_acl: Inode acl caching fixes | Andreas Gruenbacher | 1 | -3/+0 |
| 2016-01-18 | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
| 2015-12-06 | posix acls: Remove duplicate xattr name definitions | Andreas Gruenbacher | 1 | -4/+4 |
| 2015-12-03 | btrfs: use GFP_KERNEL for xattr and acl allocations | David Sterba | 1 | -2/+2 |
| 2014-06-09 | btrfs: remove useless ACL check | ZhangZhen | 1 | -7/+0 |
| 2014-01-25 | btrfs: use generic posix ACL infrastructure | Christoph Hellwig | 1 | -124/+18 |
| 2014-01-25 | fs: make posix_acl_create more useful | Christoph Hellwig | 1 | -1/+1 |
| 2014-01-25 | fs: make posix_acl_chmod more useful | Christoph Hellwig | 1 | -1/+1 |
| 2013-11-11 | Btrfs: fix incorrect inode acl reset | Filipe David Borba Manana | 1 | -1/+1 |
| 2012-12-16 | Btrfs: skip adding an acl attribute if we don't have to | Liu Bo | 1 | -0/+2 |
| 2012-09-18 | userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr | Eric W. Biederman | 1 | -4/+4 |
| 2012-05-30 | Btrfs: cache no acl on new inodes | Josef Bacik | 1 | -0/+4 |
| 2011-10-20 | Btrfs: fix return value of btrfs_get_acl() | Tsutomu Itoh | 1 | -10/+7 |
| 2011-08-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -17/+0 |
| 2011-08-01 | Btrfs: make acl functions really no-op if acl is not enabled | Li Zefan | 1 | -17/+0 |
| 2011-08-01 | switch posix_acl_equiv_mode() to umode_t * | Al Viro | 1 | -4/+1 |
| 2011-08-01 | switch posix_acl_create() to umode_t * | Al Viro | 1 | -4/+1 |
| 2011-07-25 | fs: take the ACL checks to common code | Christoph Hellwig | 1 | -17/+1 |
| 2011-07-25 | kill boilerplates around posix_acl_create_masq() | Al Viro | 1 | -16/+8 |
| 2011-07-25 | kill boilerplate around posix_acl_chmod_masq() | Al Viro | 1 | -11/+5 |
| 2011-07-25 | vfs: move ACL cache lookup into generic code | Linus Torvalds | 1 | -12/+7 |
| 2011-07-20 | ->permission() sanitizing: don't pass flags to ->check_acl() | Al Viro | 1 | -1/+1 |
| 2011-07-20 | ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() | Al Viro | 1 | -2/+1 |
| 2011-05-22 | Merge branch 'cleanups' of git://repo.or.cz/linux-2.6/btrfs-unstable into ino... | Chris Mason | 1 | -1/+1 |
| 2011-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -2/+3 |
| 2011-05-14 | Prevent oopsing in posix_acl_valid() | Daniel J Blueman | 1 | -2/+3 |
| 2011-05-02 | btrfs: unify checking of IS_ERR and null | David Sterba | 1 | -1/+1 |
| 2011-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -4/+5 |
| 2011-04-13 | Btrfs: Check validity before setting an acl | Miao Xie | 1 | -4/+5 |
| 2011-03-23 | userns: rename is_owner_or_cap to inode_owner_or_capable | Serge E. Hallyn | 1 | -1/+1 |
| 2011-02-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -0/+6 |
| 2011-01-28 | Merge branch 'bug-fixes' of git://repo.or.cz/linux-btrfs-devel into btrfs-38 | Chris Mason | 1 | -0/+6 |
| 2011-01-27 | Btrfs: Don't return acl info when mounting with noacl option | Miao Xie | 1 | -0/+6 |
| 2011-01-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -1/+3 |
| 2011-01-16 | btrfs: Mem leak in btrfs_get_acl() | Jesper Juhl | 1 | -1/+3 |
| 2011-01-07 | btrfs: provide simple rcu-walk ACL implementation | Nick Piggin | 1 | -9/+12 |
| 2011-01-07 | fs: provide rcu-walk aware permission i_ops | Nick Piggin | 1 | -2/+4 |
| 2010-06-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 1 | -0/+8 |
| 2010-06-11 | Btrfs: handle ERR_PTR from posix_acl_from_xattr() | Dan Carpenter | 1 | -0/+2 |
| 2010-06-11 | Btrfs: prohibit a operation of changing acl's mask when noacl mount option used | Shi Weihua | 1 | -0/+3 |
| 2010-06-11 | Btrfs: should add a permission check for setfacl | Shi Weihua | 1 | -0/+3 |
| 2010-05-21 | btrfs: constify xattr_handler | Stephen Hemminger | 1 | -2/+2 |
| 2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
| 2010-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -0/+1 |
| 2010-01-28 | Btrfs: fix a memory leak in btrfs_init_acl | Yang Hongyang | 1 | -0/+1 |
| 2010-01-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable | Linus Torvalds | 1 | -5/+7 |
| 2010-01-17 | Btrfs: deal with NULL acl sent to btrfs_set_acl | Chris Mason | 1 | -5/+7 |
| 2009-12-17 | Merge branch btrfs-master into for-linus | Chris Mason | 1 | -10/+13 |
| 2009-12-17 | Btrfs: Pass transaction handle to security and ACL initialization functions | Yan, Zheng | 1 | -10/+13 |
| 2009-12-16 | sanitize xattr handler prototypes | Christoph Hellwig | 1 | -35/+12 |
| 2009-10-13 | Btrfs: fix btrfs acl #ifdef checks | Chris Mason | 1 | -3/+3 |
| 2009-09-29 | Btrfs: Use CONFIG_BTRFS_POSIX_ACL to enable ACL code | Chris Ball | 1 | -3/+3 |
| 2009-06-24 | helpers for acl caching + switch to those | Al Viro | 1 | -35/+9 |
| 2009-06-24 | switch btrfs to inode->i_acl | Al Viro | 1 | -7/+7 |
| 2009-06-10 | Fix btrfs when ACLs are configured out | Al Viro | 1 | -5/+0 |
| 2009-04-27 | Btrfs: fix acl caching | Chris Mason | 1 | -5/+13 |
| 2009-03-31 | New helper - current_umask() | Al Viro | 1 | -1/+1 |
| 2009-01-05 | Btrfs: Fix checkpatch.pl warnings | Chris Mason | 1 | -3/+2 |
| 2008-09-25 | Btrfs: optimize btrget/set/removexattr | Christoph Hellwig | 1 | -9/+11 |
| 2008-09-25 | btrfs: optmize listxattr | Christoph Hellwig | 1 | -2/+0 |
| 2008-09-25 | Btrfs: compile when posix acl's are disabled | Josef Bacik | 1 | -0/+21 |
| 2008-09-25 | Btrfs: Add ACL support | Josef Bacik | 1 | -35/+261 |
| 2008-09-25 | Btrfs: Include sched.h in the acl code for current (fixes compile on 2.6.23) | Chris Mason | 1 | -0/+1 |
| 2008-09-25 | Btrfs: Fix compile on 2.6.22 kernel | Yan | 1 | -0/+5 |
| 2008-09-25 | Btrfs: Implement ACLs setting and getting | Yan | 1 | -29/+44 |
| 2008-09-25 | Btrfs: Make ACLs return EOPNOTSUPP for now | Josef Bacik | 1 | -0/+18 |
| 2008-09-25 | xattr support for btrfs | Josef Bacik | 1 | -0/+66 |