Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-11-08 | ceph: make CRUSH hash function a bucket property | Sage Weil | |
Make the integer hash function a property of the bucket it is used on. This allows us to gracefully add support for new hash functions without starting from scatch. Signed-off-by: Sage Weil <sage@newdream.net> | |||
2009-11-07 | ceph: make CRUSH hash functions non-inline | Sage Weil | |
These are way to big to be inline. I missed crush/* when doing the inline audit for akpm's review. Signed-off-by: Sage Weil <sage@newdream.net> |