summaryrefslogtreecommitdiffstats
path: root/net/ceph/osdmap.c
Commit message (Expand)AuthorAgeFilesLines
* libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov2018-04-021-37/+0
* libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov2018-04-021-4/+2
* libceph: eliminate overflows in ceph_calc_file_object_mapping()Ilya Dryomov2018-04-021-60/+28
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov2017-09-191-10/+25
* libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov2017-08-011-1/+4
* libceph: upmap semantic changesIlya Dryomov2017-08-011-28/+11
* crush: assume weight_set != null imples weight_set_size > 0Ilya Dryomov2017-08-011-0/+4
* libceph: fallback for when there isn't a pool-specific choose_argIlya Dryomov2017-08-011-1/+11
* libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()Ilya Dryomov2017-07-171-1/+1
* libceph: set -EINVAL in one place in crush_decode()Ilya Dryomov2017-07-171-11/+12
* libceph: NULL deref on osdmap_apply_incremental() error pathDan Carpenter2017-07-171-3/+3
* libceph: osd_state is 32 bits wide in luminousIlya Dryomov2017-07-071-9/+20
* libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov2017-07-071-3/+197
* crush: implement weight and id overrides for straw2Ilya Dryomov2017-07-071-1/+1
* libceph: apply_upmap()Ilya Dryomov2017-07-071-2/+95
* libceph: compute actual pgid in ceph_pg_to_up_acting_osds()Ilya Dryomov2017-07-071-6/+6
* libceph: pg_upmap[_items] infrastructureIlya Dryomov2017-07-071-3/+132
* libceph: ceph_decode_skip_* helpersIlya Dryomov2017-07-071-22/+3
* libceph: kill __{insert,lookup,remove}_pg_mapping()Ilya Dryomov2017-07-071-72/+15
* libceph: introduce and switch to decode_pg_mapping()Ilya Dryomov2017-07-071-67/+83
* libceph: don't pass pgid by valueIlya Dryomov2017-07-071-10/+10
* libceph: respect RADOS_BACKOFF backoffsIlya Dryomov2017-07-071-0/+16
* libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov2017-07-071-24/+30
* libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov2017-07-071-4/+3
* libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov2017-07-071-0/+33
* libceph: new pi->last_force_request_resendIlya Dryomov2017-07-071-0/+37
* libceph: handle non-empty dest in ceph_{oloc,oid}_copy()Ilya Dryomov2017-07-071-4/+6
* libceph: NULL deref on crush_decode() error pathDan Carpenter2017-05-231-0/+1
* libceph: don't set weight to IN when OSD is destroyedIlya Dryomov2017-03-071-1/+0
* libceph: fix crush_decode() for older mapsIlya Dryomov2017-03-071-2/+1
* libceph: don't go through with the mapping if the PG is too wideIlya Dryomov2017-02-201-2/+8
* crush: merge working data and scratchIlya Dryomov2017-02-201-6/+8
* crush: remove mutable part of CRUSH mapIlya Dryomov2017-02-201-5/+42
* libceph: add osdmap_set_crush() helperIlya Dryomov2017-02-201-20/+16
* 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