summaryrefslogtreecommitdiff
path: root/mount
AgeCommit message (Expand)AuthorFilesLines
2008-07-24mount: s/MOUNTED/_PATH_MOUNTED/maximilian attems1-1/+1
2008-07-24mount: sundries.h add klibc supportmaximilian attems1-3/+0
2008-07-02losetup: clean up code around LO_FLAGS_AUTOCLEARKarel Zak1-21/+20
2008-07-02umount: improve "-d" option for autoclear loopsKarel Zak3-2/+34
2008-07-01mount: warn on "file_t" selinux contextKarel Zak1-3/+26
2008-06-16mount: add norealtime to mount.8Karel Zak1-0/+6
2008-06-09mount: fix a small typo in mount.8Christophe Blaess1-1/+1
2008-05-19mount: remount doesn't care about loop=Karel Zak2-1/+106
2008-04-16losetup: fix typo in losetup.8Karel Zak1-1/+1
2008-04-16losetup: split help message into two smaller partsBenno Schulenberg1-4/+5
2008-04-15swapon: fix swsuspend detectionKarel Zak1-1/+10
2008-04-15mount: fix typo in mount.8Karel Zak1-1/+1
2008-04-15losetup: mark the option -s as deprecatedKarel Zak2-4/+8
2008-04-15mount: add support for sizelimit= mount option (for loop mounts)Shachar Shemesh2-6/+8
2008-04-15losetup: add --sizelimit optionShachar Shemesh4-12/+29
2008-04-14build-sys: ignore a bunch of generated files, mostly binariesJames Youngman1-0/+6
2008-04-09mount: remove set_proc_name()Karel Zak1-13/+0
2008-04-02mount: remove built-in support for background mountsKarel Zak2-37/+5
2008-03-20swapon: remove unnecessary myrealpath() callKarel Zak1-9/+1
2008-03-20swapon: Reinitialize software suspend areas to avoid future corruption.Kees Cook1-0/+75
2008-03-12mount: remove useless if-before-my_free, define my_free as a macroKarel Zak3-19/+13
2008-03-12remove useless if-before-free tests.Jim Meyering2-8/+4
2008-03-06mount: don't canonicalize LABEL= or UUID= specKarel Zak1-1/+7
2008-02-19mount: allow auto-destruction of loop devicesBernardo Innocenti4-10/+50
2008-02-18build-sys: add --enable-static-programsStepan Kasal1-3/+28
2008-02-18mount: use canonicalize in getfs_by_devnameKarel Zak1-0/+13
2008-02-14mount: "can't create lock file" message sometimes means failure, sometimes notMark McLoughlin3-7/+15
2008-02-08losetup: add --associated optionKarel Zak2-21/+68
2008-02-08losetup: support unlimited number of loopsKarel Zak1-109/+318
2008-01-28umount: don't print duplicate error messagesKarel Zak1-0/+13
2008-01-28umount: add hint about lsof & fuserKarel Zak1-1/+4
2008-01-14mount: add more details to the --version outputKarel Zak1-2/+18
2008-01-03swapon: add sundries.hKarel Zak1-2/+1
2008-01-03mount: "nofail" mount optionMatthias Koenig2-4/+20
2007-12-17build-sys: use dist_man_MANS instead of man_MANSStepan Kasal1-2/+2
2007-12-17mount: hint about helper program if device doesn't existKarel Zak1-1/+7
2007-12-03losetup: use standard uintxy_t types (struct loop_info64)Samuel Thibault2-21/+19
2007-12-03swapon: readjust the usage summariesBenno Schulenberg2-31/+25
2007-11-28swapon: fix typo in usage()Karel Zak1-6/+6
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