summaryrefslogtreecommitdiff
path: root/net/ceph/osdmap.c
AgeCommit message (Expand)Author
2022-08-03libceph: print fsid and epoch with osd idDaichi Mukai
2022-08-03libceph: check pointer before assigned to "c->rules[]"Li Qiong
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocMichal Hocko
2021-06-03libceph: Fix spelling mistakesZheng Yongjun
2021-03-25net: ceph: Fix a typo in osdmap.cLu Wei
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsIlya Dryomov
2020-10-12libceph: multiple workspaces for CRUSH computationsIlya Dryomov
2020-06-01libceph: support for balanced and localized readsIlya Dryomov
2020-06-01libceph: crush_location infrastructureIlya Dryomov
2020-06-01libceph: decode CRUSH device/bucket types and namesIlya Dryomov
2020-06-01libceph: add non-asserting rbtree insertion helperIlya Dryomov
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLIlya Dryomov
2019-09-16libceph: use ceph_kvmalloc() for osdmap arraysIlya Dryomov
2019-07-08libceph: correctly decode ADDR2 addresses in incremental OSD mapsJeff Layton
2019-07-08libceph: switch osdmap decoding to use ceph_decode_entity_addrJeff Layton
2019-03-05libceph: use struct_size() for kmalloc() in crush_decode()Gustavo A. R. Silva
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04libceph: allocate the locator string with GFP_NOFAILIlya Dryomov
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cIlya Dryomov
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureIlya Dryomov
2018-04-02libceph: eliminate overflows in ceph_calc_file_object_mapping()Ilya Dryomov
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