index
:
libguestfs.git
master
oldlinux
stable-1.10
stable-1.12
stable-1.14
stable-1.16
stable-1.18
stable-1.2
stable-1.4
stable-1.6
stable-1.8
[MIRROR] library for accessing and modifying guest disk images
Richard W.M. Jones
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
daemon
/
mount.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
daemon: collect list of called external commands
Olaf Hering
2012-08-30
1
-5
/
+8
*
umount: use Dev_or_Path for the argument type
Wanlong Gao
2012-07-24
1
-3
/
+0
*
umount: add force umount and lazy umount
Wanlong Gao
2012-07-24
1
-5
/
+26
*
fish/mount: Add better error message when -m (mount) fails (RHBZ#824043).
Richard W.M. Jones
2012-05-24
1
-1
/
+2
*
Replace 'int' with 'size_t' passim.
Richard W.M. Jones
2012-03-13
1
-1
/
+2
*
daemon: Implement a growable strings buffer type.
Richard W.M. Jones
2012-03-13
1
-24
/
+24
*
resize2fs: Run 'e2fsck -f' automatically if filesystem is not mounted.
Richard W.M. Jones
2012-03-09
1
-0
/
+43
*
Update FSF address.
Matthew Booth
2011-11-08
1
-1
/
+1
*
mount: No longer implicitly add -o sync,noatime options.
Richard W.M. Jones
2011-10-01
1
-1
/
+1
*
Coverity: Don't leak error strings.
Richard W.M. Jones
2011-06-09
1
-0
/
+2
*
Coverity: Check return value of sysroot_path.
Richard W.M. Jones
2011-06-09
1
-1
/
+1
*
daemon: Reimplement 'mounts' and 'mountpoints' commands.
Richard W.M. Jones
2011-04-05
1
-48
/
+29
*
umount-all: Use /proc/mounts instead of output of 'mount' command.
Richard W.M. Jones
2011-03-22
1
-34
/
+24
*
proto: Fix FileIn ops that abort during the chunk upload stage.
Richard W.M. Jones
2011-03-18
1
-4
/
+4
*
daemon: Parse /proc/mounts instead of /etc/mtab
Richard W.M. Jones
2011-02-03
1
-2
/
+5
*
daemon: Replace root_mounted global with intelligence.
Richard W.M. Jones
2011-01-27
1
-25
/
+49
*
Revert "umount-all: Add udev_settle after unmounting disks."
Richard W.M. Jones
2010-12-07
1
-3
/
+0
*
umount-all: Add udev_settle after unmounting disks.
Richard W.M. Jones
2010-12-07
1
-0
/
+3
*
daemon: Fix /dev/mapper paths from mounts and mountpoints (RHBZ#646432).
Richard W.M. Jones
2010-10-28
1
-0
/
+21
*
Fix FileIn cmds losing synch if both ends send cancel messages (RHBZ#576879).
Richard Jones
2010-05-13
1
-4
/
+4
*
Fix upload losing synchronization if root not mounted (RHBZ#576879).
Richard Jones
2010-04-17
1
-4
/
+4
*
daemon: Don't need to prefix error messages with the command name.
Richard Jones
2010-02-12
1
-6
/
+6
*
use STREQ, not strcmp: part 1
Jim Meyering
2009-11-09
1
-1
/
+1
*
change strncmp() == 0 to STREQLEN()
Jim Meyering
2009-11-09
1
-1
/
+1
*
umount: Enable device name translation for device parameter.
Richard Jones
2009-08-13
1
-3
/
+8
*
mount: Check mountpoints are absolute paths.
Richard Jones
2009-08-13
1
-0
/
+2
*
In rmmountpoint, have to explicitly check for ABS_PATH (*not* NEED_ROOT).
Richard Jones
2009-08-13
1
-0
/
+3
*
do_umount: don't use RESOLVE_DEVICE anymore
Jim Meyering
2009-08-13
1
-13
/
+9
*
generator.ml: use new "Pathname" designation
Jim Meyering
2009-08-13
1
-16
/
+10
*
update all NEED_ROOT uses
Jim Meyering
2009-08-13
1
-3
/
+3
*
* src/generator.ml: Change all `String "device"' to `Device "device"'.
Jim Meyering
2009-08-13
1
-2
/
+0
*
update all uses of ABS_PATH
Jim Meyering
2009-08-13
1
-3
/
+3
*
change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/
Jim Meyering
2009-08-13
1
-2
/
+2
*
Convert all TABs-as-indentation to spaces.
Jim Meyering
2009-08-03
1
-20
/
+20
*
Make /sysroot path configurable.
Richard Jones
2009-07-18
1
-27
/
+23
*
New commands: 'mkmountpoint' and 'rmmountpoint'
Richard W.M. Jones
2009-07-15
1
-0
/
+51
*
New command: 'mountpoints' which returns a hash of device -> mountpoint.
Richard W.M. Jones
2009-07-15
1
-2
/
+29
*
remove trailing blanks
Jim Meyering
2009-07-03
1
-1
/
+1
*
Add mount-loop command (RHBZ#508668).
Richard W.M. Jones
2009-06-29
1
-0
/
+44
*
Fix memory leak in daemon/mount.c:do_mount_vfs.
Richard W.M. Jones
2009-06-29
1
-0
/
+1
*
In the daemon, change all const char * parameters to char *.
Richard Jones
2009-06-10
1
-7
/
+7
*
Add IS_DEVICE checks for all calls which take a device parameter.
Richard Jones
2009-06-10
1
-3
/
+6
*
Fix umount_all command so it unmounts filesystems in the correct order.
Richard Jones
2009-04-30
1
-8
/
+68
*
Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator.
Richard Jones
2009-04-22
1
-4
/
+29
*
Added test suite.
Richard Jones
2009-04-11
1
-0
/
+115
*
Implemented 'mount' and 'touch' commands.
Richard Jones
2009-04-03
1
-0
/
+76