From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from verein.lst.de (verein.lst.de [213.95.11.211]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 827D737E2F9; Mon, 18 May 2026 05:30:03 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=213.95.11.211 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779082214; cv=none; b=J3QfAGgtXvqqnmQEkObDs3mekYUx7QEW6Uf9sUqyYqP3IIqXgbdQGLC7IbDJNbKWTW/lLY6o5uqg4qcAMysJeu4c9cywdan+8NeASGh5YeN75aWA94l3Ocnr8g8/dv0LoSrzbfO8WxYxebD2jDgKe6yUXfOl2/xQNSomvKBTla8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1779082214; c=relaxed/simple; bh=GoAXwkLK2fB7oLnuO4UOL0mHLu6beDp8Zw9xvLDZuPg=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=ZBt5CqcnovJnFvP9iXlb0T+cKPMZInOm0q9CMmPdjiyztt8/FuOjI6ccD9qeVfngRPlsKrQDs66omBPLDwkS9XbloKwmML7tuLjlvtEdpYzyPoE6ZtjUQZHDRVxBqeK3WTIRcexuPptSXvgFRi9Wysw4ewH7JCjET/f2oTxQ72U= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de; spf=pass smtp.mailfrom=lst.de; arc=none smtp.client-ip=213.95.11.211 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=lst.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=lst.de Received: by verein.lst.de (Postfix, from userid 2407) id 1EAAF68C4E; Mon, 18 May 2026 07:29:55 +0200 (CEST) Date: Mon, 18 May 2026 07:29:54 +0200 From: Christoph Hellwig To: Chris Li Cc: Christoph Hellwig , Andrew Morton , Kairui Song , Christian Brauner , "Darrick J . Wong" , Jens Axboe , David Sterba , Theodore Ts'o , Jaegeuk Kim , Chao Yu , Trond Myklebust , Anna Schumaker , Namjae Jeon , Hyunchul Lee , Steve French , Paulo Alcantara , Carlos Maiolino , Damien Le Moal , Naohiro Aota , linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-doc@vger.kernel.org, linux-mm@kvack.org, linux-block@vger.kernel.org, linux-btrfs@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-nfs@vger.kernel.org, linux-cifs@vger.kernel.org Subject: Re: improve the swap_activate interface Message-ID: <20260518052954.GA9758@lst.de> References: <20260512053625.2950900-1-hch@lst.de> Precedence: bulk X-Mailing-List: linux-doc@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-11-01) On Fri, May 15, 2026 at 02:40:09PM -0700, Chris Li wrote: > BTW, I just tried it, this series conflicts with Kairui's swap table > phase IV series. Might need to coordinate the merge order with Kairui. Yes. I think the swap table should be a priority. Next would be swap_ops (see my take on that from Friday) and then this series. The iomap-fuse work from Darrick seems to be a bit stalled on the fuse side, so I hope he can wait a bit on this as well. Especially as swapfile support might not be the highest priority feature for that.