summaryrefslogtreecommitdiffstats
path: root/net/ceph/osdmap.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: rados pool namespace supportYan, Zheng2016-07-281-6/+46
* libceph: define new ceph_file_layout structureYan, Zheng2016-07-281-3/+3
* libceph: apply new_state before new_up_client on incrementalsIlya Dryomov2016-07-221-43/+113
* libceph: use %s instead of %pE in dout()sIlya Dryomov2016-05-301-2/+2
* libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov2016-05-261-5/+18
* libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov2016-05-261-0/+121
* libceph: pi->min_size, pi->last_force_request_resendIlya Dryomov2016-05-261-1/+47
* libceph: make pgid_cmp() globalIlya Dryomov2016-05-261-11/+12
* libceph: rename ceph_calc_pg_primary()Ilya Dryomov2016-05-261-4/+5
* libceph: ceph_osds, ceph_pg_to_up_acting_osds()Ilya Dryomov2016-05-261-125/+179
* libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov2016-05-261-15/+16
* libceph: nuke unused fields and functionsIlya Dryomov2016-05-261-2/+1
* libceph: variable-sized ceph_object_idIlya Dryomov2016-05-261-1/+92
* crush: decode and initialize chooseleaf_stableIlya Dryomov2016-02-041-5/+14
* libceph: set 'exists' flag for newly up osdYan, Zheng2015-09-081-1/+1
* crush: fix a bug in tree bucket decodeIlya Dryomov2015-07-011-1/+1
* crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov2015-04-221-0/+25
* 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-041-0/+2
* libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting()Ilya Dryomov2014-04-041-75/+4
* libceph: add support for osd primary affinityIlya Dryomov2014-04-041-0/+68
* libceph: add support for primary_temp mappingsIlya Dryomov2014-04-041-1/+6
* libceph: return primary from ceph_calc_pg_acting()Ilya Dryomov2014-04-041-8/+12
* libceph: switch ceph_calc_pg_acting() to new helpersIlya Dryomov2014-04-041-13/+38
* libceph: introduce apply_temps() helperIlya Dryomov2014-04-041-0/+52
* libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpersIlya Dryomov2014-04-041-0/+76
* libceph: primary_affinity decode bitsIlya Dryomov2014-04-041-0/+72
* libceph: primary_affinity infrastructureIlya Dryomov2014-04-041-0/+47
* libceph: primary_temp decode bitsIlya Dryomov2014-04-041-0/+69
* libceph: primary_temp infrastructureIlya Dryomov2014-04-041-1/+9
* libceph: generalize ceph_pg_mappingIlya Dryomov2014-04-041-4/+4
* libceph: introduce get_osdmap_client_data_v()Ilya Dryomov2014-04-041-16/+65
* libceph: introduce decode{,_new}_pg_temp() and switch to themIlya Dryomov2014-04-041-72/+67
* libceph: switch osdmap_set_max_osd() to krealloc()Ilya Dryomov2014-04-041-15/+17
* libceph: introduce decode{,_new}_pools() and switch to themIlya Dryomov2014-04-041-37/+57
* libceph: rename __decode_pool{,_names}() to decode_pool{,_names}()Ilya Dryomov2014-04-041-6/+8
* libceph: fix and clarify ceph_decode_need() sizesIlya Dryomov2014-04-041-6/+7
* libceph: nuke bogus encoding version check in osdmap_apply_incremental()Ilya Dryomov2014-04-041-5/+4
* libceph: fixup error handling in osdmap_apply_incremental()Ilya Dryomov2014-04-041-32/+34
* libceph: fix crush_decode() call site in osdmap_decode()Ilya Dryomov2014-04-041-5/+2
* libceph: check length of osdmap osd arraysIlya Dryomov2014-04-041-4/+10
* libceph: safely decode max_osd value in osdmap_decode()Ilya Dryomov2014-04-041-2/+4
* libceph: fixup error handling in osdmap_decode()Ilya Dryomov2014-04-041-26/+27
* libceph: split osdmap allocation and decode stepsIlya Dryomov2014-04-041-15/+29
* libceph: dump osdmap and enhance output on decode errorsIlya Dryomov2014-04-041-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