1. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  2. 84695ff Merge getxattr prototype change into work.lookups by Al Viro · 8 years ago
  3. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  4. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  5. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 9 years ago
  6. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  7. e282fb7 hfsplus: Remove unused xattr handler list operations by Andreas Gruenbacher · 9 years ago
  8. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  9. db579e7 hfsplus: don't store special "osx" xattr prefix on-disk by Thomas Hebb · 9 years ago
  10. 1ad8d63 fs/hfsplus: use bool instead of int for is_known_namespace() return value by Fabian Frederick · 9 years ago
  11. 5e61473 fs/hfsplus: move xattr_name allocation in hfsplus_setxattr() by Fabian Frederick · 9 years ago
  12. a3cef4c fs/hfsplus: move xattr_name allocation in hfsplus_getxattr() by Fabian Frederick · 9 years ago
  13. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  14. df3d4e7 hfsplus: fix compiler warning on PowerPC by Christian Kujau · 10 years ago
  15. b73f3d0 fs/hfsplus: fix pr_foo() and hfs_dbg formats by Fabian Frederick · 10 years ago
  16. 2cd282a hfsplus: fix "unused node is not erased" error by Sergei Antonov · 10 years ago
  17. bf29e88 hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributes by Hin-Tak Leung · 10 years ago
  18. 017f8da hfsplus: fix worst-case unicode to char conversion of file names and attributes by Hin-Tak Leung · 10 years ago
  19. b168fff hfsplus: use xattr handlers for removexattr by Christoph Hellwig · 10 years ago
  20. 2796e4c hfsplus: remove can_set_xattr by Christoph Hellwig · 10 years ago
  21. b0a7ab5 hfsplus: use generic posix ACL infrastructure by Christoph Hellwig · 10 years ago
  22. a99b706 hfsplus: Fix undefined __divdi3 in hfsplus_init_header_node() by Geert Uytterhoeven · 11 years ago
  23. 95e0d7d hfsplus: implement attributes file creation functionality by Vyacheslav Dubeyko · 11 years ago
  24. 099e924 hfsplus: implement attributes file's header node initialization code by Vyacheslav Dubeyko · 11 years ago
  25. b4c1107 hfsplus: integrate POSIX ACLs support into driver by Vyacheslav Dubeyko · 11 years ago
  26. d614267 hfs/hfsplus: convert printks to pr_<level> by Joe Perches · 11 years ago
  27. 127e5f5 hfsplus: rework functionality of getting, setting and deleting of extended attributes by Vyacheslav Dubeyko · 11 years ago