From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752899AbcF2Opl (ORCPT ); Wed, 29 Jun 2016 10:45:41 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:33008 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752635AbcF2OmX (ORCPT ); Wed, 29 Jun 2016 10:42:23 -0400 From: =?UTF-8?q?Matias=20Bj=C3=B8rling?= To: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Cc: =?UTF-8?q?Matias=20Bj=C3=B8rling?= Subject: [RFC PATCH 00/11] Small fixes for LightNVM Date: Wed, 29 Jun 2016 16:41:45 +0200 Message-Id: <1467211316-22373-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 A collection of small fixes destined for the 4.8 kernel. Most notably is the move of the target management into the general media manager. The concept of targets is media manager specific, therefore this should be managed by itself. Core may only pass thetarget requests along to the appropriate media manager. Matias Bjørling (11): lightnvm: remove checkpatch warning for unsigned ints lightnvm: fix checkpatch terse errors lightnvm: remove open/close statistics for gennvm lightnvm: rename gennvm and update description lightnvm: move target mgmt into media mgr lightnvm: remove nested lock conflict with mm lightnvm: remove unused lists from struct rrpc_block lightnvm: remove _unlocked variant of [get/put]_blk lightnvm: fix lun offset calculation for mark blk lightnvm: make ppa_list const in nvm_set_rqd_list lightnvm: make __nvm_submit_ppa static drivers/lightnvm/Kconfig | 10 +- drivers/lightnvm/core.c | 234 +++++++--------------------- drivers/lightnvm/gennvm.c | 385 +++++++++++++++++++++++++++++----------------- drivers/lightnvm/gennvm.h | 10 +- drivers/lightnvm/rrpc.c | 30 +--- drivers/lightnvm/rrpc.h | 12 +- include/linux/lightnvm.h | 33 ++-- 7 files changed, 333 insertions(+), 381 deletions(-) -- 2.1.4