summaryrefslogtreecommitdiff
path: root/mount
AgeCommit message (Expand)AuthorFilesLines
2009-05-11losetup: handle symlinks in /dev/loop/Mike Frysinger1-1/+1
2009-04-23losetup: mount endless loop hangKarel Zak1-1/+5
2009-03-27mount: Add strictatime supportMatthew Garrett3-0/+14
2009-03-05swapon: add error messages for lseek and writeKarel Zak1-2/+6
2009-03-05swapon: fix typo s/warn/warnx/Karel Zak1-3/+3
2009-03-05swapon: fix wording in man pageKarel Zak1-2/+2
2009-03-03lib: fix fsprobe wrapper (const char * is nonsense)Karel Zak1-2/+2
2009-03-03mount: fix gcc warning (variable used uninitialized)Karel Zak1-1/+1
2009-03-03swapon: add -f/--fixpgsz optionKarel Zak2-9/+28
2009-03-03swapon: cleanup man pageKarel Zak2-43/+63
2009-03-03swapon: rewrite SWSUSPEND signature rather than exec mkswapKarel Zak1-11/+33
2009-03-03swapon: do_swapon() refactoring (split into two functions)Karel Zak1-42/+47
2009-03-03swapon: use err.h stuffKarel Zak1-77/+43
2009-03-03swapon: simplify spec to devname conversionKarel Zak2-18/+22
2009-03-02swapon: add generic swap_get_header()Karel Zak1-106/+121
2009-03-02swapon: do_swapon() refactoring (move stat() checks)Karel Zak1-24/+25
2009-02-24mount: remove useless if-before-free testsKarel Zak1-2/+1
2009-02-19losetup: cleanup man pageKarel Zak1-8/+11
2009-02-19losetup: detach more devices by "-d <loop> [<loop> ..]"Karel Zak2-15/+22
2009-02-18mount: inform about UID and eUID when verbose > 2Karel Zak1-0/+2
2009-02-17build-sys: use pkg-config for blkid and volume_idKarel Zak1-3/+3
2009-02-17mount: generic blkid/volume_id wrapper, use blkid_evaluate_*Karel Zak12-562/+206
2009-02-13build-sys: libtoolize mount/Makefile.amKarel Zak1-36/+52
2009-02-11mount: move realpath.c code to lib/Karel Zak12-212/+64
2009-02-04mount: non-setuid (POSIX file capabilities) supportKarel Zak2-19/+36
2009-01-31mount: fix typo in volume_id codeKarel Zak1-2/+2
2009-01-21mount: document newinstance and ptmxmode options to devptsSukadev Bhattiprolu1-0/+55
2009-01-16mount: cleans up mount(8) troff markupSam Varshavchik1-25/+23
2009-01-07umount: cleanup gefs_by_specdir()Karel Zak3-29/+22
2009-01-07mount: finalize support of quoted LABELs/UUIDsKarel Zak1-4/+14
2009-01-06mount: suggest to use blockdev --setro rather than losetupKarel Zak1-2/+2
2009-01-06mount: add info about semantics of read-only mount to mount.8Karel Zak1-0/+6
2008-12-22mount: add rootcontext= SELinux mount optionKarel Zak2-1/+11
2008-12-19mount: clean up SPEC canonicalizationKarel Zak5-19/+42
2008-12-12mount: fix mount_static_LDADDKarel Zak1-2/+3
2008-12-05swapon: add swap format detection and pagesize checkMatthias Koenig2-2/+130
2008-12-05mount: remove spurious newline from mount.8Mike Frysinger1-2/+1
2008-11-27mount: use subsections in mount.8 DESCRIPTIONKarel Zak1-56/+81
2008-11-27mount: create separate section for fs-independent options in mount.8Karel Zak1-19/+32
2008-11-27mount: reorder list of options in mount.8Karel Zak1-83/+89
2008-11-27mount: add i_version supportKarel Zak3-0/+13
2008-11-19build-sys: move pivot_root(8) to sys-utilsKarel Zak4-106/+0
2008-11-18losetup: add warning about read-only modeKarel Zak1-0/+3
2008-11-18losetup: try to set up loop readonly if EACCESMatthias Koenig1-1/+2
2008-10-06mount: sync tmpfs info in mount.8 with Documentation/filesystems/tmpfs.txtKarel Zak1-9/+62
2008-10-06mount: sync FAT info in mount.8 with Documentation/filesystems/vfat.txtKarel Zak1-6/+48
2008-10-03mount: remove link to namesys.comKarel Zak1-2/+0
2008-10-03losetup: several strings without gettext stringsPedro Ribeiro1-4/+4
2008-10-01mount: mtab created multiple times with -a optionKarel Zak1-2/+5
2008-09-30losetup: missing EBUSY error hint messageKarel Zak1-5/+16