Update FSF address.
[libguestfs.git] / daemon / mount.c
2011-11-08 Matthew BoothUpdate FSF address.
2011-10-01 Richard W.M. Jonesmount: No longer implicitly add -o sync,noatime options.
2011-06-09 Richard W.M. JonesCoverity: Don't leak error strings.
2011-06-09 Richard W.M. JonesCoverity: Check return value of sysroot_path.
2011-04-05 Richard W.M. Jonesdaemon: Reimplement 'mounts' and 'mountpoints' commands.
2011-03-22 Richard W.M. Jonesumount-all: Use /proc/mounts instead of output of ...
2011-03-18 Richard W.M. Jonesproto: Fix FileIn ops that abort during the chunk uploa...
2011-02-03 Richard W.M. Jonesdaemon: Parse /proc/mounts instead of /etc/mtab
2011-01-27 Richard W.M. Jonesdaemon: Replace root_mounted global with intelligence.
2010-12-07 Richard W.M. JonesRevert "umount-all: Add udev_settle after unmounting...
2010-12-07 Richard W.M. Jonesumount-all: Add udev_settle after unmounting disks.
2010-10-28 Richard W.M. Jonesdaemon: Fix /dev/mapper paths from mounts and mountpoin...
2010-05-13 Richard JonesFix FileIn cmds losing synch if both ends send cancel...
2010-04-17 Richard JonesFix upload losing synchronization if root not mounted...
2010-02-12 Richard Jonesdaemon: Don't need to prefix error messages with the...
2009-11-09 Jim Meyeringuse STREQ, not strcmp: part 1
2009-11-09 Jim Meyeringchange strncmp() == 0 to STREQLEN()
2009-08-13 Richard Jonesumount: Enable device name translation for device param...
2009-08-13 Richard Jonesmount: Check mountpoints are absolute paths.
2009-08-13 Richard JonesIn rmmountpoint, have to explicitly check for ABS_PATH...
2009-08-13 Jim Meyeringdo_umount: don't use RESOLVE_DEVICE anymore
2009-08-13 Jim Meyeringgenerator.ml: use new "Pathname" designation
2009-08-13 Jim Meyeringupdate all NEED_ROOT uses
2009-08-13 Jim Meyering* src/generator.ml: Change all `String "device"' to...
2009-08-13 Jim Meyeringupdate all uses of ABS_PATH
2009-08-13 Jim Meyeringchange almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/
2009-08-03 Jim MeyeringConvert all TABs-as-indentation to spaces.
2009-07-18 Richard JonesMake /sysroot path configurable.
2009-07-15 Richard W.M. JonesNew commands: 'mkmountpoint' and 'rmmountpoint'
2009-07-15 Richard W.M. JonesNew command: 'mountpoints' which returns a hash of...
2009-07-03 Jim Meyeringremove trailing blanks
2009-06-29 Richard W.M. JonesAdd mount-loop command (RHBZ#508668).
2009-06-29 Richard W.M. JonesFix memory leak in daemon/mount.c:do_mount_vfs.
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-10 Richard JonesIn the daemon, change all const char * parameters to...
2009-06-10 Richard JonesAdd IS_DEVICE checks for all calls which take a device...
2009-04-30 Richard JonesFix umount_all command so it unmounts filesystems in...
2009-04-22 Richard JonesAdd mount_ro, mount_options, mount_vfs. Fix small...
2009-04-11 Richard JonesAdded test suite.
2009-04-03 Richard JonesImplemented 'mount' and 'touch' commands.