summaryrefslogtreecommitdiff
path: root/mount
AgeCommit message (Expand)AuthorFilesLines
2010-08-04losetup: use stdout and return 0 for --helpKarel Zak1-15/+19
2010-08-04mount: get most recently mounted fs from /etc/mtab.Valerie Aurora3-2/+22
2010-07-29mount: fix "mount -a" for auto-clear loopdevs and /proc/mountsKarel Zak1-10/+37
2010-07-20mount: don't use auto-clear loopdev if mtab is availableKarel Zak1-1/+2
2010-07-07swapon: Document btrfs limitation with swapfilesJeff Mahoney1-0/+12
2010-06-30mount: fix memory leakPetr Uzel1-1/+3
2010-06-30mount: fix typos in mount.8Petr Uzel1-3/+3
2010-06-14mount: use %u for uid_t and gid_tKarel Zak1-7/+7
2010-06-14mount: add notes about -o remount,ro,bind to mount.8Karel Zak1-0/+15
2010-06-14messages: gettextize a few skipped or forgotten onesBenno Schulenberg1-3/+3
2010-06-14textual: fix typos, and rephrase some things for clarityBenno Schulenberg1-5/+5
2010-06-14mount: don't create loopdev for MS_BINDKarel Zak1-2/+3
2010-05-28mount: fix coding styleKarel Zak1-1/+1
2010-05-28mount: detect when kernel silently adds MS_RDONLY flagPetr Uzel1-0/+12
2010-05-28umount: do not sync() as the kernel does it by itselfPetr Uzel1-1/+0
2010-05-28mount: fix typo in commentPetr Uzel1-1/+1
2010-05-28mount: fix information about XFS log buffers in mount.8Christoph Hellwig1-9/+2
2010-05-24build-sys: replace ../ with $top_srcdirKarel Zak1-8/+11
2010-04-27mount: revert ugly ENOMEDIUM supportKarel Zak1-10/+0
2010-04-08mount: use auto-loopdev for all known filesystemsKarel Zak2-7/+7
2010-04-02swapon: move DELETED_SUFFIX to include/pathnames.hKarel Zak1-6/+3
2010-03-30mount: support suffixes for offset= and sizelimit=Karel Zak2-24/+24
2010-03-30mount: more robust offset= and sizelimit= parsingKarel Zak1-3/+25
2010-03-30losetup: support suffixes and hex numbers for --offset and --sizelimitKarel Zak3-10/+18
2010-03-15mount: automatically detect and loop-mount regular filesKarel Zak2-11/+41
2010-03-15mount: more explicitly explain fstab usage in mount.8Karel Zak1-0/+28
2010-03-15mount: report ambivalent FS detection, improve brute force detectionKarel Zak1-5/+9
2010-03-11umount: add --fake option to umount(8)Miklos Szeredi2-2/+19
2010-03-11mount: properly ignore comments in /etc/filesystemsMike Frysinger1-2/+2
2010-03-11mount: use unmangle/mangle() from libKarel Zak2-54/+3
2010-03-10swapon: use unmangle() for filenames from /proc/swapsKarel Zak2-2/+4
2010-03-10swapon: remove " (deleted)" from filenames from /proc/swapsKarel Zak1-1/+15
2010-03-01mount: posix option of vfat is obsoleteYoshihiro Takahashi1-0/+1
2010-02-16swapon: fix swapsize calculationKarel Zak1-1/+1
2010-02-12mount: advise users to use "modprobe", not "insmod"Karel Zak1-1/+1
2010-02-11mount: warn users that mtab is read-onlyKarel Zak3-1/+11
2010-02-02fsck/mkfs/mount: unify default search paths for helpersMike Frysinger1-67/+82
2010-01-22mount: update documentation about barrier mount optionsJan Kara1-1/+14
2010-01-04mount: fix typo in mount.8Karel Zak1-1/+1
2009-12-17umount: add --no-canonicalizeKarel Zak2-2/+12
2009-12-17mount: disable --no-canonicalize for non-root usersKarel Zak1-1/+2
2009-12-10po: fix msgid bugsKarel Zak1-4/+4
2009-12-03mount: add squashfs to mount.8Karel Zak1-0/+4
2009-12-03mount: add --no-canonicalize optionKarel Zak4-4/+22
2009-12-02mount: move info about devices to the top of mount.8Karel Zak1-113/+113
2009-12-02mount: add a note about /dev/disk/by-* to mount.8Karel Zak1-0/+7
2009-12-01mount: add ubifs to the mount.8 man pageSebastian Andrzej Siewior1-0/+64
2009-12-01mount: better --move descriptionKarel Zak1-0/+2
2009-11-19mount: check for unsuccessful read-only bind mountsKarel Zak1-0/+46
2009-11-18mount: add a note about bind-dir remountsKarel Zak1-1/+12