summaryrefslogtreecommitdiffstats
path: root/mount
Commit message (Expand)AuthorAgeFilesLines
* docs: Documentation directory addedSami Kerola2011-08-122-19/+0Star
* swapon: missing separator in swapon -s commandKarel Zak2011-08-091-1/+1
* swapon: fix compiler warnings [-Wsign-compare]Karel Zak2011-08-011-2/+4
* mount: fix compiler warnings [-Wsign-compare -Wunused-parameter]Karel Zak2011-08-014-17/+18
* mount: remove 'seclabel' mount option on remountKarel Zak2011-07-251-1/+2
* swapon: use xalloc libDavidlohr Bueso2011-07-211-9/+4Star
* mount: fix double free in mount.c with SELinux enabledKirill Elagin2011-07-111-7/+8
* mount: fix typos in mount.8Petr Uzel2011-07-111-2/+2
* mount: make the error message clearPetr Uzel2011-07-111-1/+1
* mount: fix typo in mount.8Petr Uzel2011-07-111-1/+1
* mount: fix typo in mount.8Petr Uzel2011-07-111-1/+1
* mount: remove accidental extra word in ext4 documentation in mount.8Petr Uzel2011-07-111-1/+1
* mount: fix reference to sharedsubtree documentation in mount.8Mike Hommey2011-07-111-1/+1
* umount: do not hang with disconnected NFS mountsPetr Uzel2011-06-291-20/+22
* mount: first look for mountpointKarel Zak2011-06-292-2/+13
* docs: tell mount/* is in maintenance modeSami Kerola2011-06-251-0/+6
* mount: add ufstype=ufs2 to mount.8Karel Zak2011-06-141-0/+6
* mount.8: remove reprecated bh/nobh options from the manual pageLukas Czerner2011-06-081-11/+6Star
* mount: canonicalize fstab mnt_dirKarel Zak2011-06-021-1/+7
* mount: use libmount to detect already mounted bind mountsKarel Zak2011-05-311-4/+38
* mount: remove note about obsolete volume_id library from man pageKarel Zak2011-05-121-1/+1
* mount: -a segfaults when 4th field is omitted (mount options)Karel Zak2011-05-113-5/+10
* getopt: fix gcc warningKarel Zak2011-04-191-1/+0Star
* mount: use lock from mnt_update_table()Karel Zak2011-04-134-29/+4Star
* umount: block signals when umounting and updating mtab (CVE-2011-1676, CVE-20...Karel Zak2011-04-131-0/+5
* mount: use fflush() and temporary file for mtab updates (CVE-2011-1089)Karel Zak2011-04-122-28/+29
* mount: add note about blank lines to fstab.5Karel Zak2011-04-121-3/+6
* umount: support non-canonical devnames in mtabKarel Zak2011-04-112-1/+17
* umount: use helper= for all UIDsKarel Zak2011-04-013-14/+15
* mount: add phelper=Karel Zak2011-03-303-21/+42
* umount: use UMOUNT_NOFOLLOW for non-root usersKarel Zak2011-03-291-11/+87
* build-sys: don't support external (e2fsprogs) libblkidKarel Zak2011-03-161-4/+0Star
* Revert "umount: call /sbin/umount.<uhelper> for root user too"Karel Zak2011-03-152-16/+21
* umount: call /sbin/umount.<uhelper> for root user tooKarel Zak2011-03-152-21/+16Star
* mount: rename "quiet" to "silent" (MS_SILENT)Karel Zak2011-03-113-3/+9
* man page syntax fixesVille Skyttä2011-03-071-1/+0Star
* mount: update mtab on "-f" and compiled with libmountKarel Zak2011-03-071-0/+3
* umount: segfaults with inconsistent entry in /etc/fstabKarel Zak2011-03-042-1/+4
* move struct option to .rodataKarel Zak2011-03-031-1/+2
* umount: allow unmounting loopdev specified by associated filePetr Uzel2011-02-213-0/+76
* losetup: spelling fixesPetr Uzel2011-02-211-4/+4
* build-sys: provide alternatives for err, errx, warn and warnxFabian Groffen2011-02-141-1/+1
* mount: add rootcontext= for tmpfs on SELinux boxesKarel Zak2011-02-093-3/+33
* swapon: use EXIT_SUCCESS constantsDavidlohr Bueso2011-02-081-2/+2
* mount: fix parsing offset= followed by more optionsPetr Uzel2011-01-314-25/+29
* swapon: make needlessly global variables staticTobias Klauser2011-01-311-9/+9
* mount: fix atime description in mount.8 man pageKarel Zak2011-01-271-2/+5
* libmount: cleanup API, remove typedefKarel Zak2011-01-224-17/+17
* libmount: rename mount.h to libmount.hKarel Zak2011-01-222-2/+2
* mount: update ext{3,4} options in mount.8Karel Zak2011-01-211-2/+56