summaryrefslogtreecommitdiffstats
path: root/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* mount: fix typoGuan Xin2008-09-291-1/+1
* mount: retry on ENOMEDIUMMatthias Koenig2008-07-301-0/+13
* mount: add shortoptions for bind, move and rbindmaximilian attems2008-07-291-13/+13
* remove CVS keywordsmaximilian attems2008-07-281-2/+1Star
* mount: make file_t SELinux warning optional and shorterKarel Zak2008-07-241-5/+3Star
* mount: s/MOUNTED/_PATH_MOUNTED/maximilian attems2008-07-241-1/+1
* mount: warn on "file_t" selinux contextKarel Zak2008-07-011-3/+26
* mount: add support for sizelimit= mount option (for loop mounts)Shachar Shemesh2008-04-151-5/+7
* losetup: add --sizelimit optionShachar Shemesh2008-04-151-1/+1
* mount: remove set_proc_name()Karel Zak2008-04-091-13/+0Star
* mount: remove built-in support for background mountsKarel Zak2008-04-021-35/+5Star
* mount: remove useless if-before-my_free, define my_free as a macroKarel Zak2008-03-121-10/+4Star
* mount: allow auto-destruction of loop devicesBernardo Innocenti2008-02-191-4/+12
* mount: "can't create lock file" message sometimes means failure, sometimes notMark McLoughlin2008-02-141-7/+9
* mount: add more details to the --version outputKarel Zak2008-01-141-2/+18
* mount: "nofail" mount optionMatthias Koenig2008-01-031-4/+17
* mount: hint about helper program if device doesn't existKarel Zak2007-12-171-1/+7
* mount: use MNTTYPE_SWAP (from mntent.h)Karel Zak2007-11-281-2/+2
* mount: cleanup usage of _PATH_*Karel Zak2007-11-281-15/+15
* mount: don't call canonicalize(SPEC) for cifs, smbfs and nfsKarel Zak2007-11-211-9/+12
* mount: drop the part always true from a while conditionPascal Terjan2007-11-161-1/+1
* mount: use blkdev_get_size()Karel Zak2007-11-081-22/+10Star
* mount: remove MS_{REPLACE,AFTER,BEFORE,OVER}Karel Zak2007-11-061-22/+3Star
* mount: prevent loop mounting the same file twiceKarel Zak2007-10-261-2/+49
* mount: clean up global variablesKarel Zak2007-10-251-8/+3Star
* mount: cleanup error() and die()Karel Zak2007-10-251-3/+0Star
* mount: use atexit() rather than (*at_die)()Karel Zak2007-10-251-0/+2
* mount: cleanup canonicalize() usageKarel Zak2007-10-251-2/+3
* mount: -L|-U segfault when label or uuid doesn't existKarel Zak2007-10-121-2/+10
* mount: cleanup "none" fstype usageKarel Zak2007-10-041-3/+6
* mount: doesn't drop privileges properly when calling helpersLudwig Nussel2007-09-231-2/+6
* mount: improve error message when helper program not presentLaMont Jones2007-09-031-1/+1
* Revert "mount: improve error message when helper program not present"Karel Zak2007-08-271-1/+1
* mount: avoid duplicates for root fs in mtabMatthias Koenig2007-08-241-1/+1
* mount: improve error message when helper program not presentLaMont Jones2007-08-151-1/+1
* mount: fix incorrect behavior when more than one fs type is specifiedAttila Áfra2007-08-071-4/+3Star
* mount: fix -f -o remountKarel Zak2007-07-261-1/+1
* mount: use loop= option when mounting by /sbin/mount.<type>Karel Zak2007-07-021-2/+3
* mount: needs to handle special mountprog even on guessed file systems.Karel Zak2007-06-281-13/+31
* mount: loop device race conditionMatthias Koenig2007-06-271-11/+36
* mount: fix typo in error messageKarel Zak2007-06-151-1/+1
* mount: add support for mixed usage of SPECesKarel Zak2007-05-301-51/+102
* mount: use verbose mode instead debug modeKarel Zak2007-05-251-23/+25
* mount: clean up getfs* (fstab.c) interfaceKarel Zak2007-05-251-8/+8
* mount: fsprobe: rename the rest of API routines to fsprobe_*Karel Zak2007-05-171-17/+23
* mount: fsprobe: remove mount_guess_fstype.{c,h}Karel Zak2007-05-171-10/+33
* mount: fsprobe: remove non-blkid codeKarel Zak2007-05-171-1/+0Star
* mount: fsprobe: rename files to fsprobe_*Karel Zak2007-05-171-1/+1
* mount: kill mount_guess_rootdevStepan Kasal2007-05-161-1/+0Star
* mount: remove all NFS codeKarel Zak2007-05-091-23/+0Star