summaryrefslogtreecommitdiffstats
path: root/mount
Commit message (Expand)AuthorAgeFilesLines
* swapon: fix typo on swapon.8 manpageFlorentin Duneau2009-10-121-1/+1
* mount: more verbose "mount: only root can do that" messageKarel Zak2009-09-301-5/+11
* build-sys: add --disable-makeinstall-setuidKarel Zak2009-09-301-1/+4
* mount: document changed semantics of tmpfs size option in mount.8kevin.granade@gmail.com2009-09-221-1/+1
* mount: fix mount.8, xfs attr2 is enabled by defaultKarel Zak2009-09-171-3/+3
* mount: fix reference to samba-client in mount.8Karel Zak2009-09-171-1/+1
* mount: more explicitly explain 'strictatime' in mount.8Karel Zak2009-09-111-5/+13
* replace usleep() for systems that don't have themDaniel Mierswa2009-08-211-0/+1
* mount: mention mtab for single mount point mount in mount.8Peter Volkov2009-08-181-1/+3
* mount: clean up mount.8Karel Zak2009-08-181-100/+101
* Revert "mount: clean up mount.8"Karel Zak2009-08-181-101/+100Star
* mount: clean up mount.8Karel Zak2009-08-171-100/+101
* mount: add info about ext{3,4} barriers to mount.8Karel Zak2009-08-171-0/+6
* swapon.8: formattingPeter Breitenlohner2009-08-171-7/+3Star
* mount.8: formattingPeter Breitenlohner2009-08-171-77/+111
* losetup.8: formattingPeter Breitenlohner2009-08-171-8/+6Star
* fstab.5: formattingPeter Breitenlohner2009-08-171-3/+3
* umount.8: command line for umount helpers, formattingPeter Breitenlohner2009-08-171-4/+14
* replace bcopy,bzero,index and rindexDaniel Mierswa2009-08-173-5/+5
* mount: when a remount to rw fails, quit and return an errorValerie Aurora2009-07-141-0/+4
* include: fix _PATH_DEVKarel Zak2009-07-021-1/+1
* include: clean up _PATH_DEV_* macrosKarel Zak2009-06-302-9/+9
* losetup: fix return codes of functions arounf is_associated()Karel Zak2009-06-301-16/+9Star
* mount: allow loop suid umountKay Sievers2009-06-301-4/+44
* mount: a little clean up info about loopdevs in man pageKarel Zak2009-06-261-7/+7
* losetup: suggest to use modprobe rather than insmod in losetup.8Karel Zak2009-06-261-3/+3
* mount: add info about obsolete vfat options to mount.8Karel Zak2009-06-261-5/+6
* umount: clean up help outputKarel Zak2009-06-261-3/+3
* mount: move MS_{PROPAGATION,BIND,MOVE} detectionKarel Zak2009-06-101-3/+3
* mount: use "none" fstype for MS_PROPAGATION mountsKarel Zak2009-06-101-1/+1
* mount: add ext4 to the list of filesystems in mount.8Karel Zak2009-06-011-1/+2
* mount: add ext4 to mount.8Karel Zak2009-06-011-5/+105
* mount: cleanup notes about -l option in mount.8Karel Zak2009-06-011-2/+2
* losetup: add --set-capacityKarel Zak2009-05-293-6/+50
* mount: use TAG parsing function from libblkidKarel Zak2009-05-291-0/+1
* mount: (and fsck) remove libvolume_id supportKarel Zak2009-05-221-8/+0Star
* mount: fix undefined reference to `security_get_initial_context'Karel Zak2009-05-211-1/+1
* losetup: handle symlinks in /dev/loop/Mike Frysinger2009-05-111-1/+1
* losetup: mount endless loop hangKarel Zak2009-04-231-1/+5
* mount: Add strictatime supportMatthew Garrett2009-03-273-0/+14
* swapon: add error messages for lseek and writeKarel Zak2009-03-051-2/+6
* swapon: fix typo s/warn/warnx/Karel Zak2009-03-051-3/+3
* swapon: fix wording in man pageKarel Zak2009-03-051-2/+2
* lib: fix fsprobe wrapper (const char * is nonsense)Karel Zak2009-03-031-2/+2
* mount: fix gcc warning (variable used uninitialized)Karel Zak2009-03-031-1/+1
* swapon: add -f/--fixpgsz optionKarel Zak2009-03-032-9/+28
* swapon: cleanup man pageKarel Zak2009-03-032-43/+63
* swapon: rewrite SWSUSPEND signature rather than exec mkswapKarel Zak2009-03-031-11/+33
* swapon: do_swapon() refactoring (split into two functions)Karel Zak2009-03-031-42/+47
* swapon: use err.h stuffKarel Zak2009-03-031-77/+43Star