summaryrefslogtreecommitdiffstats
path: root/mount
Commit message (Expand)AuthorAgeFilesLines
* build-sys: cleanup BUILD_MOUNTKarel Zak2011-11-031-8/+3Star
* mount: remounting tmpfs read-write hangs (selinux)Karel Zak2011-10-171-0/+1
* losetup: new -D option to delete all used loop devicesPetr Uzel2011-10-032-4/+47
* losetup: print verbose messages if requestedPetr Uzel2011-10-031-2/+2
* umount: add warningKarel Zak2011-09-301-3/+3
* umount: use new lib/loopdev.c codeKarel Zak2011-09-302-30/+29Star
* mount: fix loopdev deinitializationKarel Zak2011-09-301-7/+10
* mount: use new lib/loopdev.c codeKarel Zak2011-09-302-45/+85
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-274-13/+9Star
* mount: use common libsDavidlohr Bueso2011-09-279-69/+7Star
* mount: check for target before source on remountKarel Zak2011-09-131-2/+7
* mount: remove superfluous "an" under ext4 mount options in mount.8Frederik \"Freso\" S. Olesen2011-09-091-1/+1
* mount: fix compiler warning [-Wunused-parameter]Karel Zak2011-09-082-8/+37
* Merge branch 'docs-dir' of https://github.com/kerolasa/lelux-utiliteetitKarel Zak2011-08-312-19/+0Star
|\
| * docs: Documentation directory addedSami Kerola2011-08-122-19/+0Star
* | losetup: correct qsort compare functionAndreas Schwab2011-08-231-1/+1
* | docs: uniformize the header and footer lines in man pagesBenno Schulenberg2011-08-225-5/+5
* | losetup: allow to use --verbose with --allKarel Zak2011-08-171-1/+2
* | swapon: rewrite usage()Karel Zak2011-08-161-23/+34
* | losetup: cleanup usage()Karel Zak2011-08-161-22/+24
|/
* swapon: missing separator in swapon -s commandKarel Zak2011-08-091-1/+1
* swapon: fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-2/+4
* mount: fix compiler warnings [-Wsign-compare -Wunused-parameter]Karel Zak2011-08-014-17/+18
* mount: remove 'seclabel' mount option on remountKarel Zak2011-07-251-1/+2
* swapon: use xalloc libDavidlohr Bueso2011-07-211-9/+4Star
* mount: fix double free in mount.c with SELinux enabledKirill Elagin2011-07-111-7/+8
* mount: fix typos in mount.8Petr Uzel2011-07-111-2/+2
* mount: make the error message clearPetr Uzel2011-07-111-1/+1
* mount: fix typo in mount.8Petr Uzel2011-07-111-1/+1
* mount: fix typo in mount.8Petr Uzel2011-07-111-1/+1
* mount: remove accidental extra word in ext4 documentation in mount.8Petr Uzel2011-07-111-1/+1
* mount: fix reference to sharedsubtree documentation in mount.8Mike Hommey2011-07-111-1/+1
* umount: do not hang with disconnected NFS mountsPetr Uzel2011-06-291-20/+22
* mount: first look for mountpointKarel Zak2011-06-292-2/+13
* docs: tell mount/* is in maintenance modeSami Kerola2011-06-251-0/+6
* mount: add ufstype=ufs2 to mount.8Karel Zak2011-06-141-0/+6
* mount.8: remove reprecated bh/nobh options from the manual pageLukas Czerner2011-06-081-11/+6Star
* mount: canonicalize fstab mnt_dirKarel Zak2011-06-021-1/+7
* mount: use libmount to detect already mounted bind mountsKarel Zak2011-05-311-4/+38
* mount: remove note about obsolete volume_id library from man pageKarel Zak2011-05-121-1/+1
* mount: -a segfaults when 4th field is omitted (mount options)Karel Zak2011-05-113-5/+10
* getopt: fix gcc warningKarel Zak2011-04-191-1/+0Star
* mount: use lock from mnt_update_table()Karel Zak2011-04-134-29/+4Star
* umount: block signals when umounting and updating mtab (CVE-2011-1676, CVE-20...Karel Zak2011-04-131-0/+5
* mount: use fflush() and temporary file for mtab updates (CVE-2011-1089)Karel Zak2011-04-122-28/+29
* mount: add note about blank lines to fstab.5Karel Zak2011-04-121-3/+6
* umount: support non-canonical devnames in mtabKarel Zak2011-04-112-1/+17
* umount: use helper= for all UIDsKarel Zak2011-04-013-14/+15
* mount: add phelper=Karel Zak2011-03-303-21/+42
* umount: use UMOUNT_NOFOLLOW for non-root usersKarel Zak2011-03-291-11/+87