Age | Commit message (Expand) | Author | Files | Lines |
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-10-19 | fs: pass dentry to set acl method | Christian Brauner | 1 | -1/+2 |
2022-05-27 | xfs: move xfs_attr_use_log_assist usage out of libxfs | Darrick J. Wong | 1 | -1/+2 |
2022-05-12 | xfs: separate out initial attr_set states | Dave Chinner | 1 | -2/+2 |
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-19 | xfs: convert mount flags to features | Dave Chinner | 1 | -1/+1 |
2021-08-18 | vfs: add rcu argument to ->get_acl() callback | Miklos Szeredi | 1 | -1/+4 |
2021-01-24 | xfs: support idmapped mounts | Christoph Hellwig | 1 | -2/+1 |
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 |
2020-12-12 | xfs: open code updating i_mode in xfs_set_acl | Christoph Hellwig | 1 | -18/+22 |
2020-09-16 | xfs: Remove kmem_zalloc_large() | Carlos Maiolino | 1 | -1/+1 |
2020-03-03 | xfs: only allocate the buffer size actually needed in __xfs_set_acl | Christoph Hellwig | 1 | -6/+1 |
2020-03-03 | xfs: clean up the attr flag confusion | Christoph Hellwig | 1 | -2/+2 |
2020-03-03 | xfs: improve xfs_forget_acl | Christoph Hellwig | 1 | -0/+16 |
2020-03-03 | xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL | Christoph Hellwig | 1 | -10/+10 |
2020-03-03 | xfs: pass an initialized xfs_da_args to xfs_attr_get | Christoph Hellwig | 1 | -19/+16 |
2020-03-03 | xfs: pass an initialized xfs_da_args structure to xfs_attr_set | Christoph Hellwig | 1 | -15/+18 |
2020-03-03 | xfs: merge xfs_attr_remove into xfs_attr_set | Christoph Hellwig | 1 | -21/+12 |
2020-03-03 | xfs: remove the kuid/kgid conversion wrappers | Christoph Hellwig | 1 | -4/+8 |
2020-01-09 | xfs: Remove all strlen in all xfs_attr_* functions for attr names. | Allison Henderson | 1 | -4/+7 |
2019-11-08 | xfs: fix missing header includes | Darrick J. Wong | 1 | -1/+2 |
2019-11-05 | xfs: always log corruption errors | Darrick J. Wong | 1 | -3/+12 |
2019-08-31 | xfs: allocate xattr buffer on demand | Dave Chinner | 1 | -8/+4 |
2019-08-26 | fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. | Tetsuo Handa | 1 | -2/+2 |
2019-06-29 | xfs: remove unused header files | Eric Sandeen | 1 | -3/+0 |
2019-06-29 | xfs: move xfs_ino_geometry to xfs_shared.h | Darrick J. Wong | 1 | -0/+1 |
2018-06-07 | xfs: convert to SPDX license tags | Dave Chinner | 1 | -13/+1 |
2017-10-11 | xfs: don't change inode mode if ACL update fails | Dave Chinner | 1 | -6/+16 |
2017-06-28 | xfs: Don't clear SGID when inheriting ACLs | Jan Kara | 1 | -3/+3 |
2016-10-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
2016-09-28 | fs: Replace current_fs_time() with current_time() | Deepa Dinamani | 1 | -1/+1 |
2016-09-22 | posix_acl: Clear SGID bit when setting file permissions | Jan Kara | 1 | -9/+4 |
2016-03-31 | posix_acl: Inode acl caching fixes | Andreas Gruenbacher | 1 | -14/+6 |
2015-12-07 | xfs: Change how listxattr generates synthetic attributes | Andreas Gruenbacher | 1 | -23/+0 |
2015-11-10 | xfs: Fix error path in xfs_get_acl | Andreas Gruenbacher | 1 | -0/+1 |
2015-11-03 | xfs: Validate the length of on-disk ACLs | Andreas Gruenbacher | 1 | -5/+8 |
2014-11-28 | xfs: move most of xfs_sb.h to xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-11-28 | xfs: merge xfs_ag.h into xfs_format.h | Christoph Hellwig | 1 | -1/+0 |
2014-06-25 | xfs: global error sign conversion | Dave Chinner | 1 | -4/+4 |
2014-02-07 | xfs: return -E2BIG if hit the maximum size limits of ACLs | Jie Liu | 1 | -1/+1 |
2014-01-26 | xfs: use generic posix ACL infrastructure | Christoph Hellwig | 1 | -143/+8 |
2014-01-26 | fs: make posix_acl_create more useful | Christoph Hellwig | 1 | -2/+2 |
2014-01-26 | fs: make posix_acl_chmod more useful | Christoph Hellwig | 1 | -1/+1 |
2013-10-24 | xfs: decouple inode and bmap btree header files | Dave Chinner | 1 | -4/+4 |
2013-09-10 | xfs: factor all the kmalloc-or-vmalloc fallback allocations | Dave Chinner | 1 | -20/+8 |
2013-09-10 | xfs: fix memory allocation failures with ACLs | Dave Chinner | 1 | -10/+22 |
2013-08-15 | xfs: convert kuid_t to/from uid_t in ACLs | Dwight Engen | 1 | -4/+16 |
2013-08-13 | xfs: make struct xfs_perag kernel only | Dave Chinner | 1 | -0/+1 |