summaryrefslogtreecommitdiffstats
path: root/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* mount: remove 'seclabel' mount option on remountKarel Zak2011-07-251-1/+2
* mount: fix double free in mount.c with SELinux enabledKirill Elagin2011-07-111-7/+8
* mount: make the error message clearPetr Uzel2011-07-111-1/+1
* mount: first look for mountpointKarel Zak2011-06-291-2/+2
* mount: use libmount to detect already mounted bind mountsKarel Zak2011-05-311-4/+38
* mount: -a segfaults when 4th field is omitted (mount options)Karel Zak2011-05-111-3/+5
* getopt: fix gcc warningKarel Zak2011-04-191-1/+0Star
* mount: use lock from mnt_update_table()Karel Zak2011-04-131-3/+1Star
* mount: use fflush() and temporary file for mtab updates (CVE-2011-1089)Karel Zak2011-04-121-19/+2Star
* umount: use helper= for all UIDsKarel Zak2011-04-011-2/+2
* mount: add phelper=Karel Zak2011-03-301-1/+2
* mount: rename "quiet" to "silent" (MS_SILENT)Karel Zak2011-03-111-1/+1
* mount: update mtab on "-f" and compiled with libmountKarel Zak2011-03-071-0/+3
* mount: add rootcontext= for tmpfs on SELinux boxesKarel Zak2011-02-091-2/+31
* mount: fix parsing offset= followed by more optionsPetr Uzel2011-01-311-2/+3
* libmount: cleanup API, remove typedefKarel Zak2011-01-221-5/+5
* umount: call is_loop_autoclear() for all loopdevsKarel Zak2011-01-171-1/+1
* mount: fix gcc warningKarel Zak2011-01-101-4/+4
* mount: canonicalize paths in HAVE_LIBMOUNT_MOUNT codeKarel Zak2011-01-101-15/+23
* mount: use verbose info for HAVE_LIBMOUNT_MOUNT onlyKarel Zak2011-01-031-1/+2
* mount: improve verbose infoKarel Zak2011-01-031-25/+29
* mount: rewrite HAVE_LIBMOUNT_MOUNT codeKarel Zak2011-01-031-26/+70
* mount: add mnt_init_debug()Karel Zak2011-01-031-0/+4
* mount: use libmount for mtab/utab updatesKarel Zak2011-01-031-3/+56
* mount: read /sys for loopdev backing fileKarel Zak2010-12-011-3/+27
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-231-1/+1
* mount: ignore *context= options on remountKarel Zak2010-11-191-3/+59
* mount: use utimensat(AT_FDCWD) rather than open()+futimens()Karel Zak2010-10-291-10/+3Star
* mount: Don't call canonicalize_*(SPEC) for 9pSven Eckelmann2010-09-301-1/+2
* mount: rewrite is_readonly()Karel Zak2010-09-201-19/+27
* mount: handle filesystems with subtypeMiklos Szeredi2010-08-271-3/+16
* mount: sanity check mount flags for MS_PROPAGATIONKarel Zak2010-08-271-2/+4
* mount: get most recently mounted fs from /etc/mtab.Valerie Aurora2010-08-041-2/+3
* mount: fix "mount -a" for auto-clear loopdevs and /proc/mountsKarel Zak2010-07-291-10/+37
* mount: don't use auto-clear loopdev if mtab is availableKarel Zak2010-07-201-1/+2
* 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