summaryrefslogtreecommitdiffstats
path: root/libmount/src/fs.c
Commit message (Expand)AuthorAgeFilesLines
* libmount: Keep the mnt_tab info for the existent dest in mnt_copy_fs()Kevin Hao2019-08-191-1/+2
* libmount: (docs) add reference to v2.33 and v2.34Karel Zak2019-06-071-0/+2
* libmount: improve fs referencing in tablesTim Hildering2019-03-081-0/+17
* libmount: cleanup licenses sections in the filesKarel Zak2018-08-161-3/+8
* libmount: fix compiler warning [-Wcast-qual]Karel Zak2018-07-231-2/+2
* misc: fix typos using codespellRuediger Meier2018-02-161-4/+4
* libmount: fix debug messageKarel Zak2018-02-011-1/+1
* misc: remove %p from debug messagesKarel Zak2018-02-011-7/+1Star
* libmount: (docs) add missing 'since' tagsKarel Zak2017-05-231-0/+2
* docs: Fix word repetitionsYuri Chornoivan2017-02-131-1/+1
* docs: some random fixesKarel Zak2016-09-271-0/+1
* libmount: ignore redundant slashesKarel Zak2016-08-081-6/+8
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-5/+4Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* libmount: remove duplicate codeKarel Zak2016-04-221-68/+10Star
* Revert "include sysmacros.h where used"Karel Zak2016-03-081-1/+0Star
* include sysmacros.h where usedMike Frysinger2016-03-081-0/+1
* libblkid,libmount: Do not use void* in calculations [cppcheck]Boris Egorov2016-01-191-2/+2
* libmount: remove assert(arg) from public functionsKarel Zak2015-02-161-57/+3Star
* libmount: improve mnt_reset_fs()Karel Zak2014-11-191-17/+20
* libmount: always use mnt_resolve_target() in mnt_fs_match_target()Karel Zak2014-07-011-4/+8
* libmount: mnt_resolve_target: tiptoe around active mount pointsEric Rannaud2014-07-011-2/+4
* libmount: mnt_resolve_path: don't canonicalize fs->target for swapEric Rannaud2014-07-011-1/+1
* libmount: mnt_resolve_path: use strcmp() only if both are canonicalEric Rannaud2014-07-011-1/+1
* libmount: use new debug functionsKarel Zak2014-03-211-9/+7Star
* libmount: update docsKarel Zak2013-09-271-1/+1
* libmount: make mnt_fs_{ap,pre}pend_options() more robustKarel Zak2013-09-261-0/+6
* libmount: Free splitted optstr's when error occurredNamhyung Kim2013-09-261-1/+5
* libmount: cleanup libmnt_fs list after mnt_table_remove_fs()Karel Zak2013-08-221-1/+10
* libmount: add reference counting to libmount_fsKarel Zak2013-08-211-4/+48
* libmount: fix typosOndrej Oprala2013-08-051-38/+38
* libmount: add missing declarations to libmount.h.in and documentationOndrej Oprala2013-08-011-0/+1
* libmount: add functions to safely replace a fs tableOndrej Oprala2013-07-031-0/+6
* libmount: add functions to handle comments in fs tablesOndrej Oprala2013-07-031-0/+57
* libmount: be more restrictive about valid tag namesKarel Zak2013-07-021-3/+6
* libmount: fix mount.nfs segfault, rely on assert() rather than on nonnullKarel Zak2013-04-121-8/+26
* libmount: umount crashes when trying to umount a non-mountpointKarel Zak2013-03-251-0/+3
* libmount: clean up header fileKarel Zak2013-03-151-1/+1
* libmount: fix a mem leakKarel Zak2013-02-181-0/+1
* libmount: tags does not start with '/'Karel Zak2013-02-111-1/+1
* libmount: add mnt_fs_get_propagation()Karel Zak2013-01-101-0/+35
* libmount: read optional mountinfo fieldsOndrej Oprala2013-01-101-0/+14
* libmount: clean nonnull attribute usageKarel Zak2012-12-041-0/+2
* libmount: fixed comment about paramRaul Gutierrez Segales2012-10-151-1/+1
* docs: fix typos found by misspellingsBernhard Voelker2012-07-091-1/+1
* libmount: save task ID for mountinfo tilesKarel Zak2012-06-281-1/+17
* libmount: don't canonicalize targetKarel Zak2012-05-171-2/+3
* libmount: add support to parse /proc/swapsKarel Zak2012-04-031-0/+79
* libmount: add mnt_fs_streq_target() and export all mnt_fs_streq_*Karel Zak2012-03-021-9/+35
* libmount: add mnt_fs_streq_srcpath()Karel Zak2012-03-021-10/+23