summaryrefslogtreecommitdiffstats
path: root/mount
Commit message (Expand)AuthorAgeFilesLines
* 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
* swapon: simplify spec to devname conversionKarel Zak2009-03-032-18/+22
* swapon: add generic swap_get_header()Karel Zak2009-03-021-106/+121
* swapon: do_swapon() refactoring (move stat() checks)Karel Zak2009-03-021-24/+25
* mount: remove useless if-before-free testsKarel Zak2009-02-241-2/+1Star
* losetup: cleanup man pageKarel Zak2009-02-191-8/+11
* losetup: detach more devices by "-d <loop> [<loop> ..]"Karel Zak2009-02-192-15/+22
* mount: inform about UID and eUID when verbose > 2Karel Zak2009-02-181-0/+2
* build-sys: use pkg-config for blkid and volume_idKarel Zak2009-02-171-3/+3
* mount: generic blkid/volume_id wrapper, use blkid_evaluate_*Karel Zak2009-02-1712-562/+206Star
* build-sys: libtoolize mount/Makefile.amKarel Zak2009-02-131-36/+52
* mount: move realpath.c code to lib/Karel Zak2009-02-1112-212/+64Star
* mount: non-setuid (POSIX file capabilities) supportKarel Zak2009-02-042-19/+36
* mount: fix typo in volume_id codeKarel Zak2009-01-311-2/+2
* mount: document newinstance and ptmxmode options to devptsSukadev Bhattiprolu2009-01-211-0/+55
* mount: cleans up mount(8) troff markupSam Varshavchik2009-01-161-25/+23Star
* umount: cleanup gefs_by_specdir()Karel Zak2009-01-073-29/+22Star
* mount: finalize support of quoted LABELs/UUIDsKarel Zak2009-01-071-4/+14
* mount: suggest to use blockdev --setro rather than losetupKarel Zak2009-01-061-2/+2
* mount: add info about semantics of read-only mount to mount.8Karel Zak2009-01-061-0/+6
* mount: add rootcontext= SELinux mount optionKarel Zak2008-12-222-1/+11
* mount: clean up SPEC canonicalizationKarel Zak2008-12-195-19/+42
* mount: fix mount_static_LDADDKarel Zak2008-12-121-2/+3
* swapon: add swap format detection and pagesize checkMatthias Koenig2008-12-052-2/+130
* mount: remove spurious newline from mount.8Mike Frysinger2008-12-051-2/+1Star