lustre-devel-lustre.org archive mirror
 help / color / mirror / Atom feed
* [lustre-devel] [PATCH 00/12] lustre: backport OpenSFS work Dec 12, 2021
@ 2021-12-12 15:07 James Simmons
  2021-12-12 15:07 ` [lustre-devel] [PATCH 01/12] lustre: llite: do not take mod rpc slot for getxattr James Simmons
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: James Simmons @ 2021-12-12 15:07 UTC (permalink / raw)
  To: Andreas Dilger, Oleg Drokin, NeilBrown; +Cc: Lustre Development List

Backport of the latest work on the OpenSFS branch as of Dec 12
2021

Andreas Dilger (1):
  lustre: llite: avoid needless large stats alloc

Chris Horn (5):
  lustre: ptlrpc: Do not unlink difficult reply until sent
  lnet: Allow specifying a source NID for lnetctl ping
  lnet: Fix source specified send to different net
  lnet: Fix source specified to routed destination
  lnet: o2iblnd: Default map_on_demand to 1

James Simmons (2):
  lnet: uapi: move out kernel only code.
  lustre: obdclass: make niduuid for lustre_stop_mgc() static

Qian Yingjin (1):
  lustre: pcc: disable PCC for encrypted files

Sebastien Buisson (1):
  lustre: llite: properly detect SELinux disabled case

Sergey Cheremencev (1):
  lustre: obdclass: cosmetic changes in pool handling

Vladimir Saveliev (1):
  lustre: llite: do not take mod rpc slot for getxattr

 fs/lustre/include/lu_object.h              |   2 +-
 fs/lustre/include/lustre_net.h             |   3 +-
 fs/lustre/include/obd_support.h            |   1 +
 fs/lustre/ldlm/ldlm_lib.c                  |  11 +-
 fs/lustre/llite/file.c                     |   3 +
 fs/lustre/llite/llite_internal.h           |   7 +-
 fs/lustre/llite/llite_lib.c                |  10 +-
 fs/lustre/llite/lproc_llite.c              | 238 +++++++++++++++++++++--------
 fs/lustre/llite/pcc.c                      |   3 +
 fs/lustre/llite/xattr_cache.c              |   2 +
 fs/lustre/llite/xattr_security.c           |   8 +-
 fs/lustre/mdc/mdc_locks.c                  |   2 +-
 fs/lustre/obdclass/lu_tgt_pool.c           |  15 +-
 fs/lustre/obdclass/obd_mount.c             |  25 +--
 fs/lustre/ptlrpc/events.c                  |  19 ++-
 fs/lustre/ptlrpc/pack_generic.c            |   2 +-
 fs/lustre/ptlrpc/service.c                 |  10 +-
 include/linux/lnet/lib-types.h             |  16 ++
 include/uapi/linux/lnet/lnet-dlc.h         |   1 +
 include/uapi/linux/lnet/nidstr.h           |  13 --
 net/lnet/klnds/o2iblnd/o2iblnd_modparams.c |   3 +-
 net/lnet/lnet/api-ni.c                     |  29 +++-
 net/lnet/lnet/lib-move.c                   |  28 ++--
 23 files changed, 302 insertions(+), 149 deletions(-)

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

end of thread, other threads:[~2021-12-12 15:09 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-12 15:07 [lustre-devel] [PATCH 00/12] lustre: backport OpenSFS work Dec 12, 2021 James Simmons
2021-12-12 15:07 ` [lustre-devel] [PATCH 01/12] lustre: llite: do not take mod rpc slot for getxattr James Simmons
2021-12-12 15:07 ` [lustre-devel] [PATCH 02/12] lnet: uapi: move out kernel only code James Simmons
2021-12-12 15:07 ` [lustre-devel] [PATCH 03/12] lustre: ptlrpc: Do not unlink difficult reply until sent James Simmons
2021-12-12 15:07 ` [lustre-devel] [PATCH 04/12] lustre: obdclass: make niduuid for lustre_stop_mgc() static James Simmons
2021-12-12 15:07 ` [lustre-devel] [PATCH 05/12] lnet: Allow specifying a source NID for lnetctl ping James Simmons
2021-12-12 15:07 ` [lustre-devel] [PATCH 06/12] lnet: Fix source specified send to different net James Simmons
2021-12-12 15:07 ` [lustre-devel] [PATCH 07/12] lnet: Fix source specified to routed destination James Simmons
2021-12-12 15:07 ` [lustre-devel] [PATCH 08/12] lustre: obdclass: cosmetic changes in pool handling James Simmons
2021-12-12 15:08 ` [lustre-devel] [PATCH 09/12] lustre: llite: properly detect SELinux disabled case James Simmons
2021-12-12 15:08 ` [lustre-devel] [PATCH 10/12] lnet: o2iblnd: Default map_on_demand to 1 James Simmons
2021-12-12 15:08 ` [lustre-devel] [PATCH 11/12] lustre: pcc: disable PCC for encrypted files James Simmons
2021-12-12 15:08 ` [lustre-devel] [PATCH 12/12] lustre: llite: avoid needless large stats 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).