summaryrefslogtreecommitdiffstats
path: root/libmount/src/context_mount.c
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix docs typoKarel Zak2019-06-131-1/+1
* libmount: (docs) add reference to v2.33 and v2.34Karel Zak2019-06-071-0/+2
* libmount: (tabdiff) use list_add_tail() in more robust wayKarel Zak2019-02-181-0/+3
* libmount: add support for MS_REMOUNT on --allKarel Zak2019-01-161-0/+106
* libmount: cleanup licenses sections in the filesKarel Zak2018-08-161-3/+8
* libmount: switch namespace when appropriateVaclav Dolezal2018-06-111-2/+52
* libmount: support for namespaces for helpersVaclav Dolezal2018-06-111-3/+19
* libmount: added error MNT_ERR_NAMESPACEVaclav Dolezal2018-06-111-0/+8
* libmount: don't use MS_MGC_VAL magic in mount(2) syscallKarel Zak2018-06-011-2/+0Star
* libmount: improve MS_REC usageKarel Zak2018-06-011-3/+22
* 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