From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1162717AbbKTMsH (ORCPT ); Fri, 20 Nov 2015 07:48:07 -0500 Received: from mail-wm0-f43.google.com ([74.125.82.43]:33218 "EHLO mail-wm0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760113AbbKTMsE (ORCPT ); Fri, 20 Nov 2015 07:48:04 -0500 From: =?UTF-8?q?Matias=20Bj=C3=B8rling?= To: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org, axboe@fb.com Cc: =?UTF-8?q?Matias=20Bj=C3=B8rling?= Subject: [PATCH 0/5] LightNVM fixes Date: Fri, 20 Nov 2015 13:47:52 +0100 Message-Id: <1448023677-22296-1-git-send-email-m@bjorling.me> X-Mailer: git-send-email 2.1.4 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Jens, A couple of small fixes. Patch 1-2: fixes a couple of bugs when init fails. Patch 3: changes the lightnvm admin commands to the passed through the admin NVMe queue. Patch 4-5: adds extra debugging information for luns. Javier Gonzalez (2): lightnvm: keep track of block counts lightnvm: add free and bad lun info to show luns Matias Bjørling (1): lightnvm: missing free on init error Wenwei Tao (2): lightnvm: wrong return value and redundant free nvme: lightnvm: use admin queues for admin cmds drivers/lightnvm/core.c | 14 +++++++------- drivers/lightnvm/gennvm.c | 33 +++++++++++++++++++++++++++------ drivers/nvme/host/lightnvm.c | 17 ++++++++++------- include/linux/lightnvm.h | 6 ++++-- 4 files changed, 48 insertions(+), 22 deletions(-) -- 2.1.4