GNU C Library version 2.39
GNU C Library version 2.39
Posted Feb 7, 2024 11:25 UTC (Wed) by meven-collabora (subscriber, #168883)Parent article: GNU C Library version 2.39
Strangely not even included in the release notes.
In particular for GUI file copy util, when writing to a USB stick we want to report the actual write to the media rather than just the writing in kernel dirty pages.
Allowing to fix https://bugs.kde.org/show_bug.cgi?id=281270 and other similar potential data lose for users.
Other solution, such as using O_DIRECT | O_SYNC flag couldn't realistically be used.
If the same info could be provided through io_uring that'd be great for our use case, allowing to use less syscall and more asynchronous code, letting the kernel do its magic.
