summaryrefslogtreecommitdiffstats
path: root/mount
Commit message (Expand)AuthorAgeFilesLines
* mount: -L|-U segfault when label or uuid doesn't existKarel Zak2007-10-121-2/+10
* losetup: clean up gcc warningsRandy Dunlap2007-10-111-5/+5
* mount: improve chmod & chown usage and clean up gcc warnings (fstab.c)Karel Zak2007-10-111-11/+27
* mount: clean up gcc warnings (mount_mntent.c)Randy Dunlap2007-10-111-1/+1
* swapon: clean up gcc warningsRandy Dunlap2007-10-101-2/+6
* mount: cleanup "none" fstype usageKarel Zak2007-10-044-4/+18
* mount: doesn't drop privileges properly when calling helpersLudwig Nussel2007-09-232-4/+12
* build-sys: remove files that are no longer delivered from gitLaMont Jones2007-09-052-73/+0Star
* mount: chain of symlinks to fstab causes use of pointer after freeNorbert Buchmuller2007-09-051-4/+5
* mount: improve error message when helper program not presentLaMont Jones2007-09-031-1/+1
* Revert "mount: improve error message when helper program not present"Karel Zak2007-08-271-1/+1
* mount: free loop device on failureSascha Sommer2007-08-272-1/+5
* mount: avoid duplicates for root fs in mtabMatthias Koenig2007-08-241-1/+1
* mount: improve error message when helper program not presentLaMont Jones2007-08-151-1/+1
* swapon: cleanup fsprobe_*() usageKarel Zak2007-08-071-25/+27
* swapoff: correctly handle UUID= and LABEL= identifiersLaMont Jones2007-08-071-3/+12
* mount: fix incorrect behavior when more than one fs type is specifiedAttila Áfra2007-08-071-4/+3Star
* mount: should set proper permissions on locktimeFlávio Leitner2007-07-311-1/+1
* mount: fix -f -o remountKarel Zak2007-07-261-1/+1
* mount: update xfs mount optionsMatthias Koenig2007-07-251-34/+137
* mount: mention hfsplus in mount manpageLaMont Jones2007-07-241-0/+1
* mount: add acl option documentation for ext3 and reiserfsMatthias Koenig2007-07-161-0/+21
* lomount.c: don't use mlockall if CRYPT_NONEMasatake YAMATO2007-07-101-6/+7
* man pages: add "AVAILABILITY" sectionKarel Zak2007-07-036-0/+19
* mount: use loop= option when mounting by /sbin/mount.<type>Karel Zak2007-07-021-2/+3
* mount: needs to handle special mountprog even on guessed file systems.Karel Zak2007-06-283-19/+40
* losetup: add long options and fix man pageKarel Zak2007-06-272-33/+52
* mount: loop device race conditionMatthias Koenig2007-06-271-5/+18
* mount: loop device race conditionMatthias Koenig2007-06-272-13/+46
* mount: use encoded labels for volume_idKay Sievers2007-06-261-10/+19
* losetup: add a new option -sKarel Zak2007-06-182-4/+18
* mount: rewrite getfs_by_specdir() without mem leaksKarel Zak2007-06-151-26/+32
* mount: fix typo in error messageKarel Zak2007-06-151-1/+1
* swapon: cleanup PATH_ macros and tailing white-spacesKarel Zak2007-06-142-12/+12
* swapon: fix swapon headers and syscallsMike Frysinger2007-06-131-29/+13Star
* mount: clean up info about NFS in mount.8Karel Zak2007-05-301-80/+19Star
* mount: add note about fcntl/ioctl unreliability on NFS to mount.8Karel Zak2007-05-301-0/+7
* mount: add note about /etc/mtab unreliability to mount.8Karel Zak2007-05-301-0/+10
* mount: add support for mixed usage of SPECesKarel Zak2007-05-301-51/+102
* mount: getfs_* (fstab) interface has to work with canonicalize()Karel Zak2007-05-281-2/+21
* mount: use verbose mode instead debug modeKarel Zak2007-05-252-41/+25Star
* mount: parse SPEC before search in fstabKarel Zak2007-05-251-0/+18
* mount: clean up getfs* (fstab.c) interfaceKarel Zak2007-05-254-32/+45
* build-sys: factor out common parts from mount/Makefile.amStepan Kasal2007-05-221-21/+16Star
* mount: fsprobe: add libvolume_id supportKarel Zak2007-05-184-3/+138
* mount: fix has_* functions (CVE-2007-0822)Karel Zak2007-05-171-2/+8
* mount: fsprobe: use blkid cache only when really necessaryKarel Zak2007-05-171-10/+45
* mount: fsprobe: make fsprobe_get_devname functions more genericKarel Zak2007-05-176-12/+103
* mount: fsprobe: rename the rest of API routines to fsprobe_*Karel Zak2007-05-175-53/+77
* mount: fsprobe: remove mount_guess_fstype.{c,h}Karel Zak2007-05-177-102/+77Star