All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/17] staging: Assorted lustre cleanup
@ 2018-03-29  4:26 ` NeilBrown
  0 siblings, 0 replies; 86+ messages in thread
From: NeilBrown @ 2018-03-29  4:26 UTC (permalink / raw)
  To: Oleg Drokin, Greg Kroah-Hartman, James Simmons, Andreas Dilger
  Cc: Linux Kernel Mailing List, Lustre Development List

I'm currently working on converting lustre to use
rhashtables instead of its own resizeable hash tables.
That is progressing well, but I need some changes to
rhashtable first, and that will take a little while.
So here are some other patches.
Some are cleanups related to hashtables,
some are related to measuring time in jiffies
and some are random other things I found as I was looking
at stuff.

James, if this jiffie stuff conflicts with your time-keeping stuff, we
can just drop it.  Last time I cleaned up jiffie-related code you
said it didn't conflict significantly, so I'm hoping this won't
either.

Thanks,
NeilBrown


---

NeilBrown (17):
      staging: lustre: remove invariant in cl_io_read_ahead()
      staging: lustre: remove unused ldlm_completion_ast_async()
      staging: lustre: LNET excludes USERIO
      staging: lustre: remove unused hash tables.
      staging: lustre: remove unneeded include.
      staging: lustre: tidy up ldlm_resource_putref()
      staging: lustre: ldlm: free resource when ldlm_lock_create() fails.
      staging: lustre: add container_of_safe()
      staging: lustre: cfs_time_current() -> jiffies.
      staging: lustre: libcfs: discard cfs_time_add/sub
      staging: lustre: libcfs: discard cfs_time_shift().
      staging: lustre: libcfs: discard cfs_time_after()
      staging: lustre: libcfs: remove cfs_timeout_cap()
      staging: lustre: discard cfs_duration_sec()
      staging: lustre: discard cfs_time_before_64()
      staging: lustre: discard linux-time.h
      staging: lustre: remove cruft from libcfs/linux/libcfs.h


 .../staging/lustre/include/linux/libcfs/curproc.h  |    2 
 .../staging/lustre/include/linux/libcfs/libcfs.h   |   17 +--
 .../lustre/include/linux/libcfs/libcfs_time.h      |   79 ---------------
 .../lustre/include/linux/libcfs/linux/libcfs.h     |   18 ---
 .../lustre/include/linux/libcfs/linux/linux-time.h |  103 --------------------
 drivers/staging/lustre/lnet/Kconfig                |    2 
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c    |   32 +++---
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.h    |    6 +
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd_cb.c |   17 ++-
 .../staging/lustre/lnet/klnds/socklnd/socklnd.c    |   15 +--
 .../staging/lustre/lnet/klnds/socklnd/socklnd_cb.c |   87 ++++++++---------
 drivers/staging/lustre/lnet/libcfs/debug.c         |    2 
 drivers/staging/lustre/lnet/libcfs/tracefile.c     |   12 +-
 drivers/staging/lustre/lnet/lnet/lib-move.c        |   14 +--
 drivers/staging/lustre/lnet/lnet/net_fault.c       |   40 ++++----
 drivers/staging/lustre/lnet/lnet/peer.c            |    2 
 drivers/staging/lustre/lnet/lnet/router.c          |   17 ++-
 drivers/staging/lustre/lnet/lnet/router_proc.c     |   13 +--
 drivers/staging/lustre/lnet/selftest/conrpc.c      |   14 +--
 drivers/staging/lustre/lnet/selftest/console.c     |    4 -
 drivers/staging/lustre/lnet/selftest/framework.c   |    2 
 drivers/staging/lustre/lnet/selftest/timer.c       |    4 -
 drivers/staging/lustre/lustre/include/cl_object.h  |   10 +-
 drivers/staging/lustre/lustre/include/lu_object.h  |    6 +
 drivers/staging/lustre/lustre/include/lustre_dlm.h |   13 ---
 .../staging/lustre/lustre/include/lustre_export.h  |    7 -
 drivers/staging/lustre/lustre/include/lustre_net.h |    7 +
 drivers/staging/lustre/lustre/include/obd_class.h  |   10 +-
 .../staging/lustre/lustre/include/obd_support.h    |   18 ---
 drivers/staging/lustre/lustre/ldlm/ldlm_flock.c    |   11 --
 drivers/staging/lustre/lustre/ldlm/ldlm_lock.c     |   22 +---
 drivers/staging/lustre/lustre/ldlm/ldlm_lockd.c    |    5 -
 drivers/staging/lustre/lustre/ldlm/ldlm_request.c  |   66 ++-----------
 drivers/staging/lustre/lustre/ldlm/ldlm_resource.c |   25 ++---
 .../staging/lustre/lustre/llite/llite_internal.h   |    2 
 drivers/staging/lustre/lustre/llite/llite_lib.c    |    4 -
 drivers/staging/lustre/lustre/llite/llite_nfs.c    |    2 
 drivers/staging/lustre/lustre/llite/lproc_llite.c  |   12 +-
 drivers/staging/lustre/lustre/llite/statahead.c    |    4 -
 drivers/staging/lustre/lustre/llite/vvp_internal.h |    8 +-
 drivers/staging/lustre/lustre/lmv/lmv_internal.h   |    2 
 drivers/staging/lustre/lustre/lmv/lmv_obd.c        |    2 
 .../staging/lustre/lustre/lov/lov_cl_internal.h    |   18 ++-
 drivers/staging/lustre/lustre/lov/lov_internal.h   |    2 
 drivers/staging/lustre/lustre/lov/lov_obd.c        |    2 
 drivers/staging/lustre/lustre/lov/lov_request.c    |    4 -
 drivers/staging/lustre/lustre/mdc/mdc_request.c    |    2 
 drivers/staging/lustre/lustre/obdclass/cl_io.c     |    1 
 drivers/staging/lustre/lustre/obdclass/cl_object.c |    1 
 drivers/staging/lustre/lustre/obdclass/genops.c    |    2 
 .../lustre/lustre/obdclass/lprocfs_status.c        |   12 +-
 drivers/staging/lustre/lustre/obdclass/lu_object.c |    8 +-
 .../staging/lustre/lustre/obdclass/obd_config.c    |    2 
 .../staging/lustre/lustre/obdecho/echo_client.c    |    2 
 drivers/staging/lustre/lustre/osc/osc_cache.c      |    2 
 .../staging/lustre/lustre/osc/osc_cl_internal.h    |   10 +-
 drivers/staging/lustre/lustre/osc/osc_internal.h   |    2 
 drivers/staging/lustre/lustre/osc/osc_io.c         |    2 
 drivers/staging/lustre/lustre/osc/osc_object.c     |   11 +-
 drivers/staging/lustre/lustre/osc/osc_page.c       |    4 -
 drivers/staging/lustre/lustre/osc/osc_request.c    |    6 +
 drivers/staging/lustre/lustre/ptlrpc/client.c      |    4 -
 drivers/staging/lustre/lustre/ptlrpc/import.c      |   10 +-
 drivers/staging/lustre/lustre/ptlrpc/pinger.c      |   23 ++--
 drivers/staging/lustre/lustre/ptlrpc/service.c     |    6 +
 include/linux/kernel.h                             |   16 +++
 66 files changed, 284 insertions(+), 606 deletions(-)
 delete mode 100644 drivers/staging/lustre/include/linux/libcfs/libcfs_time.h
 delete mode 100644 drivers/staging/lustre/include/linux/libcfs/linux/linux-time.h

--
Signature

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

end of thread, other threads:[~2018-04-23 13:16 UTC | newest]

Thread overview: 86+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-29  4:26 [PATCH 00/17] staging: Assorted lustre cleanup NeilBrown
2018-03-29  4:26 ` [lustre-devel] " NeilBrown
2018-03-29  4:26 ` [PATCH 05/17] staging: lustre: remove unneeded include NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 18:57   ` James Simmons
2018-03-30 18:57     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 11/17] staging: lustre: libcfs: discard cfs_time_shift() NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 19:02   ` James Simmons
2018-03-30 19:02     ` [lustre-devel] " James Simmons
2018-04-02 19:34     ` Dilger, Andreas
2018-04-02 19:34       ` [lustre-devel] " Dilger, Andreas
2018-04-02 22:26       ` NeilBrown
2018-04-02 22:26         ` [lustre-devel] " NeilBrown
2018-04-04  8:10         ` Dilger, Andreas
2018-04-04  8:10           ` Dilger, Andreas
2018-04-04 22:00           ` NeilBrown
2018-04-04 22:00             ` NeilBrown
2018-03-29  4:26 ` [PATCH 17/17] staging: lustre: remove cruft from libcfs/linux/libcfs.h NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 19:07   ` James Simmons
2018-03-30 19:07     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 07/17] staging: lustre: ldlm: free resource when ldlm_lock_create() fails NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 18:58   ` James Simmons
2018-03-30 18:58     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 01/17] staging: lustre: remove invariant in cl_io_read_ahead() NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 18:56   ` James Simmons
2018-03-30 18:56     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 02/17] staging: lustre: remove unused ldlm_completion_ast_async() NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 18:57   ` James Simmons
2018-03-30 18:57     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 04/17] staging: lustre: remove unused hash tables NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 18:57   ` James Simmons
2018-03-30 18:57     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 03/17] staging: lustre: LNET excludes USERIO NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 19:09   ` James Simmons
2018-03-30 19:09     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 10/17] staging: lustre: libcfs: discard cfs_time_add/sub NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 19:00   ` James Simmons
2018-03-30 19:00     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 13/17] staging: lustre: libcfs: remove cfs_timeout_cap() NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 19:03   ` James Simmons
2018-03-30 19:03     ` [lustre-devel] " James Simmons
2018-04-02 19:38   ` Dilger, Andreas
2018-04-02 19:38     ` [lustre-devel] " Dilger, Andreas
2018-04-02 22:34     ` NeilBrown
2018-04-02 22:34       ` [lustre-devel] " NeilBrown
2018-03-29  4:26 ` [PATCH 14/17] staging: lustre: discard cfs_duration_sec() NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 19:02   ` James Simmons
2018-03-30 19:02     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 08/17] staging: lustre: add container_of_safe() NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 18:59   ` James Simmons
2018-03-30 18:59     ` [lustre-devel] " James Simmons
2018-04-10  1:37     ` Cory Spitz
2018-04-11 21:19       ` NeilBrown
2018-04-23 13:16   ` Greg Kroah-Hartman
2018-04-23 13:16     ` [lustre-devel] " Greg Kroah-Hartman
2018-03-29  4:26 ` [PATCH 09/17] staging: lustre: cfs_time_current() -> jiffies NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 19:00   ` James Simmons
2018-03-30 19:00     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 16/17] staging: lustre: discard linux-time.h NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 19:03   ` James Simmons
2018-03-30 19:03     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 12/17] staging: lustre: libcfs: discard cfs_time_after() NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 19:01   ` James Simmons
2018-03-30 19:01     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 06/17] staging: lustre: tidy up ldlm_resource_putref() NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 18:58   ` James Simmons
2018-03-30 18:58     ` [lustre-devel] " James Simmons
2018-03-29  4:26 ` [PATCH 15/17] staging: lustre: discard cfs_time_before_64() NeilBrown
2018-03-29  4:26   ` [lustre-devel] " NeilBrown
2018-03-30 19:03   ` James Simmons
2018-03-30 19:03     ` [lustre-devel] " James Simmons

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.