Re: [osv-dev] [PATCH 0/4] virtio-fs: add readdir support

2020-07-22 Thread Fotis Xenakis
It's nice to see it pick up more functionality (readdir sure was necessary). My next goal is booting from virtio-fs (probably taking an approach similar to ROFS), hoping that will come together within the next couple of weeks. The omission of d_off is not much of an issue, just something that

Re: [osv-dev] [PATCH 0/4] virtio-fs: add readdir support

2020-07-21 Thread Waldek Kozaczuk
Fotis, Thanks for these patches - it makes virtiofs almost fully functional. Regarding the d_off issue in other filesystems, I would welcome your patch to fix it. What exact symptom is caused by this incorrect implementation of d_off? Now according to this -

[osv-dev] [PATCH 0/4] virtio-fs: add readdir support

2020-07-19 Thread Fotis Xenakis
This set of patches adds readdir() support for virtio-fs: the first patch contains minor fixes, while the second and third lay the ground work for the fourth which actually implements the readdir functionality. While working on this, I noticed that the readdir implementations for other OSv