Message ID | 20240627003953.1262512-1-gshan@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) (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 DF20717E9 for <linux-fsdevel@vger.kernel.org>; Thu, 27 Jun 2024 00:40:27 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=170.10.133.124 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719448831; cv=none; b=MmsE2Jk5Pm2OIBNBr8M0a5sdPulBmjZZzPHbodF9nhLLDefl4C1gsRCXE4EXQ9lBUBV2su7LtE6TTm/MiKzu6tdqXyUQEnxBCbClMpYdp60EcgWhMPS89zvoDLpGNqU9Rz6UlaSOvtlpFXCK7TqOMAqZGiGKnaYjF/xdiCEs6NI= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1719448831; c=relaxed/simple; bh=M+89AJP+4BHwPZQEKhZwh/BZTbLPvnvJYLisjEVAUgs=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version:Content-Type; b=KBbUbz2AXksYk/FXKUWXDUHM4wlZ/XVt8LE/Ok+zYjLX01A0MrAHp7uvlBkfbm0jhlZLIBU+kVYmQbQQbeb2ODTiLT6A61MDCs29FZBFEHIR4016tziboph41y/WPTiskl2y+YfITg3EbNu1Ji3IFHiFc3cWs+bhW+e1ng+Ai/g= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com; spf=pass smtp.mailfrom=redhat.com; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b=dsHKlbmh; arc=none smtp.client-ip=170.10.133.124 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=redhat.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=redhat.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="dsHKlbmh" DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1719448826; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=+QIhWkrUjl8A1WpLxux9DpQH/gPDsJkcYbA07a9kr98=; b=dsHKlbmhkUYbvJvbwljhn5O0BDqSnZDKG4p4aegDzZWh5qX84NtOdYeJ2OTy4oY+JSKBBx /eJzmulETbaycNQ1bTeKFLJX8PiWs6XBfEoNqQNqorbpiEwH17yz5JgfIO6Tgiv+BD9Z4j v8YtDdsVi7W9I0hHCTX20kQCHQAbZrg= Received: from mx-prod-mc-04.mail-002.prod.us-west-2.aws.redhat.com (ec2-54-186-198-63.us-west-2.compute.amazonaws.com [54.186.198.63]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.3, cipher=TLS_AES_256_GCM_SHA384) id us-mta-368-uJE4GfzaPu-UIWBx4SHGfQ-1; Wed, 26 Jun 2024 20:40:25 -0400 X-MC-Unique: uJE4GfzaPu-UIWBx4SHGfQ-1 Received: from mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com [10.30.177.40]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mx-prod-mc-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 9D55B19560A2; Thu, 27 Jun 2024 00:40:22 +0000 (UTC) Received: from gshan-thinkpadx1nanogen2.remote.csb (unknown [10.64.136.58]) by mx-prod-int-04.mail-002.prod.us-west-2.aws.redhat.com (Postfix) with ESMTPS id 458851956087; Thu, 27 Jun 2024 00:40:14 +0000 (UTC) From: Gavin Shan <gshan@redhat.com> To: linux-mm@kvack.org Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, david@redhat.com, willy@infradead.org, akpm@linux-foundation.org, ryan.roberts@arm.com, hughd@google.com, william.kucharski@oracle.com, djwong@kernel.org, torvalds@linux-foundation.org, ddutile@redhat.com, zhenyzha@redhat.com, shan.gavin@gmail.com Subject: [PATCH v2 0/4] mm/filemap: Limit page cache size to that supported by xarray Date: Thu, 27 Jun 2024 10:39:48 +1000 Message-ID: <20240627003953.1262512-1-gshan@redhat.com> 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 X-Scanned-By: MIMEDefang 3.0 on 10.30.177.40 |
Series |
mm/filemap: Limit page cache size to that supported by xarray
|
expand
|