summaryrefslogtreecommitdiffstats
path: root/daemon/mount.c
Commit message (Expand)AuthorAgeFilesLines
* umount: use Dev_or_Path for the argument typeWanlong Gao2012-07-241-3/+0
* umount: add force umount and lazy umountWanlong Gao2012-07-241-5/+26
* fish/mount: Add better error message when -m (mount) fails (RHBZ#824043).Richard W.M. Jones2012-05-241-1/+2
* Replace 'int' with 'size_t' passim.Richard W.M. Jones2012-03-131-1/+2
* daemon: Implement a growable strings buffer type.Richard W.M. Jones2012-03-131-24/+24
* resize2fs: Run 'e2fsck -f' automatically if filesystem is not mounted.Richard W.M. Jones2012-03-091-0/+43
* Update FSF address.Matthew Booth2011-11-081-1/+1
* mount: No longer implicitly add -o sync,noatime options.Richard W.M. Jones2011-10-011-1/+1
* Coverity: Don't leak error strings.Richard W.M. Jones2011-06-091-0/+2
* Coverity: Check return value of sysroot_path.Richard W.M. Jones2011-06-091-1/+1
* daemon: Reimplement 'mounts' and 'mountpoints' commands.Richard W.M. Jones2011-04-051-48/+29
* umount-all: Use /proc/mounts instead of output of 'mount' command.Richard W.M. Jones2011-03-221-34/+24
* proto: Fix FileIn ops that abort during the chunk upload stage.Richard W.M. Jones2011-03-181-4/+4
* daemon: Parse /proc/mounts instead of /etc/mtabRichard W.M. Jones2011-02-031-2/+5
* daemon: Replace root_mounted global with intelligence.Richard W.M. Jones2011-01-271-25/+49
* Revert "umount-all: Add udev_settle after unmounting disks."Richard W.M. Jones2010-12-071-3/+0
* umount-all: Add udev_settle after unmounting disks.Richard W.M. Jones2010-12-071-0/+3
* daemon: Fix /dev/mapper paths from mounts and mountpoints (RHBZ#646432).Richard W.M. Jones2010-10-281-0/+21
* Fix FileIn cmds losing synch if both ends send cancel messages (RHBZ#576879).Richard Jones2010-05-131-4/+4
* Fix upload losing synchronization if root not mounted (RHBZ#576879).Richard Jones2010-04-171-4/+4
* daemon: Don't need to prefix error messages with the command name.Richard Jones2010-02-121-6/+6
* use STREQ, not strcmp: part 1Jim Meyering2009-11-091-1/+1
* change strncmp() == 0 to STREQLEN()Jim Meyering2009-11-091-1/+1
* umount: Enable device name translation for device parameter.Richard Jones2009-08-131-3/+8
* mount: Check mountpoints are absolute paths.Richard Jones2009-08-131-0/+2
* In rmmountpoint, have to explicitly check for ABS_PATH (*not* NEED_ROOT).Richard Jones2009-08-131-0/+3
* do_umount: don't use RESOLVE_DEVICE anymoreJim Meyering2009-08-131-13/+9
* generator.ml: use new "Pathname" designationJim Meyering2009-08-131-16/+10
* update all NEED_ROOT usesJim Meyering2009-08-131-3/+3
* * src/generator.ml: Change all `String "device"' to `Device "device"'.Jim Meyering2009-08-131-2/+0
* update all uses of ABS_PATHJim Meyering2009-08-131-3/+3
* change almost all uses: s/IS_DEVICE/RESOLVE_DEVICE/Jim Meyering2009-08-131-2/+2
* Convert all TABs-as-indentation to spaces.Jim Meyering2009-08-031-20/+20
* Make /sysroot path configurable.Richard Jones2009-07-181-27/+23
* New commands: 'mkmountpoint' and 'rmmountpoint'Richard W.M. Jones2009-07-151-0/+51
* New command: 'mountpoints' which returns a hash of device -> mountpoint.Richard W.M. Jones2009-07-151-2/+29
* remove trailing blanksJim Meyering2009-07-031-1/+1
* Add mount-loop command (RHBZ#508668).Richard W.M. Jones2009-06-291-0/+44
* Fix memory leak in daemon/mount.c:do_mount_vfs.Richard W.M. Jones2009-06-291-0/+1
* In the daemon, change all const char * parameters to char *.Richard Jones2009-06-101-7/+7
* Add IS_DEVICE checks for all calls which take a device parameter.Richard Jones2009-06-101-3/+6
* Fix umount_all command so it unmounts filesystems in the correct order.Richard Jones2009-04-301-8/+68
* Add mount_ro, mount_options, mount_vfs. Fix small bug in OCaml generator.Richard Jones2009-04-221-4/+29
* Added test suite.Richard Jones2009-04-111-0/+115
* Implemented 'mount' and 'touch' commands.Richard Jones2009-04-031-0/+76