All of lore.kernel.org
 help / color / mirror / Atom feed
* [lustre-devel] [PATCH 00/28] lustre: more assorted fixes for lustre 2.10
@ 2018-10-14 18:57 James Simmons
  2018-10-14 18:57 ` [lustre-devel] [PATCH 01/28] lustre: osc: osc_extent_tree_dump0() implementation is suboptimal James Simmons
                   ` (28 more replies)
  0 siblings, 29 replies; 69+ messages in thread
From: James Simmons @ 2018-10-14 18:57 UTC (permalink / raw)
  To: lustre-devel

Another bacth of assorted fixes missing in the linux client from
lustre 2.10. All of these should be order independent and don't
collide with the PFL work that will land at a later date.

Alex Zhuravlev (2):
  lustre: llite: use security context if it's enabled in the kernel
  lustre: ptlrpc: do not wakeup every second

Andreas Dilger (2):
  lustre: mdc: improve mdc_enqueue() error message
  lustre: obdclass: deprecate OBD_GET_VERSION ioctl

Andrew Perepechko (1):
  lustre: osc: osc_extent_tree_dump0() implementation is suboptimal

Andriy Skulysh (1):
  lustre: ldlm: ELC shouldn't wait on lock flush

Bob Glossman (1):
  lustre: ptlrpc: handle case of epp_free_pages <= PTLRPC_MAX_BRW_PAGES

Doug Oucharek (1):
  lustre: ptlrpc: Do not assert when bd_nob_transferred != 0

Fan Yong (1):
  lustre: llite: control concurrent statahead instances

Frank Zago (1):
  lustre: llite: fix for stat under kthread and X86_X32

Henri Doreau (2):
  lustre: hsm: add kkuc before sending registration RPCs
  lustre: mdc: expose changelog through char devices

Hongchao Zhang (1):
  lustre: llite: IO accounting of page read

James Simmons (5):
  lustre: uapi: add back LUSTRE_MAXFSNAME to lustre_user.h
  lustre: uapi: add missing headers in lustre UAPI headers
  lustre: llite: enhance vvp_dev data structure naming
  lustre: clio: update spare bit handling
  lustre: llite: restore lld_nfs_dentry handling

Jinshan Xiong (2):
  lustre: llite: pipeline readahead better with large I/O
  lustre: ldlm: check lock cancellation in ldlm_cli_cancel()

John L. Hammond (2):
  lustre: llog: fix EOF handling in llog_client_next_block()
  lustre: mdc: set correct body eadatasize for getxattr()

Lai Siyao (3):
  lustre: ptlrpc: missing barrier before wake_up
  lustre: statahead: missing barrier before wake_up
  lustre: llite: disable statahead if starting statahead fail

Patrick Farrell (3):
  lustre: llite: Read ahead should return pages read
  lustre: llite: Update i_nlink on unlink
  lustre: ldlm: Make lru clear always discard read lock pages

 .../lustre/include/uapi/linux/lnet/libcfs_debug.h  |   2 +
 .../lustre/include/uapi/linux/lnet/lnetctl.h       |   1 +
 .../lustre/include/uapi/linux/lnet/nidstr.h        |   1 +
 .../lustre/include/uapi/linux/lustre/lustre_cfg.h  |   1 +
 .../lustre/include/uapi/linux/lustre/lustre_fid.h  |   1 +
 .../include/uapi/linux/lustre/lustre_fiemap.h      |   1 +
 .../include/uapi/linux/lustre/lustre_ioctl.h       |   2 +-
 .../include/uapi/linux/lustre/lustre_kernelcomm.h  |   3 -
 .../include/uapi/linux/lustre/lustre_ostid.h       |   1 +
 .../lustre/include/uapi/linux/lustre/lustre_user.h |   9 +-
 drivers/staging/lustre/lustre/include/cl_object.h  |   2 +-
 .../lustre/lustre/include/lustre_dlm_flags.h       |   2 +-
 drivers/staging/lustre/lustre/include/lustre_net.h |   2 +
 drivers/staging/lustre/lustre/include/obd.h        |  18 +-
 drivers/staging/lustre/lustre/ldlm/ldlm_internal.h |  20 +-
 drivers/staging/lustre/lustre/ldlm/ldlm_lib.c      |   2 +
 drivers/staging/lustre/lustre/ldlm/ldlm_lock.c     |  13 -
 drivers/staging/lustre/lustre/ldlm/ldlm_request.c  |  66 +-
 drivers/staging/lustre/lustre/ldlm/ldlm_resource.c |   6 +-
 drivers/staging/lustre/lustre/llite/dir.c          |  14 +-
 drivers/staging/lustre/lustre/llite/file.c         |  25 +-
 drivers/staging/lustre/lustre/llite/lcommon_cl.c   |   4 +-
 .../staging/lustre/lustre/llite/llite_internal.h   |  39 +-
 drivers/staging/lustre/lustre/llite/llite_lib.c    |  22 +-
 drivers/staging/lustre/lustre/llite/lproc_llite.c  |  37 ++
 drivers/staging/lustre/lustre/llite/namei.c        |  12 +-
 drivers/staging/lustre/lustre/llite/rw.c           |  57 +-
 drivers/staging/lustre/lustre/llite/statahead.c    |  39 +-
 drivers/staging/lustre/lustre/llite/vvp_dev.c      |  54 +-
 drivers/staging/lustre/lustre/lmv/lmv_obd.c        |  57 +-
 drivers/staging/lustre/lustre/mdc/Makefile         |   2 +-
 drivers/staging/lustre/lustre/mdc/mdc_changelog.c  | 722 +++++++++++++++++++++
 drivers/staging/lustre/lustre/mdc/mdc_internal.h   |   4 +
 drivers/staging/lustre/lustre/mdc/mdc_lib.c        |  10 +-
 drivers/staging/lustre/lustre/mdc/mdc_locks.c      |  11 +-
 drivers/staging/lustre/lustre/mdc/mdc_request.c    | 198 +-----
 drivers/staging/lustre/lustre/obdclass/class_obd.c |  18 +-
 drivers/staging/lustre/lustre/obdclass/obd_mount.c |   2 +-
 drivers/staging/lustre/lustre/osc/osc_cache.c      |   7 +-
 .../staging/lustre/lustre/osc/osc_cl_internal.h    |   2 +-
 drivers/staging/lustre/lustre/osc/osc_io.c         |   6 +-
 drivers/staging/lustre/lustre/osc/osc_lock.c       |  10 +-
 drivers/staging/lustre/lustre/osc/osc_object.c     |   2 +-
 drivers/staging/lustre/lustre/ptlrpc/llog_client.c |  24 +-
 drivers/staging/lustre/lustre/ptlrpc/niobuf.c      |   8 +-
 drivers/staging/lustre/lustre/ptlrpc/ptlrpcd.c     |   4 +-
 drivers/staging/lustre/lustre/ptlrpc/sec_bulk.c    |  11 +-
 47 files changed, 1150 insertions(+), 404 deletions(-)
 create mode 100644 drivers/staging/lustre/lustre/mdc/mdc_changelog.c

-- 
1.8.3.1

^ permalink raw reply	[flat|nested] 69+ messages in thread

end of thread, other threads:[~2018-11-05  0:13 UTC | newest]

Thread overview: 69+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-14 18:57 [lustre-devel] [PATCH 00/28] lustre: more assorted fixes for lustre 2.10 James Simmons
2018-10-14 18:57 ` [lustre-devel] [PATCH 01/28] lustre: osc: osc_extent_tree_dump0() implementation is suboptimal James Simmons
2018-10-14 18:57 ` [lustre-devel] [PATCH 02/28] lustre: llite: Read ahead should return pages read James Simmons
2018-10-14 18:57 ` [lustre-devel] [PATCH 03/28] lustre: ptlrpc: missing barrier before wake_up James Simmons
2018-10-17 22:43   ` NeilBrown
2018-10-21 22:48     ` James Simmons
2018-10-14 18:57 ` [lustre-devel] [PATCH 04/28] lustre: ptlrpc: Do not assert when bd_nob_transferred != 0 James Simmons
2018-10-17 23:13   ` NeilBrown
2018-10-21 22:44     ` James Simmons
2018-10-22  3:26       ` NeilBrown
2018-11-04 21:29         ` James Simmons
2018-11-04 23:59           ` NeilBrown
2018-10-14 18:57 ` [lustre-devel] [PATCH 05/28] lustre: uapi: add back LUSTRE_MAXFSNAME to lustre_user.h James Simmons
2018-10-14 18:57 ` [lustre-devel] [PATCH 06/28] lustre: ldlm: ELC shouldn't wait on lock flush James Simmons
2018-10-17 23:20   ` NeilBrown
2018-10-20 17:09     ` James Simmons
2018-10-22  3:44       ` NeilBrown
2018-10-14 18:57 ` [lustre-devel] [PATCH 07/28] lustre: llite: pipeline readahead better with large I/O James Simmons
2018-10-14 18:57 ` [lustre-devel] [PATCH 08/28] lustre: hsm: add kkuc before sending registration RPCs James Simmons
2018-10-14 18:57 ` [lustre-devel] [PATCH 09/28] lustre: mdc: improve mdc_enqueue() error message James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 10/28] lustre: llite: Update i_nlink on unlink James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 11/28] lustre: llite: use security context if it's enabled in the kernel James Simmons
2018-10-17 23:34   ` NeilBrown
2018-10-20 17:49     ` James Simmons
2018-10-22  3:47       ` NeilBrown
2018-10-23 23:07         ` James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 12/28] lustre: ptlrpc: do not wakeup every second James Simmons
2018-10-29  0:03   ` NeilBrown
2018-10-29  1:35     ` Patrick Farrell
2018-10-29  2:41       ` NeilBrown
2018-10-29  3:42         ` James Simmons
2018-10-29 14:17           ` Patrick Farrell
2018-11-04 20:53         ` James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 13/28] lustre: ldlm: check lock cancellation in ldlm_cli_cancel() James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 14/28] lustre: ptlrpc: handle case of epp_free_pages <= PTLRPC_MAX_BRW_PAGES James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 15/28] lustre: llite: fix for stat under kthread and X86_X32 James Simmons
2018-10-18  1:48   ` NeilBrown
2018-10-22  3:58     ` NeilBrown
2018-11-04 21:35       ` James Simmons
2018-11-05  0:03         ` NeilBrown
2018-10-14 18:58 ` [lustre-devel] [PATCH 16/28] lustre: statahead: missing barrier before wake_up James Simmons
2018-10-18  2:00   ` NeilBrown
2018-10-21 22:52     ` James Simmons
2018-10-22  4:04       ` NeilBrown
2018-11-04 20:52         ` James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 17/28] lustre: ldlm: Make lru clear always discard read lock pages James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 18/28] lustre: mdc: expose changelog through char devices James Simmons
2018-10-30  6:41   ` NeilBrown
2018-11-04 21:31     ` James Simmons
2018-11-05  0:13       ` NeilBrown
2018-10-14 18:58 ` [lustre-devel] [PATCH 19/28] lustre: uapi: add missing headers in lustre UAPI headers James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 20/28] lustre: obdclass: deprecate OBD_GET_VERSION ioctl James Simmons
2018-10-18  2:12   ` NeilBrown
2018-10-20 18:52     ` James Simmons
2018-10-22  4:08       ` NeilBrown
2018-10-14 18:58 ` [lustre-devel] [PATCH 21/28] lustre: llite: enhance vvp_dev data structure naming James Simmons
2018-10-18  2:15   ` NeilBrown
2018-10-20 18:55     ` James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 22/28] lustre: clio: update spare bit handling James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 23/28] lustre: llog: fix EOF handling in llog_client_next_block() James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 24/28] lustre: llite: IO accounting of page read James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 25/28] lustre: llite: disable statahead if starting statahead fail James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 26/28] lustre: mdc: set correct body eadatasize for getxattr() James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 27/28] lustre: llite: control concurrent statahead instances James Simmons
2018-10-14 18:58 ` [lustre-devel] [PATCH 28/28] lustre: llite: restore lld_nfs_dentry handling James Simmons
2018-10-22  4:36 ` [lustre-devel] [PATCH 00/28] lustre: more assorted fixes for lustre 2.10 NeilBrown
2018-10-23 22:34   ` [lustre-devel] [PATCH] lustre: lu_object: fix possible hang waiting for LCS_LEAVING NeilBrown
2018-10-29  3:31     ` James Simmons
2018-10-29  4:31       ` NeilBrown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.