From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Jens Axboe Date: Tue, 31 Jan 2017 08:32:58 -0700 To: Matias =?iso-8859-1?Q?Bj=F8rling?= Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/12] lightnvm: 4.11 patches Message-ID: <20170131153258.GA1515@kernel.dk> References: <20170131121720.10971-1-matias@cnexlabs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 In-Reply-To: <20170131121720.10971-1-matias@cnexlabs.com> List-ID: On Tue, Jan 31 2017, Matias Bj�rling wrote: > Hi Jens, > > Here are the patches for the 4.11 window. The following changes have > been made: > > - New ioctls for vectored I/Os. Now liblightnvm is fully supported and > applications can begin to use the liblightnvm API to integrate with > Open-Channel SSDs. > > - Merging of the general media manager with the lightnvm core. This > removes the need to instantiate the media manager before initializing > targets, and also eliminates the persistent metadata that was used > by gennvm. > > - Interface cleanups for target implementations. Enables pblk to be > simplified. > > - Fix memory leak on target creation failure. > > - Clean up end_io() path so that it follows the same approach as bio > structures to end ios. Applied for 4.11, thanks. -- Jens Axboe From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751188AbdAaPdK (ORCPT ); Tue, 31 Jan 2017 10:33:10 -0500 Received: from mail-pf0-f177.google.com ([209.85.192.177]:36635 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751031AbdAaPdB (ORCPT ); Tue, 31 Jan 2017 10:33:01 -0500 From: Jens Axboe X-Google-Original-From: Jens Axboe Date: Tue, 31 Jan 2017 08:32:58 -0700 To: Matias =?iso-8859-1?Q?Bj=F8rling?= Cc: linux-block@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/12] lightnvm: 4.11 patches Message-ID: <20170131153258.GA1515@kernel.dk> References: <20170131121720.10971-1-matias@cnexlabs.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170131121720.10971-1-matias@cnexlabs.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jan 31 2017, Matias Bjørling wrote: > Hi Jens, > > Here are the patches for the 4.11 window. The following changes have > been made: > > - New ioctls for vectored I/Os. Now liblightnvm is fully supported and > applications can begin to use the liblightnvm API to integrate with > Open-Channel SSDs. > > - Merging of the general media manager with the lightnvm core. This > removes the need to instantiate the media manager before initializing > targets, and also eliminates the persistent metadata that was used > by gennvm. > > - Interface cleanups for target implementations. Enables pblk to be > simplified. > > - Fix memory leak on target creation failure. > > - Clean up end_io() path so that it follows the same approach as bio > structures to end ios. Applied for 4.11, thanks. -- Jens Axboe