All of lore.kernel.org
 help / color / mirror / Atom feed
* [lustre-devel] [PATCH 00/14] lustre: fixes for many test failures
@ 2019-01-06 21:36 James Simmons
  2019-01-06 21:36 ` [lustre-devel] [PATCH 01/14] lustre: llite: Add S_NOSEC support James Simmons
                   ` (14 more replies)
  0 siblings, 15 replies; 18+ messages in thread
From: James Simmons @ 2019-01-06 21:36 UTC (permalink / raw)
  To: lustre-devel

This patch series contains mostly fixes to resolve the majority of
the testing failures seen. Besides that are UAPI headers fixes to
prepare for when lustre will leave the staging tree. Include Neil's
dump_page_cache patch as well since it was landed in the OpenSFS
branch and the migration of lu_objects to rhashtables depended on
it.

James Simmons (9):
  lustre: uapi: replace cfs_size_* macros with __ALIGN_KERNEL
  lustre: uapi: final fixes for UAPI support.
  lustre: llite: op_data->op_valid is incorrect in ll_dir_getstripe
  lustre: llite: return correct amount of bytes for short operations
  lustre: llite: user xattr_prefix() to create xattr full name
  lustre: llite: conditionally set it_flags in ll_file_open
  lustre: llite: fix file migration
  lustre: sysfs: temporary work around for sysfs naming
  lustre: libcfs: hide struct cfs_cpt_table internals

John L. Hammond (1):
  lustre: llite: add LL_IOC_FUTIMES_3

Lai Siyao (1):
  lustre: llite: improve getdirstripe interface

Minh Diep (1):
  lustre: uapi: fix lustre_user.h to C++ compatible

NeilBrown (1):
  lustre: llite: change how "dump_page_cache" walks a hash table

Patrick Farrell (1):
  lustre: llite: Add S_NOSEC support

 .../lustre/include/linux/libcfs/libcfs_cpu.h       |  39 +----
 .../staging/lustre/include/linux/lnet/lib-types.h  |   1 +
 .../lustre/include/uapi/linux/lnet/lnet-types.h    |   1 -
 .../lustre/include/uapi/linux/lustre/lustre_idl.h  |  14 +-
 .../lustre/include/uapi/linux/lustre/lustre_user.h |  57 ++++---
 drivers/staging/lustre/lnet/libcfs/libcfs_cpu.c    |  34 ++++
 .../staging/lustre/lustre/include/obd_support.h    |   2 +
 drivers/staging/lustre/lustre/llite/dir.c          |   3 +-
 drivers/staging/lustre/lustre/llite/file.c         |  53 ++++++-
 drivers/staging/lustre/lustre/llite/llite_lib.c    |  25 ++-
 drivers/staging/lustre/lustre/llite/namei.c        |   1 +
 drivers/staging/lustre/lustre/llite/vvp_dev.c      | 173 ++++++++++-----------
 drivers/staging/lustre/lustre/llite/vvp_io.c       |  10 +-
 drivers/staging/lustre/lustre/llite/xattr.c        |   4 +-
 drivers/staging/lustre/lustre/mdc/mdc_lib.c        |   1 -
 drivers/staging/lustre/lustre/mgc/mgc_request.c    |   2 +-
 .../staging/lustre/lustre/obdclass/obd_config.c    |   2 +-
 17 files changed, 249 insertions(+), 173 deletions(-)

-- 
1.8.3.1

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

end of thread, other threads:[~2019-01-07 23:09 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-01-06 21:36 [lustre-devel] [PATCH 00/14] lustre: fixes for many test failures James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 01/14] lustre: llite: Add S_NOSEC support James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 02/14] lustre: llite: change how "dump_page_cache" walks a hash table James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 03/14] lustre: llite: add LL_IOC_FUTIMES_3 James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 04/14] lustre: llite: improve getdirstripe interface James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 05/14] lustre: uapi: fix lustre_user.h to C++ compatible James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 06/14] lustre: uapi: replace cfs_size_* macros with __ALIGN_KERNEL James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 07/14] lustre: uapi: final fixes for UAPI support James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 08/14] lustre: llite: op_data->op_valid is incorrect in ll_dir_getstripe James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 09/14] lustre: llite: return correct amount of bytes for short operations James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 10/14] lustre: llite: user xattr_prefix() to create xattr full name James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 11/14] lustre: llite: conditionally set it_flags in ll_file_open James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 12/14] lustre: llite: fix file migration James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 13/14] lustre: sysfs: temporary work around for sysfs naming James Simmons
2019-01-06 21:36 ` [lustre-devel] [PATCH 14/14] lustre: libcfs: hide struct cfs_cpt_table internals James Simmons
2019-01-07  5:17 ` [lustre-devel] [PATCH 00/14] lustre: fixes for many test failures NeilBrown
2019-01-07 21:57   ` James Simmons
2019-01-07 23:09     ` 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.