summaryrefslogtreecommitdiffstats
path: root/fuse/dircache.h
Commit message (Collapse)AuthorAgeFilesLines
* Update FSF address.Matthew Booth2011-11-091-1/+1
| | | | (cherry picked from commit 04ea1375c55aa67df4e7fc61dbb534111767f3b6)
* Don't export STREQ and friends in <guestfs.h>Richard Jones2009-11-101-0/+2
| | | | | Move these to private header file(s) and other places as required since these aren't part of the public API.
* FUSE filesystem support.Richard Jones2009-11-031-0/+44
This implements FUSE filesystem support so that any libguestfs- accessible disk image can be mounted as a local filesystem. Note: file writes (ie. write(2) system call) is not yet implemented. The API needs more test coverage, particularly lesser-used system calls. The big unresolved issue is UID/GID mapping between guest filesystem IDs and the host. It's not easy to automate this because you need extra details about the guest itself in order to get to its UID->username map (eg. /etc/passwd from the guest).