summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* 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
* libmount: don't touch mtab when mount -n specifiedKarel Zak2014-06-174-16/+73
* Only move shared libraries to /lib if they existsThomas Petazzoni2014-06-161-1/+1
* lib/fileutils: add stripoff_last_component() from libmountKarel Zak2014-06-093-16/+1Star
* lib/fileutils: add mkdir_p() from libmountKarel Zak2014-06-092-37/+2Star
* docs: fix "behaviour" vs. "behavior"Karel Zak2014-06-061-2/+2
* tests: fix python tests for dist and out-of-tree buildsRuediger Meier2014-06-041-0/+4
* build-sys: use automake's PYTHON primary for __init__.pyRuediger Meier2014-06-031-3/+1Star
* docs: rename libs xml/version.xml to xml/version-utils.xmlKarel Zak2014-06-033-3/+3
* build-sys: fix .h.in usage in libblkid and libmountKarel Zak2014-04-071-1/+1
* mount: apply "nofail" to MNT_ERR_NOSOURCE libmount errorKarel Zak2014-04-071-0/+5
* libmount: silence some docs warningsOndrej Oprala2014-03-282-2/+2
* Merge branch 'master' of https://github.com/rudimeier/util-linuxKarel Zak2014-03-211-2/+1Star
|\
| * build-sys: libmount/python/__init__.py is always a dist fileRuediger Meier2014-03-131-2/+1Star
* | libmount: use new debug functionsKarel Zak2014-03-2116-348/+291Star
* | clean up redundant macros and definesOndrej Oprala2014-03-133-12/+2Star
* | libmount: further debug.h integrationOndrej Oprala2014-03-132-15/+6Star
* | libmount: use macros from include/debug.hOndrej Oprala2014-03-122-8/+5Star
|/
* build-sys: sort gitignore filesSami Kerola2014-03-121-8/+8
* libmount: add statfs_magic.hKarel Zak2014-03-061-74/+74
* libmount: define BTRFS_TEST_MAGIC if missingBernhard Voelker2014-03-051-0/+3
* build-sys: don't connect _DEPENDENCIES and _LIBADDKarel Zak2014-03-051-1/+2
* libmount: cgroup magic already definedKarel Zak2014-03-031-3/+0Star
* umount: don't use mountinfo if possibleKarel Zak2014-03-035-31/+242
* libmount: FS id and parent ID could be zeroKarel Zak2014-02-201-8/+4Star
* libmount: initialize *root to NULL in mnt_table_get_root_fsThomas Bächler2014-02-171-0/+2