summaryrefslogtreecommitdiffstats
path: root/net/ceph/osdmap.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: Convert pr_warning to pr_warnJoe Perches2014-10-141-10/+10
* libceph: fix a use after free issue in osdmap_set_max_osdLi RongQing2014-10-141-16/+16
* crush: decode and initialize chooseleaf_vary_rIlya Dryomov2014-05-161-0/+5
* libceph: fix non-default values check in apply_primary_affinity()Ilya Dryomov2014-04-281-4/+5
* libceph: output primary affinity values on osdmap updatesIlya Dryomov2014-04-051-0/+2
* libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Ilya Dryomov2014-04-051-75/+4Star
* libceph: add support for osd primary affinityIlya Dryomov2014-04-051-0/+68
* libceph: add support for primary_temp mappingsIlya Dryomov2014-04-051-1/+6
* libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov2014-04-051-8/+12
* libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov2014-04-051-13/+38
* libceph: introduce apply_temps() helperIlya Dryomov2014-04-051-0/+52
* libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpersIlya Dryomov2014-04-051-0/+76
* libceph: primary_affinity decode bitsIlya Dryomov2014-04-051-0/+72
* libceph: primary_affinity infrastructureIlya Dryomov2014-04-051-0/+47
* libceph: primary_temp decode bitsIlya Dryomov2014-04-051-0/+69
* libceph: primary_temp infrastructureIlya Dryomov2014-04-051-1/+9
* libceph: generalize ceph_pg_mappingIlya Dryomov2014-04-051-4/+4
* libceph: introduce get_osdmap_client_data_v()Ilya Dryomov2014-04-051-16/+65
* libceph: introduce decode{,_new}_pg_temp() and switch to themIlya Dryomov2014-04-051-72/+67Star
* libceph: switch osdmap_set_max_osd() to krealloc()Ilya Dryomov2014-04-051-15/+17
* libceph: introduce decode{,_new}_pools() and switch to themIlya Dryomov2014-04-051-37/+57
* libceph: rename __decode_pool{,_names}() to decode_pool{,_names}()Ilya Dryomov2014-04-051-6/+8
* libceph: fix and clarify ceph_decode_need() sizesIlya Dryomov2014-04-051-6/+7
* libceph: nuke bogus encoding version check in osdmap_apply_incremental()Ilya Dryomov2014-04-051-5/+4Star
* libceph: fixup error handling in osdmap_apply_incremental()Ilya Dryomov2014-04-051-32/+34
* libceph: fix crush_decode() call site in osdmap_decode()Ilya Dryomov2014-04-051-5/+2Star
* libceph: check length of osdmap osd arraysIlya Dryomov2014-04-051-4/+10
* libceph: safely decode max_osd value in osdmap_decode()Ilya Dryomov2014-04-051-2/+4
* libceph: fixup error handling in osdmap_decode()Ilya Dryomov2014-04-051-26/+27
* libceph: split osdmap allocation and decode stepsIlya Dryomov2014-04-051-15/+29
* libceph: dump osdmap and enhance output on decode errorsIlya Dryomov2014-04-051-6/+15
* libceph: a per-osdc crush scratch bufferIlya Dryomov2014-04-031-9/+16
* libceph: follow {read,write}_tier fields on osd request submissionIlya Dryomov2014-01-271-3/+25
* libceph: add ceph_pg_pool_by_id()Ilya Dryomov2014-01-271-0/+5
* libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg()Ilya Dryomov2014-01-271-12/+17
* crush: eliminate CRUSH_MAX_SET result size limitationIlya Dryomov2013-12-311-3/+13
* crush: pass weight vector size to map functionIlya Dryomov2013-12-311-1/+1
* libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calcSage Weil2013-09-041-1/+1
* libceph: define ceph_decode_pgid() only onceAlex Elder2013-05-021-20/+2Star
* libceph: rename ceph_calc_object_layout()Alex Elder2013-05-021-14/+9Star
* libceph: fix decoding of pgidsSage Weil2013-03-111-13/+29
* libceph: add support for HASHPSPOOL pool flagSage Weil2013-02-271-13/+26
* libceph: calculate placement based on the internal data typesSage Weil2013-02-271-13/+5Star
* ceph: update support for PGID64, PGPOOL3, OSDENC protocol featuresSage Weil2013-02-271-76/+86
* libceph: decode into cpu-native ceph_pg typeSage Weil2013-02-271-35/+43
* libceph: rename ceph_pg -> ceph_pg_v1Sage Weil2013-02-271-9/+9
* libceph: fix undefined behavior when using snprintf()Cong Ding2013-01-261-18/+10Star
* libceph: pass length to ceph_calc_file_object_mapping()Alex Elder2013-01-171-5/+4Star
* libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is f...Jim Schutt2013-01-171-0/+6
* libceph: define ceph_pg_pool_name_by_id()Alex Elder2012-11-011-0/+16