summaryrefslogtreecommitdiff
path: root/mount
AgeCommit message (Expand)AuthorFilesLines
2010-10-07mount: don't canonicalize "spec" with --no-canonicalize optionMiklos Szeredi1-1/+1
2010-10-07swapon: warn if file owner is not rootKarel Zak1-0/+4
2010-10-07umount: use strtosize() for offset=Karel Zak2-4/+8
2010-09-30mount: Don't call canonicalize_*(SPEC) for 9pSven Eckelmann1-1/+2
2010-09-30mount: avoid starting a man page line with a single quoteChris Frost1-2/+2
2010-09-30mount: fix mount.8, shortname=mixed is now default for vfatPetr Uzel1-2/+2
2010-09-20mount: rewrite is_readonly()Karel Zak1-19/+27
2010-09-17mount: add note about context= remount to mount.8Karel Zak1-0/+3
2010-09-13mount: better describe UUIDs usage in man pagesKarel Zak2-2/+17
2010-08-30mount: clean up fstab.5Karel Zak1-36/+63
2010-08-30mount: add note about subtypes to fstab.5Karel Zak2-0/+17
2010-08-27mount: add info about type.subtype to /sbin/mount.<type> API descriptionKarel Zak2-2/+9
2010-08-27mount: handle filesystems with subtypeMiklos Szeredi2-5/+31
2010-08-27mount: sanity check mount flags for MS_PROPAGATIONKarel Zak1-2/+4
2010-08-27mount: Add more pseudo filesystems.Davidlohr Bueso1-1/+3
2010-08-20losetup: do not distinguish between malloc and reallocTobias Klauser1-3/+8
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