summaryrefslogtreecommitdiff
path: root/mount
AgeCommit message (Expand)AuthorFilesLines
2007-07-10lomount.c: don't use mlockall if CRYPT_NONEMasatake YAMATO1-6/+7
2007-07-03man pages: add "AVAILABILITY" sectionKarel Zak6-0/+19
2007-07-02mount: use loop= option when mounting by /sbin/mount.<type>Karel Zak1-2/+3
2007-06-28mount: needs to handle special mountprog even on guessed file systems.Karel Zak3-19/+40
2007-06-27losetup: add long options and fix man pageKarel Zak2-33/+52
2007-06-27mount: loop device race conditionMatthias Koenig1-5/+18
2007-06-27mount: loop device race conditionMatthias Koenig2-13/+46
2007-06-26mount: use encoded labels for volume_idKay Sievers1-10/+19
2007-06-18losetup: add a new option -sKarel Zak2-4/+18
2007-06-15mount: rewrite getfs_by_specdir() without mem leaksKarel Zak1-26/+32
2007-06-15mount: fix typo in error messageKarel Zak1-1/+1
2007-06-14swapon: cleanup PATH_ macros and tailing white-spacesKarel Zak2-12/+12
2007-06-13swapon: fix swapon headers and syscallsMike Frysinger1-29/+13
2007-05-30mount: clean up info about NFS in mount.8Karel Zak1-80/+19
2007-05-30mount: add note about fcntl/ioctl unreliability on NFS to mount.8Karel Zak1-0/+7
2007-05-30mount: add note about /etc/mtab unreliability to mount.8Karel Zak1-0/+10
2007-05-30mount: add support for mixed usage of SPECesKarel Zak1-51/+102
2007-05-28mount: getfs_* (fstab) interface has to work with canonicalize()Karel Zak1-2/+21
2007-05-25mount: use verbose mode instead debug modeKarel Zak2-41/+25
2007-05-25mount: parse SPEC before search in fstabKarel Zak1-0/+18
2007-05-25mount: clean up getfs* (fstab.c) interfaceKarel Zak4-32/+45
2007-05-22build-sys: factor out common parts from mount/Makefile.amStepan Kasal1-21/+16
2007-05-18mount: fsprobe: add libvolume_id supportKarel Zak4-3/+138
2007-05-17mount: fix has_* functions (CVE-2007-0822)Karel Zak1-2/+8
2007-05-17mount: fsprobe: use blkid cache only when really necessaryKarel Zak1-10/+45
2007-05-17mount: fsprobe: make fsprobe_get_devname functions more genericKarel Zak6-12/+103
2007-05-17mount: fsprobe: rename the rest of API routines to fsprobe_*Karel Zak5-53/+77
2007-05-17mount: fsprobe: remove mount_guess_fstype.{c,h}Karel Zak7-102/+77
2007-05-17mount: fsprobe: remove non-blkid codeKarel Zak10-1389/+6
2007-05-17mount: fsprobe: rename files to fsprobe_*Karel Zak7-8/+9
2007-05-16mount: kill mount_guess_rootdevStepan Kasal4-100/+1
2007-05-16build-sys: remove swapargs.h, move the tests to main configure.acStepan Kasal3-46/+6
2007-05-16build-sys: move -D flags to *_CPPFLAGSStepan Kasal1-2/+2
2007-05-16swapon: simplify an #ifStepan Kasal1-6/+1
2007-05-16build-sys: mount/Makefile.am tiny cleanup IIStepan Kasal1-7/+9
2007-05-16build-sys: do not build convenience libraries in lib/Stepan Kasal1-4/+4
2007-05-16build-sys: mount/Makefile.am tiny cleanupStepan Kasal1-11/+6
2007-05-16build-sys: add SUID_LDFLAGSStepan Kasal1-0/+2
2007-05-16build-sys: do not kick off AM_CFLAGS by SUID_CFLAGSStepan Kasal1-2/+2
2007-05-11mount: remove nfsmount() from sundries.hKarel Zak1-3/+0
2007-05-09mount: remove all NFS codeKarel Zak16-4077/+3
2007-05-04mount: add support for context, fscontext and defcontext selinux mount optionsKarel Zak3-9/+146
2007-05-04mount: use realloc for xstrconcat functionsKarel Zak3-48/+49
2007-05-04mount: use growable string for optionsKarel Zak1-51/+60
2007-05-02mount: avoid duplicate entries in mtab when mount -fKarel Zak2-1/+13
2007-04-26mount: doesn't rpc_pipefs and nfsd on umount -aKarel Zak1-1/+1
2007-04-26mount: fix list logic in update_mtabKarel Zak1-1/+6
2007-04-26mount: fix memory usage in update_mtabMike Frysinger1-8/+23
2007-04-25mount: do not treat arm/sparc specially.Mike Frysinger1-1/+1
2007-04-25mount: don't umount sysfs when running umount -aMike Frysinger1-1/+1