summaryrefslogtreecommitdiff
path: root/mount/mount.c
AgeCommit message (Expand)AuthorFilesLines
2010-06-14mount: use %u for uid_t and gid_tKarel Zak1-7/+7
2010-06-14mount: don't create loopdev for MS_BINDKarel Zak1-2/+3
2010-05-28mount: fix coding styleKarel Zak1-1/+1
2010-05-28mount: detect when kernel silently adds MS_RDONLY flagPetr Uzel1-0/+12
2010-05-28mount: fix typo in commentPetr Uzel1-1/+1
2010-04-27mount: revert ugly ENOMEDIUM supportKarel Zak1-10/+0
2010-04-08mount: use auto-loopdev for all known filesystemsKarel Zak1-5/+4
2010-03-30mount: support suffixes for offset= and sizelimit=Karel Zak1-23/+23
2010-03-30mount: more robust offset= and sizelimit= parsingKarel Zak1-3/+25
2010-03-15mount: automatically detect and loop-mount regular filesKarel Zak1-0/+16
2010-03-15mount: report ambivalent FS detection, improve brute force detectionKarel Zak1-5/+9
2010-03-11mount: properly ignore comments in /etc/filesystemsMike Frysinger1-2/+2
2010-02-12mount: advise users to use "modprobe", not "insmod"Karel Zak1-1/+1
2010-02-11mount: warn users that mtab is read-onlyKarel Zak1-0/+9
2010-02-02fsck/mkfs/mount: unify default search paths for helpersMike Frysinger1-67/+82
2009-12-17mount: disable --no-canonicalize for non-root usersKarel Zak1-1/+2
2009-12-03mount: add --no-canonicalize optionKarel Zak1-1/+4
2009-11-19mount: check for unsuccessful read-only bind mountsKarel Zak1-0/+46
2009-09-30mount: more verbose "mount: only root can do that" messageKarel Zak1-5/+11
2009-08-17replace bcopy,bzero,index and rindexDaniel Mierswa1-2/+2
2009-07-14mount: when a remount to rw fails, quit and return an errorValerie Aurora1-0/+4
2009-06-10mount: move MS_{PROPAGATION,BIND,MOVE} detectionKarel Zak1-3/+3
2009-06-10mount: use "none" fstype for MS_PROPAGATION mountsKarel Zak1-1/+1
2009-05-21mount: fix undefined reference to `security_get_initial_context'Karel Zak1-1/+1
2009-03-27mount: Add strictatime supportMatthew Garrett1-0/+4
2009-02-18mount: inform about UID and eUID when verbose > 2Karel Zak1-0/+2
2009-02-17mount: generic blkid/volume_id wrapper, use blkid_evaluate_*Karel Zak1-10/+171
2009-02-11mount: move realpath.c code to lib/Karel Zak1-1/+0
2009-02-04mount: non-setuid (POSIX file capabilities) supportKarel Zak1-12/+21
2008-12-22mount: add rootcontext= SELinux mount optionKarel Zak1-0/+4
2008-12-19mount: clean up SPEC canonicalizationKarel Zak1-6/+12
2008-11-27mount: add i_version supportKarel Zak1-0/+4
2008-09-29mount: fix typoGuan Xin1-1/+1
2008-07-30mount: retry on ENOMEDIUMMatthias Koenig1-0/+13
2008-07-29mount: add shortoptions for bind, move and rbindmaximilian attems1-13/+13
2008-07-28remove CVS keywordsmaximilian attems1-2/+1
2008-07-24mount: make file_t SELinux warning optional and shorterKarel Zak1-5/+3
2008-07-24mount: s/MOUNTED/_PATH_MOUNTED/maximilian attems1-1/+1
2008-07-01mount: warn on "file_t" selinux contextKarel Zak1-3/+26
2008-04-15mount: add support for sizelimit= mount option (for loop mounts)Shachar Shemesh1-5/+7
2008-04-15losetup: add --sizelimit optionShachar Shemesh1-1/+1
2008-04-09mount: remove set_proc_name()Karel Zak1-13/+0
2008-04-02mount: remove built-in support for background mountsKarel Zak1-35/+5
2008-03-12mount: remove useless if-before-my_free, define my_free as a macroKarel Zak1-10/+4
2008-02-19mount: allow auto-destruction of loop devicesBernardo Innocenti1-4/+12
2008-02-14mount: "can't create lock file" message sometimes means failure, sometimes notMark McLoughlin1-7/+9
2008-01-14mount: add more details to the --version outputKarel Zak1-2/+18
2008-01-03mount: "nofail" mount optionMatthias Koenig1-4/+17
2007-12-17mount: hint about helper program if device doesn't existKarel Zak1-1/+7
2007-11-28mount: use MNTTYPE_SWAP (from mntent.h)Karel Zak1-2/+2