summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* build-sys: check linker support for version scriptsRuediger Meier2016-02-181-1/+3
* libmount: fix mnt_table_is_fs_mounted() loopdev useKarel Zak2016-02-163-15/+24
* libmount: add loop to debug outputKarel Zak2016-02-163-16/+19
* libmount: fix memleak in mnt_pretty_path()Karel Zak2016-02-121-0/+1
* libmount: fix mnt_table_is_fs_mounted() for loopdevKarel Zak2016-02-121-4/+8
* Revert "build-sys: Order pylibmount after usrlib on install"Filipe Brandenburger2016-02-051-12/+2Star
* docs: fix typos found by codespellRuediger Meier2016-02-031-1/+1
* libmount: move btrfs subvol code refactoringKarel Zak2016-02-011-99/+115
* libmount: fix target resolving for btrfs stuffKarel Zak2016-02-011-9/+14
* libmount: code re-indentationStanislav Brabec2016-02-011-43/+44
* libmount: run btrfs subvol checks for "subvolid" optionStanislav Brabec2016-02-011-1/+33
* libmount: run btrfs subvol checks for "auto" fs typeStanislav Brabec2016-02-011-1/+1
* libmount: add 'force-mountinfo' to features list, improve debugKarel Zak2016-02-012-7/+7
* build-sys: Order pylibmount after usrlib on installFilipe Brandenburger2016-01-261-2/+12
* libmount: cleanup btrfs.c headerKarel Zak2016-01-261-2/+2
* libmount: consolidate btrfs stuff, make it more portableKarel Zak2016-01-265-133/+92Star
* libmount: handle btrfs default subvolume mountStanislav Brabec2016-01-269-4/+331
* libblkid,libmount: Do not use void* in calculations [cppcheck]Boris Egorov2016-01-191-2/+2
* login, mount: fix __SC_GETPW_R_SIZE_MAX usageKarel Zak2015-12-151-19/+6Star
* libmount: add comment, remove TODO itemKarel Zak2015-12-101-0/+4
* libmount: use fstatat(AT_NO_AUTOMOUNT) for mountpointsKarel Zak2015-12-094-6/+16
* libmount: add cgroup2 pseudo FSKarel Zak2015-12-081-0/+1
* libmount: fix is-mounted check for btrfsKarel Zak2015-12-021-12/+26
* libmount: follow docs with parse-error callback return codeKarel Zak2015-10-151-1/+1
* libmount: fix uid= and gid= translationKarel Zak2015-10-121-11/+14
* libmount: (monitor) remove unnecessary epoll EPOLLPRIKarel Zak2015-09-111-3/+3
* libmount: (monitor) don't check for regular mtabKarel Zak2015-09-111-5/+1Star
* libmount: typo fixesKir Kolyshkin2015-09-032-2/+2
* libmount: fix compiler warning [-Wdiscarded-qualifiers]Karel Zak2015-08-311-1/+1
* libmount: handle arbitrary line length for mountsKarel Zak2015-08-271-32/+49
* misc: fix shadow declarationsSami Kerola2015-08-241-3/+3
* libmount: (monitor) fix docsKarel Zak2015-08-191-1/+1
* libmount: add support for "bind,ro"Karel Zak2015-08-171-1/+47
* libmount: fix typo in mnt_optstr_prepend_option()Karel Zak2015-08-051-1/+1
* libmount: variable dereferenced before check [smatch scan]Karel Zak2015-08-051-1/+2
* build-sys: add --disable-assertKarel Zak2015-08-042-11/+2Star
* libmount: cleanup assert() usageKarel Zak2015-08-046-54/+6Star
* 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: improve monitor to be usable for non-root usersKarel Zak2015-06-191-82/+142
* libmount: (docs) fix wordingRonny Chevalier2015-06-031-1/+1
* libmount: (docs) fix typoRonny Chevalier2015-06-031-1/+1
* libmount: do not call umount helper on --fakeKarel Zak2015-06-032-3/+9
* libmount: fix mnt_monitor_event_cleanup()Karel Zak2015-06-011-13/+26
* docs: fix gtk-docs related warningsKarel Zak2015-05-282-1/+2
* libmount: add note about flock() to docsKarel Zak2015-04-021-0/+4
* libmount: add support for MS_LAZYTIMEKarel Zak2015-03-302-0/+8
* libmount: mark overlay as pseudo-FSKarel Zak2015-03-111-0/+1
* libmount: add mnt_table_get_fs_root() to header fileKarel Zak2015-03-111-0/+4
* libmount: cleanup fs root detection codeKarel Zak2015-03-103-45/+26Star