Message ID | 20250410014945.2140781-1-mcgrof@kernel.org (mailing list archive) |
---|---|
Headers | show
Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 4AE1870800; Thu, 10 Apr 2025 01:49:51 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744249792; cv=none; b=Ih+Xsrb5l38kOJQIc8CHOZ+kJ2ZIv82hlFVU4z0/ZdlJrz91u4PoYleTmqkWD1qINJXL1oRpEQLYi8BH+oyE23a1WCatNLIPTEguR157ykSU49BJX5EwBptQ6m7TAIQFdmOOn7zTKitOryjDZ+SMdOo+LeokxSMQUbuJL5TTL6w= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1744249792; c=relaxed/simple; bh=gw/NjgWGVSFxab3pAtL6yGS+ccJXroE2E8QVY6YYcos=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=TIbwSpY+wEUkvrElGTxDnDgOkRLcMjtq/2Z2QRwJnJAsyOIhYsHiSbX/WTqm69eihAVtZPSfgX6+KOCclX+Al2uPu35g0XgvcNEcxEUO2u/6qSr3uCBVZsNfFEb0JCLzfOoBi+T3hrCWGwzs9p4ukXZ0O5hcbcgpAMWTpq4tUPs= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org; spf=none smtp.mailfrom=infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=BEiQySXq; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=kernel.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="BEiQySXq" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Sender:Content-Transfer-Encoding: Content-Type:MIME-Version:Message-ID:Date:Subject:Cc:To:From:Reply-To: Content-ID:Content-Description:In-Reply-To:References; bh=gU4nDpIOjE/XR68cUwv2i9fTg/9lnNMroLjPUVzoIeM=; b=BEiQySXqoICUoSgnimnicVM34v G/9L/jlt7ClGdnWdjQywPjgPn9xqcGZNhYD/gjEUPnDKJ3EWA3G0NrG0wIE1fbciULTGo3m5INWPb hSzepYVfLVe6Xji0iODjmGEaYx9t/3aWZzU6c4+k3BJhTMHOsKEpZIk4MUBMt5Y993DeZvp6xa/6G VeYnv8slJhT9bEJa2ndSwJp9hOOygH6exj6zE7oFijhMSMhUBgz5BqlbTnWvH5DifiVNkGxV2ADUj zgqnDXpB8tEGjWcB9GFIaviGeIArGZtvLng5svJKbrgP3uU3STjImRi1VRGyiNFiAHe818MzXDcYt Fug5RhCg==; Received: from mcgrof by bombadil.infradead.org with local (Exim 4.98.2 #2 (Red Hat Linux)) id 1u2h35-00000008yv0-37Or; Thu, 10 Apr 2025 01:49:47 +0000 From: Luis Chamberlain <mcgrof@kernel.org> To: brauner@kernel.org, jack@suse.cz, tytso@mit.edu, adilger.kernel@dilger.ca, linux-ext4@vger.kernel.org, riel@surriel.com Cc: dave@stgolabs.net, willy@infradead.org, hannes@cmpxchg.org, oliver.sang@intel.com, david@redhat.com, axboe@kernel.dk, hare@suse.de, david@fromorbit.com, djwong@kernel.org, ritesh.list@gmail.com, linux-fsdevel@vger.kernel.org, linux-block@vger.kernel.org, linux-mm@kvack.org, gost.dev@samsung.com, p.raghav@samsung.com, da.gomez@samsung.com, mcgrof@kernel.org Subject: [PATCH v2 0/8] mm: enhance migration work around on noref buffer-heads Date: Wed, 9 Apr 2025 18:49:37 -0700 Message-ID: <20250410014945.2140781-1-mcgrof@kernel.org> X-Mailer: git-send-email 2.49.0 Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: <linux-fsdevel.vger.kernel.org> List-Subscribe: <mailto:linux-fsdevel+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-fsdevel+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: Luis Chamberlain <mcgrof@infradead.org> |
Series |
mm: enhance migration work around on noref buffer-heads
|
expand
|