summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* libmount, col: remove redundant null checks [smatch scan]Sami Kerola2013-04-091-4/+2Star
* various: fix shadow declarations [smatch scan]Sami Kerola2013-04-091-4/+4
* Spelling fixes.Ville Skyttä2013-04-081-2/+2
* libmount: use O_CLOEXECKarel Zak2013-04-034-10/+10
* libmount: add version and features to debug outputKarel Zak2013-04-021-3/+16
* libmount: make mnt_table_find_* more robust [coverity scan]Karel Zak2013-03-271-0/+14
* libmount: fix __mnt_optstr_append_option() nonull attribute [coverity scan]Karel Zak2013-03-271-1/+1
* libmount: fix __mnt_cache_find_tag_value() [coverity scan]Karel Zak2013-03-271-1/+1
* libmount: fix user-mount by root for mount.<type> helpersKarel Zak2013-03-261-0/+22
* libmount: add mnt_table_find_mountpoint()Karel Zak2013-03-256-1/+83
* libmount: make libmount.h consistent with codeKarel Zak2013-03-251-16/+8Star
* libmount: umount crashes when trying to umount a non-mountpointKarel Zak2013-03-253-3/+6
* docs: update yearKarel Zak2013-03-151-1/+1
* libmount: clean up header fileKarel Zak2013-03-153-186/+144Star
* libmount: ignore name=value if only 'name' is expectedKarel Zak2013-02-281-1/+21
* libmount: export umount mountpoint look up codeKarel Zak2013-02-263-25/+61
* libmount: don't prepare update for empty mtab/utab on umountKarel Zak2013-02-261-3/+10
* libmount: optimize tab files parsingKarel Zak2013-02-263-20/+33
* libmount: fix a mem leakKarel Zak2013-02-181-0/+1
* libmount: add missing MNT_ERR_AMBIFSKarel Zak2013-02-141-0/+1
* libmount: correctly propagate ambivalent blkid probing resultsKarel Zak2013-02-133-15/+39
* libmount: tags does not start with '/'Karel Zak2013-02-111-1/+1
* textual: fix two misencodings in commentsBenno Schulenberg2013-02-061-1/+1
* libmount: keep MS_PROPAGATION flags in mnt_context_set_mflags() resultKarel Zak2013-01-151-0/+10
* libmount: allow to use propagation flags in fstabKarel Zak2013-01-156-20/+234
* libmount: add mnt_fs_get_propagation()Karel Zak2013-01-104-0/+39
* libmount: read optional mountinfo fieldsOndrej Oprala2013-01-106-0/+26
* libmount: fix regression test helperOndrej Oprala2013-01-101-2/+2
* mount: add support for x-mount.mkdir[=<mode>] optionOndrej Oprala2013-01-091-0/+52
* libmount; add recursive mkdirKarel Zak2013-01-092-0/+54
* 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