summaryrefslogtreecommitdiffstats
path: root/mount
Commit message (Expand)AuthorAgeFilesLines
* 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
* mount: fsprobe: remove non-blkid codeKarel Zak2007-05-1710-1389/+6Star
* mount: fsprobe: rename files to fsprobe_*Karel Zak2007-05-177-8/+9
* mount: kill mount_guess_rootdevStepan Kasal2007-05-164-100/+1Star
* build-sys: remove swapargs.h, move the tests to main configure.acStepan Kasal2007-05-163-46/+6Star
* build-sys: move -D flags to *_CPPFLAGSStepan Kasal2007-05-161-2/+2
* swapon: simplify an #ifStepan Kasal2007-05-161-6/+1Star
* build-sys: mount/Makefile.am tiny cleanup IIStepan Kasal2007-05-161-7/+9
* build-sys: do not build convenience libraries in lib/Stepan Kasal2007-05-161-4/+4
* build-sys: mount/Makefile.am tiny cleanupStepan Kasal2007-05-161-11/+6Star
* build-sys: add SUID_LDFLAGSStepan Kasal2007-05-161-0/+2
* build-sys: do not kick off AM_CFLAGS by SUID_CFLAGSStepan Kasal2007-05-161-2/+2
* mount: remove nfsmount() from sundries.hKarel Zak2007-05-111-3/+0Star
* mount: remove all NFS codeKarel Zak2007-05-0916-4077/+3Star
* mount: add support for context, fscontext and defcontext selinux mount optionsKarel Zak2007-05-043-9/+146