lustre-devel-lustre.org archive mirror
 help / color / mirror / Atom feed
* [lustre-devel] [PATCH 00/49] lustre: sync to OpenSFS as of March 30 2021
@ 2021-04-15  4:01 James Simmons
  2021-04-15  4:01 ` [lustre-devel] [PATCH 01/49] lnet: libcfs: Fix for unconfigured arch_stackwalk James Simmons
                   ` (48 more replies)
  0 siblings, 49 replies; 50+ messages in thread
From: James Simmons @ 2021-04-15  4:01 UTC (permalink / raw)
  To: Andreas Dilger, Oleg Drokin, NeilBrown; +Cc: Lustre Development List

New backport of patches from OpenSFS tree as of March 30, 2021.
Include a few missing fixes that were lacking in the Linux client.
This covers a few pool quota patches and the NRS delay policy.

Andreas Dilger (4):
  lustre: llite: mark extended attr and inode flags
  lustre: mds: add enums for MDS_ATTR flags
  lustre: uapi: remove OBD_IOC_LOV_GET_CONFIG
  lustre: lmv: handle default stripe_count=-1 properly

Bobi Jam (1):
  lustre: lov: fault page update cp_lov_index

Chris Horn (10):
  lnet: lnet_notify sets route aliveness incorrectly
  lnet: Prevent discovery on peer marked deletion
  lnet: Prevent discovery on deleted peer
  lnet: Transfer disc src NID when merging peers
  lnet: Lookup lpni after discovery
  lnet: Correct asymmetric route detection
  lustre: ptlrpc: Implement NRS Delay Policy
  lnet: Age peer NI out of recovery
  lnet: Only recover known good peer NIs
  lnet: Recover peer NI w/exponential backoff interval

Emoly Liu (1):
  lustre: lov: return valid stripe_count/size for PFL files

Etienne AUJAMES (1):
  lustre: obdclass: Protect cl_env_percpu[]

James Simmons (4):
  lustre: llite: update and fix module loading bug in mounting code
  lustre: llite: create file_operations registration function.
  lnet: uapi: move userland only nidstr.h handling
  lustre: use tgt_pool for lov layer

Lai Siyao (1):
  lustre: lmv: striped directory as subdirectory mount

Lei Feng (1):
  lustre: log: Add ending newline for some messages.

Mikhail Pershin (1):
  lustre: llite: mirror extend/copy keeps sparseness

Mr NeilBrown (14):
  lustre: lmv: iput() can safely be passed NULL.
  lnet: socklnd: change various ints to bool.
  lustre: fixup ldlm_pool and lu_object shrinker failure cases
  lustre: use with_imp_locked() more broadly.
  lnet: o2iblnd: change some ints to bool.
  lustre: osc: fix performance regression in osc_extent_merge()
  lnet: libcfs: restore LNET_DUMP_ON_PANIC functionality.
  lnet: libcfs: don't depend on sysctl support for debugfs
  lustre: ptlrpc: rename cfs_binheap to simply binheap
  lustre: ptlrpc: mark some functions as static
  lustre: quota: call rhashtable_lookup near params decl
  lnet: libcfs: discard cfs_trace_console_buffers[]
  lnet: libcfs: discard cfs_trace_copyin_string()
  lustre: lmv: don't use lqr_alloc spinlock in lmv

Mr. NeilBrown (2):
  lnet: convert lpni_refcount to a kref
  lnet: libcfs: discard cfs_array_alloc()

NeilBrown (1):
  lustre: ptlrpc: don't use list_for_each_entry_safe unnecessarily.

Nikitas Angelinas (1):
  lustre: ptlrpc: Add a binary heap implementation

Oleg Drokin (1):
  lustre: update version to 2.14.51

Sebastien Buisson (1):
  lustre: sec: fix migrate for encrypted dir

Sergey Cheremencev (1):
  lustre: quota: make used for pool correct

Shaun Tancheff (1):
  lnet: libcfs: Fix for unconfigured arch_stackwalk

Vitaly Fertman (2):
  lustre: ldlm: not freed req on enqueue
  lustre: lov: cancel layout lock on replay deadlock

Yang Sheng (1):
  lustre: ptlrpc: fix ASSERTION on scp_rqbd_posted

 fs/lustre/include/lprocfs_status.h       |  11 +-
 fs/lustre/include/lustre_disk.h          |   5 +-
 fs/lustre/include/lustre_lmv.h           |   3 +-
 fs/lustre/include/lustre_net.h           |   1 -
 fs/lustre/include/lustre_nrs.h           |  16 +
 fs/lustre/include/lustre_nrs_delay.h     |  87 ++++
 fs/lustre/include/obd_class.h            |   5 +-
 fs/lustre/include/obd_support.h          |  30 +-
 fs/lustre/ldlm/ldlm_pool.c               |  43 +-
 fs/lustre/ldlm/ldlm_request.c            |   4 +
 fs/lustre/llite/crypto.c                 |   1 +
 fs/lustre/llite/dir.c                    |  13 +-
 fs/lustre/llite/file.c                   | 143 ++++--
 fs/lustre/llite/llite_internal.h         |  24 +-
 fs/lustre/llite/llite_lib.c              |  14 +-
 fs/lustre/llite/namei.c                  |   2 +
 fs/lustre/llite/super25.c                |  60 ++-
 fs/lustre/llite/xattr.c                  |  11 +
 fs/lustre/lmv/lmv_intent.c               |  17 +-
 fs/lustre/lmv/lmv_obd.c                  |  12 +-
 fs/lustre/lov/lov_cl_internal.h          |  10 +-
 fs/lustre/lov/lov_internal.h             |  10 +-
 fs/lustre/lov/lov_io.c                   |  37 ++
 fs/lustre/lov/lov_obd.c                  |  84 ++-
 fs/lustre/lov/lov_object.c               |  44 +-
 fs/lustre/lov/lov_pack.c                 |   7 -
 fs/lustre/lov/lov_pool.c                 | 130 +----
 fs/lustre/mdc/lproc_mdc.c                |  14 +-
 fs/lustre/mdc/mdc_lib.c                  |  10 +-
 fs/lustre/mdc/mdc_request.c              |  12 +-
 fs/lustre/mgc/mgc_request.c              |  94 ++--
 fs/lustre/obdclass/Makefile              |   4 +-
 fs/lustre/obdclass/cl_object.c           |   3 +
 fs/lustre/obdclass/class_obd.c           |  15 +-
 fs/lustre/obdclass/lu_object.c           |  39 +-
 fs/lustre/obdclass/lu_tgt_pool.c         | 241 +++++++++
 fs/lustre/osc/lproc_osc.c                |  10 +-
 fs/lustre/osc/osc_cache.c                |   5 +-
 fs/lustre/osc/osc_request.c              |  12 +-
 fs/lustre/ptlrpc/Makefile                |   3 +-
 fs/lustre/ptlrpc/client.c                |  10 +-
 fs/lustre/ptlrpc/heap.c                  | 502 ++++++++++++++++++
 fs/lustre/ptlrpc/heap.h                  | 189 +++++++
 fs/lustre/ptlrpc/import.c                |  14 +-
 fs/lustre/ptlrpc/llog_client.c           |   2 +-
 fs/lustre/ptlrpc/nrs.c                   |   4 +
 fs/lustre/ptlrpc/nrs_delay.c             | 851 +++++++++++++++++++++++++++++++
 fs/lustre/ptlrpc/pinger.c                |  21 +-
 fs/lustre/ptlrpc/ptlrpc_internal.h       |   7 +-
 fs/lustre/ptlrpc/ptlrpcd.c               |   4 +-
 fs/lustre/ptlrpc/recover.c               |  14 +-
 fs/lustre/ptlrpc/sec_config.c            |   8 +-
 fs/lustre/ptlrpc/service.c               |  26 +-
 include/linux/libcfs/libcfs.h            |   3 +
 include/linux/libcfs/libcfs_debug.h      |   2 -
 include/linux/libcfs/libcfs_private.h    |   7 -
 include/linux/lnet/lib-lnet.h            |  38 +-
 include/linux/lnet/lib-types.h           |  28 +-
 include/uapi/linux/lnet/nidstr.h         |  15 -
 include/uapi/linux/lustre/lustre_idl.h   |  50 +-
 include/uapi/linux/lustre/lustre_ioctl.h |   3 +-
 include/uapi/linux/lustre/lustre_ver.h   |   4 +-
 net/lnet/Kconfig                         |   9 +
 net/lnet/klnds/o2iblnd/o2iblnd.c         |   8 +-
 net/lnet/klnds/o2iblnd/o2iblnd_cb.c      |  26 +-
 net/lnet/klnds/socklnd/socklnd.c         |  13 +-
 net/lnet/klnds/socklnd/socklnd_cb.c      |  22 +-
 net/lnet/libcfs/debug.c                  |  37 +-
 net/lnet/libcfs/libcfs_mem.c             |  52 --
 net/lnet/libcfs/module.c                 | 133 ++++-
 net/lnet/libcfs/tracefile.c              | 220 ++++----
 net/lnet/libcfs/tracefile.h              |   2 -
 net/lnet/lnet/api-ni.c                   |  12 +
 net/lnet/lnet/lib-move.c                 | 158 +++---
 net/lnet/lnet/lib-msg.c                  |  31 +-
 net/lnet/lnet/lib-ptl.c                  |  19 +-
 net/lnet/lnet/nidstrings.c               |   1 +
 net/lnet/lnet/peer.c                     | 303 +++++++----
 net/lnet/lnet/router.c                   |  39 +-
 net/lnet/lnet/router_proc.c              |  26 +-
 80 files changed, 3194 insertions(+), 1005 deletions(-)
 create mode 100644 fs/lustre/include/lustre_nrs_delay.h
 create mode 100644 fs/lustre/obdclass/lu_tgt_pool.c
 create mode 100644 fs/lustre/ptlrpc/heap.c
 create mode 100644 fs/lustre/ptlrpc/heap.h
 create mode 100644 fs/lustre/ptlrpc/nrs_delay.c

-- 
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] 50+ messages in thread

end of thread, other threads:[~2021-04-15  4:06 UTC | newest]

Thread overview: 50+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-15  4:01 [lustre-devel] [PATCH 00/49] lustre: sync to OpenSFS as of March 30 2021 James Simmons
2021-04-15  4:01 ` [lustre-devel] [PATCH 01/49] lnet: libcfs: Fix for unconfigured arch_stackwalk James Simmons
2021-04-15  4:01 ` [lustre-devel] [PATCH 02/49] lustre: lmv: iput() can safely be passed NULL James Simmons
2021-04-15  4:01 ` [lustre-devel] [PATCH 03/49] lustre: llite: mark extended attr and inode flags James Simmons
2021-04-15  4:01 ` [lustre-devel] [PATCH 04/49] lnet: lnet_notify sets route aliveness incorrectly James Simmons
2021-04-15  4:01 ` [lustre-devel] [PATCH 05/49] lnet: Prevent discovery on peer marked deletion James Simmons
2021-04-15  4:01 ` [lustre-devel] [PATCH 06/49] lnet: Prevent discovery on deleted peer James Simmons
2021-04-15  4:01 ` [lustre-devel] [PATCH 07/49] lnet: Transfer disc src NID when merging peers James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 08/49] lnet: Lookup lpni after discovery James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 09/49] lustre: llite: update and fix module loading bug in mounting code James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 10/49] lnet: socklnd: change various ints to bool James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 11/49] lnet: Correct asymmetric route detection James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 12/49] lustre: fixup ldlm_pool and lu_object shrinker failure cases James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 13/49] lustre: log: Add ending newline for some messages James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 14/49] lustre: use with_imp_locked() more broadly James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 15/49] lnet: o2iblnd: change some ints to bool James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 16/49] lustre: lmv: striped directory as subdirectory mount James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 17/49] lustre: llite: create file_operations registration function James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 18/49] lustre: osc: fix performance regression in osc_extent_merge() James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 19/49] lustre: mds: add enums for MDS_ATTR flags James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 20/49] lustre: uapi: remove OBD_IOC_LOV_GET_CONFIG James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 21/49] lustre: sec: fix migrate for encrypted dir James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 22/49] lnet: libcfs: restore LNET_DUMP_ON_PANIC functionality James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 23/49] lustre: ptlrpc: fix ASSERTION on scp_rqbd_posted James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 24/49] lustre: ldlm: not freed req on enqueue James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 25/49] lnet: uapi: move userland only nidstr.h handling James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 26/49] lnet: libcfs: don't depend on sysctl support for debugfs James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 27/49] lustre: ptlrpc: Add a binary heap implementation James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 28/49] lustre: ptlrpc: Implement NRS Delay Policy James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 29/49] lustre: ptlrpc: rename cfs_binheap to simply binheap James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 30/49] lustre: ptlrpc: mark some functions as static James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 31/49] lustre: use tgt_pool for lov layer James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 32/49] lustre: quota: make used for pool correct James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 33/49] lustre: quota: call rhashtable_lookup near params decl James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 34/49] lustre: lov: cancel layout lock on replay deadlock James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 35/49] lustre: obdclass: Protect cl_env_percpu[] James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 36/49] lnet: libcfs: discard cfs_trace_console_buffers[] James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 37/49] lnet: libcfs: discard cfs_trace_copyin_string() James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 38/49] lustre: lmv: don't use lqr_alloc spinlock in lmv James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 39/49] lustre: lov: fault page update cp_lov_index James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 40/49] lustre: update version to 2.14.51 James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 41/49] lustre: llite: mirror extend/copy keeps sparseness James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 42/49] lustre: ptlrpc: don't use list_for_each_entry_safe unnecessarily James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 43/49] lnet: Age peer NI out of recovery James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 44/49] lnet: Only recover known good peer NIs James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 45/49] lnet: Recover peer NI w/exponential backoff interval James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 46/49] lustre: lov: return valid stripe_count/size for PFL files James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 47/49] lnet: convert lpni_refcount to a kref James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 48/49] lustre: lmv: handle default stripe_count=-1 properly James Simmons
2021-04-15  4:02 ` [lustre-devel] [PATCH 49/49] lnet: libcfs: discard cfs_array_alloc() 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).