From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pl1-f193.google.com ([209.85.214.193]:36842 "EHLO mail-pl1-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729447AbeJWFdl (ORCPT ); Tue, 23 Oct 2018 01:33:41 -0400 Received: by mail-pl1-f193.google.com with SMTP id y11-v6so19634075plt.3 for ; Mon, 22 Oct 2018 14:13:29 -0700 (PDT) Date: Mon, 22 Oct 2018 14:13:27 -0700 From: Omar Sandoval To: dsterba@suse.cz, linux-btrfs@vger.kernel.org, kernel-team@fb.com, David Sterba , linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v9 0/6] Btrfs: implement swap file support Message-ID: <20181022211327.GA10074@vader> References: <20181019154318.GK16290@twin.jikos.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181019154318.GK16290@twin.jikos.cz> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Fri, Oct 19, 2018 at 05:43:18PM +0200, David Sterba wrote: > On Thu, Sep 27, 2018 at 11:17:32AM -0700, Omar Sandoval wrote: > > From: Omar Sandoval > > This series implements swap file support for Btrfs. > > > > Changes from v8 [1]: > > > > - Fixed a bug in btrfs_swap_activate() which would cause us to miss some > > file extents if they were merged into one extent map entry. > > - Fixed build for !CONFIG_SWAP. > > - Changed all error messages to KERN_WARN. > > - Unindented long error messages. > > > > I've Cc'd Jon and Al on patch 3 this time, so hopefully we can get an > > ack for that one, too. > > > > Thanks! > > > > 1: https://www.spinics.net/lists/linux-btrfs/msg82267.html > > > > Omar Sandoval (6): > > mm: split SWP_FILE into SWP_ACTIVATED and SWP_FS > > mm: export add_swap_extent() > > vfs: update swap_{,de}activate documentation > > Btrfs: prevent ioctls from interfering with a swap file > > Btrfs: rename get_chunk_map() and make it non-static > > Btrfs: support swap files > > Patches 1 and 2 now going through Andrew's tree, the btrfs part will be > delayed and not merged to 4.20. This is a bit unfortuante, I was busy > with the non-feature patches and other things, sorry. That's perfectly fine with me, thanks, Dave!