aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ceph/types.h
Commit message (Collapse)AuthorAgeFilesLines
* ceph: make object hash a pg_pool propertySage Weil2009-11-061-0/+1
| | | | | | | | | 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>
* ceph: client typesSage Weil2009-10-061-0/+28
We first define constants, types, and prototypes for the kernel client proper. A few subsystems are defined separately later: the MDS, OSD, and monitor clients, and the messaging layer. Signed-off-by: Sage Weil <sage@newdream.net>