summaryrefslogtreecommitdiff
path: root/mount
AgeCommit message (Expand)AuthorFilesLines
2007-11-28mount: use MNTTYPE_SWAP (from mntent.h)Karel Zak1-2/+2
2007-11-28mount: cleanup usage of _PATH_*Karel Zak7-102/+74
2007-11-26mount: fix fd leakMatthias Koenig1-0/+1
2007-11-26swapon: cleanup usage outputKarel Zak1-9/+25
2007-11-21mount: don't call canonicalize(SPEC) for cifs, smbfs and nfsKarel Zak1-9/+12
2007-11-16mount: drop the part always true from a while conditionPascal Terjan1-1/+1
2007-11-13build-sys: fix missing deps for swaponMatthias Koenig1-0/+1
2007-11-08mount: use blkdev_get_size()Karel Zak5-42/+16
2007-11-07mount: cleanup KERNEL_VERSION, remove my_dev_t.hKarel Zak3-23/+15
2007-11-06mount: remove MS_{REPLACE,AFTER,BEFORE,OVER}Karel Zak2-39/+3
2007-10-26mount: prevent loop mounting the same file twiceKarel Zak3-3/+159
2007-10-26losetup: canonicalize loopfile nameKarel Zak2-4/+14
2007-10-25losetup: fix errno usageKarel Zak1-8/+11
2007-10-25swapon: cleanup usage()Karel Zak1-9/+9
2007-10-25mount: clean up global variablesKarel Zak8-28/+9
2007-10-25losetup: remove duplicate xstrdup() and error()Karel Zak2-32/+4
2007-10-25mount: cleanup error() and die()Karel Zak8-33/+26
2007-10-25umount: use atexit() rather than (*at_die)()Karel Zak1-0/+2
2007-10-25mount: use atexit() rather than (*at_die)()Karel Zak2-2/+2
2007-10-25mount: remove redundant fflushKarel Zak1-3/+1
2007-10-25mount: cleanup canonicalize() usageKarel Zak8-31/+45
2007-10-12mount: -L|-U segfault when label or uuid doesn't existKarel Zak1-2/+10
2007-10-11losetup: clean up gcc warningsRandy Dunlap1-5/+5
2007-10-11mount: improve chmod & chown usage and clean up gcc warnings (fstab.c)Karel Zak1-11/+27
2007-10-11mount: clean up gcc warnings (mount_mntent.c)Randy Dunlap1-1/+1
2007-10-10swapon: clean up gcc warningsRandy Dunlap1-2/+6
2007-10-04mount: cleanup "none" fstype usageKarel Zak4-4/+18
2007-09-23mount: doesn't drop privileges properly when calling helpersLudwig Nussel2-4/+12
2007-09-05build-sys: remove files that are no longer delivered from gitLaMont Jones2-73/+0
2007-09-05mount: chain of symlinks to fstab causes use of pointer after freeNorbert Buchmuller1-4/+5
2007-09-03mount: improve error message when helper program not presentLaMont Jones1-1/+1
2007-08-27Revert "mount: improve error message when helper program not present"Karel Zak1-1/+1
2007-08-27mount: free loop device on failureSascha Sommer2-1/+5
2007-08-24mount: avoid duplicates for root fs in mtabMatthias Koenig1-1/+1
2007-08-15mount: improve error message when helper program not presentLaMont Jones1-1/+1
2007-08-07swapon: cleanup fsprobe_*() usageKarel Zak1-25/+27
2007-08-07swapoff: correctly handle UUID= and LABEL= identifiersLaMont Jones1-3/+12
2007-08-07mount: fix incorrect behavior when more than one fs type is specifiedAttila Áfra1-4/+3
2007-07-31mount: should set proper permissions on locktimeFlávio Leitner1-1/+1
2007-07-26mount: fix -f -o remountKarel Zak1-1/+1
2007-07-25mount: update xfs mount optionsMatthias Koenig1-34/+137
2007-07-24mount: mention hfsplus in mount manpageLaMont Jones1-0/+1
2007-07-16mount: add acl option documentation for ext3 and reiserfsMatthias Koenig1-0/+21
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