summaryrefslogtreecommitdiffstats
path: root/mount
Commit message (Expand)AuthorAgeFilesLines
* mount: fix memory leakPetr Uzel2010-06-301-1/+3
* mount: fix typos in mount.8Petr Uzel2010-06-301-3/+3
* mount: use %u for uid_t and gid_tKarel Zak2010-06-141-7/+7
* mount: add notes about -o remount,ro,bind to mount.8Karel Zak2010-06-141-0/+15
* messages: gettextize a few skipped or forgotten onesBenno Schulenberg2010-06-141-3/+3
* textual: fix typos, and rephrase some things for clarityBenno Schulenberg2010-06-141-5/+5
* mount: don't create loopdev for MS_BINDKarel Zak2010-06-141-2/+3
* mount: fix coding styleKarel Zak2010-05-281-1/+1
* mount: detect when kernel silently adds MS_RDONLY flagPetr Uzel2010-05-281-0/+12
* umount: do not sync() as the kernel does it by itselfPetr Uzel2010-05-281-1/+0Star
* mount: fix typo in commentPetr Uzel2010-05-281-1/+1
* mount: fix information about XFS log buffers in mount.8Christoph Hellwig2010-05-281-9/+2Star
* build-sys: replace ../ with $top_srcdirKarel Zak2010-05-241-8/+11
* mount: revert ugly ENOMEDIUM supportKarel Zak2010-04-271-10/+0Star
* mount: use auto-loopdev for all known filesystemsKarel Zak2010-04-082-7/+7
* swapon: move DELETED_SUFFIX to include/pathnames.hKarel Zak2010-04-021-6/+3Star
* mount: support suffixes for offset= and sizelimit=Karel Zak2010-03-302-24/+24
* mount: more robust offset= and sizelimit= parsingKarel Zak2010-03-301-3/+25
* losetup: support suffixes and hex numbers for --offset and --sizelimitKarel Zak2010-03-303-10/+18
* mount: automatically detect and loop-mount regular filesKarel Zak2010-03-152-11/+41
* mount: more explicitly explain fstab usage in mount.8Karel Zak2010-03-151-0/+28
* mount: report ambivalent FS detection, improve brute force detectionKarel Zak2010-03-151-5/+9
* umount: add --fake option to umount(8)Miklos Szeredi2010-03-112-2/+19
* mount: properly ignore comments in /etc/filesystemsMike Frysinger2010-03-111-2/+2
* mount: use unmangle/mangle() from libKarel Zak2010-03-112-54/+3Star
* swapon: use unmangle() for filenames from /proc/swapsKarel Zak2010-03-102-2/+4
* swapon: remove " (deleted)" from filenames from /proc/swapsKarel Zak2010-03-101-1/+15
* mount: posix option of vfat is obsoleteYoshihiro Takahashi2010-03-011-0/+1
* swapon: fix swapsize calculationKarel Zak2010-02-161-1/+1
* mount: advise users to use "modprobe", not "insmod"Karel Zak2010-02-121-1/+1
* mount: warn users that mtab is read-onlyKarel Zak2010-02-113-1/+11
* fsck/mkfs/mount: unify default search paths for helpersMike Frysinger2010-02-021-67/+82
* mount: update documentation about barrier mount optionsJan Kara2010-01-221-1/+14
* mount: fix typo in mount.8Karel Zak2010-01-041-1/+1
* umount: add --no-canonicalizeKarel Zak2009-12-172-2/+12
* mount: disable --no-canonicalize for non-root usersKarel Zak2009-12-171-1/+2
* po: fix msgid bugsKarel Zak2009-12-101-4/+4
* mount: add squashfs to mount.8Karel Zak2009-12-031-0/+4
* mount: add --no-canonicalize optionKarel Zak2009-12-034-4/+22
* mount: move info about devices to the top of mount.8Karel Zak2009-12-021-113/+113
* mount: add a note about /dev/disk/by-* to mount.8Karel Zak2009-12-021-0/+7
* mount: add ubifs to the mount.8 man pageSebastian Andrzej Siewior2009-12-011-0/+64
* mount: better --move descriptionKarel Zak2009-12-011-0/+2
* mount: check for unsuccessful read-only bind mountsKarel Zak2009-11-191-0/+46
* mount: add a note about bind-dir remountsKarel Zak2009-11-181-1/+12
* build-sys: cleanup AM_CFLAGS usageKarel Zak2009-11-091-3/+3
* mount: update list of pseudo filesystemsKarel Zak2009-11-091-0/+4
* build-sys: fix out-of-source buildKarel Zak2009-11-061-1/+1
* build-sys: remove LT_STATIC_LDFLAGSKarel Zak2009-11-051-1/+1
* build-sys: cleanup static buildingKarel Zak2009-11-051-3/+1Star