Age | Commit message (Expand) | Author | Files | Lines |
2010-06-14 | mount: use %u for uid_t and gid_t | Karel Zak | 1 | -7/+7 |
2010-06-14 | mount: don't create loopdev for MS_BIND | Karel Zak | 1 | -2/+3 |
2010-05-28 | mount: fix coding style | Karel Zak | 1 | -1/+1 |
2010-05-28 | mount: detect when kernel silently adds MS_RDONLY flag | Petr Uzel | 1 | -0/+12 |
2010-05-28 | mount: fix typo in comment | Petr Uzel | 1 | -1/+1 |
2010-04-27 | mount: revert ugly ENOMEDIUM support | Karel Zak | 1 | -10/+0 |
2010-04-08 | mount: use auto-loopdev for all known filesystems | Karel Zak | 1 | -5/+4 |
2010-03-30 | mount: support suffixes for offset= and sizelimit= | Karel Zak | 1 | -23/+23 |
2010-03-30 | mount: more robust offset= and sizelimit= parsing | Karel Zak | 1 | -3/+25 |
2010-03-15 | mount: automatically detect and loop-mount regular files | Karel Zak | 1 | -0/+16 |
2010-03-15 | mount: report ambivalent FS detection, improve brute force detection | Karel Zak | 1 | -5/+9 |
2010-03-11 | mount: properly ignore comments in /etc/filesystems | Mike Frysinger | 1 | -2/+2 |
2010-02-12 | mount: advise users to use "modprobe", not "insmod" | Karel Zak | 1 | -1/+1 |
2010-02-11 | mount: warn users that mtab is read-only | Karel Zak | 1 | -0/+9 |
2010-02-02 | fsck/mkfs/mount: unify default search paths for helpers | Mike Frysinger | 1 | -67/+82 |
2009-12-17 | mount: disable --no-canonicalize for non-root users | Karel Zak | 1 | -1/+2 |
2009-12-03 | mount: add --no-canonicalize option | Karel Zak | 1 | -1/+4 |
2009-11-19 | mount: check for unsuccessful read-only bind mounts | Karel Zak | 1 | -0/+46 |
2009-09-30 | mount: more verbose "mount: only root can do that" message | Karel Zak | 1 | -5/+11 |
2009-08-17 | replace bcopy,bzero,index and rindex | Daniel Mierswa | 1 | -2/+2 |
2009-07-14 | mount: when a remount to rw fails, quit and return an error | Valerie Aurora | 1 | -0/+4 |
2009-06-10 | mount: move MS_{PROPAGATION,BIND,MOVE} detection | Karel Zak | 1 | -3/+3 |
2009-06-10 | mount: use "none" fstype for MS_PROPAGATION mounts | Karel Zak | 1 | -1/+1 |
2009-05-21 | mount: fix undefined reference to `security_get_initial_context' | Karel Zak | 1 | -1/+1 |
2009-03-27 | mount: Add strictatime support | Matthew Garrett | 1 | -0/+4 |
2009-02-18 | mount: inform about UID and eUID when verbose > 2 | Karel Zak | 1 | -0/+2 |
2009-02-17 | mount: generic blkid/volume_id wrapper, use blkid_evaluate_* | Karel Zak | 1 | -10/+171 |
2009-02-11 | mount: move realpath.c code to lib/ | Karel Zak | 1 | -1/+0 |
2009-02-04 | mount: non-setuid (POSIX file capabilities) support | Karel Zak | 1 | -12/+21 |
2008-12-22 | mount: add rootcontext= SELinux mount option | Karel Zak | 1 | -0/+4 |
2008-12-19 | mount: clean up SPEC canonicalization | Karel Zak | 1 | -6/+12 |
2008-11-27 | mount: add i_version support | Karel Zak | 1 | -0/+4 |
2008-09-29 | mount: fix typo | Guan Xin | 1 | -1/+1 |
2008-07-30 | mount: retry on ENOMEDIUM | Matthias Koenig | 1 | -0/+13 |
2008-07-29 | mount: add shortoptions for bind, move and rbind | maximilian attems | 1 | -13/+13 |
2008-07-28 | remove CVS keywords | maximilian attems | 1 | -2/+1 |
2008-07-24 | mount: make file_t SELinux warning optional and shorter | Karel Zak | 1 | -5/+3 |
2008-07-24 | mount: s/MOUNTED/_PATH_MOUNTED/ | maximilian attems | 1 | -1/+1 |
2008-07-01 | mount: warn on "file_t" selinux context | Karel Zak | 1 | -3/+26 |
2008-04-15 | mount: add support for sizelimit= mount option (for loop mounts) | Shachar Shemesh | 1 | -5/+7 |
2008-04-15 | losetup: add --sizelimit option | Shachar Shemesh | 1 | -1/+1 |
2008-04-09 | mount: remove set_proc_name() | Karel Zak | 1 | -13/+0 |
2008-04-02 | mount: remove built-in support for background mounts | Karel Zak | 1 | -35/+5 |
2008-03-12 | mount: remove useless if-before-my_free, define my_free as a macro | Karel Zak | 1 | -10/+4 |
2008-02-19 | mount: allow auto-destruction of loop devices | Bernardo Innocenti | 1 | -4/+12 |
2008-02-14 | mount: "can't create lock file" message sometimes means failure, sometimes not | Mark McLoughlin | 1 | -7/+9 |
2008-01-14 | mount: add more details to the --version output | Karel Zak | 1 | -2/+18 |
2008-01-03 | mount: "nofail" mount option | Matthias Koenig | 1 | -4/+17 |
2007-12-17 | mount: hint about helper program if device doesn't exist | Karel Zak | 1 | -1/+7 |
2007-11-28 | mount: use MNTTYPE_SWAP (from mntent.h) | Karel Zak | 1 | -2/+2 |