From: James Simmons <jsimmons@infradead.org>
To: Andreas Dilger <adilger@whamcloud.com>,
Oleg Drokin <green@whamcloud.com>, NeilBrown <neilb@suse.de>
Cc: Lustre Development List <lustre-devel@lists.lustre.org>
Subject: [lustre-devel] [PATCH 00/27] lustre: sync to OpenSFS branch April 17, 2023
Date: Mon, 17 Apr 2023 09:46:56 -0400 [thread overview]
Message-ID: <1681739243-29375-1-git-send-email-jsimmons@infradead.org> (raw)
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
_______________________________________________
lustre-devel mailing list
lustre-devel@lists.lustre.org
http://lists.lustre.org/listinfo.cgi/lustre-devel-lustre.org
next reply other threads:[~2023-04-17 13:47 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-17 13:46 James Simmons [this message]
2023-04-17 13:46 ` [lustre-devel] [PATCH 01/27] lustre: llite: fix the wrong beyond read end calculation James Simmons
2023-04-17 13:46 ` [lustre-devel] [PATCH 02/27] lustre: lov: continue fsync on other OST objs even on -ENOENT James Simmons
2023-04-17 13:46 ` [lustre-devel] [PATCH 03/27] lustre: llite: protect cp_state with vmpage lock James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 04/27] lustre: llite: restart clio for AIO if necessary James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 05/27] lustre: protocol: add OBD_BRW_COMPRESSED James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 06/27] lustre: llite: call truncate_inode_pages() under inode lock James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 07/27] lustre: fid: reduce LUSTRE_DATA_SEQ_MAX_WIDTH James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 08/27] lnet: handle multi-rail setups James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 09/27] lustre: readahead: clip readahead with kms James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 10/27] lnet: use discovered ni status to set initial health James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 11/27] lnet: add 'lock_prim_nid" lnet module parameter James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 12/27] lustre: obdclass: fix rpc slot leakage James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 13/27] lnet: libcfs: cleanup console messages James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 14/27] lustre: ldlm: clear lock converting flag on resource cleanup James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 15/27] lustre: statahead: statahead thread doesn't stop James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 16/27] lustre: uapi: fix unused function errors James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 17/27] lnet: Health logging improvements James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 18/27] lustre: update version to 2.15.54 James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 19/27] lustre: misc: remove unnecessary ioctl typecasts James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 20/27] lustre: llite: move common ioctl code to ll_iocontrol() James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 21/27] lnet: change LNetAddPeer() to take struct lnet_nid James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 22/27] lustre: obdclass: change class_add/check_uuid to large nid James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 23/27] lustre: obdclass: rename class_parse_nid to class_parse_nid4 James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 24/27] lustre: llite: only first sync to MDS matter James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 25/27] lustre: statahead: batched statahead processing James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 26/27] lustre: llite: fix LSOM blocks for ftruncate and close James Simmons
2023-04-17 13:47 ` [lustre-devel] [PATCH 27/27] lnet: fix clang build errors James Simmons
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1681739243-29375-1-git-send-email-jsimmons@infradead.org \
--to=jsimmons@infradead.org \
--cc=adilger@whamcloud.com \
--cc=green@whamcloud.com \
--cc=lustre-devel@lists.lustre.org \
--cc=neilb@suse.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).