summaryrefslogtreecommitdiffstats
path: root/net/ceph/osdmap.c
Commit message (Expand)AuthorAgeFilesLines
* libceph: Fix spelling mistakesZheng Yongjun2021-06-031-2/+2
* net: ceph: Fix a typo in osdmap.cLu Wei2021-03-251-1/+1
* libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov2020-12-141-13/+32
* libceph: multiple workspaces for CRUSH computationsIlya Dryomov2020-10-121-15/+151
* libceph: support for balanced and localized readsIlya Dryomov2020-06-011-0/+102
* libceph: crush_location infrastructureIlya Dryomov2020-06-011-0/+116
* libceph: decode CRUSH device/bucket types and namesIlya Dryomov2020-06-011-2/+83
* libceph: add non-asserting rbtree insertion helperIlya Dryomov2020-06-011-49/+11
* ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov2020-03-231-0/+9
* libceph: use ceph_kvmalloc() for osdmap arraysIlya Dryomov2019-09-161-26/+43
* libceph: correctly decode ADDR2 addresses in incremental OSD mapsJeff Layton2019-07-081-5/+10
* libceph: switch osdmap decoding to use ceph_decode_entity_addrJeff Layton2019-07-081-8/+8
* libceph: use struct_size() for kmalloc() in crush_decode()Gustavo A. R. Silva2019-03-051-3/+2
* Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2018-06-151-11/+8
|\
| * libceph: allocate the locator string with GFP_NOFAILIlya Dryomov2018-06-041-11/+8
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
|/
* 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