From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (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 7D86831B122 for ; Mon, 24 Nov 2025 18:50:54 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764010254; cv=none; b=t1KOGUgGtXCzDlIhGMF1OAUW2SbtjxOMXTXvWplW2L3v/Ew0k6GwzCf7LOH1uaVtfwztdYRXnuwTZnlQC6mDM9K3T+dWdJ6ttRxOiHDfYdtUuozbPBNZjE+VgQBwu5eEK+sOQgfgDKEslvGqTLPYsiMfJSsBoBdVaWiMlG7H6vQ= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1764010254; c=relaxed/simple; bh=/1gJqD4abMS1sWOKYbQMTYGZchGjFWq4WNl/gDqvVIA=; h=Content-Type:MIME-Version:Subject:From:Message-Id:Date:References: In-Reply-To:To:Cc; b=EwTSoD1Ow/K44gabCU4d9AZPoTaaty1Sb3S0JAcgc1zw50GcOASSNfsgwYZP2fn+C7gEEbjHrKXoRqb06o4yTijbxvl86mWTx7Dpc4NU4fagL5hkZK1uG2MXYoUBBE2av2acVKnM3nGEa4SSHwyeZXcBmML7jxceTI47Ghy98og= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=SsZybSea; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="SsZybSea" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A518C4CEF1; Mon, 24 Nov 2025 18:50:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1764010254; bh=/1gJqD4abMS1sWOKYbQMTYGZchGjFWq4WNl/gDqvVIA=; h=Subject:From:Date:References:In-Reply-To:To:Cc:From; b=SsZybSeazFmJYVFAVfKfxKuoMBBdvThOmDWehh/8rrRzcnLsHGx1wyqEJLOv5zfiy MPbOyOXunPXSOqx6pcjG7fGqauNPass093r+rEuA4wBjDcKwLOarpnCGnLvJWcZFeB 7PCsGIDXnwC8sGCxkxRmt4odhTLQVciKOehypPMwc5948upXJBqzMqmGITxW7f20Fg rsXws21wt4HTiHb5Vpu3q0XcccKrG1ya3UWQCmSpC7Xf+JlKVZvK9J2SZM01crNcvv 7l6ZJTo5wUPoPaEk4K5Gh6UHinC4QAeZW6/VhbvX0McQSsFlIX5+jhMw8pmUZJPzbD KKYfHE210A6Gw== Received: from [10.30.226.235] (localhost [IPv6:::1]) by aws-us-west-2-korg-oddjob-rhel9-1.codeaurora.org (Postfix) with ESMTP id 3471D3A86296; Mon, 24 Nov 2025 18:50:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [f2fs-dev] [PATCH 1/2] f2fs: introduce f2fs_schedule_timeout() From: patchwork-bot+f2fs@kernel.org Message-Id: <176401021675.42009.13430401093424290304.git-patchwork-notify@kernel.org> Date: Mon, 24 Nov 2025 18:50:16 +0000 References: <20251111115229.1729729-1-chao@kernel.org> In-Reply-To: <20251111115229.1729729-1-chao@kernel.org> To: Chao Yu Cc: jaegeuk@kernel.org, linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Hello: This series was applied to jaegeuk/f2fs.git (dev) by Jaegeuk Kim : On Tue, 11 Nov 2025 19:52:28 +0800 you wrote: > In f2fs retry logic, we will call f2fs_io_schedule_timeout() to sleep as > uninterruptible state (waiting for IO) for a while, however, in several > paths below, we are not blocked by IO: > - f2fs_write_single_data_page() return -EAGAIN due to racing on cp_rwsem. > - f2fs_quota_write() and __replace_atomic_write_block() failed due to > no memory. > - f2fs_flush_device_cache() failed to submit preflush command. > - __issue_discard_cmd_range() sleeps periodically in between two in batch > discard submissions. > > [...] Here is the summary with links: - [f2fs-dev,1/2] f2fs: introduce f2fs_schedule_timeout() (no matching commit) - [f2fs-dev,2/2] f2fs: change default schedule timeout value https://git.kernel.org/jaegeuk/f2fs/c/2f4c126cc08b You are awesome, thank you! -- Deet-doot-dot, I am a bot. https://korg.docs.kernel.org/patchwork/pwbot.html