summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
...
* mount: keep MS_MOVE as flagKarel Zak2018-06-011-1/+4
* libmount: don't use MS_MGC_VAL magic in mount(2) syscallKarel Zak2018-06-013-4/+3Star
* libmount: improve MS_REC usageKarel Zak2018-06-013-6/+33
* libmount: include sys/mount.h on Linux onlyKarel Zak2018-05-291-1/+1
* libmount: accept another flags on MS_REMOUNT|MS_BINDKarel Zak2018-05-282-14/+11Star
* libmount: fix compiler warning [-Wunused-parameter]Karel Zak2018-05-031-4/+2Star
* libmount: improve docs about mnt_context_mount() return codesKarel Zak2018-04-261-3/+31
* libmount: fix mnt_table_is_fs_mounted() for NFS bind mounts.NeilBrown2018-04-181-1/+12
* bugfix: fix possible segfault during umount -aRichard Fuchs2018-04-171-1/+2
* libmount: include sys/mount.h only if necessaryKarel Zak2018-03-221-1/+8
* libmount: (docs) update yearKarel Zak2018-03-201-1/+1
* libmount: fix example in docsKarel Zak2018-03-201-1/+1
* libmount: deallocate on /proc/swaps parse errorKarel Zak2018-03-201-5/+6
* libmount: make sure we deallocate on parse errorKarel Zak2018-03-201-2/+4
* libmount: make libmount.h more robustKarel Zak2018-03-201-0/+1
* libmount: fix fs pattern usage in mount --allKarel Zak2018-03-061-0/+12
* libmount: add missing macro to docsKarel Zak2018-02-211-0/+1
* misc: fix typos using codespellRuediger Meier2018-02-163-7/+7
* libmount: fix debug messageKarel Zak2018-02-011-1/+1
* misc: remove %p from debug messagesKarel Zak2018-02-013-12/+6Star
* build-sys: remove redundant EXTRA_DIST filesRuediger Meier2018-01-221-2/+1Star
* build-sys: avoid using prog_DEPENDENCIESRuediger Meier2018-01-221-3/+1Star
* build-sys: remove unneeded dependencies on bla.h.inRuediger Meier2018-01-221-2/+1Star
* build-sys: automake is able to find headers in builddir ...Ruediger Meier2018-01-221-1/+1
* build-sys: remove generated headers from dist tar ballRuediger Meier2018-01-221-4/+2Star
* include/debug: introduce __UL_INIT_DEBUG_FROM_STRING()Karel Zak2018-01-171-1/+1
* include/debug: don't print pointer address for SUID programsKarel Zak2018-01-121-0/+3
* libmount: fix mnt_table_is_fs_mounted() for rbindKarel Zak2018-01-031-1/+2
* libmount: add nsfs between pseudo filesystemsKarel Zak2017-11-211-0/+1
* libmount: minimize utimensat() write test usageKarel Zak2017-11-162-9/+21
* libmount: fix access() utab write testKarel Zak2017-11-084-20/+42
* libmount: Allow MNT_FORCE and MNT_DETACH at umountJoshua Watt2017-11-081-1/+1
* libmount: check waitpid() return codeKarel Zak2017-11-062-10/+22
* libmount: Use waitpid() when waiting for mount helper child processVratislav Podzimek2017-11-062-4/+8
* libmount: use eacess() rather than open() to check mtab/utabKarel Zak2017-10-201-6/+13
* libmount: make sure we call stat() propely [coverity scan]Karel Zak2017-10-111-4/+5
* libmount: add human compatible message for EBADMSG errnoKarel Zak2017-10-021-0/+8
* libmount: fix Python get_propagationGiuseppe Scrivano2017-09-211-8/+5Star
* libmount: export locking errors as MNT_EX_FILEIOKarel Zak2017-09-154-10/+37
* build-sys: don't use non-existing UUID_LIBSRuediger Meier2017-07-181-1/+1
* libmount: make mnt_context_is_fs_mounted work for /procIvan Delalande2017-07-181-2/+12
* libmount: use _exit() in <type> handlersKarel Zak2017-06-292-7/+7
* libmount: ignore "bind" from fstab on command line "remount"Karel Zak2017-06-201-3/+11
* libmount: fix warning "set but not used"Ruediger Meier2017-06-151-4/+2Star
* misc: remove stray semicolonsSami Kerola2017-06-143-4/+4
* misc: fix reassigned values before old ones has been used [cppcheck]Sami Kerola2017-06-147-10/+10
* libmount: btrfs, remove unused setter functionsRuediger Meier2017-06-141-4/+0Star
* Merge branch 'pylibmount-NULL-terminate-kwlist-in-Context_init' of https://gi...Karel Zak2017-06-121-1/+1
|\
| * pylibmount: NULL terminate kwlist in Context_initZac Medico2017-06-081-1/+1
* | libmount: (umount) use mount table filter on -c onlyKarel Zak2017-06-071-2/+9
|/