summaryrefslogtreecommitdiffstats
path: root/mount/umount.c
Commit message (Expand)AuthorAgeFilesLines
* umount: add warningKarel Zak2011-09-301-3/+3
* umount: use new lib/loopdev.c codeKarel Zak2011-09-301-16/+13Star
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-6/+4Star
* mount: use common libsDavidlohr Bueso2011-09-271-0/+1
* mount: fix compiler warnings [-Wsign-compare -Wunused-parameter]Karel Zak2011-08-011-11/+11
* umount: do not hang with disconnected NFS mountsPetr Uzel2011-06-291-20/+22
* mount: use lock from mnt_update_table()Karel Zak2011-04-131-6/+3Star
* umount: block signals when umounting and updating mtab (CVE-2011-1676, CVE-20...Karel Zak2011-04-131-0/+5
* umount: support non-canonical devnames in mtabKarel Zak2011-04-111-1/+4
* umount: use helper= for all UIDsKarel Zak2011-04-011-7/+9
* mount: add phelper=Karel Zak2011-03-301-16/+32
* umount: use UMOUNT_NOFOLLOW for non-root usersKarel Zak2011-03-291-11/+87
* Revert "umount: call /sbin/umount.<uhelper> for root user too"Karel Zak2011-03-151-16/+17
* umount: call /sbin/umount.<uhelper> for root user tooKarel Zak2011-03-151-17/+16Star
* umount: segfaults with inconsistent entry in /etc/fstabKarel Zak2011-03-041-1/+1
* umount: allow unmounting loopdev specified by associated filePetr Uzel2011-02-211-0/+22
* mount: fix parsing offset= followed by more optionsPetr Uzel2011-01-311-23/+4Star
* libmount: cleanup API, remove typedefKarel Zak2011-01-221-3/+3
* umount: call is_loop_autoclear() for all loopdevsKarel Zak2011-01-171-2/+2
* umount: add HAVE_LIBMOUNT_MOUNT codeKarel Zak2011-01-031-0/+12
* mount: add mnt_init_debug()Karel Zak2011-01-031-0/+3
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-1/+1
* umount: umount -r segfaultKarel Zak2010-10-251-5/+10
* umount: use strtosize() for offset=Karel Zak2010-10-071-3/+7
* mount: handle filesystems with subtypeMiklos Szeredi2010-08-271-2/+15
* textual: fix typos, and rephrase some things for clarityBenno Schulenberg2010-06-141-5/+5
* umount: do not sync() as the kernel does it by itselfPetr Uzel2010-05-281-1/+0Star
* umount: add --fake option to umount(8)Miklos Szeredi2010-03-111-2/+13
* umount: add --no-canonicalizeKarel Zak2009-12-171-2/+8
* include: clean up _PATH_DEV_* macrosKarel Zak2009-06-301-1/+3
* mount: allow loop suid umountKay Sievers2009-06-301-4/+44
* umount: clean up help outputKarel Zak2009-06-261-3/+3
* mount: move realpath.c code to lib/Karel Zak2009-02-111-1/+0Star
* mount: non-setuid (POSIX file capabilities) supportKarel Zak2009-02-041-7/+15
* umount: cleanup gefs_by_specdir()Karel Zak2009-01-071-2/+2
* umount: no checking mount point removalSigned-off-by: Guan Xin2008-09-291-25/+4Star
* umount: check for overlaid mountsGuan Xin2008-09-291-1/+20
* umount: improve "-d" option for autoclear loopsKarel Zak2008-07-021-2/+10
* umount: don't print duplicate error messagesKarel Zak2008-01-281-0/+13
* umount: add hint about lsof & fuserKarel Zak2008-01-281-1/+4
* mount: clean up global variablesKarel Zak2007-10-251-5/+0Star
* mount: cleanup error() and die()Karel Zak2007-10-251-2/+0Star
* umount: use atexit() rather than (*at_die)()Karel Zak2007-10-251-0/+2
* mount: cleanup canonicalize() usageKarel Zak2007-10-251-0/+1
* mount: cleanup "none" fstype usageKarel Zak2007-10-041-1/+4
* mount: doesn't drop privileges properly when calling helpersLudwig Nussel2007-09-231-2/+6
* mount: clean up getfs* (fstab.c) interfaceKarel Zak2007-05-251-2/+2
* mount: remove all NFS codeKarel Zak2007-05-091-106/+0Star
* mount: doesn't rpc_pipefs and nfsd on umount -aKarel Zak2007-04-261-1/+1
* mount: do not treat arm/sparc specially.Mike Frysinger2007-04-251-1/+1