Message ID | cover.1731571240.git.naohiro.aota@wdc.com (mailing list archive) |
---|---|
Headers | show
Received: from esa3.hgst.iphmx.com (esa3.hgst.iphmx.com [216.71.153.141]) (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 9DEAA1F4FDA for <linux-btrfs@vger.kernel.org>; Thu, 14 Nov 2024 08:04:42 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=216.71.153.141 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731571484; cv=none; b=ctr6yhQFiuNxBh+1uAbicYNYV90XaKH81PpmGCu6cdAfoc+/Z5vHxmS8Qfo4FUm/o+Y9GnsFmsaWkASMjOjDejoFI2N3HPvvGMEy6sfz9MTrO9YVviyCvcurT/dr8N16gPu7yipDTvCoBZNi7lhCC/MEtHV2o0EjqJhlIwQCiEg= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1731571484; c=relaxed/simple; bh=lblzJr6tSetd9VzjRsAcfwoY/hJedHN/YAkbbDrf6FI=; h=From:To:Cc:Subject:Date:Message-ID:MIME-Version; b=bSdcQ08ftWivnuP7X3mnwjQpv8PNsuUbXzYBdbKEOygBxXMpFE+XliLmzdB21bUnMgJOjZftkYkvfaBftk6xeM6sQoeGvTF7CjlgecADTLmDA1HbUh9hhQjSKd0WJ+ZDRsvcv90owq4guXEU6Y7re/X9h7GauxbuiRt5rnP18lg= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wdc.com; spf=pass smtp.mailfrom=wdc.com; dkim=pass (2048-bit key) header.d=wdc.com header.i=@wdc.com header.b=GurdA/Gw; arc=none smtp.client-ip=216.71.153.141 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=wdc.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=wdc.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=wdc.com header.i=@wdc.com header.b="GurdA/Gw" DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=wdc.com; i=@wdc.com; q=dns/txt; s=dkim.wdc.com; t=1731571483; x=1763107483; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=lblzJr6tSetd9VzjRsAcfwoY/hJedHN/YAkbbDrf6FI=; b=GurdA/GwBPbMyqUUytxAr1JuyF6ZZdWEla1aAue7023iDOQzfXfyApxu yVgC/0WWHhzp4zd2eaOVuQwlsHnJzaPLTINfMwnvNfqFYkOB2RWS7FFTS s7E4MjTYqqGrKVtl3HyBVT+u6330kSyRDK0Vh238OZ1WWhVHkH1q+LyPp dPV2iUEp24p3lk/scrBqn7vKkS/1F59/my66ZkqooHUxWG7eazkWY9ScE e9wSoNhQ0gMFxQ6G73BcGkEslA55j0R7ACwrh7oe+CeHFlHw3nvv9OQIO 09fQ4rceA4Fvf64OQJY1suaJzpVr4YORlzFmWrEabcHF/s7GxLO3ZjvbI Q==; X-CSE-ConnectionGUID: 7fQV/mrHR1iqt6KdjXxjTg== X-CSE-MsgGUID: jaBU/3bYT02zYLgEgeoDPQ== X-IronPort-AV: E=Sophos;i="6.12,153,1728921600"; d="scan'208";a="31543756" Received: from h199-255-45-14.hgst.com (HELO uls-op-cesaep01.wdc.com) ([199.255.45.14]) by ob1.hgst.iphmx.com with ESMTP; 14 Nov 2024 16:04:42 +0800 IronPort-SDR: 6735a1d9_AJgEUXPa15c1uckqvccqS4JGpNz11TQ7yFfL0wamY9boPJr r/aBszK3st8SPO63y3AMbjq4VsTpxxGwpJUdZaQ== Received: from uls-op-cesaip01.wdc.com ([10.248.3.36]) by uls-op-cesaep01.wdc.com with ESMTP/TLS/ECDHE-RSA-AES128-GCM-SHA256; 13 Nov 2024 23:08:09 -0800 WDCIronportException: Internal Received: from unknown (HELO naota-xeon.wdc.com) ([10.225.163.24]) by uls-op-cesaip01.wdc.com with ESMTP; 14 Nov 2024 00:04:41 -0800 From: Naohiro Aota <naohiro.aota@wdc.com> To: linux-btrfs@vger.kernel.org Cc: Naohiro Aota <naohiro.aota@wdc.com> Subject: [PATCH v2 0/3] btrfs: zoned: implement ZONE_RESET space_info reclaiming Date: Thu, 14 Nov 2024 17:04:26 +0900 Message-ID: <cover.1731571240.git.naohiro.aota@wdc.com> X-Mailer: git-send-email 2.47.0 Precedence: bulk X-Mailing-List: linux-btrfs@vger.kernel.org List-Id: <linux-btrfs.vger.kernel.org> List-Subscribe: <mailto:linux-btrfs+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-btrfs+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit |
Series |
btrfs: zoned: implement ZONE_RESET space_info reclaiming
|
expand
|