Re: [f2fs-dev] [PATCHv2 0/5] direct-io file extended attributes
Eric Biggers via Linux-f2fs-devel <[email protected]> Fri, 10 Jul 2026 17:53:28 -0400
| Newsgroups | net.sourceforge.lists.linux-f2fs-devel,org.kernel.vger.linux-block,org.kernel.vger.linux-ext4,org.kernel.vger.linux-fsdevel,org.kernel.vger.linux-xfs |
|---|---|
| Message-ID | <20260710215328.GE1911@quark> |
On Fri, Jul 10, 2026 at 02:06:41PM -0700, Keith Busch via Linux-f2fs-devel wrote: > From: Keith Busch <[email protected]> > > The attributes reported through statx are incomplete for applications to > fully know exactly how IO construction is valid or not. The statx call > can report minimum memory alignment and total granularity, but it > doesn't show the underlying gap boundary requirements or max segments > per granule. > > This series adds the minimum to the extended file attributes through > file_getattr. I hear this is the preferred interface for reporting such > things over adding more fields to statx. In order to get everything > under a single syscall, some of the attributes are duplicated from > statx. Okay, in v2 we at least now know that the existing statx UAPI was considered. Could you give a specific real-world example (with the actual values of each parameter) where it's not sufficient? Without that there isn't really any way to evaluate this proposal. - Eric _______________________________________________ Linux-f2fs-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel