1. 2b0143b VFS: normal filesystems (and lustre): d_inode() annotations by David Howells · 9 years ago
  2. 37bc153 fs: make posix_acl_create more useful by Christoph Hellwig · 11 years ago
  3. 5bf3258 fs: make posix_acl_chmod more useful by Christoph Hellwig · 11 years ago
  4. 3592ac4 9p: switch v9fs_set_create_acl() to inode+fid, do it before d_instantiate() by Al Viro · 11 years ago
  5. 5fa6300 9p: split dropping the acls from v9fs_set_create_acl() by Al Viro · 11 years ago
  6. be308f0 9p: switch v9fs_acl_chmod() from dentry to inode+fid by Al Viro · 11 years ago
  7. 0f235ca 9p: switch v9fs_set_acl() from dentry to fid by Al Viro · 11 years ago
  8. 7f165aa 9p: lift the call of set_cached_acl() into the callers of v9fs_set_acl() by Al Viro · 11 years ago
  9. 5f3a4a2 userns: Pass a userns parameter into posix_acl_to_xattr and posix_acl_from_xattr by Eric W. Biederman · 12 years ago
  10. d695212 switch posix_acl_equiv_mode() to umode_t * by Al Viro · 13 years ago
  11. d3fb612 switch posix_acl_create() to umode_t * by Al Viro · 13 years ago
  12. e08dc13 p9: avoid unused variable warning by Linus Torvalds · 13 years ago
  13. 4e34e71 fs: take the ACL checks to common code by Christoph Hellwig · 13 years ago
  14. 826cae2 kill boilerplates around posix_acl_create_masq() by Al Viro · 13 years ago
  15. bc26ab5 kill boilerplate around posix_acl_chmod_masq() by Al Viro · 13 years ago
  16. ebbb0ef 9p: do no return 0 from ->check_acl without actually checking by Christoph Hellwig · 13 years ago
  17. e77819e vfs: move ACL cache lookup into generic code by Linus Torvalds · 13 years ago
  18. 1ec95bf 9p: close ACL leaks by Al Viro · 13 years ago
  19. 7e40145 ->permission() sanitizing: don't pass flags to ->check_acl() by Al Viro · 13 years ago
  20. 9c2c703 ->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl() by Al Viro · 13 years ago
  21. 2e14967 userns: rename is_owner_or_cap to inode_owner_or_capable by Serge E. Hallyn · 13 years ago
  22. 42869c8 fs/9p: Add v9fs_dentry2v9ses by Aneesh Kumar K.V · 13 years ago
  23. 5ffc0cb fs/9p: Add inode hashing by Aneesh Kumar K.V · 13 years ago
  24. e782ef7 [fs/9P] Add posixacl mount option by Venkateswararao Jujjuri (JV) · 13 years ago
  25. d344b0f [fs/9p] Initialze cached acls both in cached/uncached mode. by Venkateswararao Jujjuri (JV) · 13 years ago
  26. c61fa0d [fs/9p] Plug potential acl leak by Venkateswararao Jujjuri (JV) · 13 years ago
  27. 6f81c11 fs/9p: Fix the return error on default acl removal by Aneesh Kumar K.V · 14 years ago
  28. 009ca38 fs/9p: Remove unnecessary semicolons by Joe Perches · 14 years ago
  29. b74c79e fs: provide rcu-walk aware permission i_ops by Nick Piggin · 13 years ago
  30. 76381a4 fs/9p: Add access = client option to opt in acl evaluation. by Aneesh Kumar K.V · 14 years ago
  31. ad77dbc fs/9p: Implement create time inheritance by Aneesh Kumar K.V · 14 years ago
  32. 6e8dc55 fs/9p: Update ACL on chmod by Aneesh Kumar K.V · 14 years ago
  33. 22d8dcd fs/9p: Implement setting posix acl by Aneesh Kumar K.V · 14 years ago
  34. 7a4566b fs/9p: Add xattr callbacks for POSIX ACL by Aneesh Kumar K.V · 14 years ago
  35. 85ff872 fs/9p: Implement POSIX ACL permission checking function by Aneesh Kumar K.V · 14 years ago