summaryrefslogtreecommitdiffstats
path: root/libmount/src/context_mount.c
Commit message (Expand)AuthorAgeFilesLines
* libmount: accept another flags on MS_REMOUNT|MS_BINDKarel Zak2018-05-281-14/+8Star
* libmount: improve docs about mnt_context_mount() return codesKarel Zak2018-04-261-3/+31
* libmount: fix fs pattern usage in mount --allKarel Zak2018-03-061-0/+12
* libmount: minimize utimensat() write test usageKarel Zak2017-11-161-9/+19
* libmount: check waitpid() return codeKarel Zak2017-11-061-5/+11
* libmount: Use waitpid() when waiting for mount helper child processVratislav Podzimek2017-11-061-2/+4
* libmount: make sure we call stat() propely [coverity scan]Karel Zak2017-10-111-4/+5
* libmount: add human compatible message for EBADMSG errnoKarel Zak2017-10-021-0/+8
* libmount: export locking errors as MNT_EX_FILEIOKarel Zak2017-09-151-1/+10
* libmount: use _exit() in <type> handlersKarel Zak2017-06-291-4/+4
* misc: remove stray semicolonsSami Kerola2017-06-141-1/+1
* libmount: add read-only warningKarel Zak2017-04-281-0/+2
* libmount: add mnt_context_get_excode()Karel Zak2017-04-271-0/+329
* libmount: support MS_RDONLY on write-protected devicesKarel Zak2017-04-261-0/+27
* libmount: fix use of preprocessor identifierSami Kerola2017-03-131-1/+1
* If mtab support is disabled, disable ro/rw mtab checksStanislav Brabec2017-01-101-0/+2
* mount: append inverting options for mount.<type> on "users"Karel Zak2016-10-271-1/+2
* libmount, look: remove dead code [oclint]Sami Kerola2016-07-211-1/+0Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* libmount: add support for "bind,ro"Karel Zak2015-08-171-1/+47
* libmount: cleanup assert() usageKarel Zak2015-08-041-12/+3Star
* libmount: improve remount logicKarel Zak2015-02-161-1/+0Star
* libmount: fix mem leak in do_mount_by_types() [coverity scan]Karel Zak2015-01-291-1/+2
* libmount: use -t for type.subtype in helpers APIKarel Zak2014-08-211-1/+3
* libmount: don't use /{proc,ext}/filesystems when more fs types specifiedKarel Zak2014-07-251-43/+55
* libmount: special treatment for auto in fstype patternKarel Zak2014-06-231-3/+21
* libmount: use new debug functionsKarel Zak2014-03-211-32/+30Star
* libmount: cleanup fix_optstr() regards to selinux and smackKarel Zak2013-11-121-19/+47
* libmount: fix typo in smack pathKarel Zak2013-11-121-1/+1
* libmount: remove smackfs* option when SMACK not enabledKarel Zak2013-11-121-0/+22
* libmount: allow to use -s (sloppy) for all external helpersKarel Zak2013-11-041-6/+1Star
* libmount: small cleanup in umount codeKarel Zak2013-09-271-1/+1
* libmount: Remove stale comment on mnt_context_mount()Namhyung Kim2013-09-261-5/+0Star
* lib/strutils: move *swith() functions to private librarySami Kerola2013-08-291-0/+1
* libmount: fix typosOndrej Oprala2013-08-051-25/+25
* libmount: use MS_SILENT for /{proc,etc}/filesystemsKarel Zak2013-05-091-1/+3
* Spelling fixes.Ville Skyttä2013-04-081-2/+2
* libmount: fix user-mount by root for mount.<type> helpersKarel Zak2013-03-261-0/+22
* libmount: allow to use propagation flags in fstabKarel Zak2013-01-151-13/+164
* libmount: correctly interpret '*' from /etc/filesystemsKarel Zak2012-11-261-1/+2
* libmount: fix support of comma-separated fs types listsGleb Fotengauer-Malinovskiy2012-11-161-3/+7
* textual: typo fixesGilles Espinasse2012-10-021-1/+1
* libmount: don't remove user= when executed by rootKarel Zak2012-09-121-8/+4Star
* libmount: segfaults if neither /etc/filesystems nor/proc/filesystems existsKarel Zak2012-09-121-0/+3
* libmount: deduplicate SELinux mount optionsKarel Zak2012-08-011-0/+9
* libmount: fix trivial typosPetr Uzel2012-06-151-2/+2
* libmount: plug a memory leak in exec_helper()Petr Uzel2012-06-151-0/+1
* libmount: don't use nosuid,noexec,nodev for cifs user=fooKarel Zak2012-06-141-2/+27
* libmount: don't generate empty option stringsKarel Zak2012-06-141-0/+11