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/15] lustre: updates to OpenSFS tree as of July 7 2021
Date: Wed, 7 Jul 2021 15:11:01 -0400 [thread overview]
Message-ID: <1625685076-1964-1-git-send-email-jsimmons@infradead.org> (raw)
Sync the native client to current tip of OpenSFS tree.
Alex Zhuravlev (1):
lustre: mgc: configurable wait-to-reprocess time
Alexander Boyko (1):
lustre: client: don't panic for mgs evictions
Chris Horn (3):
lnet: Add health ping stats
lnet: Ensure ref taken when queueing for discovery
lnet: Correct distance calculation of local NIDs
James Simmons (1):
lnet: add netlink infrastructure
Oleg Drokin (3):
lustre: osc: Notify server if cache discard takes a long time
lustre: mdt: New connect flag for non-open-by-fid lock request
lustre: obdclass: Wake up entire queue of requests on close completion
Patrick Farrell (5):
lustre: osc: Move shrink update to per-write
lustre: llite: parallelize direct i/o issuance
lustre: osc: Don't get time for each page
lustre: clio: Implement real list splice
lustre: osc: Simplify clipping for transient pages
Serguei Smirnov (1):
lnet: socklnd: detect link state to set fatal error on ni
fs/lustre/include/cl_object.h | 13 +++++-
fs/lustre/include/lustre_osc.h | 6 +--
fs/lustre/include/obd_class.h | 15 ++++++
fs/lustre/llite/file.c | 51 +++++++++++++++++++--
fs/lustre/llite/llite_internal.h | 9 ++++
fs/lustre/llite/llite_lib.c | 4 +-
fs/lustre/llite/lproc_llite.c | 37 +++++++++++++++
fs/lustre/llite/namei.c | 4 +-
fs/lustre/llite/rw26.c | 41 ++++++-----------
fs/lustre/llite/vvp_io.c | 1 +
fs/lustre/mgc/mgc_internal.h | 8 ++++
fs/lustre/mgc/mgc_request.c | 44 +++++++++++++-----
fs/lustre/obdclass/cl_io.c | 39 +++++++++++++---
fs/lustre/obdclass/genops.c | 6 ++-
fs/lustre/obdclass/lprocfs_status.c | 6 +++
fs/lustre/osc/osc_cache.c | 42 ++++++++++++++---
fs/lustre/osc/osc_internal.h | 1 +
fs/lustre/osc/osc_io.c | 18 ++++++--
fs/lustre/osc/osc_page.c | 10 ++--
fs/lustre/osc/osc_request.c | 54 +++++++++++++++++-----
fs/lustre/ptlrpc/import.c | 5 +-
fs/lustre/ptlrpc/wiretest.c | 2 +
include/linux/lnet/lib-types.h | 15 ++++++
include/uapi/linux/lnet/lnet-dlc.h | 4 ++
include/uapi/linux/lnet/lnet-nl.h | 67 +++++++++++++++++++++++++++
include/uapi/linux/lustre/lustre_idl.h | 1 +
net/lnet/klnds/socklnd/socklnd.c | 78 ++++++++++++++++++++++++++++++++
net/lnet/klnds/socklnd/socklnd.h | 1 +
net/lnet/lnet/api-ni.c | 83 ++++++++++++++++++++++++++++++++++
net/lnet/lnet/lib-move.c | 40 ++++++++++------
net/lnet/lnet/peer.c | 10 ++--
31 files changed, 611 insertions(+), 104 deletions(-)
create mode 100644 include/uapi/linux/lnet/lnet-nl.h
--
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:[~2021-07-07 19:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-07 19:11 James Simmons [this message]
2021-07-07 19:11 ` [lustre-devel] [PATCH 01/15] lustre: osc: Notify server if cache discard takes a long time James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 02/15] lustre: osc: Move shrink update to per-write James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 03/15] lustre: client: don't panic for mgs evictions James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 04/15] lnet: Add health ping stats James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 05/15] lnet: Ensure ref taken when queueing for discovery James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 06/15] lnet: Correct distance calculation of local NIDs James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 07/15] lnet: socklnd: detect link state to set fatal error on ni James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 08/15] lustre: mdt: New connect flag for non-open-by-fid lock request James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 09/15] lustre: obdclass: Wake up entire queue of requests on close completion James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 10/15] lnet: add netlink infrastructure James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 11/15] lustre: llite: parallelize direct i/o issuance James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 12/15] lustre: osc: Don't get time for each page James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 13/15] lustre: clio: Implement real list splice James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 14/15] lustre: osc: Simplify clipping for transient pages James Simmons
2021-07-07 19:11 ` [lustre-devel] [PATCH 15/15] lustre: mgc: configurable wait-to-reprocess time 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=1625685076-1964-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).