- 815409a Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 3 years, 4 months ago
- 0560f31 xfs: convert mount flags to features by Dave Chinner · 3 years, 4 months ago
- 0cad624 vfs: add rcu argument to ->get_acl() callback by Miklos Szeredi · 3 years, 4 months ago
- f736d93 xfs: support idmapped mounts by Christoph Hellwig · 4 years ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years ago
- e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
- 5d24ec4c xfs: open code updating i_mode in xfs_set_acl by Christoph Hellwig · 4 years, 1 month ago
- 8ca79df xfs: Remove kmem_zalloc_large() by Carlos Maiolino · 4 years, 4 months ago
- ed02d13 xfs: only allocate the buffer size actually needed in __xfs_set_acl by Christoph Hellwig · 4 years, 10 months ago
- d5f0f49 xfs: clean up the attr flag confusion by Christoph Hellwig · 4 years, 10 months ago
- 5a3930e xfs: improve xfs_forget_acl by Christoph Hellwig · 4 years, 10 months ago
- d49db18 xfs: remove ATTR_ALLOC and XFS_DA_OP_ALLOCVAL by Christoph Hellwig · 4 years, 10 months ago
- e5171d7 xfs: pass an initialized xfs_da_args to xfs_attr_get by Christoph Hellwig · 4 years, 10 months ago
- a254462 xfs: pass an initialized xfs_da_args structure to xfs_attr_set by Christoph Hellwig · 4 years, 10 months ago
- 0eb81a5 xfs: merge xfs_attr_remove into xfs_attr_set by Christoph Hellwig · 4 years, 10 months ago
- ba8adad xfs: remove the kuid/kgid conversion wrappers by Christoph Hellwig · 4 years, 10 months ago
- d29f781 xfs: Remove all strlen in all xfs_attr_* functions for attr names. by Allison Henderson · 5 years ago
- 5f213dd xfs: fix missing header includes by Darrick J. Wong · 5 years ago
- a5155b8 xfs: always log corruption errors by Darrick J. Wong · 5 years ago
- ddbca70 xfs: allocate xattr buffer on demand by Dave Chinner · 5 years ago
- 707e0dd fs: xfs: Remove KM_NOSLEEP and KM_SLEEP. by Tetsuo Handa · 5 years ago
- 250d4b4 xfs: remove unused header files by Eric Sandeen · 6 years ago
- 5467b34 xfs: move xfs_ino_geometry to xfs_shared.h by Darrick J. Wong · 6 years ago
- 0b61f8a xfs: convert to SPDX license tags by Dave Chinner · 7 years ago
- 67f2ffe xfs: don't change inode mode if ACL update fails by Dave Chinner · 7 years ago
- 8ba3587 xfs: Don't clear SGID when inheriting ACLs by Jan Kara · 8 years ago
- 101105b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
- c2050a4 fs: Replace current_fs_time() with current_time() by Deepa Dinamani · 8 years ago
- 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
- b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 9 years ago
- 5d92b75 xfs: Change how listxattr generates synthetic attributes by Andreas Gruenbacher · 9 years ago
- edfb8ebc xfs: Fix error path in xfs_get_acl by Andreas Gruenbacher · 9 years ago
- 86a21c7 xfs: Validate the length of on-disk ACLs by Andreas Gruenbacher · 9 years ago
- bb58e61 xfs: move most of xfs_sb.h to xfs_format.h by Christoph Hellwig · 10 years ago
- 4fb6e8a xfs: merge xfs_ag.h into xfs_format.h by Christoph Hellwig · 10 years ago
- 2451337 xfs: global error sign conversion by Dave Chinner · 11 years ago
- 4ae69fe xfs: return -E2BIG if hit the maximum size limits of ACLs by Jie Liu · 11 years ago
- 2401dc2 xfs: use generic posix ACL infrastructure by Christoph Hellwig · 11 years ago
- 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 11 years ago
- 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 11 years ago
- a4fbe6a xfs: decouple inode and bmap btree header files by Dave Chinner · 11 years ago
- fdd3cce xfs: factor all the kmalloc-or-vmalloc fallback allocations by Dave Chinner · 11 years ago
- 2dc164f xfs: fix memory allocation failures with ACLs by Dave Chinner · 11 years ago
- 288bbe0 xfs: convert kuid_t to/from uid_t in ACLs by Dwight Engen · 11 years ago
- 9356fe2 xfs: make struct xfs_perag kernel only by Dave Chinner · 11 years ago
- c24b5df xfs: kill xfs_vnodeops.[ch] by Dave Chinner · 11 years ago
- 7fd36c4 xfs: split out transaction reservation code by Dave Chinner · 11 years ago
- 6943283 xfs: split out inode log item format definition by Dave Chinner · 11 years ago
- 0a8aa19 xfs: increase number of ACL entries for V5 superblocks by Dave Chinner · 12 years ago
- 5f3a4a28 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
- 093019c xfs: fix acl count validation in xfs_acl_from_disk() by Xi Wang · 13 years ago
- fa8b18e xfs: validate acl count by Christoph Hellwig · 13 years ago
- c59d87c xfs: remove subdirectories by Christoph Hellwig · 13 years ago[Renamed from fs/xfs/linux-2.6/xfs_acl.c]
- d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
- d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
- 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
- 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
- bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
- 6311b10 xfs: cache negative ACLs if there is no attribute fork by Christoph Hellwig · 13 years ago
- e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
- bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
- 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 14 years ago
- 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 14 years ago
- c4ed424 xfs: split xfs_setattr by Christoph Hellwig · 13 years ago
- 880566e xfs: provide simple rcu-walk ACL implementation by Nick Piggin · 14 years ago
- b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 14 years ago
- cca28fb xfs: split xfs_itrace_entry by Christoph Hellwig · 15 years ago
- 46e5876 xfs: constify xattr_handler by Stephen Hemminger · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- a9273ca xfs: convert attr to use unsigned names by Dave Chinner · 15 years ago
- d6d59ba xfs: fix timestamp handling in xfs_setattr by Christoph Hellwig · 15 years ago
- 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
- 0b1b213 xfs: event tracing support by Christoph Hellwig · 15 years ago
- 1cbd20d switch xfs to generic acl caching helpers by Al Viro · 16 years ago
- ef14f0c xfs: use generic Posix ACL code by Christoph Hellwig · 16 years ago