summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
Commit message (Expand)AuthorAgeFilesLines
* misc: consolidate version printing and close_stdout()Karel Zak2019-04-161-7/+8
* include/c: add print_version() macroKarel Zak2019-04-161-2/+2
* mount: Do not call mnt_pretty_path() on net file systems.Stanislav Brabec2019-02-061-1/+1
* libmount: add support for MS_REMOUNT on --allKarel Zak2019-01-161-1/+55
* mount: allow PID as --namespace argumentVaclav Dolezal2018-06-111-2/+23
* mount: document --namespace in man/helpVaclav Dolezal2018-06-111-0/+2
* libmount: make errno usable after mnt_context_set_target_ns()Karel Zak2018-06-111-6/+1Star
* mount: add support for namespacesVaclav Dolezal2018-06-111-1/+11
* mount: keep MS_MOVE as flagKarel Zak2018-06-011-2/+6
* mount: use internally string to set move/bind operationsKarel Zak2018-06-011-8/+7Star
* nls: remove translation stringsSami Kerola2018-05-281-1/+1
* mount: use string_to_bitmask()Vaclav Dolezal2018-03-281-29/+32
* mount: document --options-* in man/helpVaclav Dolezal2018-02-081-0/+7
* mount: added options exposing libmount's optsmodeVaclav Dolezal2018-02-011-1/+74
* misc: consolidate macro style USAGE_HELP_OPTIONSRuediger Meier2017-06-291-2/+2
* misc: introduce print_usage_help_options()Ruediger Meier2017-06-271-2/+1Star
* misc: never use usage(stderr)Ruediger Meier2017-06-261-9/+16
* misc: fix xalloc.h related exit codesRuediger Meier2017-06-221-1/+3
* misc: fix more strutils related exit codesRuediger Meier2017-06-221-0/+2
* libmount: add read-only warningKarel Zak2017-04-281-6/+2Star
* mount: use MNT_EX_* from libmountKarel Zak2017-04-271-29/+28Star
* mount, umount: use mnt_context_get_excode()Karel Zak2017-04-271-343/+17Star
* libmount: support MS_RDONLY on write-protected devicesKarel Zak2017-04-261-31/+15Star
* misc: do not use plain 0 as NULL [smatch scan]Sami Kerola2017-02-201-34/+34
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* Use --help suggestion on invalid optionKarel Zak2016-12-191-2/+1Star
* mount: Handle MNT_ERR_LOOPOVERLAPStanislav Brabec2016-08-031-0/+3
* mount: Handle EROFS before calling mount() syscallStanislav Brabec2016-04-221-0/+9
* mount: try to tell what mount was doing when it failedSami Kerola2016-04-171-2/+7
* mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messagesBenno Schulenberg2016-03-161-2/+1Star
* mount: allow nofail to silence ENOMEDIUM casesMike Frysinger2016-01-211-0/+3
* mount, umount, swapon, fsck, lsblk, findmnt: ignore malformed linesKarel Zak2015-10-151-1/+1
* mount: remove duplications of --help and --version from usage textBenno Schulenberg2015-08-031-5/+6
* mount: don't remount read-only on --bindKarel Zak2015-03-201-0/+3
* textual: add a docstring to most of the utilitiesBenno Schulenberg2015-01-061-0/+3
* mount: don't ignore mtab for --bind -o remountKarel Zak2014-10-171-2/+12
* libmount: don't use /{proc,ext}/filesystems when more fs types specifiedKarel Zak2014-07-251-1/+4
* mount: apply "nofail" to MNT_ERR_NOSOURCE libmount errorKarel Zak2014-04-071-0/+2
* mount: fix --all and nofail return codeKarel Zak2014-04-071-4/+6
* losetup, mount: remove --pass-fd at allKarel Zak2014-01-061-6/+2Star
* mount: make NAME=value tags usable for non-rootKarel Zak2013-11-191-4/+22
* misc: use libmnt_table reference counterKarel Zak2013-08-211-1/+2
* misc: use libmnt_cache reference countingKarel Zak2013-08-211-3/+2Star
* libmount: more robust options string parsingKarel Zak2013-05-301-0/+2
* mount: add --read-write to man pageKarel Zak2013-04-051-1/+1
* mount: improve --move error message on shared treesKarel Zak2013-03-251-6/+40
* libmount: correctly propagate ambivalent blkid probing resultsKarel Zak2013-02-131-0/+5
* mount: fix bind mount success messageBernhard Voelker2013-02-061-1/+1
* mount: make --verbose more verbose about propagationKarel Zak2013-01-151-2/+5
* mount: write success messages to stdoutKarel Zak2013-01-151-5/+5