admin管理员组文章数量:1122846
When the application is sequentially writing data to a file, how does kernel sends it to the actual backend device (disk/fuse-based device). Does it maintain the order or not? This is without o-direct & writeback cache enabled.
More context: For a fuse based backend i have always seen the requests comes in order if the application writes in sequence from starting offset to end. But if we write at random offsets or in reverse order, the application write order is not maintained. Want to understand how kernel sends requests to backend device.
本文标签: Does kernel sends write requests in order to backend deviceStack Overflow
版权声明:本文标题:Does kernel sends write requests in order to backend device - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1736311797a1934866.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论