All of lore.kernel.org
 help / color / mirror / Atom feed
* [lustre-devel] [PATCH 00/13] bring lustre's kernel_comm code up to date
@ 2015-11-08 19:17 ` James Simmons
  0 siblings, 0 replies; 29+ messages in thread
From: James Simmons @ 2015-11-08 19:17 UTC (permalink / raw)
  To: lustre-devel

This patch series brings the kernel_comm code used by Lustre up
to the latest verison with various fixes and style improvements
which makes the code compliant with the linux kernel standard.

Henri Doreau (1):
  staging: lustre: Prevent duplicate CT registrations

Hongchao Zhang (1):
  staging: lustre: embed kr_data into kkuc_reg

James Simmons (8):
  staging: lustre: kg_sem semaphore handling is incorrectly
  staging: lustre: convert kernelcomm group to unsigned int
  staging: lustre: remove unnecessary NULL checks in kernel_comm.c
  staging: lustre: cleanup block comment style in kernel_comm code
  staging: lustre: add space around '+' in kernel_comm code
  staging: lustre: use proper braces in libcfs_kkuc_group_put
  staging: lustre: return proper error code for libcfs_kkuc_msg_put
  staging: lustre: cleanup white space in kernel comm code

John L. Hammond (1):
  staging: lustre: remove hsm_nl proc file

frank zago (2):
  staging: lustre: move kernel_user_comm.c from libcfs to lustre
  staging: lustre: split kernel comm between user and kernel

 .../staging/lustre/include/linux/libcfs/libcfs.h   |    1 -
 .../staging/lustre/lustre/include/lustre_export.h  |    7 ++
 .../lustre/lustre/include/lustre_kernelcomm.h      |   56 ++++++++++++++
 .../include/uapi_kernelcomm.h}                     |   72 ++++++------------
 drivers/staging/lustre/lustre/libcfs/Makefile      |    5 +-
 drivers/staging/lustre/lustre/llite/dir.c          |    1 +
 drivers/staging/lustre/lustre/lmv/lmv_obd.c        |   30 ++++++---
 drivers/staging/lustre/lustre/mdc/lproc_mdc.c      |   77 --------------------
 drivers/staging/lustre/lustre/mdc/mdc_request.c    |   21 ++++--
 drivers/staging/lustre/lustre/obdclass/Makefile    |   10 ++--
 drivers/staging/lustre/lustre/obdclass/genops.c    |    1 +
 .../kernel_user_comm.c => obdclass/kernelcomm.c}   |   76 ++++++++++---------
 12 files changed, 171 insertions(+), 186 deletions(-)
 create mode 100644 drivers/staging/lustre/lustre/include/lustre_kernelcomm.h
 rename drivers/staging/lustre/{include/linux/libcfs/libcfs_kernelcomm.h => lustre/include/uapi_kernelcomm.h} (51%)
 rename drivers/staging/lustre/lustre/{libcfs/kernel_user_comm.c => obdclass/kernelcomm.c} (82%)

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

end of thread, other threads:[~2015-12-21 23:37 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-08 19:17 [lustre-devel] [PATCH 00/13] bring lustre's kernel_comm code up to date James Simmons
2015-11-08 19:17 ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 01/13] staging: lustre: remove hsm_nl proc file James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 02/13] staging: lustre: kg_sem semaphore handling is incorrectly James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 03/13] staging: lustre: Prevent duplicate CT registrations James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 04/13] staging: lustre: move kernel_user_comm.c from libcfs to lustre James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 05/13] staging: lustre: split kernel comm between user and kernel James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 06/13] staging: lustre: embed kr_data into kkuc_reg James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 07/13] staging: lustre: convert kernelcomm group to unsigned int James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 08/13] staging: lustre: remove unnecessary NULL checks in kernel_comm.c James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 09/13] staging: lustre: cleanup block comment style in kernel_comm code James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 10/13] staging: lustre: add space around '+' " James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 11/13] staging: lustre: use proper braces in libcfs_kkuc_group_put James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 12/13] staging: lustre: return proper error code for libcfs_kkuc_msg_put James Simmons
2015-11-08 19:17   ` James Simmons
2015-11-08 19:17 ` [lustre-devel] [PATCH 13/13] staging: lustre: cleanup white space in kernel comm code James Simmons
2015-11-08 19:17   ` James Simmons
2015-12-21 23:37 ` [PATCH 00/13] bring lustre's kernel_comm code up to date Greg Kroah-Hartman

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.