CHANGES-HDFS-4685.txt 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. Hadoop HDFS Change Log for HDFS-4685
  2. HDFS-4685 (Unreleased)
  3. INCOMPATIBLE CHANGES
  4. NEW FEATURES
  5. IMPROVEMENTS
  6. HADOOP-10185. FileSystem API for ACLs. (cnauroth)
  7. HADOOP-10186. Remove AclReadFlag and AclWriteFlag in FileSystem API.
  8. (Haohui Mai via cnauroth)
  9. HDFS-5596. Implement RPC stubs. (Haohui Mai via cnauroth)
  10. HDFS-5685. Implement ACL as a INode feature. (Haohui Mai via cnauroth)
  11. HDFS-5618. NameNode: persist ACLs in fsimage. (Haohui Mai via cnauroth)
  12. HDFS-5619. NameNode: record ACL modifications to edit log.
  13. (Haohui Mai via cnauroth)
  14. HADOOP-10187. FsShell CLI: add getfacl and setfacl with minimal support for
  15. getting and setting ACLs. (Vinay via cnauroth)
  16. HADOOP-10192. FileSystem#getAclStatus has incorrect JavaDocs. (cnauroth)
  17. HDFS-5673. Implement logic for modification of ACLs. (cnauroth)
  18. HADOOP-10220. Add ACL indicator bit to FsPermission. (cnauroth)
  19. HDFS-5758. NameNode: complete implementation of inode modifications for
  20. ACLs. (Chris Nauroth via wheat9)
  21. HDFS-5612. NameNode: change all permission checks to enforce ACLs in
  22. addition to permissions. (Chris Nauroth via wheat9)
  23. HDFS-5613. NameNode: implement handling of ACLs in combination with
  24. symlinks. (Chris Nauroth via wheat9)
  25. HDFS-5615. NameNode: implement handling of ACLs in combination with sticky
  26. bit. (Chris Nauroth via wheat9)
  27. HADOOP-10241. Clean up output of FsShell getfacl. (Chris Nauroth via wheat9)
  28. HDFS-5702. FsShell Cli: Add XML based End-to-End test for getfacl and
  29. setfacl commands. (Vinay via cnauroth)
  30. HDFS-5608. WebHDFS: implement ACL APIs.
  31. (Sachin Jose and Renil Joseph via cnauroth)
  32. HDFS-5614. NameNode: implement handling of ACLs in combination with
  33. snapshots. (cnauroth)
  34. HDFS-5858. Refactor common ACL test cases to be run through multiple
  35. FileSystem implementations. (cnauroth)
  36. HDFS-5860. Refactor INodeDirectory getDirectoryXFeature methods to use
  37. common getFeature helper method. (Jing Zhao via cnauroth)
  38. HDFS-5861. Add CLI test for Ls output for extended ACL marker.
  39. (Vinay via cnauroth)
  40. HDFS-5616. NameNode: implement default ACL handling. (cnauroth)
  41. OPTIMIZATIONS
  42. BUG FIXES
  43. HDFS-5737. Replacing only the default ACL can fail to copy unspecified base
  44. entries from the access ACL. (cnauroth)
  45. HDFS-5739. ACL RPC must allow null name or unspecified permissions in ACL
  46. entries. (cnauroth)
  47. HADOOP-10213. Fix bugs parsing ACL spec in FsShell setfacl.
  48. (Vinay via cnauroth)
  49. HDFS-5799. Make audit logging consistent across ACL APIs. (cnauroth)
  50. HADOOP-10277. setfacl -x fails to parse ACL spec if trying to remove the
  51. mask entry. (Vinay via cnauroth)
  52. HDFS-5849. Removing ACL from an inode fails if it has only a default ACL.
  53. (cnauroth)
  54. HADOOP-10270. getfacl does not display effective permissions of masked
  55. entries. (cnauroth)