mbox series

[00/27] lustre: sync to OpenSFS tree July 27, 2023

Message ID 20250321130711.3257092-1-jsimmons@infradead.org (mailing list archive)
Headers show
Series lustre: sync to OpenSFS tree July 27, 2023 | expand

Message

James Simmons March 21, 2025, 1:06 p.m. UTC
Backport the work done in the OpenSFS tree to the native
client that was done the month of July 2023.

Alex Zhuravlev (1):
  lustre: llite: skip fast reads if layout is invalid

Andreas Dilger (1):
  lustre: client: use EOPNOTSUPP instead of ENOTSUPP

Arshad Hussain (2):
  lnet: libcfs: Remove reference to LASSERT_ATOMIC_GT
  lnet: libcfs: Remove reference to LASSERT_ATOMIC_GT_LT

Bobi Jam (1):
  lustre: llite: call truncate_inode_pages() in inode lock

Chris Horn (1):
  lustre: ptlrpc: OBD_FAIL_PTLRPC_DELAY_SEND_FAIL fixes

Etienne AUJAMES (1):
  lustre: nrs: Fix console messages

James Simmons (2):
  lustre: misc: cleanup #ifdef
  lnet: rework module loading

Lai Siyao (1):
  lustre: dne: refactor commit-on-sharing for DNE

Mr NeilBrown (4):
  lustre: fld: use list_first/last_entry() for list heads
  lnet: libcfs: move ioctl device to lnet
  lustre: llite: simplify parsing in pcc_conds_parse()
  lustre: llite: create fileattr_[get|set] functions

Patrick Farrell (3):
  lustre: llite: improve readpage debug
  lustre: llite: Rename ldp_aio to sdio
  lustre: llite: Improve sync_io comments

Sebastien Buisson (1):
  lustre: gss: no sec flavor on loopback connection

Timothy Day (8):
  lustre: obd: fix style and clang error
  lnet: remove unused, fix non-static functions
  lustre: llite: convert functions to static
  lustre: convert ec,ldlm functions to static
  lustre: osc: convert more functions to static
  lustre: convert mdc,mgc functions to static
  lustre: ptlrpc: add missing header
  lustre: obd: remove unused obd_evict_inprogress

Vitaly Fertman (1):
  lustre: llite: deadlock on lli_lsm_sem

 fs/lustre/ec/ec_base.c                  |   4 +-
 fs/lustre/fld/fld_request.c             |   2 +-
 fs/lustre/include/cl_object.h           |  21 +-
 fs/lustre/include/lustre_dlm.h          |  43 ++-
 fs/lustre/include/lustre_lmv.h          |  84 +++--
 fs/lustre/include/lustre_log.h          |   8 +-
 fs/lustre/include/obd.h                 |  30 +-
 fs/lustre/include/obd_class.h           |  24 +-
 fs/lustre/ldlm/ldlm_inodebits.c         |   4 +
 fs/lustre/ldlm/ldlm_lib.c               |   1 +
 fs/lustre/ldlm/ldlm_lock.c              |  10 +-
 fs/lustre/ldlm/ldlm_request.c           |   2 +-
 fs/lustre/ldlm/ldlm_resource.c          |   5 +-
 fs/lustre/llite/dir.c                   |  22 +-
 fs/lustre/llite/file.c                  |  50 ++-
 fs/lustre/llite/lcommon_misc.c          |   2 +-
 fs/lustre/llite/llite_foreign.c         |  26 +-
 fs/lustre/llite/llite_foreign_symlink.c |  10 +-
 fs/lustre/llite/llite_internal.h        |  65 +++-
 fs/lustre/llite/llite_lib.c             | 475 +++++++++++++-----------
 fs/lustre/llite/llite_nfs.c             |   4 +-
 fs/lustre/llite/lproc_llite.c           |   2 +-
 fs/lustre/llite/namei.c                 | 198 +++++++---
 fs/lustre/llite/pcc.c                   | 137 +++----
 fs/lustre/llite/rw.c                    |   9 +-
 fs/lustre/llite/rw26.c                  |  24 +-
 fs/lustre/llite/vvp_dev.c               |  10 +-
 fs/lustre/llite/vvp_io.c                |  10 +-
 fs/lustre/llite/vvp_object.c            |  57 ++-
 fs/lustre/llite/xattr.c                 |  52 ++-
 fs/lustre/lmv/lmv_intent.c              |  21 +-
 fs/lustre/lmv/lmv_internal.h            |  16 +-
 fs/lustre/lmv/lmv_obd.c                 | 354 +++++++++++-------
 fs/lustre/lov/lov_obd.c                 |  11 +-
 fs/lustre/lov/lov_object.c              |  62 +++-
 fs/lustre/mdc/lproc_mdc.c               |   2 +-
 fs/lustre/mdc/mdc_dev.c                 |  69 ++--
 fs/lustre/mdc/mdc_request.c             |  52 +--
 fs/lustre/mgc/lproc_mgc.c               |   8 +-
 fs/lustre/obdclass/cl_io.c              |  78 ++--
 fs/lustre/obdclass/cl_object.c          |  17 +
 fs/lustre/obdclass/genops.c             |   6 +-
 fs/lustre/obdclass/jobid.c              |   2 -
 fs/lustre/osc/lproc_osc.c               |  11 +-
 fs/lustre/osc/osc_io.c                  |   6 +-
 fs/lustre/osc/osc_request.c             |  14 +-
 fs/lustre/ptlrpc/layout.c               |   2 +
 fs/lustre/ptlrpc/niobuf.c               |   9 +-
 fs/lustre/ptlrpc/nrs.c                  |  70 ++--
 fs/lustre/ptlrpc/pack_generic.c         |   2 +-
 fs/lustre/ptlrpc/sec_config.c           |   4 +
 fs/lustre/ptlrpc/sec_null.c             |   2 +-
 fs/lustre/ptlrpc/service.c              |  10 +-
 fs/lustre/ptlrpc/wiretest.c             |  22 +-
 include/linux/libcfs/libcfs.h           |  12 +-
 include/linux/libcfs/libcfs_private.h   |  13 -
 include/linux/lnet/lib-lnet.h           |   9 +
 include/uapi/linux/lnet/libcfs_ioctl.h  |  10 +-
 include/uapi/linux/lustre/lustre_idl.h  |   5 +-
 net/lnet/klnds/o2iblnd/o2iblnd.c        |   2 +-
 net/lnet/klnds/socklnd/socklnd.c        |   2 +-
 net/lnet/libcfs/module.c                | 232 +-----------
 net/lnet/lnet/api-ni.c                  |  46 +--
 net/lnet/lnet/lib-move.c                |   4 +-
 net/lnet/lnet/lib-msg.c                 |   4 +-
 net/lnet/lnet/module.c                  | 224 +++++++++--
 net/lnet/lnet/peer.c                    |   4 +-
 net/lnet/selftest/conctl.c              |  21 +-
 net/lnet/selftest/console.c             |   4 +-
 69 files changed, 1567 insertions(+), 1266 deletions(-)