Commit History

Author SHA1 Message Date
  Al Viro 3767e255b3 switch ->setxattr() to passing dentry and inode separately 9 years ago
  Al Viro 5930122683 switch xattr_handler->set() to passing dentry and inode separately 9 years ago
  Al Viro 0040773bff make xattr_resolve_handlers() safe to use with NULL ->s_xattr 9 years ago
  Andreas Gruenbacher aaf431b4f9 xattr: Fail with -EINVAL for NULL attribute names 9 years ago
  Al Viro ce23e64013 ->getxattr(): pass dentry and inode as separate arguments 9 years ago
  Al Viro b296821a7c xattr_handler: pass dentry and inode as separate arguments of ->get() 9 years ago
  Mateusz Guzik 0e9a7da51b xattr handlers: plug a lock leak in simple_xattr_list 9 years ago
  Al Viro 5955102c99 wrappers for ->i_mutex access 9 years ago
  Linus Torvalds 33caf82acf Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs 9 years ago
  Richard Weinberger 0b2a6f231d fs: xattr: Use kvfree() 9 years ago
  Andreas Gruenbacher 764a5c6b1f xattr handlers: Simplify list operation 9 years ago
  Andreas Gruenbacher c4803c497f nfs: Move call to security_inode_listsecurity into nfs_listxattr 9 years ago
  Andreas Gruenbacher 786534b92f tmpfs: listxattr should include POSIX ACL xattrs 9 years ago
  Andreas Gruenbacher aa7c5241c3 tmpfs: Use xattr handler infrastructure 9 years ago
  Andreas Gruenbacher 98e9cb5711 vfs: Distinguish between full xattr names and proper prefixes 9 years ago
  Andreas Gruenbacher 80602324d5 vfs: Remove vfs_xattr_cmp 9 years ago
  Andreas Gruenbacher e409de992e 9p: xattr simplifications 10 years ago
  Andreas Gruenbacher d9a82a0403 xattr handlers: Pass handler to operations instead of flags 10 years ago
  Dmitry Kasatkin 7c51bb00c4 evm: fix potential race when removing xattrs 10 years ago
  Al Viro 9f45f5bf30 new helper: audit_file() 11 years ago
  Eric Biggers 8cc431165d vfs: Deduplicate code shared by xattr system calls operating on paths 11 years ago
  Hugh Dickins 4e66d445d0 simple_xattr: permit 0-size extended attributes 11 years ago
  Jeff Layton b729d75d19 vfs: make lremovexattr retry once on ESTALE error 12 years ago
  Jeff Layton 12f0621299 vfs: make removexattr retry once on ESTALE 12 years ago
  Jeff Layton bd9bbc9842 vfs: make llistxattr retry once on ESTALE error 12 years ago
  Jeff Layton 10a90cf36e vfs: make listxattr retry once on ESTALE error 12 years ago
  Jeff Layton 3a3e159dbf vfs: make lgetxattr retry once on ESTALE 12 years ago
  Jeff Layton 60e66b48ca vfs: make getxattr retry once on an ESTALE error 12 years ago
  Jeff Layton 49e09e1cc5 vfs: allow lsetxattr() to retry once on ESTALE errors 12 years ago
  Jeff Layton 68f1bb8bb8 vfs: allow setxattr to retry once on ESTALE errors 12 years ago