1. f779172 9p: acl: fix uninitialized iattr access by Dominique Martinet · 6 years ago
  2. f5ca890 9p: fix a potential acl leak by Cong Wang · 7 years ago
  3. 0739310 posix_acl: Clear SGID bit when setting file permissions by Jan Kara · 8 years ago
  4. 0d4d717 vfs: Verify acls are valid within superblock's s_user_ns. by Eric W. Biederman · 8 years ago
  5. 5930122 switch xattr_handler->set() to passing dentry and inode separately by Al Viro · 8 years ago
  6. b296821 xattr_handler: pass dentry and inode as separate arguments of ->get() by Al Viro · 8 years ago
  7. b8a7a3a posix_acl: Inode acl caching fixes by Andreas Gruenbacher · 8 years ago
  8. 98e9cb5 vfs: Distinguish between full xattr names and proper prefixes by Andreas Gruenbacher · 8 years ago
  9. 97d7929 posix acls: Remove duplicate xattr name definitions by Andreas Gruenbacher · 8 years ago
  10. e409de9 9p: xattr simplifications by Andreas Gruenbacher · 9 years ago
  11. d9a82a0 xattr handlers: Pass handler to operations instead of flags by Andreas Gruenbacher · 9 years ago
  12. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  13. 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 10 years ago
  14. 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 10 years ago
  15. 3592ac4 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate() by Al Viro · 11 years ago
  16. 5fa6300 9p: split dropping the acls from v9fs_set_create_acl() by Al Viro · 11 years ago
  17. be308f0 9p: switch v9fs_acl_chmod() from dentry to inode+fid by Al Viro · 11 years ago
  18. 0f235ca 9p: switch v9fs_set_acl() from dentry to fid by Al Viro · 11 years ago
  19. 7f165aa 9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl() by Al Viro · 11 years ago
  20. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  21. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  22. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  23. e08dc13 p9: avoid unused variable warning by Linus Torvalds · 13 years ago
  24. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  25. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  26. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  27. ebbb0ef 9p: do no return 0 from ->check_acl without actually checking by Christoph Hellwig · 13 years ago
  28. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  29. 1ec95bf 9p: close ACL leaks by Al Viro · 13 years ago
  30. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  31. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  32. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  33. 42869c8 fs/9p: Add v9fs_dentry2v9ses by Aneesh Kumar K.V · 13 years ago
  34. 5ffc0cb fs/9p: Add inode hashing by Aneesh Kumar K.V · 13 years ago
  35. e782ef7 [fs/9P] Add posixacl mount option by Venkateswararao Jujjuri (JV) · 13 years ago
  36. d344b0f [fs/9p] Initialze cached acls both in cached/uncached mode. by Venkateswararao Jujjuri (JV) · 13 years ago
  37. c61fa0d [fs/9p] Plug potential acl leak by Venkateswararao Jujjuri (JV) · 13 years ago
  38. 6f81c11 fs/9p: Fix the return error on default acl removal by Aneesh Kumar K.V · 13 years ago
  39. 009ca38 fs/9p: Remove unnecessary semicolons by Joe Perches · 14 years ago
  40. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  41. 76381a4 fs/9p: Add access = client option to opt in acl evaluation. by Aneesh Kumar K.V · 14 years ago
  42. ad77dbc fs/9p: Implement create time inheritance by Aneesh Kumar K.V · 14 years ago
  43. 6e8dc55 fs/9p: Update ACL on chmod by Aneesh Kumar K.V · 14 years ago
  44. 22d8dcd fs/9p: Implement setting posix acl by Aneesh Kumar K.V · 14 years ago
  45. 7a4566b fs/9p: Add xattr callbacks for POSIX ACL by Aneesh Kumar K.V · 14 years ago
  46. 85ff872 fs/9p: Implement POSIX ACL permission checking function by Aneesh Kumar K.V · 14 years ago