summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Collapse)AuthorAgeFilesLines
* libmount: fix compiler warnings [-Wunused-parameter -Wsign-compare]Karel Zak2011-08-025-14/+20
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: remove and ignore generated filesKarel Zak2011-07-282-0/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: fix gtk-doc distcleanKarel Zak2011-07-271-1/+1
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: remove 'seclabel' on remount, improve for 2.6.39Karel Zak2011-07-252-9/+31
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: improve apply_fstab debuggingKarel Zak2011-07-251-4/+17
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add MOUNT_2.20 version to the APIKarel Zak2011-07-251-13/+16
| | | | | | The API is officially stable since 2.20. Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: remove unnecessary includes, mask API as stableKarel Zak2011-07-2517-112/+8Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: clean up docsKarel Zak2011-07-255-20/+70
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup docsKarel Zak2011-07-2313-153/+206
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: fix mtab update for "none" sourceKarel Zak2011-07-201-11/+13
| | | | | | | | | | | | | tab_parse.c:mnt_parse_mountinfo_line parses "none" in src as NULL, tab_update.c:fprintf_mtab_fs sets m1 to NULL instead of "none" and returns -ENOMEM tab_update.c:update_table says "write entry failed: Success", as errno hasn't been set, and gotos to leave, leaving mtab not updated. Addresses-debian-bug: 634871 Reported-by: Tomas Janousek <tomi@nomi.cz> Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup code for "none" source and fstype, fix mem leakKarel Zak2011-07-202-11/+8Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: minor fixesKarel Zak2011-06-272-2/+3
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: allow to convert /dev/loopN to backing filenameKarel Zak2011-06-234-3/+58
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: cleanup return codes in mount sampleKarel Zak2011-06-231-18/+9Star
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add support for mount -aKarel Zak2011-06-236-42/+287
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: fix fstype cachingKarel Zak2011-06-231-15/+27
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: rename in cache.cKarel Zak2011-06-231-16/+16
| | | | | | * don't use mnt_ prefix for static functions Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: clean up cache.cKarel Zak2011-06-231-50/+51
| | | | | | * rename fields in the cache entry to be more readable... Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add generic function to read table for contextKarel Zak2011-06-223-1/+55
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: allow to set parser callback to contextKarel Zak2011-06-215-7/+35
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* mountpoint: add new commandKarel Zak2011-06-213-176/+1Star
| | | | | | | | | | This is libmount based re-implementation of the mountpoint(1) command. The original implementation is maintained in sysvinit suite. The mountpoint(1) in util-linux is not enabled by default (for now) -- use --enable-mountpoint to enable the util. Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: add mount support for loopdevsKarel Zak2011-06-107-26/+261
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* libmount: minor changes in sample programKarel Zak2011-06-091-6/+25
| | | | Signed-off-by: Karel Zak <kzak@redhat.com>
* build-sys: use top-level directory for libmount rather than shlibs/mountKarel Zak2011-06-0935-0/+14266
Signed-off-by: Karel Zak <kzak@redhat.com>