Revision 3bf7878f0f7d60c394f6d6631bb179e86f09f73c authored by Linus Torvalds on 11 July 2017, 19:12:28 UTC, committed by Linus Torvalds on 11 July 2017, 19:12:28 UTC
Pull ceph updates from Ilya Dryomov:
 "The main item here is support for v12.y.z ("Luminous") clusters:
  RESEND_ON_SPLIT, RADOS_BACKOFF, OSDMAP_PG_UPMAP and CRUSH_CHOOSE_ARGS
  feature bits, and various other changes in the RADOS client protocol.

  On top of that we have a new fsc mount option to allow supplying
  fscache uniquifier (similar to NFS) and the usual pile of filesystem
  fixes from Zheng"

* tag 'ceph-for-4.13-rc1' of git://github.com/ceph/ceph-client: (44 commits)
  libceph: advertise support for NEW_OSDOP_ENCODING and SERVER_LUMINOUS
  libceph: osd_state is 32 bits wide in luminous
  crush: remove an obsolete comment
  crush: crush_init_workspace starts with struct crush_work
  libceph, crush: per-pool crush_choose_arg_map for crush_do_rule()
  crush: implement weight and id overrides for straw2
  libceph: apply_upmap()
  libceph: compute actual pgid in ceph_pg_to_up_acting_osds()
  libceph: pg_upmap[_items] infrastructure
  libceph: ceph_decode_skip_* helpers
  libceph: kill __{insert,lookup,remove}_pg_mapping()
  libceph: introduce and switch to decode_pg_mapping()
  libceph: don't pass pgid by value
  libceph: respect RADOS_BACKOFF backoffs
  libceph: make DEFINE_RB_* helpers more general
  libceph: avoid unnecessary pi lookups in calc_target()
  libceph: use target pi for calc_target() calculations
  libceph: always populate t->target_{oid,oloc} in calc_target()
  libceph: make sure need_resend targets reflect latest map
  libceph: delete from need_resend_linger before check_linger_pool_dne()
  ...
2 parent s 07d306c + 33e9c8d
History
File Mode Size
test
.gitignore -rw-r--r-- 54 bytes
Makefile -rw-r--r-- 3.8 KB
algos.c -rw-r--r-- 6.2 KB
altivec.uc -rw-r--r-- 3.3 KB
avx2.c -rw-r--r-- 17.1 KB
avx512.c -rw-r--r-- 18.1 KB
int.uc -rw-r--r-- 3.7 KB
mktables.c -rw-r--r-- 4.0 KB
mmx.c -rw-r--r-- 3.9 KB
neon.c -rw-r--r-- 2.1 KB
neon.uc -rw-r--r-- 3.4 KB
recov.c -rw-r--r-- 3.6 KB
recov_avx2.c -rw-r--r-- 9.0 KB
recov_avx512.c -rw-r--r-- 9.5 KB
recov_s390xc.c -rw-r--r-- 2.7 KB
recov_ssse3.c -rw-r--r-- 9.2 KB
s390vx.uc -rw-r--r-- 3.8 KB
sse1.c -rw-r--r-- 4.9 KB
sse2.c -rw-r--r-- 16.1 KB
tilegx.uc -rw-r--r-- 2.2 KB
unroll.awk -rw-r--r-- 424 bytes
x86.h -rw-r--r-- 2.4 KB

back to top