summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* 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
* linmount: (monitor) refresh docs, headers and symbols tableKarel Zak2015-01-064-8/+23
* libmount: (monitor) use inotify for utab lock fileKarel Zak2015-01-061-73/+75
* libmount: (monitor) add kernel mountninfo monitoringKarel Zak2015-01-063-48/+175
* libmount: (monitor) cleanup wait/verify stuffKarel Zak2015-01-064-77/+286
* libmount: make public top-level monitor FD onlyKarel Zak2015-01-063-166/+223
* libmount: monitor unref function refactoringKarel Zak2015-01-061-14/+10Star
* libmount: cleanup monitor testKarel Zak2015-01-061-26/+34
* libmount: split monitor initializationKarel Zak2015-01-064-118/+181
* libmount: allow unspecified source on remountKarel Zak2014-12-181-1/+9
* libmount: add new libmnt_monitor APIKarel Zak2014-12-059-3/+476
* build-sys: cleanup in libmount MakemoduleKarel Zak2014-11-261-1/+5
* build-sys: cleanup library symbol filesKarel Zak2014-11-201-3/+6
* libmount: fix lock test to use real time to syncKarel Zak2014-11-191-3/+5
* build-sys: move all around clock_gettime() to monotonic.cKarel Zak2014-11-192-1/+2
* build-sys: use CLOCKGETTIME_LIBSKarel Zak2014-11-191-2/+2
* libmount: fix utab entry on remountKarel Zak2014-11-191-0/+3
* libmount: add private mnt_context_get_mtab_for_target()Karel Zak2014-11-193-40/+69
* libmount: reuse allocated fs in parserKarel Zak2014-11-191-7/+15
* libmount: improve mnt_reset_fs()Karel Zak2014-11-191-17/+20
* misc: use monotonic time rater than gettimeofdayKarel Zak2014-11-181-4/+5
* libmount: fix memory overflow [AddressSanitizer]Sami Kerola2014-11-181-1/+1
* lib/loopdev: replace custom DBG() with include/debug.hKarel Zak2014-11-041-2/+0Star
* tests: cleanup libmount debug testKarel Zak2014-11-031-4/+3Star
* libmount: clean up debug, add help debug maskKarel Zak2014-11-032-18/+25
* libmount: improve kernel command line parsingMike Frysinger2014-10-311-10/+24
* include/debug: fix typoKarel Zak2014-10-241-1/+1
* libmount: provide version as int for better compiletime testSøren Holm2014-10-141-0/+3
* libmount: fix mnt_is_readonly() #ifdefKarel Zak2014-10-071-1/+1
* libmount: don't return root if path contains // or ending /Søren Holm2014-10-011-1/+1
* libmount: only include context on linuxAndreas Henriksson2014-09-221-4/+8
* libmount: only invoke loopcxt on linuxAndreas Henriksson2014-09-222-0/+4
* umount: read mountinfo if --detach-loop givenRobert Schiele2014-09-221-1/+3
* libmount: hide details about failed search in fstab/mtabKarel Zak2014-09-161-2/+8
* libmount: use -t for type.subtype in helpers APIKarel Zak2014-08-212-3/+7
* include/debug: cleanup masksKarel Zak2014-08-131-1/+3
* libs/debug: accept human readable names for _DEBUG=Ondrej Oprala2014-08-132-2/+50
* libmount: don't use /{proc,ext}/filesystems when more fs types specifiedKarel Zak2014-07-251-43/+55
* libmount: add missing assert()Karel Zak2014-07-171-0/+1
* libmount: adjust the ordering of a #define and tweak some commentsBenno Schulenberg2014-07-141-11/+10Star
* textual: fix some typosSami Kerola2014-07-131-1/+1
* libmount: always use mnt_resolve_target() in mnt_fs_match_target()Karel Zak2014-07-012-4/+9
* libmount: mnt_resolve_target: tiptoe around active mount pointsEric Rannaud2014-07-015-24/+128
* 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: special treatment for auto in fstype patternKarel Zak2014-06-233-28/+61