summaryrefslogtreecommitdiff
path: root/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/util/Diff.java
AgeCommit message (Expand)Author
2018-03-09HDFS-13252. Code refactoring: Remove Diff.ListType.Tsz-Wo Nicholas Sze
2017-05-31HDFS-11901. Modifier 'static' is redundant for inner enums. Contributed by Zh...Brahma Reddy Battula
2013-05-07HDFS-4802. Disallowing snapshot on / twice should throw SnapshotException but...Tsz-wo Sze
2013-05-06HDFS-4798. Update computeContentSummary() for the reference nodes in snapshots.Tsz-wo Sze
2013-04-24HDFS-4738. Changes AbstractINodeDiff to implement Comparable<Integer>, and fi...Tsz-wo Sze
2013-04-24HDFS-4735. DisallowSnapshot throws IllegalStateException for nested snapshott...Tsz-wo Sze
2013-04-22HDFS-4726. Fix test failures after merging the INodeId-INode mapping from tru...Tsz-wo Sze
2013-03-19HDFS-4534. Add INodeReference in order to support rename with snapshots.Tsz-wo Sze
2013-03-12HDFS-4563. Update namespace/diskspace usage after deleting snapshots.Tsz-wo Sze
2013-03-11HDFS-4574. Move Diff to the util package.Tsz-wo Sze