summaryrefslogtreecommitdiff
path: root/net/ceph/osdmap.c
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-19libceph: don't allow bidirectional swap of pg-upmap-itemsIlya Dryomov
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalIlya Dryomov
2017-08-01libceph: upmap semantic changesIlya Dryomov
2017-08-01crush: assume weight_set != null imples weight_set_size > 0Ilya Dryomov
2017-08-01libceph: fallback for when there isn't a pool-specific choose_argIlya Dryomov
2017-07-17libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()Ilya Dryomov
2017-07-17libceph: set -EINVAL in one place in crush_decode()Ilya Dryomov
2017-07-17libceph: NULL deref on osdmap_apply_incremental() error pathDan Carpenter
2017-07-07libceph: osd_state is 32 bits wide in luminousIlya Dryomov
2017-07-07libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Ilya Dryomov
2017-07-07crush: implement weight and id overrides for straw2Ilya Dryomov
2017-07-07libceph: apply_upmap()Ilya Dryomov
2017-07-07libceph: compute actual pgid in ceph_pg_to_up_acting_osds()Ilya Dryomov
2017-07-07libceph: pg_upmap[_items] infrastructureIlya Dryomov
2017-07-07libceph: ceph_decode_skip_* helpersIlya Dryomov
2017-07-07libceph: kill __{insert,lookup,remove}_pg_mapping()Ilya Dryomov
2017-07-07libceph: introduce and switch to decode_pg_mapping()Ilya Dryomov
2017-07-07libceph: don't pass pgid by valueIlya Dryomov
2017-07-07libceph: respect RADOS_BACKOFF backoffsIlya Dryomov
2017-07-07libceph: avoid unnecessary pi lookups in calc_target()Ilya Dryomov
2017-07-07libceph: resend on PG splits if OSD has RESEND_ON_SPLITIlya Dryomov
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Ilya Dryomov
2017-07-07libceph: new pi->last_force_request_resendIlya Dryomov
2017-07-07libceph: handle non-empty dest in ceph_{oloc,oid}_copy()Ilya Dryomov
2017-05-23libceph: NULL deref on crush_decode() error pathDan Carpenter
2017-03-07libceph: don't set weight to IN when OSD is destroyedIlya Dryomov
2017-03-07libceph: fix crush_decode() for older mapsIlya Dryomov
2017-02-20libceph: don't go through with the mapping if the PG is too wideIlya Dryomov
2017-02-20crush: merge working data and scratchIlya Dryomov
2017-02-20crush: remove mutable part of CRUSH mapIlya Dryomov
2017-02-20libceph: add osdmap_set_crush() helperIlya Dryomov
2016-07-28libceph: rados pool namespace supportYan, Zheng
2016-07-28libceph: define new ceph_file_layout structureYan, Zheng
2016-07-22libceph: apply new_state before new_up_client on incrementalsIlya Dryomov
2016-05-30libceph: use %s instead of %pE in dout()sIlya Dryomov
2016-05-26libceph: allocate dummy osdmap in ceph_osdc_init()Ilya Dryomov
2016-05-26libceph: introduce ceph_osd_request_target, calc_target()Ilya Dryomov
2016-05-26libceph: pi->min_size, pi->last_force_request_resendIlya Dryomov
2016-05-26libceph: make pgid_cmp() globalIlya Dryomov
2016-05-26libceph: rename ceph_calc_pg_primary()Ilya Dryomov
2016-05-26libceph: ceph_osds, ceph_pg_to_up_acting_osds()Ilya Dryomov
2016-05-26libceph: rename ceph_oloc_oid_to_pg()Ilya Dryomov
2016-05-26libceph: nuke unused fields and functionsIlya Dryomov
2016-05-26libceph: variable-sized ceph_object_idIlya Dryomov
2016-02-04crush: decode and initialize chooseleaf_stableIlya Dryomov
2015-09-08libceph: set 'exists' flag for newly up osdYan, Zheng
2015-07-01crush: fix a bug in tree bucket decodeIlya Dryomov
2015-04-22crush: straw2 bucket type with an efficient 64-bit crush_ln()Ilya Dryomov
2014-10-14libceph: Convert pr_warning to pr_warnJoe Perches