summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* mount: support multiple MS_PROPAGATION flags in one mount(8) execKarel Zak2013-01-151-27/+37
* mount: Fix -t in listing mode when run as non-rootRichard Tollerton2013-01-091-1/+6
* mount: sanitize paths from non-root usersKarel Zak2012-11-261-0/+35
* mount: supports paths canonicalization for alternative fstabsKarel Zak2012-10-241-0/+10
* mount: add verbose messagesKarel Zak2012-10-091-1/+25
* mount: losetup: remove obsolete encryption supportLudwig Nussel2012-09-111-40/+2Star
* mount: replace control chars in mountpoint nameKarel Zak2012-08-061-1/+20
* mount: remove unnecessary free()Karel Zak2012-07-261-1/+0Star
* mount: use err_exclusive_options()Karel Zak2012-07-261-33/+14Star
* mount: (new) add --source and --targetKarel Zak2012-07-171-25/+73
* mount: (new) use exclusive_option()Sami Kerola2012-06-171-7/+28
* mount: (new) allow sloppy for non-rootKarel Zak2012-06-141-1/+1
* mount: (new) fix MS_REC usageKarel Zak2012-05-281-1/+1
* libmount: add MNT_ERR_MOUNTOPTKarel Zak2012-05-281-0/+6
* mount: (new) add loopdev specific error messageKarel Zak2012-05-281-3/+12
* sys-utils: cleanup strtoxx_or_err()Karel Zak2012-05-151-1/+1
* mount: (new) use MNT_ERR_ for error messagesKarel Zak2012-04-241-14/+13Star
* mount: (new) add support for PARTUUID= and PARTLABEL=Karel Zak2012-04-191-1/+4
* mount: (new) be more pedantic about --make-*Karel Zak2012-04-181-11/+17