summaryrefslogtreecommitdiffstats
path: root/mount
Commit message (Expand)AuthorAgeFilesLines
* mount: fix __attribute__ keywordKarel Zak2012-01-171-11/+11
* build-sys: move swapon from mount/ to sys-utils/Karel Zak2012-01-115-1108/+1Star
* swapon: merge swap_constants.h into swapon.cKarel Zak2012-01-112-16/+12Star
* mount: add hint that context= has to be quotedKarel Zak2012-01-101-1/+16
* mount: update info about check= mount optionKarel Zak2012-01-101-2/+4
* mount: don't canonicalize the source of a pseudofsDave Reisner2012-01-021-2/+3
* mount: append inverting options for mount.<type>Karel Zak2012-01-021-7/+24
* losetup: move to sys-utils directoryKarel Zak2011-12-204-1333/+2Star
* losetup: remove mount-specific headersKarel Zak2011-12-202-28/+27Star
* losetup: remove unnecessary header filesKarel Zak2011-12-203-77/+7Star
* losetup: remove 32-bit ioctlsKarel Zak2011-12-202-96/+4Star
* losetup: remove #ifdef LOOP_SET_FD nonsenseKarel Zak2011-12-201-52/+0Star
* losetup: remove obsolete #ifdef MAINKarel Zak2011-12-202-12/+2Star
* mount: enable fstab.dMasatake YAMATO2011-11-223-10/+63
* mount: fix buildDavidlohr Bueso2011-11-091-1/+1
* libmount: ignore tailing slash in netfs source pathsPetr Uzel2011-11-081-1/+2
* build-sys: remove redundant flags from mount/Makefile.amKarel Zak2011-11-041-2/+2
* 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