-
Notifications
You must be signed in to change notification settings - Fork 257
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mmap writes are slow on Linux 4.2+, xfstests generic/074 hangs #11
Comments
Seems to be a kernel writeback issue. This affects all FUSE filesystems, but is fixed in v4.4-rc5-18-gedb42dc . fuse-devel thread: http://news.gmane.org/find-root.php?message_id=CAPv9Zmm7WOQvMTTJjvxgXfRXzF7nes5zmJvnAo7GKqY7muWwhA%40mail.gmail.com |
Nope, just took longer to trigger it. |
Posted to linux-kernel ( http://thread.gmane.org/gmane.linux.kernel/2132944 ), no replies so far. |
The mailing thread has continued here: http://thread.gmane.org/gmane.comp.file-systems.fuse.devel/15129 , fix has been written: https://lkml.org/lkml/2016/3/10/21 |
Patch landed in Linux 4.6-rc7: https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=74d369443325063a5f0260e63971decb950fd8fa Linux v4.4.10 and v4.5.4 final (currently in review as |
Fedora 24 ships with kernel 4.5.7, considering this solved. |
Or maybe runs really slow? Will investigate next week.
The text was updated successfully, but these errors were encountered: