This patchset implement a file handle based fs driver for VirtFS server Using file handle instead of names, simplify the rename handling in the server. The changes also enable us to handle renames on the host. Since we are not using pathnames, symlink related security issues are not present with handle based fs driver.
-aneesh