Re: [f2fs-dev] [PATCH v2] f2fs: add support for an i_version counter

2023-11-30 Thread Matthew Wilcox
On Thu, Nov 30, 2023 at 02:04:09AM -0700, Yangtao Li wrote: > NFSv4 mandates a change attribute to avoid problems with timestamp > granularity, which Linux implements using the i_version counter. This is > particularly important when the underlying filesystem is fast. > > BTW introduce a new mount

[f2fs-dev] [PATCH v2] f2fs: add support for an i_version counter

2023-11-30 Thread Yangtao Li via Linux-f2fs-devel
NFSv4 mandates a change attribute to avoid problems with timestamp granularity, which Linux implements using the i_version counter. This is particularly important when the underlying filesystem is fast. BTW introduce a new mount option to enable the iversion functionality, and disabling it by defa