summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* libmount: be robust when work with loopdev backing file pathsKarel Zak2013-08-052-18/+17Star
* libmount: canonicalize for conversion from loopdev backing fileKarel Zak2013-08-051-1/+6
* libmount: fix typosOndrej Oprala2013-08-0519-353/+354
* libmount: add missing declarations to libmount.h.in and documentationOndrej Oprala2013-08-014-0/+18
* libmount: change tailing to trailing in *_tailing_comments functionsOndrej Oprala2013-08-015-21/+21
* libmount: fix memory leak [clang-analyzer]Karel Zak2013-07-091-1/+2
* lsblk: use devno to check if the filesystem is mountedKarel Zak2013-07-081-1/+15
* libmount: add functions to safely replace a fs tableOndrej Oprala2013-07-033-0/+112
* libmount: add functions to handle comments in fs tablesOndrej Oprala2013-07-037-9/+356
* libmount: add a generic append_string() functionKarel Zak2013-07-022-0/+39
* libmount: be more restrictive about valid tag namesKarel Zak2013-07-025-32/+40
* libmount: be robust for empty target/source stringsKarel Zak2013-06-172-14/+27
* libmount: more robust options string parsingKarel Zak2013-05-301-2/+2
* libmount: use err.h in testKarel Zak2013-05-141-1/+1
* libmount: don't ignore root fs on umount -aKarel Zak2013-05-141-4/+1Star
* libmount: use MS_SILENT for /{proc,etc}/filesystemsKarel Zak2013-05-091-1/+3
* libmount: (test) check writing to a file was successfulSami Kerola2013-04-261-1/+4
* Fix various typosYuri Chornoivan2013-04-261-1/+1
* libmount: add debug message to guess FS functionKarel Zak2013-04-121-0/+1
* libmount: fix mount.nfs segfault, rely on assert() rather than on nonnullKarel Zak2013-04-1210-156/+202
* 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