summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* 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
* findmnt: don't rely on st_dev for --targetKarel Zak2015-03-101-0/+4
* build-sys: cleanup realtime lib usageKarel Zak2015-03-061-2/+2
* libmount: remove assert(arg) from public functionsKarel Zak2015-02-1610-238/+28Star
* libmount: improve remount logicKarel Zak2015-02-162-3/+5
* libmount: add --enable-libmount-force-mountinfoKarel Zak2015-02-162-1/+8
* libmount: read utab always when read mtab from /procKarel Zak2015-02-123-3/+21
* Revert "libmount: MNT_OMODE_FORCE usage"Karel Zak2015-02-101-3/+2Star
* libmount: MNT_OMODE_FORCE usageFridolin Pokorny2015-02-101-2/+3
* libmount: fix type pointer usageKarel Zak2015-02-031-2/+2
* libmount: fix possible mem leak in has_utab_entry() [coverity scan]Karel Zak2015-01-291-3/+10
* libmount: fix mem leak in do_mount_by_types() [coverity scan]Karel Zak2015-01-292-5/+7
* libmount: add options map to docsKarel Zak2015-01-263-5/+12
* libmount: revert "read mtab on remount" ideaKarel Zak2015-01-161-6/+1Star
* libmount: (docs) add monitor exampleKarel Zak2015-01-131-0/+20
* docs: update API docs yearsKarel Zak2015-01-131-1/+1
* libmount: cleanup gtk-docs warningsKarel Zak2015-01-135-9/+14
* maint: fix shadow declarationSami Kerola2015-01-071-3/+3
* libmount: (monitor) make mnt_monitor_next_changed() usable for epoll version tooKarel Zak2015-01-061-14/+29