Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757740AbcCCOHI (ORCPT ); Thu, 3 Mar 2016 09:07:08 -0500 Received: from mail-wm0-f53.google.com ([74.125.82.53]:37871 "EHLO mail-wm0-f53.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754924AbcCCOHG (ORCPT ); Thu, 3 Mar 2016 09:07:06 -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 for 4.6 Date: Thu, 3 Mar 2016 15:06:36 +0100 Message-Id: <1457014001-23561-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 Content-Length: 1126 Lines: 38 Hi Jens, A collection of fixes and features destined for 4.6. They contain: - Two fixes from Javier regarding logical to physical table loading. - Wenwei implemented support for multiple targets and luns in the rrpc target. - Small patch from me that exposes the completion bits for targets to use. Reviewed by Christoph. Please pick up. The patches are based on top of your current for-linus branch. Javier González (2): lightnvm: do not reserve lun on l2p loading lightnvm: do not load L2P table if not supported Matias Bjørling (1): nvme: lightnvm: return ppa completion status Wenwei Tao (2): lightnvm: specify target's logical address area lightnvm: add a bitmap of luns drivers/lightnvm/core.c | 7 +++ drivers/lightnvm/gennvm.c | 84 ++++++++++++++++++++++++++++++++- drivers/lightnvm/gennvm.h | 6 +++ drivers/lightnvm/rrpc.c | 109 +++++++++++++++++++++++++++++++------------ drivers/lightnvm/rrpc.h | 1 + drivers/nvme/host/lightnvm.c | 17 ++++++- include/linux/lightnvm.h | 14 ++++++ 7 files changed, 204 insertions(+), 34 deletions(-) -- 2.1.4