util-linux/mount
Karel Zak 9e66fb3116 mount: check for target before source on remount
Addresses: http://bugzilla.redhat.com/show_bug.cgi?id=737091
Reported-by: Eric Paris <eparis@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-10-18 14:22:27 +02:00
..
.gitignore build-sys: move pivot_root(8) to sys-utils 2008-11-19 12:38:43 +01:00
Makefile.am build-sys: don't support external (e2fsprogs) libblkid 2011-03-16 17:31:50 +01:00
README.mount docs: tell mount/* is in maintenance mode 2011-06-25 12:11:50 +02:00
devname.c mount: don't canonicalize "spec" with --no-canonicalize option 2010-10-07 16:31:29 +02:00
devname.h mount: generic blkid/volume_id wrapper, use blkid_evaluate_* 2009-02-17 01:18:22 +01:00
fstab.5 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
fstab.c mount: check for target before source on remount 2011-10-18 14:22:27 +02:00
fstab.h mount: use lock from mnt_update_table() 2011-04-13 10:49:26 +02:00
getusername.c Imported from util-linux-2.9i tarball. 2006-12-07 00:25:37 +01:00
getusername.h Imported from util-linux-2.9i tarball. 2006-12-07 00:25:37 +01:00
lomount.c losetup: correct qsort compare function 2011-08-23 11:58:44 +02:00
lomount.h umount: allow unmounting loopdev specified by associated file 2011-02-21 14:54:43 +01:00
loop.h losetup: add --set-capacity 2009-05-29 21:46:00 +02:00
losetup.8 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
mount.8 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
mount.c mount: fix compiler warnings [-Wsign-compare -Wunused-parameter] 2011-08-01 13:33:04 +02:00
mount_constants.h mount: rename "quiet" to "silent" (MS_SILENT) 2011-03-11 16:58:27 +01:00
mount_mntent.c mount: -a segfaults when 4th field is omitted (mount options) 2011-05-11 17:07:55 +02:00
mount_mntent.h build-sys: remove DEFAULT_INCLUDES workaround 2007-01-04 14:39:17 +01:00
sundries.c mount: -a segfaults when 4th field is omitted (mount options) 2011-05-11 17:07:55 +02:00
sundries.h mount: add --no-canonicalize option 2009-12-03 15:30:53 +01:00
swap_constants.h Imported from util-linux-2.9i tarball. 2006-12-07 00:25:37 +01:00
swapoff.8 Imported from util-linux-2.2 tarball. 2006-12-07 00:25:32 +01:00
swapon.8 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
swapon.c swapon: rewrite usage() 2011-08-16 14:25:05 +02:00
umount.8 docs: uniformize the header and footer lines in man pages 2011-08-22 10:39:21 +02:00
umount.c mount: fix compiler warnings [-Wsign-compare -Wunused-parameter] 2011-08-01 13:33:04 +02:00
xmalloc.c mount: cleanup error() and die() 2007-10-25 21:50:59 +02:00
xmalloc.h mount: remove useless if-before-my_free, define my_free as a macro 2008-03-12 12:28:50 +01:00

README.mount

mount/umount for Linux 0.97.3 and later.
Authors:
Doug Quale <quale@saavik.cs.wisc.edu>,
H.J. Lu <hlu@eecs.wsu.edu>,
Rick Sladkey <jrs@world.std.com>,
Stephen Tweedie <sct@dcs.ed.ac.uk>.
Andries Brouwer <aeb@cwi.nl>
Adrian Bunk <bunk@stusta.de>

Presently in util-linux maintained by Karel Zak <kzak@redhat.com>. 

== Notes to developers ==

	The final solution will be libmount/mount.c as the
	mount(8) command implementation. So, let's keep the
	current mount/* code in maintenance mode and don't try to
	rewrite it :-)