- 8c6e03f acl: Annotate struct posix_acl with __counted_by() by Thorsten Blum · 4 months ago
- 1aeb6de fs: Use in_group_or_capable() helper to simplify the code by Hongbo Li · 6 months ago
- cc4a875 Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/lsm by Linus Torvalds · 12 months ago
- 9238311 evm: Move to LSM infrastructure by Roberto Sassu · 1 year ago
- 2d705d8 security: Introduce inode_post_remove_acl hook by Roberto Sassu · 1 year ago
- 8b9d0b8 security: Introduce inode_post_set_acl hook by Roberto Sassu · 1 year ago
- a69ce85 filelock: split common fields into struct file_lock_core by Jeff Layton · 1 year, 1 month ago
- 376870a fs: fix doc comment typo fs tree wide by Alexander Mikhalitsyn · 1 year, 2 months ago
- 2276e5b fs: convert to ctime accessor functions by Jeff Layton · 1 year, 8 months ago
- e499214 acl: don't depend on IOP_XATTR by Christian Brauner · 2 years, 1 month ago
- d549b74 fs: rename generic posix acl handlers by Christian Brauner · 2 years, 1 month ago
- f2620f1 xattr: simplify listxattr helpers by Christian Brauner · 2 years, 1 month ago
- 91bc559 Merge tag 'fs.acl.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years ago
- 05e6295f Merge tag 'fs.idmapped.v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years ago
- 4d7ca40 fs: port vfs{g,u}id helpers to mnt_idmap by Christian Brauner · 2 years, 1 month ago
- e67fe63 fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 9452e93 fs: port privilege checking helpers to mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 01beba7 fs: port inode_owner_or_capable() to mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 700b794 fs: port acl to mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 4609e1f fs: port ->permission() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 13e83a4 fs: port ->set_acl() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 7743532 fs: port ->get_acl() to pass mnt_idmap by Christian Brauner · 2 years, 1 month ago
- 5970e15 filelock: move file locking definitions to separate header file by Jeff Layton · 2 years, 3 months ago
- 4e1da8f posix_acl: Use try_cmpxchg in get_acl by Uros Bizjak · 2 years, 2 months ago
- 9b93f50 Merge tag 'fs.idmapped.mnt_idmap.v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/idmapping by Linus Torvalds · 2 years, 2 months ago
- d6fdf29 posix_acl: Fix the type of sentinel in get_acl by Uros Bizjak · 2 years, 3 months ago
- 5a6f52d acl: conver higher-level helpers to rely on mnt_idmap by Christian Brauner · 2 years, 4 months ago
- a351b1f acl: make vfs_posix_acl_to_xattr() static by Christian Brauner · 2 years, 4 months ago
- 0a26bde acl: remove a slew of now unused helpers by Christian Brauner · 2 years, 5 months ago
- 318e668 xattr: use posix acl api by Christian Brauner · 2 years, 5 months ago
- aeb7f00 acl: add vfs_remove_acl() by Christian Brauner · 2 years, 5 months ago
- 4f353ba acl: add vfs_get_acl() by Christian Brauner · 2 years, 5 months ago
- e4cc916 acl: add vfs_set_acl() by Christian Brauner · 2 years, 5 months ago
- cac2f8b fs: rename current get acl method by Christian Brauner · 2 years, 5 months ago
- 138060b fs: pass dentry to set acl method by Christian Brauner · 2 years, 5 months ago
- 27bc50f Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 2 years, 5 months ago
- 36f05ca tmpfs: add support for an i_version counter by Jeff Layton · 2 years, 6 months ago
- 0978c7c acl: fix the comments of posix_acl_xattr_set by Deming Wang · 2 years, 5 months ago
- 52edb40 acl: move idmapping handling into posix_acl_xattr_set() by Christian Brauner · 2 years, 6 months ago
- 6b70fe0 acl: add vfs_set_acl_prepare() by Christian Brauner · 2 years, 6 months ago
- 985a6d0b acl: return EOPNOTSUPP in posix_acl_fix_xattr_common() by Christian Brauner · 2 years, 6 months ago
- abfcf55 acl: handle idmapped mounts for idmapped filesystems by Christian Brauner · 2 years, 6 months ago
- 8043bff acl: make posix_acl_clone() available to overlayfs by Christian Brauner · 2 years, 8 months ago
- e933c15 acl: port to vfs{g,u}id_t by Christian Brauner · 2 years, 8 months ago
- 0c5fd88 acl: move idmapped mount fixup into vfs_{g,s}etxattr() by Christian Brauner · 2 years, 8 months ago
- 705191b fs: fix acl translation by Christian Brauner · 2 years, 10 months ago
- bd30336 fs: support mapped mounts of mapped filesystems by Christian Brauner · 3 years, 3 months ago
- 4472071 fs: use low-level mapping helpers by Christian Brauner · 3 years, 3 months ago
- a793d79 fs: move mapping helpers by Christian Brauner · 3 years, 3 months ago
- d1cef29 fs/posix_acl.c: avoid -Wempty-body warning by Arnd Bergmann · 3 years, 4 months ago
- 332f606 ovl: enable RCU'd ->get_acl() by Miklos Szeredi · 3 years, 6 months ago
- 0cad624 vfs: add rcu argument to ->get_acl() callback by Miklos Szeredi · 3 years, 6 months ago
- 549c729 fs: make helpers idmap mount aware by Christian Brauner · 4 years, 1 month ago
- e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years, 1 month ago
- 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years, 1 month ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years, 1 month ago
- 0558c1b capability: handle idmapped mounts by Christian Brauner · 4 years, 1 month ago
- 63d72b93 vfs: clean up posix_acl_permission() logic aroudn MAY_NOT_BLOCK by Linus Torvalds · 4 years, 9 months ago
- e39e773 fs/posix_acl.c: fix kernel-doc warnings by Randy Dunlap · 5 years ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- 6671726 posix_acl: convert posix_acl.a_refcount from atomic_t to refcount_t by Elena Reshetova · 7 years ago
- 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
- 497de07d tmpfs: clear S_ISGID when setting posix ACLs by Gu Zheng · 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
- e55f1d1 Merge remote-tracking branch 'jk/vfs' into work.misc by Al Viro · 8 years ago
- f334bcd Merge remote-tracking branch 'ovl/misc' into work.misc by Al Viro · 8 years ago
- 2211d5b posix_acl: xattr representation cleanups by Andreas Gruenbacher · 8 years ago
- 078cd82 fs: Replace CURRENT_TIME with current_time() for inode timestamps by Deepa Dinamani · 8 years ago
- 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
- beaf226 posix_acl: don't ignore return value of posix_acl_create_masq() by Miklos Szeredi · 8 years ago
- a867d73 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 9 years ago
- 0d4d717 vfs: Verify acls are valid within superblock's s_user_ns. by Eric W. Biederman · 9 years ago
- 485e71e posix_acl: Add set_posix_acl by Andreas Gruenbacher · 9 years ago
- 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 9 years ago
- b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 9 years ago
- 04c57f4 posix_acl: Unexport acl_by_type and make it static by Andreas Gruenbacher · 9 years ago
- b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 9 years ago
- 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
- 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
- 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 9 years ago
- d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
- dae5f57a vfs: Fix the posix_acl_xattr_list return value by Andreas Gruenbacher · 9 years ago
- c361016 vfs: Check attribute names in posix acl xattr handers by Andreas Gruenbacher · 9 years ago
- c0c3a71 fs/posix_acl.c: make posix_acl_create() safer and cleaner by Dan Carpenter · 10 years ago
- bb668734 VFS: assorted d_backing_inode() annotations by David Howells · 10 years ago
- e36cb0b VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry) by David Howells · 10 years ago
- fed0b58 posix_acl: fix reference leaks in posix_acl_create by Omar Sandoval · 10 years ago
- 50c6e28 posix_acl: handle NULL ACL in posix_acl_equiv_mode by Christoph Hellwig · 11 years ago
- 34917f9 Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw by Linus Torvalds · 11 years ago
- 47ba973 fs: NULL dereference in posix_acl_to_xattr() by Dan Carpenter · 11 years ago
- 789b663 fs: get_acl() must be allowed to return EOPNOTSUPP by Trond Myklebust · 11 years ago
- bf3d846 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
- feda821 fs: remove generic_acl 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
- 2aeccbe fs: add generic xattr_acl handlers by Christoph Hellwig · 11 years ago
- 2982baa fs: add get_acl helper by Christoph Hellwig · 11 years ago
- 5c8ebd5 fs: merge xattr_acl.c into posix_acl.c by Christoph Hellwig · 11 years ago
- 949b9c3 userns: relax the posix_acl_valid() checks by Andreas Gruenbacher · 11 years ago
- 0afaa120 posix_acl: uninlining by Andrew Morton · 11 years ago