| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-27 | libceph: replace BUG_ON with bounds check for map->max_osd | ziming zhang | 1 | -7/+11 |
| 2022-08-03 | libceph: print fsid and epoch with osd id | Daichi Mukai | 1 | -7/+23 |
| 2022-08-03 | libceph: check pointer before assigned to "c->rules[]" | Li Qiong | 1 | -1/+1 |
| 2022-01-15 | mm: allow !GFP_KERNEL allocations for kvmalloc | Michal Hocko | 1 | -6/+6 |
| 2021-06-03 | libceph: Fix spelling mistakes | Zheng Yongjun | 1 | -2/+2 |
| 2021-03-25 | net: ceph: Fix a typo in osdmap.c | Lu Wei | 1 | -1/+1 |
| 2020-12-14 | libceph, ceph: get and handle cluster maps with addrvecs | Ilya Dryomov | 1 | -13/+32 |
| 2020-10-12 | libceph: multiple workspaces for CRUSH computations | Ilya Dryomov | 1 | -15/+151 |
| 2020-06-01 | libceph: support for balanced and localized reads | Ilya Dryomov | 1 | -0/+102 |
| 2020-06-01 | libceph: crush_location infrastructure | Ilya Dryomov | 1 | -0/+116 |
| 2020-06-01 | libceph: decode CRUSH device/bucket types and names | Ilya Dryomov | 1 | -2/+83 |
| 2020-06-01 | libceph: add non-asserting rbtree insertion helper | Ilya Dryomov | 1 | -49/+11 |
| 2020-03-23 | ceph: check POOL_FLAG_FULL/NEARFULL in addition to OSDMAP_FULL/NEARFULL | Ilya Dryomov | 1 | -0/+9 |
| 2019-09-16 | libceph: use ceph_kvmalloc() for osdmap arrays | Ilya Dryomov | 1 | -26/+43 |
| 2019-07-08 | libceph: correctly decode ADDR2 addresses in incremental OSD maps | Jeff Layton | 1 | -5/+10 |
| 2019-07-08 | libceph: switch osdmap decoding to use ceph_decode_entity_addr | Jeff Layton | 1 | -8/+8 |
| 2019-03-05 | libceph: use struct_size() for kmalloc() in crush_decode() | Gustavo A. R. Silva | 1 | -3/+2 |
| 2018-06-15 | Merge tag 'ceph-for-4.18-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -11/+8 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+3 |
| 2018-06-04 | libceph: allocate the locator string with GFP_NOFAIL | Ilya Dryomov | 1 | -11/+8 |
| 2018-04-02 | libceph, ceph: move ceph_calc_file_object_mapping() to striper.c | Ilya Dryomov | 1 | -37/+0 |
| 2018-04-02 | libceph, ceph: change ceph_calc_file_object_mapping() signature | Ilya Dryomov | 1 | -4/+2 |
| 2018-04-02 | libceph: eliminate overflows in ceph_calc_file_object_mapping() | Ilya Dryomov | 1 | -60/+28 |
| 2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
| 2017-09-19 | libceph: don't allow bidirectional swap of pg-upmap-items | Ilya Dryomov | 1 | -10/+25 |
| 2017-08-01 | libceph: make RECOVERY_DELETES feature create a new interval | Ilya Dryomov | 1 | -1/+4 |
| 2017-08-01 | libceph: upmap semantic changes | Ilya Dryomov | 1 | -28/+11 |
| 2017-08-01 | crush: assume weight_set != null imples weight_set_size > 0 | Ilya Dryomov | 1 | -0/+4 |
| 2017-08-01 | libceph: fallback for when there isn't a pool-specific choose_arg | Ilya Dryomov | 1 | -1/+11 |
| 2017-07-17 | libceph: use alloc_pg_mapping() in __decode_pg_upmap_items() | Ilya Dryomov | 1 | -1/+1 |
| 2017-07-17 | libceph: set -EINVAL in one place in crush_decode() | Ilya Dryomov | 1 | -11/+12 |
| 2017-07-17 | libceph: NULL deref on osdmap_apply_incremental() error path | Dan Carpenter | 1 | -3/+3 |
| 2017-07-07 | libceph: osd_state is 32 bits wide in luminous | Ilya Dryomov | 1 | -9/+20 |
| 2017-07-07 | libceph, crush: per-pool crush_choose_arg_map for crush_do_rule() | Ilya Dryomov | 1 | -3/+197 |
| 2017-07-07 | crush: implement weight and id overrides for straw2 | Ilya Dryomov | 1 | -1/+1 |
| 2017-07-07 | libceph: apply_upmap() | Ilya Dryomov | 1 | -2/+95 |
| 2017-07-07 | libceph: compute actual pgid in ceph_pg_to_up_acting_osds() | Ilya Dryomov | 1 | -6/+6 |
| 2017-07-07 | libceph: pg_upmap[_items] infrastructure | Ilya Dryomov | 1 | -3/+132 |
| 2017-07-07 | libceph: ceph_decode_skip_* helpers | Ilya Dryomov | 1 | -22/+3 |
| 2017-07-07 | libceph: kill __{insert,lookup,remove}_pg_mapping() | Ilya Dryomov | 1 | -72/+15 |
| 2017-07-07 | libceph: introduce and switch to decode_pg_mapping() | Ilya Dryomov | 1 | -67/+83 |
| 2017-07-07 | libceph: don't pass pgid by value | Ilya Dryomov | 1 | -10/+10 |
| 2017-07-07 | libceph: respect RADOS_BACKOFF backoffs | Ilya Dryomov | 1 | -0/+16 |
| 2017-07-07 | libceph: avoid unnecessary pi lookups in calc_target() | Ilya Dryomov | 1 | -24/+30 |
| 2017-07-07 | libceph: resend on PG splits if OSD has RESEND_ON_SPLIT | Ilya Dryomov | 1 | -4/+3 |
| 2017-07-07 | libceph: introduce ceph_spg, ceph_pg_to_primary_shard() | Ilya Dryomov | 1 | -0/+33 |
| 2017-07-07 | libceph: new pi->last_force_request_resend | Ilya Dryomov | 1 | -0/+37 |
| 2017-07-07 | libceph: handle non-empty dest in ceph_{oloc,oid}_copy() | Ilya Dryomov | 1 | -4/+6 |
| 2017-05-23 | libceph: NULL deref on crush_decode() error path | Dan Carpenter | 1 | -0/+1 |
| 2017-03-07 | libceph: don't set weight to IN when OSD is destroyed | Ilya Dryomov | 1 | -1/+0 |
| 2017-03-07 | libceph: fix crush_decode() for older maps | Ilya Dryomov | 1 | -2/+1 |
| 2017-02-20 | libceph: don't go through with the mapping if the PG is too wide | Ilya Dryomov | 1 | -2/+8 |
| 2017-02-20 | crush: merge working data and scratch | Ilya Dryomov | 1 | -6/+8 |
| 2017-02-20 | crush: remove mutable part of CRUSH map | Ilya Dryomov | 1 | -5/+42 |
| 2017-02-20 | libceph: add osdmap_set_crush() helper | Ilya Dryomov | 1 | -20/+16 |
| 2016-07-28 | libceph: rados pool namespace support | Yan, Zheng | 1 | -6/+46 |
| 2016-07-28 | libceph: define new ceph_file_layout structure | Yan, Zheng | 1 | -3/+3 |
| 2016-07-22 | libceph: apply new_state before new_up_client on incrementals | Ilya Dryomov | 1 | -43/+113 |
| 2016-05-30 | libceph: use %s instead of %pE in dout()s | Ilya Dryomov | 1 | -2/+2 |
| 2016-05-26 | libceph: allocate dummy osdmap in ceph_osdc_init() | Ilya Dryomov | 1 | -5/+18 |
| 2016-05-26 | libceph: introduce ceph_osd_request_target, calc_target() | Ilya Dryomov | 1 | -0/+121 |
| 2016-05-26 | libceph: pi->min_size, pi->last_force_request_resend | Ilya Dryomov | 1 | -1/+47 |
| 2016-05-26 | libceph: make pgid_cmp() global | Ilya Dryomov | 1 | -11/+12 |
| 2016-05-26 | libceph: rename ceph_calc_pg_primary() | Ilya Dryomov | 1 | -4/+5 |
| 2016-05-26 | libceph: ceph_osds, ceph_pg_to_up_acting_osds() | Ilya Dryomov | 1 | -125/+179 |
| 2016-05-26 | libceph: rename ceph_oloc_oid_to_pg() | Ilya Dryomov | 1 | -15/+16 |
| 2016-05-26 | libceph: nuke unused fields and functions | Ilya Dryomov | 1 | -2/+1 |
| 2016-05-26 | libceph: variable-sized ceph_object_id | Ilya Dryomov | 1 | -1/+92 |
| 2016-02-04 | crush: decode and initialize chooseleaf_stable | Ilya Dryomov | 1 | -5/+14 |
| 2015-09-08 | libceph: set 'exists' flag for newly up osd | Yan, Zheng | 1 | -1/+1 |
| 2015-07-01 | crush: fix a bug in tree bucket decode | Ilya Dryomov | 1 | -1/+1 |
| 2015-04-22 | crush: straw2 bucket type with an efficient 64-bit crush_ln() | Ilya Dryomov | 1 | -0/+25 |
| 2014-10-14 | libceph: Convert pr_warning to pr_warn | Joe Perches | 1 | -10/+10 |
| 2014-10-14 | libceph: fix a use after free issue in osdmap_set_max_osd | Li RongQing | 1 | -16/+16 |
| 2014-05-16 | crush: decode and initialize chooseleaf_vary_r | Ilya Dryomov | 1 | -0/+5 |
| 2014-04-28 | libceph: fix non-default values check in apply_primary_affinity() | Ilya Dryomov | 1 | -4/+5 |
| 2014-04-04 | libceph: output primary affinity values on osdmap updates | Ilya Dryomov | 1 | -0/+2 |
| 2014-04-04 | libceph: redo ceph_calc_pg_primary() in terms of ceph_calc_pg_acting() | Ilya Dryomov | 1 | -75/+4 |
| 2014-04-04 | libceph: add support for osd primary affinity | Ilya Dryomov | 1 | -0/+68 |
| 2014-04-04 | libceph: add support for primary_temp mappings | Ilya Dryomov | 1 | -1/+6 |
| 2014-04-04 | libceph: return primary from ceph_calc_pg_acting() | Ilya Dryomov | 1 | -8/+12 |
| 2014-04-04 | libceph: switch ceph_calc_pg_acting() to new helpers | Ilya Dryomov | 1 | -13/+38 |
| 2014-04-04 | libceph: introduce apply_temps() helper | Ilya Dryomov | 1 | -0/+52 |
| 2014-04-04 | libceph: introduce pg_to_raw_osds() and raw_to_up_osds() helpers | Ilya Dryomov | 1 | -0/+76 |
| 2014-04-04 | libceph: primary_affinity decode bits | Ilya Dryomov | 1 | -0/+72 |
| 2014-04-04 | libceph: primary_affinity infrastructure | Ilya Dryomov | 1 | -0/+47 |
| 2014-04-04 | libceph: primary_temp decode bits | Ilya Dryomov | 1 | -0/+69 |
| 2014-04-04 | libceph: primary_temp infrastructure | Ilya Dryomov | 1 | -1/+9 |
| 2014-04-04 | libceph: generalize ceph_pg_mapping | Ilya Dryomov | 1 | -4/+4 |
| 2014-04-04 | libceph: introduce get_osdmap_client_data_v() | Ilya Dryomov | 1 | -16/+65 |
| 2014-04-04 | libceph: introduce decode{,_new}_pg_temp() and switch to them | Ilya Dryomov | 1 | -72/+67 |
| 2014-04-04 | libceph: switch osdmap_set_max_osd() to krealloc() | Ilya Dryomov | 1 | -15/+17 |
| 2014-04-04 | libceph: introduce decode{,_new}_pools() and switch to them | Ilya Dryomov | 1 | -37/+57 |
| 2014-04-04 | libceph: rename __decode_pool{,_names}() to decode_pool{,_names}() | Ilya Dryomov | 1 | -6/+8 |
| 2014-04-04 | libceph: fix and clarify ceph_decode_need() sizes | Ilya Dryomov | 1 | -6/+7 |
| 2014-04-04 | libceph: nuke bogus encoding version check in osdmap_apply_incremental() | Ilya Dryomov | 1 | -5/+4 |
| 2014-04-04 | libceph: fixup error handling in osdmap_apply_incremental() | Ilya Dryomov | 1 | -32/+34 |
| 2014-04-04 | libceph: fix crush_decode() call site in osdmap_decode() | Ilya Dryomov | 1 | -5/+2 |
| 2014-04-04 | libceph: check length of osdmap osd arrays | Ilya Dryomov | 1 | -4/+10 |
| 2014-04-04 | libceph: safely decode max_osd value in osdmap_decode() | Ilya Dryomov | 1 | -2/+4 |
| 2014-04-04 | libceph: fixup error handling in osdmap_decode() | Ilya Dryomov | 1 | -26/+27 |
| 2014-04-04 | libceph: split osdmap allocation and decode steps | Ilya Dryomov | 1 | -15/+29 |
| 2014-04-04 | libceph: dump osdmap and enhance output on decode errors | Ilya Dryomov | 1 | -6/+15 |
| 2014-04-03 | libceph: a per-osdc crush scratch buffer | Ilya Dryomov | 1 | -9/+16 |
| 2014-01-27 | libceph: follow {read,write}_tier fields on osd request submission | Ilya Dryomov | 1 | -3/+25 |
| 2014-01-27 | libceph: add ceph_pg_pool_by_id() | Ilya Dryomov | 1 | -0/+5 |
| 2014-01-27 | libceph: replace ceph_calc_ceph_pg() with ceph_oloc_oid_to_pg() | Ilya Dryomov | 1 | -12/+17 |
| 2013-12-31 | crush: eliminate CRUSH_MAX_SET result size limitation | Ilya Dryomov | 1 | -3/+13 |
| 2013-12-31 | crush: pass weight vector size to map function | Ilya Dryomov | 1 | -1/+1 |
| 2013-09-03 | libceph: use pg_num_mask instead of pgp_num_mask for pg.seed calc | Sage Weil | 1 | -1/+1 |
| 2013-05-01 | libceph: define ceph_decode_pgid() only once | Alex Elder | 1 | -20/+2 |
| 2013-05-01 | libceph: rename ceph_calc_object_layout() | Alex Elder | 1 | -14/+9 |
| 2013-03-11 | libceph: fix decoding of pgids | Sage Weil | 1 | -13/+29 |
| 2013-02-26 | libceph: add support for HASHPSPOOL pool flag | Sage Weil | 1 | -13/+26 |
| 2013-02-26 | libceph: calculate placement based on the internal data types | Sage Weil | 1 | -13/+5 |
| 2013-02-26 | ceph: update support for PGID64, PGPOOL3, OSDENC protocol features | Sage Weil | 1 | -76/+86 |
| 2013-02-26 | libceph: decode into cpu-native ceph_pg type | Sage Weil | 1 | -35/+43 |
| 2013-02-26 | libceph: rename ceph_pg -> ceph_pg_v1 | Sage Weil | 1 | -9/+9 |
| 2013-01-25 | libceph: fix undefined behavior when using snprintf() | Cong Ding | 1 | -18/+10 |
| 2013-01-17 | libceph: pass length to ceph_calc_file_object_mapping() | Alex Elder | 1 | -5/+4 |
| 2013-01-17 | libceph: for chooseleaf rules, retry CRUSH map descent from root if leaf is f... | Jim Schutt | 1 | -0/+6 |
| 2012-11-01 | libceph: define ceph_pg_pool_name_by_id() | Alex Elder | 1 | -0/+16 |
| 2012-10-30 | libceph: fix osdmap decode error paths | Sage Weil | 1 | -11/+20 |
| 2012-10-01 | libceph: check for invalid mapping | Sage Weil | 1 | -2/+16 |
| 2012-07-30 | libceph: support crush tunables | Sage Weil | 1 | -0/+39 |
| 2012-06-15 | Merge tag 'v3.5-rc1' | Sage Weil | 1 | -7/+7 |
| 2012-06-07 | libceph: fix overflow in osdmap_apply_incremental() | Xi Wang | 1 | -0/+4 |
| 2012-06-07 | libceph: fix overflow in osdmap_decode() | Xi Wang | 1 | -0/+3 |
| 2012-06-07 | libceph: fix overflow in __decode_pool_names() | Xi Wang | 1 | -6/+7 |
| 2012-05-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client | Linus Torvalds | 1 | -48/+25 |
| 2012-05-21 | libceph: fix pg_temp updates | Sage Weil | 1 | -1/+5 |
| 2012-05-07 | crush: warn on do_rule failure | Sage Weil | 1 | -4/+11 |
| 2012-05-07 | crush: remove parent maps | Sage Weil | 1 | -7/+0 |
| 2012-05-07 | crush: remove forcefeed functionality | Sage Weil | 1 | -1/+1 |
| 2012-05-07 | ceph: drop support for preferred_osd pgs | Sage Weil | 1 | -37/+10 |
| 2012-04-15 | net: cleanup unsigned to unsigned int | Eric Dumazet | 1 | -7/+7 |
| 2012-03-22 | libceph: fix overflow check in crush_decode() | Xi Wang | 1 | -1/+2 |
| 2011-09-28 | libceph: fix pg_temp mapping update | Sage Weil | 1 | -26/+24 |
| 2011-09-28 | libceph: fix pg_temp mapping calculation | Sage Weil | 1 | -13/+21 |
| 2011-05-24 | libceph: handle new osdmap down/state change encoding | Sage Weil | 1 | -3/+8 |
| 2011-05-19 | libceph: fix osdmap timestamp assignment | Sage Weil | 1 | -1/+1 |
| 2011-01-12 | ceph: Always free allocated memory in osdmap_decode() | Jesper Juhl | 1 | -1/+3 |
| 2010-10-20 | ceph: factor out libceph from Ceph file system | Yehuda Sadeh | 1 | -0/+1128 |