What about other filesystems?
What about other filesystems?
Posted Jan 18, 2021 7:16 UTC (Mon) by NYKevin (subscriber, #129325)In reply to: What about other filesystems? by joib
Parent article: Fast commits for ext4
Well, you can also use aio_fsync(3), but that's basically just a crappier version of "use a thread pool."
IMHO this is a broader issue with aio(7) and not a problem with fsync in particular.