- 6961fed xattr: fix kernel-doc for mnt_userns and vfs xattr helpers by Randy Dunlap · 3 years, 10 months ago
- ba73d98 namei: handle idmapped mounts in may_*() helpers by Christian Brauner · 4 years ago
- 71bc356 commoncap: handle idmapped mounts by Christian Brauner · 4 years ago
- c7c7a1a1 xattr: handle idmapped mounts by Tycho Andersen · 4 years ago
- e65ce2a acl: handle idmapped mounts by Christian Brauner · 4 years ago
- 21cb47b inode: make init and permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 47291ba namei: make permission helpers idmapped mount aware by Christian Brauner · 4 years ago
- 7c03e2c vfs: move cap_convert_nscap() call into vfs_setxattr() by Miklos Szeredi · 4 years ago
- da5c1c0 fs/xattr.c: fix kernel-doc warnings for setxattr & removexattr by Randy Dunlap · 4 years, 2 months ago
- cab8d28 xattr: add a function to check if a namespace is supported by Frank van der Linden · 4 years, 6 months ago
- 08b5d50 xattr: break delegations in {set,remove}xattr by Frank van der Linden · 4 years, 6 months ago
- 772b314 xattr: fix uninitialized out-param by Daniel Xu · 4 years, 9 months ago
- a46a229 kernfs: Add removed_size out param for simple_xattr_set by Daniel Xu · 4 years, 10 months ago
- fdc8522 kernfs: kvmalloc xattr value instead of kmalloc by Daniel Xu · 4 years, 10 months ago
- 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
- ffc4c92 sysfs: Do not return POSIX ACL xattrs via listxattr by Andreas Gruenbacher · 6 years ago
- 4def196 Merge branch 'userns-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- 82c9a92 getxattr: use correct xattr length by Christian Brauner · 7 years ago
- 6742cee Revert "ovl: don't allow writing ioctl on lower layer" by Miklos Szeredi · 6 years ago
- eb91537 vfs: delete unnecessary assignment in vfs_listxattr by Chengguang Xu · 7 years ago
- 2220c5b make xattr_getsecurity() static by Al Viro · 7 years ago
- 57e7ba0 lsm: fix smack_inode_removexattr and xattr_getsecurity memleak by Casey Schaufler · 7 years ago
- c353f88 Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/vfs by Linus Torvalds · 7 years ago
- 7c6893e ovl: don't allow writing ioctl on lower layer by Miklos Szeredi · 7 years ago
- 8db6c34 Introduce v3 namespaced file capabilities by Serge E. Hallyn · 8 years ago
- 752ade6 treewide: use kv[mz]alloc* rather than opencoded variants by Michal Hocko · 8 years ago
- 81be3de fs/xattr.c: zero out memory copied to userspace in getxattr by Michal Hocko · 8 years ago
- 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
- 4a59015 xattr: Fix setting security xattrs on sockfs by Andreas Gruenbacher · 8 years ago
- fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- 6c6ef9f xattr: Stop calling {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
- bf3ee71 vfs: Check for the IOP_XATTR flag in listxattr by Andreas Gruenbacher · 8 years ago
- 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
- 5f6e59a vfs: Use IOP_XATTR flag for bad-inode handling by Andreas Gruenbacher · 8 years ago
- d0a5b99 vfs: Add IOP_XATTR inode operations flag by Andreas Gruenbacher · 8 years ago
- b6ba117 vfs: Move xattr_resolve_name to the front of fs/xattr.c by Andreas Gruenbacher · 8 years ago
- 5d18cbf xattr: Remove unnecessary NULL attribute name check by Andreas Gruenbacher · 8 years ago
- 0bd23d09 vfs: Don't modify inodes with a uid or gid unknown to the vfs by Eric W. Biederman · 8 years ago
- 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 9 years ago
- 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 9 years ago
- 0040773 make xattr_resolve_handlers() safe to use with NULL ->s_xattr by Al Viro · 9 years ago
- aaf431b xattr: Fail with -EINVAL for NULL attribute names by Andreas Gruenbacher · 9 years ago
- ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 9 years ago
- b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 9 years ago
- 0e9a7da xattr handlers: plug a lock leak in simple_xattr_list by Mateusz Guzik · 9 years ago
- 5955102 wrappers for ->i_mutex access by Al Viro · 9 years ago
- 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
- 0b2a6f2 fs: xattr: Use kvfree() by Richard Weinberger · 9 years ago
- 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 9 years ago
- c4803c4 nfs: Move call to security_inode_listsecurity into nfs_listxattr by Andreas Gruenbacher · 9 years ago
- 786534b tmpfs: listxattr should include POSIX ACL xattrs by Andreas Gruenbacher · 9 years ago
- aa7c524 tmpfs: Use xattr handler infrastructure by Andreas Gruenbacher · 9 years ago
- 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
- 8060232 vfs: Remove vfs_xattr_cmp by Andreas Gruenbacher · 9 years ago
- e409de9 9p: xattr simplifications by Andreas Gruenbacher · 9 years ago
- d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
- 7c51bb00 evm: fix potential race when removing xattrs by Dmitry Kasatkin · 10 years ago
- 9f45f5b new helper: audit_file() by Al Viro · 10 years ago
- 8cc4311 vfs: Deduplicate code shared by xattr system calls operating on paths by Eric Biggers · 10 years ago
- 4e66d44 simple_xattr: permit 0-size extended attributes by Hugh Dickins · 10 years ago
- b729d75 vfs: make lremovexattr retry once on ESTALE error by Jeff Layton · 12 years ago
- 12f0621 vfs: make removexattr retry once on ESTALE by Jeff Layton · 12 years ago
- bd9bbc9 vfs: make llistxattr retry once on ESTALE error by Jeff Layton · 12 years ago
- 10a90cf vfs: make listxattr retry once on ESTALE error by Jeff Layton · 12 years ago
- 3a3e159 vfs: make lgetxattr retry once on ESTALE by Jeff Layton · 12 years ago
- 60e66b4 vfs: make getxattr retry once on an ESTALE error by Jeff Layton · 12 years ago
- 49e09e1 vfs: allow lsetxattr() to retry once on ESTALE errors by Jeff Layton · 12 years ago
- 68f1bb8 vfs: allow setxattr to retry once on ESTALE errors by Jeff Layton · 12 years ago
- 4338584 fs, xattr: fix bug when removing a name not in xattr list by David Rientjes · 12 years ago
- bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
- 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
- aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
- 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
- 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
- 2f6f065 userns: Convert vfs posix_acl support to use kuids and kgids by Eric W. Biederman · 13 years ago
- b9d6cfd xattr: mark variable as uninitialized to make both gcc and smatch happy by Aristeu Rozanski · 12 years ago
- 4895768 fs: add missing documentation to simple_xattr functions by Aristeu Rozanski · 12 years ago
- 2ab51f3 vfs: extend vfs_removexattr locking by Mimi Zohar · 14 years ago
- 38f3865 xattr: extract simple_xattr code from tmpfs by Aristeu Rozanski · 12 years ago
- 779302e fs/xattr.c:getxattr(): improve handling of allocation failures by Sasha Levin · 12 years ago
- 7449af1 switch xattr syscalls to fget_light/fput_light by Al Viro · 13 years ago
- 44c8249 fs/xattr.c:setxattr(): improve handling of allocation failures by Andrew Morton · 13 years ago
- 0d08d7b fs/xattr.c:listxattr(): fall back to vmalloc() if kmalloc() failed by Andrew Morton · 13 years ago
- 703bf2d fs/xattr.c: suppress page allocation failure warnings from sys_listxattr() by Dave Jones · 13 years ago
- 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 13 years ago
- 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 13 years ago
- c7b87de evm: evm_inode_post_removexattr by Mimi Zohar · 14 years ago
- 1601fba xattr: define vfs_getxattr_alloc and vfs_xattr_cmp by Mimi Zohar · 14 years ago
- 69b4573 Cache xattr security drop check for write v2 by Andi Kleen · 14 years ago
- 55b23bd xattr: Fix error results for non-existent / invisible attributes by Andreas Gruenbacher · 14 years ago
- df7e130 vfs: Pass setxattr(2) flags properly by Jan Kara · 14 years ago
- 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 14 years ago
- bb43545 fs: xattr_handler table should be const by Stephen Hemminger · 15 years ago
- 431547b sanitize xattr handler prototypes by Christoph Hellwig · 15 years ago
- b1ab7e4 VFS: Factor out part of vfs_setxattr so it can be called from the SELinux hook for inode_setsecctx. by David P. Quigley · 15 years ago
- 96029c4 fs: introduce mnt_clone_write by npiggin@suse.de · 16 years ago
- 3939fcd xattr: use memdup_user() by Li Zefan · 16 years ago
- 6a6160a [CVE-2009-0029] System call wrappers part 13 by Heiko Carstens · 16 years ago
- 64fd1de [CVE-2009-0029] System call wrappers part 12 by Heiko Carstens · 16 years ago
- 2ed7c03 [CVE-2009-0029] Convert all system calls to return a long by Heiko Carstens · 16 years ago