lustre-devel-lustre.org archive mirror
 help / color / mirror / Atom feed
* [lustre-devel] [PATCH 00/15] lustre: update to OpenSFS tree Nov 8, 2021
@ 2021-11-08 15:07 James Simmons
  2021-11-08 15:07 ` [lustre-devel] [PATCH 01/15] lustre: sec: keep encryption context in xattr cache James Simmons
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: James Simmons @ 2021-11-08 15:07 UTC (permalink / raw)
  To: Andreas Dilger, Oleg Drokin, NeilBrown; +Cc: Lustre Development List

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

_______________________________________________
lustre-devel mailing list
lustre-devel@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2021-11-08 15:08 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-08 15:07 [lustre-devel] [PATCH 00/15] lustre: update to OpenSFS tree Nov 8, 2021 James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 01/15] lustre: sec: keep encryption context in xattr cache James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 02/15] lustre: mdc: add support for grant shrink James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 03/15] lnet: Fix reference leak in lnet_parse James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 04/15] lnet: socklnd: lock ksnc_tx_queue list processing James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 05/15] lustre: ptlrpc: align function names with param names James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 06/15] lnet: don't retry allocating router buffers James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 07/15] lustre: ptlrpc: recalc timer on EINPROGRESS reply James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 08/15] lustre: obdclass: add start time to stats files James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 09/15] lustre: dne: dir migrate in QOS mode James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 10/15] lustre: lov: fix error handling in lov_new_pool James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 11/15] lustre: vfs: set_nlink() is not race-safe James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 12/15] lustre: ptlrpc: remove LASSERT in nrs_polices debugfs handler James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 13/15] lnet: socklnd: default conns_per_peer to 0 James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 14/15] lnet: don't use hops to determine the route state James Simmons
2021-11-08 15:07 ` [lustre-devel] [PATCH 15/15] lustre: lmv: update default LMV upon any change James Simmons

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).