summaryrefslogtreecommitdiff
path: root/shlibs
AgeCommit message (Collapse)AuthorFilesLines
2011-01-03libmount: cleanup debug flagsKarel Zak2-18/+22
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: improve debugging, fix optstr prependKarel Zak2-3/+5
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add new pseudo filesystemsKarel Zak1-0/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add mnt_fs_prepend_optstr()Karel Zak5-8/+38
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add mnt_optstr_prepend_option()Karel Zak3-2/+56
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: fix optstr testKarel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: rewrite DBG() macroKarel Zak9-105/+113
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add new psetudo filesystemsKarel Zak1-0/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup return codes (tab_parse.c)Karel Zak1-60/+78
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup return codes (tab.c)Karel Zak1-21/+21
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup return codes (optstr.c)Karel Zak1-45/+42
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup return codes (optmap.c)Karel Zak1-4/+4
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup return codes (lock.c)Karel Zak1-16/+24
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup return codes (iter.c)Karel Zak1-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup return codes (fs.c)Karel Zak1-60/+50
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: cleanup return codes (cache.c)Karel Zak5-16/+18
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: clean up mnt_fs_set_optstr()Karel Zak6-22/+65
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: improve an rename API for mtab managementKarel Zak4-268/+312
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: update testsKarel Zak2-2/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: update mount.{h,sym}Karel Zak2-1/+31
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: use mnt_fs for mtab APIKarel Zak2-85/+71
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: fix datatype for mountflagsKarel Zak3-12/+14
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: remove unnecessary options containerKarel Zak5-1630/+2
It seems that we are able to be happy with option strings only. The mnt_optls stuff was over-engineering. Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add support for mtab managmentKarel Zak4-11/+968
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: correctly use "none" valuesKarel Zak3-15/+25
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add mnt_optstr_get_mountflags()Karel Zak3-0/+74
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: improve mnt_get_fs_root() and mnt_get_mountpoint()Karel Zak2-9/+17
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add uhelper=, improve mnt_split_optstr()Karel Zak4-9/+29
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add unit test for mnt_copy_fs()Karel Zak1-0/+29
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add utils to get FS root/mountpointKarel Zak2-0/+94
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add mnt_copy_fs() and mnt_fs_set_root()Karel Zak3-1/+92
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add unmangle/mangle() functions to APIKarel Zak3-0/+31
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: remove fs and tab printf functionsKarel Zak5-219/+2
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add {start,end}swith() functionsKarel Zak3-1/+57
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add mnt_get_writable_mtab_path()Karel Zak3-1/+42
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: clean up lock.cKarel Zak1-52/+62
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add mnt_tab_parse_mtab()Karel Zak7-2/+113
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add mnt_split_optstr()Karel Zak5-26/+152
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: don't return old data from optls iteratorKarel Zak1-0/+3
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: clean up mount.sym fileKarel Zak1-10/+6
The API is not stable yet, so it's possible to increment the current API version rather than create a new version. Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add mnt_fs_get_root()Karel Zak5-6/+24
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add /etc/fstab.d supportKarel Zak5-2/+113
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add mnt_tab_parse_stream()Karel Zak3-34/+52
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: don't store filename to mnt_tabKarel Zak4-70/+48
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: improve parser return codesKarel Zak2-10/+26
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: remove mnt_tab_strerr()Karel Zak5-149/+12
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-03libmount: add mnt_tab_set_parser_errcb()Karel Zak4-11/+35
Signed-off-by: Karel Zak <kzak@redhat.com>
2011-01-01libblkid: use PRId64 in PT parserKarel Zak1-7/+7
Signed-off-by: Karel Zak <kzak@redhat.com>
2010-12-30libblkid: fix endian conversion bug in NILFSKarel Zak1-1/+1
Reported-by: Andrew Nayenko <resver@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com>
2010-12-03libblkid: NTFS volume label not foundKarel Zak1-1/+1
Reported-by: Hugh Eaves <hugh@hugheaves.com> Signed-off-by: Karel Zak <kzak@redhat.com>