summaryrefslogtreecommitdiffstats
path: root/sys-utils/mount.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* mount: (new) improve error messagesKarel Zak2012-04-171-8/+7Star
* sys-utils: verify writing to streams was successfulSami Kerola2012-04-041-0/+2
* mount: (new) add missing xalloc.hKarel Zak2012-03-201-0/+1
* xalloc: use xasprintf in all filesSami Kerola2012-03-181-1/+1
* libmount: add mnt_fs_streq_target() and export all mnt_fs_streq_*Karel Zak2012-03-021-1/+1
* libmount: add mnt_fs_streq_srcpath()Karel Zak2012-03-021-1/+1
* mount: (new) add 'internal-only(i)' to non-root allowed optionsRaghavendra D Prabhu2012-02-281-1/+1
* libmount: allow empty source for mount(2) syscallKarel Zak2012-02-281-1/+5
* mount: (new) cleanup mount -a return codesKarel Zak2012-02-241-6/+17
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-241-3/+3
* mount: (new) fix resource leak [coverity scan]Karel Zak2012-01-301-0/+1
* mount: define fallback selinux_warning macro with 2 paramsDave Reisner2012-01-301-1/+1
* mount: (new) add --fstab <path> optionKarel Zak2012-01-231-2/+29
* mount: add info about libmount features to --version outputKarel Zak2012-01-231-3/+13
* mount: (new) share exit codes by include/exitcodes.hKarel Zak2012-01-231-46/+37Star
* mount: (new) add source/target to error messagesKarel Zak2012-01-201-12/+19
* mount: (new) improve mount -a exist codes and erroer messagesKarel Zak2012-01-201-15/+9Star
* mount: (new) add selinux warningKarel Zak2012-01-201-1/+35
* mount: fix compiler warnings [-Wunused-parameter -Wunused-variable]Karel Zak2012-01-171-2/+2
* mount: remove duplicate includesKarel Zak2012-01-171-2/+0Star
* mount: avoid canonicalizing pseudofs pathsDave Reisner2012-01-171-3/+4
* libmount: add MNT_OMODE_NOTABKarel Zak2012-01-161-1/+10
* libmount: avoid duplicate loopdevsKarel Zak2012-01-161-2/+6
* mount: (new) print error messagesKarel Zak2012-01-131-6/+274
* build-sys: add --enable-new-mountKarel Zak2012-01-111-0/+543