summaryrefslogtreecommitdiff
path: root/include/linux/ceph/osdmap.h (unfollow)
Commit message (Expand)Author
2014-04-04libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov
2014-04-04libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov
2014-04-04libceph: ceph_can_shift_osds(pool) and pool type definesIlya Dryomov
2014-04-04libceph: ceph_osd_{exists,is_up,is_down}(osd) definitionsIlya Dryomov
2014-04-04libceph: primary_affinity infrastructureIlya Dryomov
2014-04-04libceph: primary_temp infrastructureIlya Dryomov
2014-04-04libceph: generalize ceph_pg_mappingIlya Dryomov
2014-04-04libceph: split osdmap allocation and decode stepsIlya Dryomov
2014-04-03libceph: a per-osdc crush scratch bufferIlya Dryomov
2014-01-27libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov
2014-01-27libceph: add ceph_pg_pool_by_id()Ilya Dryomov
2014-01-27libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov
2014-01-27libceph: introduce and start using oid abstractionIlya Dryomov
2014-01-27libceph: move ceph_file_layout helpers to ceph_fs.hIlya Dryomov
2014-01-27libceph: start using oloc abstractionIlya Dryomov
2013-05-01libceph: define ceph_decode_pgid() only onceAlex Elder
2013-05-01libceph: rename ceph_calc_object_layout()Alex Elder
2013-02-26libceph: add support for HASHPSPOOL pool flagSage Weil
2013-02-26libceph: calculate placement based on the internal data typesSage Weil
2013-02-26ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil
2013-02-26libceph: decode into cpu-native ceph_pg typeSage Weil
2013-02-26libceph: rename ceph_pg -> ceph_pg_v1Sage Weil
2013-01-17libceph: pass length to ceph_calc_file_object_mapping()Alex Elder
2012-11-01libceph: define ceph_pg_pool_name_by_id()Alex Elder
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in kernel syst...David Howells
2012-10-01libceph: check for invalid mappingSage Weil
2012-05-07ceph: drop support for preferred_osd pgsSage Weil
2010-10-20ceph: factor out libceph from Ceph file systemYehuda Sadeh
2010-10-20ceph: lookup pool in osdmap by nameYehuda Sadeh
2010-05-11ceph: resubmit requests on pg mapping change (not just primary change)Sage Weil
2010-04-09ceph: decode v5 of osdmap (pool names) [protocol change]Sage Weil
2010-02-17ceph: use rbtree for pg pools; decode new osdmap formatSage Weil
2009-11-04ceph: fix endian conversions for ceph_pgSage Weil
2009-10-06ceph: OSD clientSage Weil