summaryrefslogtreecommitdiffstats
path: root/mount
Commit message (Expand)AuthorAgeFilesLines
* 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
* umount: call is_loop_autoclear() for all loopdevsKarel Zak2011-01-172-3/+3
* mount: fix reference to cifs-utils in mount.8Karel Zak2011-01-111-1/+1
* mount: fix gcc warningKarel Zak2011-01-101-4/+4
* mount: canonicalize paths in HAVE_LIBMOUNT_MOUNT codeKarel Zak2011-01-101-15/+23
* remove duplicate includesKarel Zak2011-01-041-2/+0Star
* docs: fix typos in man pagesKarel Zak2011-01-041-5/+5
* mount: use verbose info for HAVE_LIBMOUNT_MOUNT onlyKarel Zak2011-01-031-1/+2
* mount: improve verbose infoKarel Zak2011-01-031-25/+29
* umount: add HAVE_LIBMOUNT_MOUNT codeKarel Zak2011-01-031-0/+12
* mount: rewrite HAVE_LIBMOUNT_MOUNT codeKarel Zak2011-01-031-26/+70
* mount: add mnt_init_debug()Karel Zak2011-01-033-1/+9
* losetup: remove unnecessary fstab.h includeKarel Zak2011-01-031-1/+0Star
* mount: use libmount for mtab/utab updatesKarel Zak2011-01-033-3/+82
* mount: read mtab by libmountKarel Zak2011-01-031-1/+47
* build-sys: add --enable-libmount-mountKarel Zak2011-01-031-0/+17
* libmount: cleanup mangle() usageKarel Zak2011-01-031-7/+0Star
* libmount: use better format for utab, improve bind mountsKarel Zak2011-01-032-10/+6Star