summaryrefslogtreecommitdiffstats
path: root/mount
Commit message (Expand)AuthorAgeFilesLines
* rename util-linux-ng back to util-linuxKarel Zak2010-11-306-11/+11
* libblkid: add LINHIB0001 signature to swap proberKarel Zak2010-11-301-1/+2
* lib: [strutils] general purpose string handling functionsDavidlohr Bueso2010-11-234-7/+7
* mount: mark die() as nonreturnKarel Zak2010-11-231-1/+1
* mount: ignore *context= options on remountKarel Zak2010-11-191-3/+59
* mount: update relatime description in mount.8Karel Zak2010-11-161-0/+9
* swapon: better text for "discard", note about swapon in fstab.5Karel Zak2010-11-102-4/+7
* swapon: add "discard" supportHugh Dickins2010-11-012-12/+39
* mount: use utimensat(AT_FDCWD) rather than open()+futimens()Karel Zak2010-10-291-10/+3Star
* swapon: add support for "nofail" fstab mount optionKarel Zak2010-10-252-3/+11
* umount: umount -r segfaultKarel Zak2010-10-251-5/+10
* mount: remove warning about FS detection from mount.1Karel Zak2010-10-211-5/+0Star
* mount: don't canonicalize "spec" with --no-canonicalize optionMiklos Szeredi2010-10-071-1/+1
* swapon: warn if file owner is not rootKarel Zak2010-10-071-0/+4
* umount: use strtosize() for offset=Karel Zak2010-10-072-4/+8
* mount: Don't call canonicalize_*(SPEC) for 9pSven Eckelmann2010-09-301-1/+2
* mount: avoid starting a man page line with a single quoteChris Frost2010-09-301-2/+2
* mount: fix mount.8, shortname=mixed is now default for vfatPetr Uzel2010-09-301-2/+2
* mount: rewrite is_readonly()Karel Zak2010-09-201-19/+27
* mount: add note about context= remount to mount.8Karel Zak2010-09-171-0/+3
* mount: better describe UUIDs usage in man pagesKarel Zak2010-09-132-2/+17
* mount: clean up fstab.5Karel Zak2010-08-301-36/+63
* mount: add note about subtypes to fstab.5Karel Zak2010-08-302-0/+17
* mount: add info about type.subtype to /sbin/mount.<type> API descriptionKarel Zak2010-08-272-2/+9
* mount: handle filesystems with subtypeMiklos Szeredi2010-08-272-5/+31
* mount: sanity check mount flags for MS_PROPAGATIONKarel Zak2010-08-271-2/+4
* mount: Add more pseudo filesystems.Davidlohr Bueso2010-08-271-1/+3
* losetup: do not distinguish between malloc and reallocTobias Klauser2010-08-201-3/+8
* losetup: use stdout and return 0 for --helpKarel Zak2010-08-041-15/+19
* mount: get most recently mounted fs from /etc/mtab.Valerie Aurora2010-08-043-2/+22
* mount: fix "mount -a" for auto-clear loopdevs and /proc/mountsKarel Zak2010-07-291-10/+37
* mount: don't use auto-clear loopdev if mtab is availableKarel Zak2010-07-201-1/+2
* swapon: Document btrfs limitation with swapfilesJeff Mahoney2010-07-071-0/+12
* 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