summaryrefslogtreecommitdiffstats
path: root/mount/mount.c
Commit message (Expand)AuthorAgeFilesLines
* mount: don't canonicalize the source of a pseudofsDave Reisner2012-01-021-2/+3
* mount: append inverting options for mount.<type>Karel Zak2012-01-021-7/+24
* mount: remounting tmpfs read-write hangs (selinux)Karel Zak2011-10-171-0/+1
* mount: fix loopdev deinitializationKarel Zak2011-09-301-7/+10
* mount: use new lib/loopdev.c codeKarel Zak2011-09-301-39/+73
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-271-4/+3Star
* mount: use common libsDavidlohr Bueso2011-09-271-1/+0Star
* mount: fix compiler warning [-Wunused-parameter]Karel Zak2011-09-081-1/+5
* mount: fix compiler warnings [-Wsign-compare -Wunused-parameter]Karel Zak2011-08-011-3/+3
* 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