summaryrefslogtreecommitdiffstats
path: root/libmount/src/utils.c
Commit message (Expand)AuthorAgeFilesLines
* libmount: (docs) add reference to v2.33 and v2.34Karel Zak2019-06-071-0/+2
* libmount: add selinuxfs between pseudo filesystemsKarel Zak2019-05-291-0/+1
* libmount: add bpf between pseudo filesystemsKarel Zak2019-05-291-0/+1
* libmount: fix "maybe be" duplicationAustin English2019-05-151-1/+1
* libmount: Recognize more fuse filesystems as pseudofs and netfsStanislav Brabec2019-03-041-1/+10
* libmount: (umount) make mnt_stat_mountpoin() usable for relative pathsKarel Zak2018-12-101-1/+1
* libmount: export mnt_guess_system_root() by APIKarel Zak2018-12-101-1/+6
* libmount: cleanup licenses sections in the filesKarel Zak2018-08-161-3/+8
* libmount: (utils) fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-2/+2
* libmount: add nsfs between pseudo filesystemsKarel Zak2017-11-211-0/+1
* libmount: minimize utimensat() write test usageKarel Zak2017-11-161-0/+2
* libmount: fix access() utab write testKarel Zak2017-11-081-11/+31
* libmount: use eacess() rather than open() to check mtab/utabKarel Zak2017-10-201-6/+13
* libmount: don't pass -1 to close() [coverity scan]Karel Zak2017-05-171-4/+5
* libmount: fix file descriptor leakSami Kerola2017-04-101-6/+5Star
* libmount: reimplement mnt_match_options()Karel Zak2016-12-201-92/+0Star
* libmount: fix null-checking [coverity scan]Karel Zak2016-10-041-1/+1
* misc: simplify if clauses [oclint]Sami Kerola2016-07-211-4/+2Star
* misc: Fix various typosSebastian Rasmussen2016-05-311-1/+1
* libmount: fix memory leakSami Kerola2016-04-191-2/+2
* libmount: improve conversion from root= to the devnameKarel Zak2016-03-151-0/+115
* tests: fix compiler warnings [-Wmissing-prototypes]Ruediger Meier2016-02-231-11/+11
* libmount: fix mnt_table_is_fs_mounted() loopdev useKarel Zak2016-02-161-1/+4
* login, mount: fix __SC_GETPW_R_SIZE_MAX usageKarel Zak2015-12-151-19/+6Star
* libmount: use fstatat(AT_NO_AUTOMOUNT) for mountpointsKarel Zak2015-12-091-2/+11
* libmount: add cgroup2 pseudo FSKarel Zak2015-12-081-0/+1
* libmount: make mnt_get_filesystems() more robust [clang analyze]Karel Zak2015-07-301-2/+2
* libmount: sort pseudo filesystems by LC_COLLATE=CKarel Zak2015-07-291-1/+1
* libmount: mark overlay as pseudo-FSKarel Zak2015-03-111-0/+1
* libmount: cleanup fs root detection codeKarel Zak2015-03-101-34/+0Star
* findmnt: don't rely on st_dev for --targetKarel Zak2015-03-101-0/+4
* libmount: remove assert(arg) from public functionsKarel Zak2015-02-161-3/+2Star
* libmount: fix memory overflow [AddressSanitizer]Sami Kerola2014-11-181-1/+1
* libmount: improve kernel command line parsingMike Frysinger2014-10-311-10/+24
* libmount: fix mnt_is_readonly() #ifdefKarel Zak2014-10-071-1/+1
* lib/fileutils: add stripoff_last_component() from libmountKarel Zak2014-06-091-12/+0Star
* lib/fileutils: add mkdir_p() from libmountKarel Zak2014-06-091-37/+1Star
* libmount: use new debug functionsKarel Zak2014-03-211-15/+15
* libmount: add statfs_magic.hKarel Zak2014-03-061-74/+74
* libmount: define BTRFS_TEST_MAGIC if missingBernhard Voelker2014-03-051-0/+3
* libmount: cgroup magic already definedKarel Zak2014-03-031-3/+0Star
* umount: don't use mountinfo if possibleKarel Zak2014-03-031-0/+103
* libmount: add efivarfs to the list of pseudo filesystemsKarel Zak2013-12-101-1/+2
* libmount: add mnt_tag_is_valid()Karel Zak2013-11-191-0/+17
* libmount: remove dead code [coverity scan]Karel Zak2013-10-011-1/+1
* libmount: Save errno if mkostemp() failedNamhyung Kim2013-09-301-1/+3
* libmount: use memmove when overlap possibleDave Reisner2013-09-201-1/+1
* lib/strutils: move *swith() functions to private librarySami Kerola2013-08-291-31/+0Star
* libmount: fix typosOndrej Oprala2013-08-051-26/+26
* libmount: fix memory leak [clang-analyzer]Karel Zak2013-07-091-1/+2