aboutsummaryrefslogtreecommitdiff
path: root/net/ceph/osdmap.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-03libceph: print fsid and epoch with osd idGravatar Daichi Mukai 1-7/+23
2022-08-03libceph: check pointer before assigned to "c->rules[]"Gravatar Li Qiong 1-1/+1
2022-01-15mm: allow !GFP_KERNEL allocations for kvmallocGravatar Michal Hocko 1-6/+6
2021-06-03libceph: Fix spelling mistakesGravatar Zheng Yongjun 1-2/+2
2021-03-25net: ceph: Fix a typo in osdmap.cGravatar Lu Wei 1-1/+1
2020-12-14libceph, ceph: get and handle cluster maps with addrvecsGravatar Ilya Dryomov 1-13/+32
2020-10-12libceph: multiple workspaces for CRUSH computationsGravatar Ilya Dryomov 1-15/+151
2020-06-01libceph: support for balanced and localized readsGravatar Ilya Dryomov 1-0/+102
2020-06-01libceph: crush_location infrastructureGravatar Ilya Dryomov 1-0/+116
2020-06-01libceph: decode CRUSH device/bucket types and namesGravatar Ilya Dryomov 1-2/+83
2020-06-01libceph: add non-asserting rbtree insertion helperGravatar Ilya Dryomov 1-49/+11
2020-03-23ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULLGravatar Ilya Dryomov 1-0/+9
2019-09-16libceph: use ceph_kvmalloc() for osdmap arraysGravatar Ilya Dryomov 1-26/+43
2019-07-08libceph: correctly decode ADDR2 addresses in incremental OSD mapsGravatar Jeff Layton 1-5/+10
2019-07-08libceph: switch osdmap decoding to use ceph_decode_entity_addrGravatar Jeff Layton 1-8/+8
2019-03-05libceph: use struct_size() for kmalloc() in crush_decode()Gravatar Gustavo A. R. Silva 1-3/+2
2018-06-15Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-clientGravatar Linus Torvalds 1-11/+8
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2018-06-04libceph: allocate the locator string with GFP_NOFAILGravatar Ilya Dryomov 1-11/+8
2018-04-02libceph, ceph: move ceph_calc_file_object_mapping() to striper.cGravatar Ilya Dryomov 1-37/+0
2018-04-02libceph, ceph: change ceph_calc_file_object_mapping() signatureGravatar Ilya Dryomov 1-4/+2
2018-04-02libceph: eliminate overflows in ceph_calc_file_object_mapping()Gravatar Ilya Dryomov 1-60/+28
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-09-19libceph: don't allow bidirectional swap of pg-upmap-itemsGravatar Ilya Dryomov 1-10/+25
2017-08-01libceph: make RECOVERY_DELETES feature create a new intervalGravatar Ilya Dryomov 1-1/+4
2017-08-01libceph: upmap semantic changesGravatar Ilya Dryomov 1-28/+11
2017-08-01crush: assume weight_set != null imples weight_set_size > 0Gravatar Ilya Dryomov 1-0/+4
2017-08-01libceph: fallback for when there isn't a pool-specific choose_argGravatar Ilya Dryomov 1-1/+11
2017-07-17libceph: use alloc_pg_mapping() in __decode_pg_upmap_items()Gravatar Ilya Dryomov 1-1/+1
2017-07-17libceph: set -EINVAL in one place in crush_decode()Gravatar Ilya Dryomov 1-11/+12
2017-07-17libceph: NULL deref on osdmap_apply_incremental() error pathGravatar Dan Carpenter 1-3/+3
2017-07-07libceph: osd_state is 32 bits wide in luminousGravatar Ilya Dryomov 1-9/+20
2017-07-07libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()Gravatar Ilya Dryomov 1-3/+197
2017-07-07crush: implement weight and id overrides for straw2Gravatar Ilya Dryomov 1-1/+1
2017-07-07libceph: apply_upmap()Gravatar Ilya Dryomov 1-2/+95
2017-07-07libceph: compute actual pgid in ceph_pg_to_up_acting_osds()Gravatar Ilya Dryomov 1-6/+6
2017-07-07libceph: pg_upmap[_items] infrastructureGravatar Ilya Dryomov 1-3/+132
2017-07-07libceph: ceph_decode_skip_* helpersGravatar Ilya Dryomov 1-22/+3
2017-07-07libceph: kill __{insert,lookup,remove}_pg_mapping()Gravatar Ilya Dryomov 1-72/+15
2017-07-07libceph: introduce and switch to decode_pg_mapping()Gravatar Ilya Dryomov 1-67/+83
2017-07-07libceph: don't pass pgid by valueGravatar Ilya Dryomov 1-10/+10
2017-07-07libceph: respect RADOS_BACKOFF backoffsGravatar Ilya Dryomov 1-0/+16
2017-07-07libceph: avoid unnecessary pi lookups in calc_target()Gravatar Ilya Dryomov 1-24/+30
2017-07-07libceph: resend on PG splits if OSD has RESEND_ON_SPLITGravatar Ilya Dryomov 1-4/+3
2017-07-07libceph: introduce ceph_spg, ceph_pg_to_primary_shard()Gravatar Ilya Dryomov 1-0/+33
2017-07-07libceph: new pi->last_force_request_resendGravatar Ilya Dryomov 1-0/+37
2017-07-07libceph: handle non-empty dest in ceph_{oloc,oid}_copy()Gravatar Ilya Dryomov 1-4/+6
2017-05-23libceph: NULL deref on crush_decode() error pathGravatar Dan Carpenter 1-0/+1
2017-03-07libceph: don't set weight to IN when OSD is destroyedGravatar Ilya Dryomov 1-1/+0
2017-03-07libceph: fix crush_decode() for older mapsGravatar Ilya Dryomov 1-2/+1