summaryrefslogtreecommitdiff
path: root/mount
AgeCommit message (Expand)AuthorFilesLines
2010-12-17swpaon: use canonicalized devnames on -s outputKarel Zak1-10/+28
2010-12-17swapon: Canonicalize swap deviceAlexey Gladkov1-1/+7
2010-12-10fix __noreturn__ usageKarel Zak1-2/+2
2010-12-06mount: be more explicit about --move in mount.8Karel Zak1-3/+18
2010-12-01mount: read /sys for loopdev backing fileKarel Zak3-3/+61
2010-12-01losetup: use /sys/dev/block/.../loop/backing_fileKarel Zak1-1/+43
2010-11-30rename util-linux-ng back to util-linuxKarel Zak6-11/+11
2010-11-30libblkid: add LINHIB0001 signature to swap proberKarel Zak1-1/+2
2010-11-23lib: [strutils] general purpose string handling functionsDavidlohr Bueso4-7/+7
2010-11-23mount: mark die() as nonreturnKarel Zak1-1/+1
2010-11-19mount: ignore *context= options on remountKarel Zak1-3/+59
2010-11-16mount: update relatime description in mount.8Karel Zak1-0/+9
2010-11-10swapon: better text for "discard", note about swapon in fstab.5Karel Zak2-4/+7
2010-11-01swapon: add "discard" supportHugh Dickins2-12/+39
2010-10-29mount: use utimensat(AT_FDCWD) rather than open()+futimens()Karel Zak1-10/+3
2010-10-25swapon: add support for "nofail" fstab mount optionKarel Zak2-3/+11
2010-10-25umount: umount -r segfaultKarel Zak1-5/+10
2010-10-21mount: remove warning about FS detection from mount.1Karel Zak1-5/+0
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