summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* libmount: fix comment referring to passno fieldPatrick Steinhardt2019-08-201-1/+1
* libmount: Keep the mnt_tab info for the existent dest in mnt_copy_fs()Kevin Hao2019-08-191-1/+2
* libmount: fix potential null pointer dereferenceSami Kerola2019-07-121-1/+3
* libmount: fix docs typoKarel Zak2019-06-131-1/+1
* libmount: (docs) add reference to v2.33 and v2.34Karel Zak2019-06-075-1/+20
* libmount: add selinuxfs between pseudo filesystemsKarel Zak2019-05-291-0/+1
* libmount: add bpf between pseudo filesystemsKarel Zak2019-05-291-0/+1
* libmount: avoid possible null pointer dereference [cppcheck]Sami Kerola2019-05-181-6/+9
* libmount: fix memory leak on error [coverity scan]Karel Zak2019-05-151-2/+3
* libmount: fix "maybe be" duplicationAustin English2019-05-151-1/+1
* libmount: return errno on failed fstab stat()Karel Zak2019-05-091-2/+3
* libmount: fix compiler warning [-Wsometimes-uninitialized]Karel Zak2019-04-151-1/+1
* libmount: fix memleak on parse errorsKarel Zak2019-04-151-3/+11
* libmount: don't use sscanf() for swaps parsingKarel Zak2019-04-081-46/+74
* libmount: don't use sscanf() for mountinfo parsingKarel Zak2019-04-081-91/+113
* libmount: don't use sscanf() for fstab parsingKarel Zak2019-04-081-67/+68
* libmount: improve fs referencing in tablesTim Hildering2019-03-086-9/+32
* libmount: Recognize more fuse filesystems as pseudofs and netfsStanislav Brabec2019-03-041-1/+10
* libmount: add mnt_table_{find,insert,move}_fs()Karel Zak2019-02-214-5/+182
* docs: fix typos [codespell]Sami Kerola2019-02-181-1/+1
* libmount: (tabdiff) use list_add_tail() in more robust wayKarel Zak2019-02-182-1/+4
* libmount: check table membership before adding entryTim Hildering2019-02-181-0/+3
* libmount: add support for MS_REMOUNT on --allKarel Zak2019-01-166-0/+158
* 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-105-2/+13
* libmount: (fuse) follow only user_id= on umountKarel Zak2018-11-301-27/+8Star
* libmount: Support unmount FUSE mountsRian Hunter2018-11-301-1/+81
* libmount: keep namespaces support optionalKarel Zak2018-10-052-4/+21
* docs: fix gtkdoc warningKarel Zak2018-09-241-1/+2
* libmount: cleanup licenses sections in the filesKarel Zak2018-08-1624-71/+198
* docs: use SPDX license namesKarel Zak2018-08-161-1/+1
* libmount: report context paths on debugKarel Zak2018-08-141-2/+6
* libmount: (utils) fix compiler warnings [-Wcast-qual]Karel Zak2018-07-231-2/+2
* libmount: fix compiler warning [-Wcast-qual]Karel Zak2018-07-231-2/+2
* lib/mangle: const quialifier cleanupKarel Zak2018-07-201-1/+1
* libmount: cleanup const in umount codeKarel Zak2018-07-201-4/+4
* libmount: add missing constKarel Zak2018-07-201-1/+1
* libmount: use const char in swaps parserKarel Zak2018-07-201-1/+1
* libmount: use const char in mountinfo parserKarel Zak2018-07-201-2/+3
* libmount: use const char in fstab parserKarel Zak2018-07-201-19/+27
* libmount: add since tag for new functionsKarel Zak2018-07-191-0/+12
* build-sys: add -Wno-cast-function-type for pythonKarel Zak2018-07-181-1/+1
* * break up large strings for PySys_WriteStdout()Frank Schaefer2018-07-111-13/+43
* libmount: (mountinfo) parse empty strings in sourceAlban Crequy2018-07-101-5/+28
* libmount: switch namespace when appropriateVaclav Dolezal2018-06-114-19/+241
* libmount: support for namespaces for helpersVaclav Dolezal2018-06-112-5/+37
* libmount: make errno usable after mnt_context_set_target_ns()Karel Zak2018-06-111-4/+7
* libmount: added error MNT_ERR_NAMESPACEVaclav Dolezal2018-06-113-0/+22
* libmount: note namespaces in mnt_reset_context() docsVaclav Dolezal2018-06-111-2/+3
* libmount: add support for switching namespacesVaclav Dolezal2018-06-115-0/+242