summaryrefslogtreecommitdiff
path: root/mount
AgeCommit message (Expand)AuthorFilesLines
2009-12-01mount: better --move descriptionKarel Zak1-0/+2
2009-11-19mount: check for unsuccessful read-only bind mountsKarel Zak1-0/+46
2009-11-18mount: add a note about bind-dir remountsKarel Zak1-1/+12
2009-11-09build-sys: cleanup AM_CFLAGS usageKarel Zak1-3/+3
2009-11-09mount: update list of pseudo filesystemsKarel Zak1-0/+4
2009-11-06build-sys: fix out-of-source buildKarel Zak1-1/+1
2009-11-05build-sys: remove LT_STATIC_LDFLAGSKarel Zak1-1/+1
2009-11-05build-sys: cleanup static buildingKarel Zak1-3/+1
2009-11-02mount: add long options to mount.8Karel Zak1-46/+26
2009-10-16losetup: remove unused macroKarel Zak1-2/+0
2009-10-13swapon: more robust progname probingKarel Zak1-1/+4
2009-10-13swapon: handle <=linux-2.6.19 bug in /proc/swapsMike Frysinger1-1/+8
2009-10-12swapon: fix typo on swapon.8 manpageFlorentin Duneau1-1/+1
2009-09-30mount: more verbose "mount: only root can do that" messageKarel Zak1-5/+11
2009-09-30build-sys: add --disable-makeinstall-setuidKarel Zak1-1/+4
2009-09-22mount: document changed semantics of tmpfs size option in mount.8kevin.granade@gmail.com1-1/+1
2009-09-17mount: fix mount.8, xfs attr2 is enabled by defaultKarel Zak1-3/+3
2009-09-17mount: fix reference to samba-client in mount.8Karel Zak1-1/+1
2009-09-11mount: more explicitly explain 'strictatime' in mount.8Karel Zak1-5/+13
2009-08-21replace usleep() for systems that don't have themDaniel Mierswa1-0/+1
2009-08-18mount: mention mtab for single mount point mount in mount.8Peter Volkov1-1/+3
2009-08-18mount: clean up mount.8Karel Zak1-100/+101
2009-08-18Revert "mount: clean up mount.8"Karel Zak1-101/+100
2009-08-17mount: clean up mount.8Karel Zak1-100/+101
2009-08-17mount: add info about ext{3,4} barriers to mount.8Karel Zak1-0/+6
2009-08-17swapon.8: formattingPeter Breitenlohner1-7/+3
2009-08-17mount.8: formattingPeter Breitenlohner1-77/+111
2009-08-17losetup.8: formattingPeter Breitenlohner1-8/+6
2009-08-17fstab.5: formattingPeter Breitenlohner1-3/+3
2009-08-17umount.8: command line for umount helpers, formattingPeter Breitenlohner1-4/+14
2009-08-17replace bcopy,bzero,index and rindexDaniel Mierswa3-5/+5
2009-07-14mount: when a remount to rw fails, quit and return an errorValerie Aurora1-0/+4
2009-07-02include: fix _PATH_DEVKarel Zak1-1/+1
2009-06-30include: clean up _PATH_DEV_* macrosKarel Zak2-9/+9
2009-06-30losetup: fix return codes of functions arounf is_associated()Karel Zak1-16/+9
2009-06-30mount: allow loop suid umountKay Sievers1-4/+44
2009-06-26mount: a little clean up info about loopdevs in man pageKarel Zak1-7/+7
2009-06-26losetup: suggest to use modprobe rather than insmod in losetup.8Karel Zak1-3/+3
2009-06-26mount: add info about obsolete vfat options to mount.8Karel Zak1-5/+6
2009-06-26umount: clean up help outputKarel Zak1-3/+3
2009-06-10mount: move MS_{PROPAGATION,BIND,MOVE} detectionKarel Zak1-3/+3
2009-06-10mount: use "none" fstype for MS_PROPAGATION mountsKarel Zak1-1/+1
2009-06-01mount: add ext4 to the list of filesystems in mount.8Karel Zak1-1/+2
2009-06-01mount: add ext4 to mount.8Karel Zak1-5/+105
2009-06-01mount: cleanup notes about -l option in mount.8Karel Zak1-2/+2
2009-05-29losetup: add --set-capacityKarel Zak3-6/+50
2009-05-29mount: use TAG parsing function from libblkidKarel Zak1-0/+1
2009-05-22mount: (and fsck) remove libvolume_id supportKarel Zak1-8/+0
2009-05-21mount: fix undefined reference to `security_get_initial_context'Karel Zak1-1/+1
2009-05-11losetup: handle symlinks in /dev/loop/Mike Frysinger1-1/+1