summaryrefslogtreecommitdiffstats
path: root/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
...
* mount: fix memory leakPetr Uzel2010-06-301-1/+3
* mount: use %u for uid_t and gid_tKarel Zak2010-06-141-7/+7
* mount: don't create loopdev for MS_BINDKarel Zak2010-06-141-2/+3
* mount: fix coding styleKarel Zak2010-05-281-1/+1
* mount: detect when kernel silently adds MS_RDONLY flagPetr Uzel2010-05-281-0/+12
* mount: fix typo in commentPetr Uzel2010-05-281-1/+1
* mount: revert ugly ENOMEDIUM supportKarel Zak2010-04-271-10/+0Star
* mount: use auto-loopdev for all known filesystemsKarel Zak2010-04-081-5/+4Star
* mount: support suffixes for offset= and sizelimit=Karel Zak2010-03-301-23/+23
* mount: more robust offset= and sizelimit= parsingKarel Zak2010-03-301-3/+25
* mount: automatically detect and loop-mount regular filesKarel Zak2010-03-151-0/+16
* mount: report ambivalent FS detection, improve brute force detectionKarel Zak2010-03-151-5/+9
* mount: properly ignore comments in /etc/filesystemsMike Frysinger2010-03-111-2/+2
* mount: advise users to use "modprobe", not "insmod"Karel Zak2010-02-121-1/+1
* mount: warn users that mtab is read-onlyKarel Zak2010-02-111-0/+9
* fsck/mkfs/mount: unify default search paths for helpersMike Frysinger2010-02-021-67/+82
* mount: disable --no-canonicalize for non-root usersKarel Zak2009-12-171-1/+2
* mount: add --no-canonicalize optionKarel Zak2009-12-031-1/+4
* mount: check for unsuccessful read-only bind mountsKarel Zak2009-11-191-0/+46
* mount: more verbose "mount: only root can do that" messageKarel Zak2009-09-301-5/+11
* replace bcopy,bzero,index and rindexDaniel Mierswa2009-08-171-2/+2
* mount: when a remount to rw fails, quit and return an errorValerie Aurora2009-07-141-0/+4
* mount: move MS_{PROPAGATION,BIND,MOVE} detectionKarel Zak2009-06-101-3/+3
* mount: use "none" fstype for MS_PROPAGATION mountsKarel Zak2009-06-101-1/+1
* mount: fix undefined reference to `security_get_initial_context'Karel Zak2009-05-211-1/+1
* mount: Add strictatime supportMatthew Garrett2009-03-271-0/+4
* mount: inform about UID and eUID when verbose > 2Karel Zak2009-02-181-0/+2
* mount: generic blkid/volume_id wrapper, use blkid_evaluate_*Karel Zak2009-02-171-10/+171
* mount: move realpath.c code to lib/Karel Zak2009-02-111-1/+0Star
* mount: non-setuid (POSIX file capabilities) supportKarel Zak2009-02-041-12/+21
* mount: add rootcontext= SELinux mount optionKarel Zak2008-12-221-0/+4
* mount: clean up SPEC canonicalizationKarel Zak2008-12-191-6/+12
* mount: add i_version supportKarel Zak2008-11-271-0/+4
* 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