Hello Everyone, Here is the 11th version of my cleaned-up / refactored version of the VirtualBox shared-folder VFS driver. This version hopefully addresses all issues pointed out in David Howell's review of v10 (thank you for the review David): Changes in v11: -Convert to the new Documentation/filesystems/mount_api.txt mount API -Fixed all the function kerneldoc comments to have things in the proper order -Change type of d_type variable passed as type to dir_emit from int to unsigned int -Replaced the fake-ino overflow test with the one suggested by David Howells -Fixed various coding style issues For changes in older versions see the change log in the patch. This version has been used by several distributions (arch, Fedora) for a while now, so hopefully we can get this upstream soonish, please review. Regards, Hans