All of lore.kernel.org
 help / color / mirror / Atom feed
* [lustre-devel] [PATCH 0/7] lustre: ad-hoc fixes
@ 2018-07-30  3:49 NeilBrown
  2018-07-30  3:49 ` [lustre-devel] [PATCH 5/7] lustre/libcfs: discard cfs_trace_allocate_string_buffer() NeilBrown
                   ` (7 more replies)
  0 siblings, 8 replies; 24+ messages in thread
From: NeilBrown @ 2018-07-30  3:49 UTC (permalink / raw)
  To: lustre-devel

There is no real pattern here, just minor tidy-up and minor bug-fix.

Thanks,
NeilBrown


---

NeilBrown (7):
      lustre: use schedule_timeout_$state().
      lustre/libcfs: fix freeing after kmalloc failure.
      lustre/libfs: move debugfs registration from libcfs_setup back to libcfs_init
      lustre: give different tcd_lock types different classes.
      lustre/libcfs: discard cfs_trace_allocate_string_buffer()
      lustre: lnet: convert ni_refs to percpu_refcount.
      lustre: change TASK_NOLOAD to TASK_IDLE.


 .../staging/lustre/include/linux/lnet/lib-lnet.h   |   11 +---
 .../staging/lustre/include/linux/lnet/lib-types.h  |    2 -
 .../staging/lustre/lnet/klnds/o2iblnd/o2iblnd.c    |   12 ++---
 .../staging/lustre/lnet/klnds/socklnd/socklnd.c    |    6 +-
 .../staging/lustre/lnet/klnds/socklnd/socklnd_cb.c |   14 ++----
 drivers/staging/lustre/lnet/libcfs/fail.c          |    3 -
 drivers/staging/lustre/lnet/libcfs/hash.c          |    2 -
 drivers/staging/lustre/lnet/libcfs/module.c        |   14 +++---
 drivers/staging/lustre/lnet/libcfs/tracefile.c     |   49 +++++++++++---------
 drivers/staging/lustre/lnet/libcfs/tracefile.h     |    1 
 drivers/staging/lustre/lnet/lnet/acceptor.c        |    3 -
 drivers/staging/lustre/lnet/lnet/api-ni.c          |   40 +++++++---------
 drivers/staging/lustre/lnet/lnet/config.c          |   13 +++--
 drivers/staging/lustre/lnet/lnet/lib-eq.c          |    4 +-
 drivers/staging/lustre/lnet/lnet/peer.c            |    3 -
 drivers/staging/lustre/lnet/lnet/router.c          |   19 ++------
 drivers/staging/lustre/lnet/lnet/router_proc.c     |    2 -
 drivers/staging/lustre/lnet/selftest/conrpc.c      |    3 -
 drivers/staging/lustre/lnet/selftest/rpc.c         |    3 -
 drivers/staging/lustre/lnet/selftest/selftest.h    |    3 -
 drivers/staging/lustre/lustre/include/lustre_mdc.h |    2 -
 drivers/staging/lustre/lustre/ldlm/ldlm_lockd.c    |    3 -
 drivers/staging/lustre/lustre/ldlm/ldlm_resource.c |    8 +--
 drivers/staging/lustre/lustre/llite/llite_lib.c    |    6 +-
 .../staging/lustre/lustre/obdecho/echo_client.c    |    3 -
 drivers/staging/lustre/lustre/ptlrpc/client.c      |    4 --
 drivers/staging/lustre/lustre/ptlrpc/sec.c         |    3 -
 27 files changed, 101 insertions(+), 135 deletions(-)

--
Signature

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

end of thread, other threads:[~2018-08-02 12:48 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-07-30  3:49 [lustre-devel] [PATCH 0/7] lustre: ad-hoc fixes NeilBrown
2018-07-30  3:49 ` [lustre-devel] [PATCH 5/7] lustre/libcfs: discard cfs_trace_allocate_string_buffer() NeilBrown
2018-07-30 21:37   ` Andreas Dilger
2018-08-02  3:47   ` James Simmons
2018-07-30  3:49 ` [lustre-devel] [PATCH 3/7] lustre/libfs: move debugfs registration from libcfs_setup back to libcfs_init NeilBrown
2018-07-30 21:32   ` Andreas Dilger
2018-08-02  3:46   ` James Simmons
2018-07-30  3:49 ` [lustre-devel] [PATCH 1/7] lustre: use schedule_timeout_$state() NeilBrown
2018-07-30 21:30   ` Andreas Dilger
2018-08-02  3:45   ` James Simmons
2018-07-30  3:49 ` [lustre-devel] [PATCH 4/7] lustre: give different tcd_lock types different classes NeilBrown
2018-07-30 21:32   ` Andreas Dilger
2018-08-02  3:46   ` James Simmons
2018-07-30  3:49 ` [lustre-devel] [PATCH 2/7] lustre/libcfs: fix freeing after kmalloc failure NeilBrown
2018-07-30 21:31   ` Andreas Dilger
2018-08-02  3:46   ` James Simmons
2018-07-30  3:49 ` [lustre-devel] [PATCH 7/7] lustre: change TASK_NOLOAD to TASK_IDLE NeilBrown
2018-07-30 21:43   ` Andreas Dilger
2018-08-02  3:48   ` James Simmons
2018-08-02  4:18     ` NeilBrown
2018-08-02 12:48       ` Patrick Farrell
2018-07-30  3:49 ` [lustre-devel] [PATCH 6/7] lustre: lnet: convert ni_refs to percpu_refcount NeilBrown
2018-08-02  3:47   ` James Simmons
2018-07-30 21:45 ` [lustre-devel] [PATCH 0/7] lustre: ad-hoc fixes Andreas Dilger

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.