mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rakesh Pandit <rakesh@tuxera.com>
To: "Matias Bjørling" <mb@lightnvm.io>,
	linux-block@vger.kernel.org, linux-kernel@vger.kernel.org
Cc: "Javier González" <jg@lightnvm.io>
Subject: [PATCH 0/6] misc cleanups and error path fixes
Date: Sun, 1 Oct 2017 16:22:17 +0300	[thread overview]
Message-ID: <20171001132216.GA5456@hercules.tuxera.com> (raw)

For 4.15.

These are last set of cleanups, error path fixes most likely and also
some memory leak.  Also removes stale symbols from lightnvm.h.  In
addition remove exported symbols which are no where used (except
locally in core).

Everything is based on top of:
https://github.com/OpenChannelSSD/linux branch for-4.15/pblk

So, they can be queued on top of patches already submitted earlier for
4.15.  Most of them are trivial found while reading algorithms used
during ALPSS yesterday or day before.

Rakesh Pandit (6):
  lightnvm: pblk: remove useless line
  lightnvm: pblk: reduce arguments in __pblk_rb_update_l2p
  lightnvm: remove unused argument from nvm_set_tgt_bb_tbl
  lightnvm: remove stable extern and unused exported symbols
  lightnvm: pblk: free up mempool allocation for erases correctly
  lightnvm: pblk: fix releases of kmem cache in error path

 drivers/lightnvm/core.c      | 138 +++++++++++++++++++++----------------------
 drivers/lightnvm/pblk-core.c |   1 -
 drivers/lightnvm/pblk-init.c |  24 +++++++-
 drivers/lightnvm/pblk-rb.c   |  12 ++--
 drivers/lightnvm/pblk.h      |   1 +
 include/linux/lightnvm.h     |   7 ---
 6 files changed, 94 insertions(+), 89 deletions(-)

-- 
2.7.4

                 reply	other threads:[~2017-10-01 13:22 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20171001132216.GA5456@hercules.tuxera.com \
    --to=rakesh@tuxera.com \
    --cc=jg@lightnvm.io \
    --cc=linux-block@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mb@lightnvm.io \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome