| Commit message (Expand) | Author | Age | Files | Lines |
* | misc: consolidate macro style USAGE_HELP_OPTIONS | Ruediger Meier | 2017-06-29 | 1 | -2/+2 |
* | misc: introduce print_usage_help_options() | Ruediger Meier | 2017-06-27 | 1 | -2/+1 |
* | misc: never use usage(stderr) | Ruediger Meier | 2017-06-26 | 1 | -9/+16 |
* | misc: fix xalloc.h related exit codes | Ruediger Meier | 2017-06-22 | 1 | -1/+3 |
* | misc: fix more strutils related exit codes | Ruediger Meier | 2017-06-22 | 1 | -0/+2 |
* | libmount: add read-only warning | Karel Zak | 2017-04-28 | 1 | -6/+2 |
* | mount: use MNT_EX_* from libmount | Karel Zak | 2017-04-27 | 1 | -29/+28 |
* | mount, umount: use mnt_context_get_excode() | Karel Zak | 2017-04-27 | 1 | -343/+17 |
* | libmount: support MS_RDONLY on write-protected devices | Karel Zak | 2017-04-26 | 1 | -31/+15 |
* | misc: do not use plain 0 as NULL [smatch scan] | Sami Kerola | 2017-02-20 | 1 | -34/+34 |
* | docs: Fix word repetitions | Yuri Chornoivan | 2017-02-13 | 1 | -1/+1 |
* | Use --help suggestion on invalid option | Karel Zak | 2016-12-19 | 1 | -2/+1 |
* | mount: Handle MNT_ERR_LOOPOVERLAP | Stanislav Brabec | 2016-08-03 | 1 | -0/+3 |
* | mount: Handle EROFS before calling mount() syscall | Stanislav Brabec | 2016-04-22 | 1 | -0/+9 |
* | mount: try to tell what mount was doing when it failed | Sami Kerola | 2016-04-17 | 1 | -2/+7 |
* | mount, umount, swapon, fsck, lsblk, findmnt: harmonize six error messages | Benno Schulenberg | 2016-03-16 | 1 | -2/+1 |
* | mount: allow nofail to silence ENOMEDIUM cases | Mike Frysinger | 2016-01-21 | 1 | -0/+3 |
* | mount, umount, swapon, fsck, lsblk, findmnt: ignore malformed lines | Karel Zak | 2015-10-15 | 1 | -1/+1 |
* | mount: remove duplications of --help and --version from usage text | Benno Schulenberg | 2015-08-03 | 1 | -5/+6 |
* | mount: don't remount read-only on --bind | Karel Zak | 2015-03-20 | 1 | -0/+3 |
* | textual: add a docstring to most of the utilities | Benno Schulenberg | 2015-01-06 | 1 | -0/+3 |
* | mount: don't ignore mtab for --bind -o remount | Karel Zak | 2014-10-17 | 1 | -2/+12 |
* | libmount: don't use /{proc,ext}/filesystems when more fs types specified | Karel Zak | 2014-07-25 | 1 | -1/+4 |
* | mount: apply "nofail" to MNT_ERR_NOSOURCE libmount error | Karel Zak | 2014-04-07 | 1 | -0/+2 |
* | mount: fix --all and nofail return code | Karel Zak | 2014-04-07 | 1 | -4/+6 |
* | losetup, mount: remove --pass-fd at all | Karel Zak | 2014-01-06 | 1 | -6/+2 |
* | mount: make NAME=value tags usable for non-root | Karel Zak | 2013-11-19 | 1 | -4/+22 |
* | misc: use libmnt_table reference counter | Karel Zak | 2013-08-21 | 1 | -1/+2 |
* | misc: use libmnt_cache reference counting | Karel Zak | 2013-08-21 | 1 | -3/+2 |
* | libmount: more robust options string parsing | Karel Zak | 2013-05-30 | 1 | -0/+2 |
* | mount: add --read-write to man page | Karel Zak | 2013-04-05 | 1 | -1/+1 |
* | mount: improve --move error message on shared trees | Karel Zak | 2013-03-25 | 1 | -6/+40 |
* | libmount: correctly propagate ambivalent blkid probing results | Karel Zak | 2013-02-13 | 1 | -0/+5 |
* | mount: fix bind mount success message | Bernhard Voelker | 2013-02-06 | 1 | -1/+1 |
* | mount: make --verbose more verbose about propagation | Karel Zak | 2013-01-15 | 1 | -2/+5 |
* | mount: write success messages to stdout | Karel Zak | 2013-01-15 | 1 | -5/+5 |
* | mount: support multiple MS_PROPAGATION flags in one mount(8) exec | Karel Zak | 2013-01-15 | 1 | -27/+37 |
* | mount: Fix -t in listing mode when run as non-root | Richard Tollerton | 2013-01-09 | 1 | -1/+6 |
* | mount: sanitize paths from non-root users | Karel Zak | 2012-11-26 | 1 | -0/+35 |
* | mount: supports paths canonicalization for alternative fstabs | Karel Zak | 2012-10-24 | 1 | -0/+10 |
* | mount: add verbose messages | Karel Zak | 2012-10-09 | 1 | -1/+25 |
* | mount: losetup: remove obsolete encryption support | Ludwig Nussel | 2012-09-11 | 1 | -40/+2 |
* | mount: replace control chars in mountpoint name | Karel Zak | 2012-08-06 | 1 | -1/+20 |
* | mount: remove unnecessary free() | Karel Zak | 2012-07-26 | 1 | -1/+0 |
* | mount: use err_exclusive_options() | Karel Zak | 2012-07-26 | 1 | -33/+14 |
* | mount: (new) add --source and --target | Karel Zak | 2012-07-17 | 1 | -25/+73 |
* | mount: (new) use exclusive_option() | Sami Kerola | 2012-06-17 | 1 | -7/+28 |
* | mount: (new) allow sloppy for non-root | Karel Zak | 2012-06-14 | 1 | -1/+1 |
* | mount: (new) fix MS_REC usage | Karel Zak | 2012-05-28 | 1 | -1/+1 |
* | libmount: add MNT_ERR_MOUNTOPT | Karel Zak | 2012-05-28 | 1 | -0/+6 |