[lustre-devel] [PATCH 00/15] lustre: update to OpenSFS tree Nov 8, 2021

James Simmons jsimmons at infradead.org
Mon Nov 8 07:07:28 PST 2021


Next batch of patches that landed to OpenSFS tree backported
to native Linux client.

Alex Zhuravlev (1):
  lustre: mdc: add support for grant shrink

Alexander Zarochentsev (1):
  lustre: ptlrpc: recalc timer on EINPROGRESS reply

Andreas Dilger (3):
  lustre: ptlrpc: align function names with param names
  lnet: don't retry allocating router buffers
  lustre: obdclass: add start time to stats files

Andrew Perepechko (1):
  lustre: vfs: set_nlink() is not race-safe

Artem Blagodarenko (1):
  lnet: socklnd: lock ksnc_tx_queue list processing

Chris Horn (1):
  lnet: Fix reference leak in lnet_parse

Lai Siyao (2):
  lustre: dne: dir migrate in QOS mode
  lustre: lmv: update default LMV upon any change

Lei Feng (1):
  lustre: ptlrpc: remove LASSERT in nrs_polices debugfs handler

Sebastien Buisson (1):
  lustre: sec: keep encryption context in xattr cache

Sergey Cheremencev (1):
  lustre: lov: fix error handling in lov_new_pool

Serguei Smirnov (2):
  lnet: socklnd: default conns_per_peer to 0
  lnet: don't use hops to determine the route state

 fs/lustre/include/lprocfs_status.h         |   5 +-
 fs/lustre/include/lustre_lmv.h             |  12 +-
 fs/lustre/include/lustre_osc.h             |   3 +
 fs/lustre/include/obd.h                    |   2 +
 fs/lustre/llite/file.c                     |   3 +
 fs/lustre/llite/llite_internal.h           |   6 +-
 fs/lustre/llite/llite_lib.c                |   6 +-
 fs/lustre/llite/lproc_llite.c              |  23 ++--
 fs/lustre/llite/namei.c                    |  12 +-
 fs/lustre/llite/xattr_cache.c              |  36 +++++-
 fs/lustre/lmv/lmv_intent.c                 |   2 +
 fs/lustre/lmv/lmv_obd.c                    | 176 ++++++++++++++++++++++++++---
 fs/lustre/lov/lov_pool.c                   |   3 +-
 fs/lustre/mdc/lproc_mdc.c                  | 114 ++++++++++++++++++-
 fs/lustre/obdclass/genops.c                |   8 +-
 fs/lustre/obdclass/lprocfs_status.c        |  28 +++--
 fs/lustre/obdclass/lu_tgt_pool.c           |   9 +-
 fs/lustre/osc/lproc_osc.c                  |  15 +--
 fs/lustre/osc/osc_request.c                |   2 +
 fs/lustre/ptlrpc/client.c                  |   4 +-
 fs/lustre/ptlrpc/lproc_ptlrpc.c            | 100 ++++++++++------
 include/linux/lnet/lib-lnet.h              |   2 +-
 net/lnet/klnds/socklnd/socklnd_cb.c        |   5 +
 net/lnet/klnds/socklnd/socklnd_modparams.c |  10 +-
 net/lnet/lnet/lib-move.c                   |   2 +
 net/lnet/lnet/router.c                     |  39 ++++---
 26 files changed, 501 insertions(+), 126 deletions(-)

-- 
1.8.3.1



More information about the lustre-devel mailing list