lustre-devel-lustre.org archive mirror
 help / color / mirror / Atom feed
* [lustre-devel] [PATCH 00/27] lustre: sync to 2.14.52
@ 2021-06-13 23:11 James Simmons
  2021-06-13 23:11 ` [lustre-devel] [PATCH 01/27] lustre: uapi: add mdt_hash_name James Simmons
                   ` (26 more replies)
  0 siblings, 27 replies; 28+ messages in thread
From: James Simmons @ 2021-06-13 23:11 UTC (permalink / raw)
  To: Andreas Dilger, Oleg Drokin, NeilBrown; +Cc: Lustre Development List

Update the linux client to support OpenSFS versoon 2.14.52

Alex Zhuravlev (1):
  lustre: mdc: start changelog thread upon first access

Alexander Boyko (1):
  lustre: llog: changelog purge deletes plain llog

Andreas Dilger (2):
  lnet: libcfs: allow comma-separated masks
  lustre: lmv: change default hash type to crush

Artem Blagodarenko (2):
  lustre: obd: check if sbi->ll_md_exp is initialized
  lnet: do not crash if lnet_sock_getaddr returns error

Bobi Jam (2):
  lustre: flr: mmap write/punch does not stale other mirrors
  lustre: llite: refresh layout after mirror merge/split

Chris Horn (2):
  lnet: Fix destination NID for discovery PUSH
  lnet: Check if discovery toggled off in ping reply

James Simmons (2):
  lustre: uapi: rename CONFIG_T_* to MGS_CFG_T_*
  lustre: rename tgt_pool_* functions.

Lai Siyao (2):
  lustre: llite: default lsm update may memory leak
  lustre: pcc: don't alloc FID in LLITE for pcc open

Li Xi (1):
  lustre: osc: cleanup comment in osc_object_is_contended

Mr NeilBrown (1):
  lnet: o2iblnd: fix bug in list_first_entry() change.

Olaf Faaland (1):
  lnet: simplify lnet_ni_add_interface

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

Patrick Farrell (2):
  lustre: osc: Batch gang_lookup cbs
  lustre: llite: Return errors for aio

Qian Yingjin (1):
  lustre: ptlrpc: move more members in PTLRPC request into pill

Sebastien Buisson (2):
  lustre: sec: forbid file rename from enc to unencrypted dir
  lustre: llite: add selinux testing

Sergey Cheremencev (1):
  lustre: quota: default OST Pool Quotas

Vitaly Fertman (2):
  lustre: ptlrpc: do not match reply with resent RPC
  lustre: vvp: wait for nrpages to be updated

Yang Sheng (1):
  lustre: uapi: add mdt_hash_name

 fs/lustre/include/cl_object.h           |   5 ++
 fs/lustre/include/lu_object.h           |  12 +--
 fs/lustre/include/lustre_disk.h         |   3 +-
 fs/lustre/include/lustre_lmv.h          |  19 +++--
 fs/lustre/include/lustre_net.h          |  75 ++--------------
 fs/lustre/include/lustre_osc.h          |   7 +-
 fs/lustre/include/lustre_req_layout.h   |  78 ++++++++++++++++-
 fs/lustre/include/obd.h                 |   2 +-
 fs/lustre/include/obd_class.h           |  11 +--
 fs/lustre/include/obd_support.h         |   5 ++
 fs/lustre/llite/dcache.c                |   6 +-
 fs/lustre/llite/dir.c                   |  32 ++++---
 fs/lustre/llite/file.c                  |   6 +-
 fs/lustre/llite/llite_internal.h        |   5 +-
 fs/lustre/llite/llite_lib.c             | 110 ++++++++++++------------
 fs/lustre/llite/llite_mmap.c            |   4 +-
 fs/lustre/llite/llite_nfs.c             |   2 +-
 fs/lustre/llite/namei.c                 |  48 ++++++-----
 fs/lustre/llite/rw26.c                  |   3 +-
 fs/lustre/llite/statahead.c             |   2 +-
 fs/lustre/llite/vvp_io.c                |   3 +-
 fs/lustre/llite/vvp_object.c            |   9 +-
 fs/lustre/lmv/lmv_intent.c              |   6 +-
 fs/lustre/lmv/lmv_obd.c                 |   5 +-
 fs/lustre/lov/lov_io.c                  |   8 +-
 fs/lustre/lov/lov_obd.c                 |  12 +--
 fs/lustre/lov/lov_pool.c                |  10 +--
 fs/lustre/mdc/mdc_acl.c                 |   3 +-
 fs/lustre/mdc/mdc_changelog.c           |  54 ++++++++----
 fs/lustre/mdc/mdc_dev.c                 |  52 +++++------
 fs/lustre/mdc/mdc_internal.h            |  36 ++++----
 fs/lustre/mdc/mdc_lib.c                 | 146 ++++++++++++++++---------------
 fs/lustre/mdc/mdc_locks.c               |  10 +--
 fs/lustre/mdc/mdc_reint.c               |  13 +--
 fs/lustre/mdc/mdc_request.c             |  43 +++++-----
 fs/lustre/mgc/mgc_internal.h            |   8 +-
 fs/lustre/mgc/mgc_request.c             |  29 ++++---
 fs/lustre/obdclass/cl_page.c            |   3 +
 fs/lustre/obdclass/llog.c               |   4 +
 fs/lustre/obdclass/lprocfs_status.c     |   1 +
 fs/lustre/obdclass/lu_tgt_pool.c        |  28 +++---
 fs/lustre/obdclass/obd_mount.c          |   4 +-
 fs/lustre/obdecho/echo_client.c         |   4 +-
 fs/lustre/osc/osc_cache.c               | 147 +++++++++++++++++---------------
 fs/lustre/osc/osc_io.c                  |  33 ++++---
 fs/lustre/osc/osc_lock.c                |  19 +++--
 fs/lustre/osc/osc_object.c              |   4 -
 fs/lustre/ptlrpc/client.c               |  21 +++--
 fs/lustre/ptlrpc/layout.c               |  32 +++++--
 fs/lustre/ptlrpc/niobuf.c               |  20 +++--
 fs/lustre/ptlrpc/pack_generic.c         |  70 ++++++++-------
 fs/lustre/ptlrpc/ptlrpc_internal.h      |   2 +-
 fs/lustre/ptlrpc/sec.c                  |   6 +-
 fs/lustre/ptlrpc/sec_plain.c            |   4 +-
 fs/lustre/ptlrpc/service.c              |  18 +++-
 fs/lustre/ptlrpc/wiretest.c             |  10 ++-
 include/linux/lnet/lib-types.h          |   2 +
 include/uapi/linux/lustre/lustre_idl.h  |  14 +--
 include/uapi/linux/lustre/lustre_user.h |  14 +--
 include/uapi/linux/lustre/lustre_ver.h  |   4 +-
 net/lnet/klnds/o2iblnd/o2iblnd.c        |   2 +-
 net/lnet/klnds/socklnd/socklnd.c        |   5 +-
 net/lnet/libcfs/libcfs_string.c         |   6 +-
 net/lnet/lnet/acceptor.c                |   5 +-
 net/lnet/lnet/config.c                  |  27 +++---
 net/lnet/lnet/peer.c                    |  80 +++++++----------
 66 files changed, 798 insertions(+), 673 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] 28+ messages in thread

end of thread, other threads:[~2021-06-13 23:13 UTC | newest]

Thread overview: 28+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-13 23:11 [lustre-devel] [PATCH 00/27] lustre: sync to 2.14.52 James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 01/27] lustre: uapi: add mdt_hash_name James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 02/27] lustre: uapi: rename CONFIG_T_* to MGS_CFG_T_* James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 03/27] lnet: o2iblnd: fix bug in list_first_entry() change James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 04/27] lustre: flr: mmap write/punch does not stale other mirrors James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 05/27] lustre: llite: default lsm update may memory leak James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 06/27] lustre: pcc: don't alloc FID in LLITE for pcc open James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 07/27] lustre: quota: default OST Pool Quotas James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 08/27] lustre: rename tgt_pool_* functions James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 09/27] lustre: llite: refresh layout after mirror merge/split James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 10/27] lustre: ptlrpc: do not match reply with resent RPC James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 11/27] lustre: vvp: wait for nrpages to be updated James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 12/27] lustre: obd: check if sbi->ll_md_exp is initialized James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 13/27] lustre: osc: Batch gang_lookup cbs James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 14/27] lustre: llite: Return errors for aio James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 15/27] lnet: do not crash if lnet_sock_getaddr returns error James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 16/27] lustre: sec: forbid file rename from enc to unencrypted dir James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 17/27] lustre: mdc: start changelog thread upon first access James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 18/27] lustre: llog: changelog purge deletes plain llog James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 19/27] lnet: libcfs: allow comma-separated masks James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 20/27] lustre: osc: cleanup comment in osc_object_is_contended James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 21/27] lnet: simplify lnet_ni_add_interface James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 22/27] lustre: lmv: change default hash type to crush James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 23/27] lustre: ptlrpc: move more members in PTLRPC request into pill James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 24/27] lustre: llite: add selinux testing James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 25/27] lnet: Fix destination NID for discovery PUSH James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 26/27] lnet: Check if discovery toggled off in ping reply James Simmons
2021-06-13 23:11 ` [lustre-devel] [PATCH 27/27] lustre: update version to 2.14.52 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).