1. 38f2b4a Merge 4.9.132 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  2. 8e9817c sysfs: Do not return POSIX ACL xattrs via listxattr by Andreas Gruenbacher · 6 years ago
  3. a8c1ea6 Merge 4.9.126 into android-4.9 by Greg Kroah-Hartman · 6 years ago
  4. 6fdad64 getxattr: use correct xattr length by Christian Brauner · 6 years ago
  5. 29eadc4 ANDROID: xattr: Pass EOPNOTSUPP to permission2 by Daniel Rosenberg · 6 years ago
  6. 88c195d lsm: fix smack_inode_removexattr and xattr_getsecurity memleak by Casey Schaufler · 7 years ago
  7. 9a6bb7b fs/xattr.c: zero out memory copied to userspace in getxattr by Michal Hocko · 7 years ago
  8. 4a59015 xattr: Fix setting security xattrs on sockfs by Andreas Gruenbacher · 7 years ago
  9. fd50eca vfs: Remove {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  10. 6c6ef9f xattr: Stop calling {get,set,remove}xattr inode operations by Andreas Gruenbacher · 8 years ago
  11. bf3ee71 vfs: Check for the IOP_XATTR flag in listxattr by Andreas Gruenbacher · 8 years ago
  12. 5d6c319 xattr: Add __vfs_{get,set,remove}xattr helpers by Andreas Gruenbacher · 8 years ago
  13. 5f6e59a vfs: Use IOP_XATTR flag for bad-inode handling by Andreas Gruenbacher · 8 years ago
  14. d0a5b99 vfs: Add IOP_XATTR inode operations flag by Andreas Gruenbacher · 8 years ago
  15. b6ba117 vfs: Move xattr_resolve_name to the front of fs/xattr.c by Andreas Gruenbacher · 8 years ago
  16. 5d18cbf xattr: Remove unnecessary NULL attribute name check by Andreas Gruenbacher · 8 years ago
  17. 0bd23d09 vfs: Don't modify inodes with a uid or gid unknown to the vfs by Eric W. Biederman · 8 years ago
  18. 3767e25 switch ->setxattr() to passing dentry and inode separately by Al Viro · 8 years ago
  19. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  20. 0040773 make xattr_resolve_handlers() safe to use with NULL ->s_xattr by Al Viro · 8 years ago
  21. aaf431b xattr: Fail with -EINVAL for NULL attribute names by Andreas Gruenbacher · 8 years ago
  22. ce23e64 ->getxattr(): pass dentry and inode as separate arguments by Al Viro · 8 years ago
  23. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  24. 0e9a7da xattr handlers: plug a lock leak in simple_xattr_list by Mateusz Guzik · 8 years ago
  25. 5955102 wrappers for ->i_mutex access by Al Viro · 8 years ago
  26. 33caf82 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  27. 0b2a6f2 fs: xattr: Use kvfree() by Richard Weinberger · 8 years ago
  28. 764a5c6 xattr handlers: Simplify list operation by Andreas Gruenbacher · 8 years ago
  29. c4803c4 nfs: Move call to security_inode_listsecurity into nfs_listxattr by Andreas Gruenbacher · 8 years ago
  30. 786534b tmpfs: listxattr should include POSIX ACL xattrs by Andreas Gruenbacher · 8 years ago
  31. aa7c524 tmpfs: Use xattr handler infrastructure by Andreas Gruenbacher · 8 years ago
  32. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 8 years ago
  33. 8060232 vfs: Remove vfs_xattr_cmp by Andreas Gruenbacher · 8 years ago
  34. e409de9 9p: xattr simplifications by Andreas Gruenbacher · 9 years ago
  35. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  36. 7c51bb0 evm: fix potential race when removing xattrs by Dmitry Kasatkin · 9 years ago
  37. 9f45f5b new helper: audit_file() by Al Viro · 10 years ago
  38. 8cc4311 vfs: Deduplicate code shared by xattr system calls operating on paths by Eric Biggers · 10 years ago
  39. 4e66d44 simple_xattr: permit 0-size extended attributes by Hugh Dickins · 10 years ago
  40. b729d75 vfs: make lremovexattr retry once on ESTALE error by Jeff Layton · 11 years ago
  41. 12f0621 vfs: make removexattr retry once on ESTALE by Jeff Layton · 11 years ago
  42. bd9bbc9 vfs: make llistxattr retry once on ESTALE error by Jeff Layton · 11 years ago
  43. 10a90cf vfs: make listxattr retry once on ESTALE error by Jeff Layton · 11 years ago
  44. 3a3e159 vfs: make lgetxattr retry once on ESTALE by Jeff Layton · 11 years ago
  45. 60e66b4 vfs: make getxattr retry once on an ESTALE error by Jeff Layton · 11 years ago
  46. 49e09e1 vfs: allow lsetxattr() to retry once on ESTALE errors by Jeff Layton · 11 years ago
  47. 68f1bb8 vfs: allow setxattr to retry once on ESTALE errors by Jeff Layton · 11 years ago
  48. 4338584 fs, xattr: fix bug when removing a name not in xattr list by David Rientjes · 12 years ago
  49. bfcec70 audit: set the name_len in audit_inode for parent lookups by Jeff Layton · 12 years ago
  50. 88265322 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 12 years ago
  51. aab174f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  52. 437589a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  53. 2903ff0 switch simple cases of fget_light to fdget by Al Viro · 12 years ago
  54. 2f6f065 userns: Convert vfs posix_acl support to use kuids and kgids by Eric W. Biederman · 12 years ago
  55. b9d6cfd xattr: mark variable as uninitialized to make both gcc and smatch happy by Aristeu Rozanski · 12 years ago
  56. 4895768 fs: add missing documentation to simple_xattr functions by Aristeu Rozanski · 12 years ago
  57. 2ab51f3 vfs: extend vfs_removexattr locking by Mimi Zohar · 13 years ago
  58. 38f3865 xattr: extract simple_xattr code from tmpfs by Aristeu Rozanski · 12 years ago
  59. 779302e fs/xattr.c:getxattr(): improve handling of allocation failures by Sasha Levin · 12 years ago
  60. 7449af1 switch xattr syscalls to fget_light/fput_light by Al Viro · 12 years ago
  61. 44c8249 fs/xattr.c:setxattr(): improve handling of allocation failures by Andrew Morton · 12 years ago
  62. 0d08d7b fs/xattr.c:listxattr(): fall back to vmalloc() if kmalloc() failed by Andrew Morton · 12 years ago
  63. 703bf2d fs/xattr.c: suppress page allocation failure warnings from sys_listxattr() by Dave Jones · 12 years ago
  64. 630d9c4 fs: reduce the use of module.h wherever possible by Paul Gortmaker · 12 years ago
  65. 2a79f17 vfs: mnt_drop_write_file() by Al Viro · 12 years ago
  66. c7b87de evm: evm_inode_post_removexattr by Mimi Zohar · 13 years ago
  67. 1601fba xattr: define vfs_getxattr_alloc and vfs_xattr_cmp by Mimi Zohar · 13 years ago
  68. 69b4573 Cache xattr security drop check for write v2 by Andi Kleen · 13 years ago
  69. 55b23bd xattr: Fix error results for non-existent / invisible attributes by Andreas Gruenbacher · 13 years ago
  70. df7e130 vfs: Pass setxattr(2) flags properly by Jan Kara · 13 years ago
  71. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  72. bb43545 fs: xattr_handler table should be const by Stephen Hemminger · 14 years ago
  73. 431547b sanitize xattr handler prototypes by Christoph Hellwig · 14 years ago
  74. 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
  75. 96029c4 fs: introduce mnt_clone_write by npiggin@suse.de · 15 years ago
  76. 3939fcd xattr: use memdup_user() by Li Zefan · 15 years ago
  77. 6a6160a [CVE-2009-0029] System call wrappers part 13 by Heiko Carstens · 15 years ago
  78. 64fd1de [CVE-2009-0029] System call wrappers part 12 by Heiko Carstens · 15 years ago
  79. 2ed7c03 [CVE-2009-0029] Convert all system calls to return a long by Heiko Carstens · 15 years ago
  80. acfa438 inode->i_op is never NULL by Al Viro · 15 years ago
  81. 2d8f303 [PATCH] sanitize __user_walk_fd() et.al. by Al Viro · 16 years ago
  82. f419a2e [PATCH] kill nameidata passing to permission(), rename to inode_permission() by Al Viro · 16 years ago
  83. 8f0cfa5 xattr: add missing consts to function arguments by David Howells · 16 years ago
  84. 934b25c [PATCH] remove unused label in xattr.c (noise from ro-bind) by Al Viro · 16 years ago
  85. 18f335a [PATCH] r/o bind mounts: elevate write count for xattr_permission() callers by Dave Hansen · 16 years ago
  86. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  87. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  88. 4bea580 VFS: Reorder vfs_getxattr to avoid unnecessary calls to the LSM by David P. Quigley · 16 years ago
  89. 4249259 VFS/Security: Rework inode_getsecurity and callers to return resulting buffer by David P. Quigley · 16 years ago
  90. 5a190ae [PATCH] pass dentry to audit_inode()/audit_inode_child() by Al Viro · 17 years ago
  91. 3bd858a Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check by Satyam Sharma · 17 years ago
  92. 510f400 [PATCH] audit inode for all xattr syscalls by Amy Griffis · 17 years ago
  93. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  94. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 17 years ago
  95. f1f2d87 [PATCH] Fix user.* xattr permission check for sticky dirs by Andreas Gruenbacher · 17 years ago
  96. 659564c [PATCH] Introduce vfs_listxattr by Bill Nottingham · 18 years ago
  97. 9c937dc [PATCH] log more info for directory entry change events by Amy Griffis · 18 years ago
  98. 73241cc [PATCH] Collect more inode information during syscall processing. by Amy Griffis · 18 years ago
  99. e0ad7b0 [PATCH] move xattr permission checks into the VFS by akpm@osdl.org · 18 years ago
  100. 5be196e [PATCH] add vfs_* helpers for xattr operations by Christoph Hellwig · 18 years ago