summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix typosKarel Zak2012-12-121-3/+3
* libmount: make mkstemp() more robust [coverity scan]Karel Zak2012-12-121-0/+8
* libmount: don't use safe_getenv() for testKarel Zak2012-12-101-1/+1
* libmount: avoid endless loop in mnt_get_kernel_cmdline_optionBernhard Voelker2012-12-101-3/+1Star
* libmount: clean nonnull attribute usageKarel Zak2012-12-0411-321/+192Star
* libmount: add function attributes to private APIOndrej Oprala2012-11-304-52/+93
* libmount: add function attributes to public APIOndrej Oprala2012-11-301-243/+584
* libmount: make debug stuff more robustKarel Zak2012-11-261-1/+2
* libmount: correctly interpret '*' from /etc/filesystemsKarel Zak2012-11-262-6/+26
* libmount: fix support of comma-separated fs types listsGleb Fotengauer-Malinovskiy2012-11-162-7/+13
* umount: (recursive) don't call umount(2) for already unmounted targetsKarel Zak2012-11-151-5/+9
* libmount: don't reset NOSWAPMATCH context flagKarel Zak2012-11-151-0/+1
* libmount: don't try to play with loopdevs if umount argument is really mountp...Karel Zak2012-11-151-3/+6
* libmount: more robust tab filter usageKarel Zak2012-11-152-2/+8
* libmount: convert /dev/root from mountinfo to the device nameKarel Zak2012-11-081-5/+40
* libmount: add private mnt_get_kernel_cmdline_option()Karel Zak2012-11-082-0/+93
* libmount: support loopdevs in mnt_table_is_fs_mounted()Karel Zak2012-10-241-2/+28
* libmount: tiny refactoring in mnt_table_is_fs_mounted()Karel Zak2012-10-231-27/+27
* libmount, eject: replace index() and rindex() with strrch() or strrchr()Sami Kerola2012-10-221-2/+2
* libmount: fixed comment about paramRaul Gutierrez Segales2012-10-151-1/+1
* libmount: don't use umount optimization for -l or -fKarel Zak2012-10-151-1/+3
* libmount: fix umount file.imgKarel Zak2012-10-051-6/+10
* textual: typo fixesGilles Espinasse2012-10-022-3/+3
* libmount: don't setup new loopdev on remount with regular mtabKarel Zak2012-09-261-2/+2
* libmount: improve debug messageKarel Zak2012-09-251-1/+1
* libmount: optimize mtab and utab parsing in umountKarel Zak2012-09-254-1/+112
* libmount: user-mounted loopback fs cannot be unmounted by userKarel Zak2012-09-211-1/+1
* libmount: append loop option when automatically create loopdevKarel Zak2012-09-181-1/+5
* libmount: detach loopdev on umount if loop option in mtabKarel Zak2012-09-181-0/+4
* libmount: don't remove user= when executed by rootKarel Zak2012-09-121-8/+4Star
* libmount: segfaults if neither /etc/filesystems nor/proc/filesystems existsKarel Zak2012-09-122-0/+7
* mount: losetup: remove obsolete encryption supportLudwig Nussel2012-09-111-18/+4Star
* libmount: improve mnt_table_get_root_fs() docsKarel Zak2012-09-101-1/+12
* libmount: use O_CLOEXEC everywhereKarel Zak2012-09-042-4/+4
* libmount: remount does not add entry to mtab fileKarel Zak2012-08-271-12/+15
* libmount: rewrite mnt_table_is_fs_mounted() to be less aggressiveKarel Zak2012-08-242-24/+52
* build-sys: expand paths at make timeKarel Zak2012-08-151-1/+2
* build-sys: don't compile lib{mount,blkid} tests when --disable-static specifiedKarel Zak2012-08-021-0/+3
* libmount: deduplicate SELinux mount optionsKarel Zak2012-08-011-0/+9
* libmount: add mnt_optstr_deduplicate_option()Karel Zak2012-08-014-9/+74
* build-sys: move tests to check_PROGRAMSKarel Zak2012-07-301-1/+1
* build-sys: add minisg COPYING filesKarel Zak2012-07-271-1/+2
* libmount: add noreturn function attributeSami Kerola2012-07-261-1/+1
* libmount: fix shadow declarationSami Kerola2012-07-261-1/+1
* libmount: fix compiler warning [-Wsign-compare]Karel Zak2012-07-261-1/+1
* libmount: check VFS mount options in mnt_diff_tables()Karel Zak2012-07-181-3/+5
* libmount: allow to disable swap between source and targetKarel Zak2012-07-176-4/+37
* libmount: rename mnt_context_fstab_applied to mnt_context_tab_appliedKarel Zak2012-07-124-6/+6
* docs: fix typos found by misspellingsBernhard Voelker2012-07-092-2/+2
* libmount: save task ID for mountinfo tilesKarel Zak2012-06-285-3/+57