summaryrefslogtreecommitdiffstats
path: root/mount
Commit message (Expand)AuthorAgeFilesLines
* losetup: clean up code around LO_FLAGS_AUTOCLEARKarel Zak2008-07-021-21/+20Star
* umount: improve "-d" option for autoclear loopsKarel Zak2008-07-023-2/+34
* mount: warn on "file_t" selinux contextKarel Zak2008-07-011-3/+26
* mount: add norealtime to mount.8Karel Zak2008-06-161-0/+6
* mount: fix a small typo in mount.8Christophe Blaess2008-06-091-1/+1
* mount: remount doesn't care about loop=Karel Zak2008-05-192-1/+106
* losetup: fix typo in losetup.8Karel Zak2008-04-161-1/+1
* losetup: split help message into two smaller partsBenno Schulenberg2008-04-161-4/+5
* swapon: fix swsuspend detectionKarel Zak2008-04-151-1/+10
* mount: fix typo in mount.8Karel Zak2008-04-151-1/+1
* losetup: mark the option -s as deprecatedKarel Zak2008-04-152-4/+8
* mount: add support for sizelimit= mount option (for loop mounts)Shachar Shemesh2008-04-152-6/+8
* losetup: add --sizelimit optionShachar Shemesh2008-04-154-12/+29
* build-sys: ignore a bunch of generated files, mostly binariesJames Youngman2008-04-141-0/+6
* mount: remove set_proc_name()Karel Zak2008-04-091-13/+0Star
* mount: remove built-in support for background mountsKarel Zak2008-04-022-37/+5Star
* swapon: remove unnecessary myrealpath() callKarel Zak2008-03-201-9/+1Star
* swapon: Reinitialize software suspend areas to avoid future corruption.Kees Cook2008-03-201-0/+75
* mount: remove useless if-before-my_free, define my_free as a macroKarel Zak2008-03-123-19/+13Star
* remove useless if-before-free tests.Jim Meyering2008-03-122-8/+4Star
* mount: don't canonicalize LABEL= or UUID= specKarel Zak2008-03-061-1/+7
* mount: allow auto-destruction of loop devicesBernardo Innocenti2008-02-194-10/+50
* build-sys: add --enable-static-programsStepan Kasal2008-02-181-3/+28
* mount: use canonicalize in getfs_by_devnameKarel Zak2008-02-181-0/+13
* mount: "can't create lock file" message sometimes means failure, sometimes notMark McLoughlin2008-02-143-7/+15
* losetup: add --associated optionKarel Zak2008-02-082-21/+68
* losetup: support unlimited number of loopsKarel Zak2008-02-081-109/+318
* umount: don't print duplicate error messagesKarel Zak2008-01-281-0/+13
* umount: add hint about lsof & fuserKarel Zak2008-01-281-1/+4
* mount: add more details to the --version outputKarel Zak2008-01-141-2/+18
* swapon: add sundries.hKarel Zak2008-01-031-2/+1Star
* mount: "nofail" mount optionMatthias Koenig2008-01-032-4/+20
* build-sys: use dist_man_MANS instead of man_MANSStepan Kasal2007-12-171-2/+2
* mount: hint about helper program if device doesn't existKarel Zak2007-12-171-1/+7
* losetup: use standard uintxy_t types (struct loop_info64)Samuel Thibault2007-12-032-21/+19Star
* swapon: readjust the usage summariesBenno Schulenberg2007-12-032-31/+25Star
* swapon: fix typo in usage()Karel Zak2007-11-281-6/+6
* mount: use MNTTYPE_SWAP (from mntent.h)Karel Zak2007-11-281-2/+2
* mount: cleanup usage of _PATH_*Karel Zak2007-11-287-102/+74Star
* mount: fix fd leakMatthias Koenig2007-11-261-0/+1
* swapon: cleanup usage outputKarel Zak2007-11-261-9/+25
* mount: don't call canonicalize(SPEC) for cifs, smbfs and nfsKarel Zak2007-11-211-9/+12
* mount: drop the part always true from a while conditionPascal Terjan2007-11-161-1/+1
* build-sys: fix missing deps for swaponMatthias Koenig2007-11-131-0/+1
* mount: use blkdev_get_size()Karel Zak2007-11-085-42/+16Star
* mount: cleanup KERNEL_VERSION, remove my_dev_t.hKarel Zak2007-11-073-23/+15Star
* mount: remove MS_{REPLACE,AFTER,BEFORE,OVER}Karel Zak2007-11-062-39/+3Star
* mount: prevent loop mounting the same file twiceKarel Zak2007-10-263-3/+159
* losetup: canonicalize loopfile nameKarel Zak2007-10-262-4/+14
* losetup: fix errno usageKarel Zak2007-10-251-8/+11