[lustre-devel] [PATCH 00/27] lustre: sync to OpenSFS branch April 17, 2023

James Simmons jsimmons at infradead.org
Mon Apr 17 06:46:56 PDT 2023


Latest work from the Lustre community ported to the Native
Linux client.

Alex Zhuravlev (3):
  lustre: protocol: add OBD_BRW_COMPRESSED
  lustre: obdclass: fix rpc slot leakage
  lustre: llite: only first sync to MDS matter

Andreas Dilger (3):
  lnet: libcfs: cleanup console messages
  lustre: misc: remove unnecessary ioctl typecasts
  lustre: llite: move common ioctl code to ll_iocontrol()

Bobi Jam (4):
  lustre: lov: continue fsync on other OST objs even on -ENOENT
  lustre: llite: protect cp_state with vmpage lock
  lustre: llite: call truncate_inode_pages() under inode lock
  lustre: ldlm: clear lock converting flag on resource cleanup

Chris Horn (1):
  lnet: Health logging improvements

Etienne AUJAMES (1):
  lustre: llite: fix LSOM blocks for ftruncate and close

James Simmons (1):
  lnet: handle multi-rail setups

Li Dongyang (2):
  lustre: llite: restart clio for AIO if necessary
  lustre: fid: reduce LUSTRE_DATA_SEQ_MAX_WIDTH

Mr NeilBrown (3):
  lnet: change LNetAddPeer() to take struct lnet_nid
  lustre: obdclass: change class_add/check_uuid to large nid
  lustre: obdclass: rename class_parse_nid to class_parse_nid4

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

Qian Yingjin (3):
  lustre: llite: fix the wrong beyond read end calculation
  lustre: readahead: clip readahead with kms
  lustre: statahead: batched statahead processing

Serguei Smirnov (2):
  lnet: use discovered ni status to set initial health
  lnet: add 'lock_prim_nid" lnet module parameter

Timothy Day (2):
  lustre: uapi: fix unused function errors
  lnet: fix clang build errors

Yang Sheng (1):
  lustre: statahead: statahead thread doesn't stop

 fs/lustre/fid/lproc_fid.c              |   2 +-
 fs/lustre/include/lustre_dlm.h         |  10 +-
 fs/lustre/include/lustre_fid.h         |  65 +--------
 fs/lustre/include/lustre_req_layout.h  |   7 +
 fs/lustre/include/obd.h                |   2 +
 fs/lustre/include/obd_class.h          |  11 +-
 fs/lustre/ldlm/ldlm_lib.c              |  13 +-
 fs/lustre/ldlm/ldlm_request.c          |  80 +++++++++--
 fs/lustre/ldlm/ldlm_resource.c         |   1 +
 fs/lustre/llite/acl.c                  |   2 +
 fs/lustre/llite/dir.c                  | 128 +++--------------
 fs/lustre/llite/file.c                 | 243 ++++++++++++++-------------------
 fs/lustre/llite/lcommon_cl.c           |   4 +-
 fs/lustre/llite/llite_internal.h       |  40 ++++--
 fs/lustre/llite/llite_lib.c            | 190 +++++++++++++++++++++-----
 fs/lustre/llite/lproc_llite.c          |  47 ++++++-
 fs/lustre/llite/rw.c                   |  11 +-
 fs/lustre/llite/statahead.c            | 121 +++++++++++++---
 fs/lustre/llite/vvp_io.c               |  40 +++++-
 fs/lustre/llite/vvp_object.c           |   9 +-
 fs/lustre/llite/xattr.c                |   1 +
 fs/lustre/lmv/lmv_obd.c                |  27 ++++
 fs/lustre/lov/lov_io.c                 |  10 +-
 fs/lustre/mdc/mdc_batch.c              | 163 +++++++++++++++++++++-
 fs/lustre/mdc/mdc_dev.c                |   4 +-
 fs/lustre/mdc/mdc_internal.h           |   6 +
 fs/lustre/mdc/mdc_locks.c              |  24 ++--
 fs/lustre/mdc/mdc_request.c            |   3 +
 fs/lustre/obdclass/cl_page.c           |   6 +-
 fs/lustre/obdclass/class_obd.c         |  16 +--
 fs/lustre/obdclass/genops.c            |  11 +-
 fs/lustre/obdclass/kernelcomm.c        |   7 +-
 fs/lustre/obdclass/lustre_peer.c       |  34 ++---
 fs/lustre/obdclass/obd_config.c        |  31 +++--
 fs/lustre/obdclass/obd_mount.c         |   8 +-
 fs/lustre/osc/osc_io.c                 |   5 +
 fs/lustre/osc/osc_request.c            |   5 +-
 fs/lustre/ptlrpc/layout.c              |  40 ++++++
 fs/lustre/ptlrpc/wiretest.c            |   2 +
 include/linux/lnet/api.h               |   2 +-
 include/linux/lnet/lib-lnet.h          |   4 +-
 include/linux/lnet/lib-types.h         |   5 +
 include/uapi/linux/lnet/lnet-types.h   |   4 +-
 include/uapi/linux/lustre/lustre_fid.h |  65 +++++++++
 include/uapi/linux/lustre/lustre_idl.h |   1 +
 include/uapi/linux/lustre/lustre_ver.h |   4 +-
 net/lnet/klnds/o2iblnd/o2iblnd.c       |  51 +++++--
 net/lnet/klnds/socklnd/socklnd.c       |  38 ++++--
 net/lnet/libcfs/libcfs_cpu.c           |  14 +-
 net/lnet/lnet/api-ni.c                 | 210 ++++++++++++++++------------
 net/lnet/lnet/lib-move.c               | 165 ++++++++++++++++++++--
 net/lnet/lnet/lib-msg.c                |  16 ++-
 net/lnet/lnet/peer.c                   | 132 +++++++++++-------
 net/lnet/selftest/conctl.c             |   7 +-
 54 files changed, 1488 insertions(+), 659 deletions(-)

-- 
1.8.3.1



More information about the lustre-devel mailing list