Re: [f2fs-dev] [PATCH v4 0/5] Write-placement hints and FDP

2024-09-04 Thread Kanchan Joshi
On 9/3/2024 8:05 PM, Christian Brauner wrote: > On Tue, Sep 03, 2024 at 07:58:46PM GMT, Kanchan Joshi wrote: >> Hi Amir, >> >> >> On 8/26/2024 10:36 PM, Kanchan Joshi wrote: >>> Current write-hint infrastructure supports 6 temperature-based data life >>> hints. >>> The series extends the infrastruc

Re: [f2fs-dev] [PATCH v4 0/5] Write-placement hints and FDP

2024-09-03 Thread Christian Brauner via Linux-f2fs-devel
On Tue, Sep 03, 2024 at 07:58:46PM GMT, Kanchan Joshi wrote: > Hi Amir, > > > On 8/26/2024 10:36 PM, Kanchan Joshi wrote: > > Current write-hint infrastructure supports 6 temperature-based data life > > hints. > > The series extends the infrastructure with a new temperature-agnostic > > placement

Re: [f2fs-dev] [PATCH v4 0/5] Write-placement hints and FDP

2024-09-03 Thread Kanchan Joshi
Hi Amir, On 8/26/2024 10:36 PM, Kanchan Joshi wrote: > Current write-hint infrastructure supports 6 temperature-based data life > hints. > The series extends the infrastructure with a new temperature-agnostic > placement-type hint. New fcntl codes F_{SET/GET}_RW_HINT_EX allow to > send the hint t

Re: [f2fs-dev] [PATCH v4 0/5] Write-placement hints and FDP

2024-08-30 Thread Javier González
On 26.08.2024 22:36, Kanchan Joshi wrote: Current write-hint infrastructure supports 6 temperature-based data life hints. The series extends the infrastructure with a new temperature-agnostic placement-type hint. New fcntl codes F_{SET/GET}_RW_HINT_EX allow to send the hint type/value on file. Se

[f2fs-dev] [PATCH v4 0/5] Write-placement hints and FDP

2024-08-26 Thread Kanchan Joshi
Current write-hint infrastructure supports 6 temperature-based data life hints. The series extends the infrastructure with a new temperature-agnostic placement-type hint. New fcntl codes F_{SET/GET}_RW_HINT_EX allow to send the hint type/value on file. See patch #3 commit description for the detail