aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/README (follow)
AgeCommit message (Collapse)AuthorFilesLines
2009-11-06ceph: make object hash a pg_pool propertySage Weil1-0/+2
The object will be hashed to a placement seed (ps) based on the pg_pool's hash function. This allows new hashes to be introduced into an existing object store, or selection of a hash appropriate to the objects that will be stored in a particular pool. Signed-off-by: Sage Weil <sage@newdream.net>
2009-11-06ceph: make CRUSH hash functions non-inlineSage Weil1-0/+1
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>
2009-10-06ceph: document shared files in READMESage Weil1-0/+17
Document files shared between kernel and user code trees. Signed-off-by: Sage Weil <sage@newdream.net>