Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-06-04 | libmount: add #warning libmount API is not stable yet! | Karel Zak | 2 | -1/+6 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: fix some gtkdoc warnings | Karel Zak | 3 | -3/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: remove mnt_open_device() | Karel Zak | 5 | -40/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | findmnt: small change in usage() | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: fix name of mnt_fs_get_*_optstr() | Karel Zak | 2 | -4/+4 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: merge vfs and fs options more carefully | Karel Zak | 1 | -23/+31 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add docs | Karel Zak | 16 | -72/+472 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: cleanup docs | Karel Zak | 14 | -161/+296 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: fix mnt_fs_match_source() | Karel Zak | 1 | -16/+14 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add new debug messages | Karel Zak | 1 | -0/+10 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: cleanup cache flags and debug messages | Karel Zak | 1 | -9/+9 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: export mnt_init_debug() | Karel Zak | 4 | -4/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | include: move shlibs/.../list.h to the include/ directory | Karel Zak | 1 | -179/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add mnt_cache_find_tag_value() | Karel Zak | 5 | -5/+43 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add support for userdata and work with VFS tree | Karel Zak | 5 | -0/+130 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libblkid: add mnt_iter_get_direction() | Karel Zak | 3 | -1/+18 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: read devno, ID and parent ID from /proc/self/mountinfo | Karel Zak | 6 | -69/+70 | |
The patch also removes obsolete test program from tab_parse.c. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: update symbols table | Karel Zak | 1 | -2/+112 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add fstab/mtab/mountinfo lookup routines | Karel Zak | 5 | -93/+226 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add mnt_match_{fstype,options} functions | Karel Zak | 3 | -1/+169 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add fstab/mtab/mountinfo parsing routines | Karel Zak | 6 | -6/+1490 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: rename mnt_optls_iterate_options() | Karel Zak | 2 | -13/+14 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add mnt_entry | Karel Zak | 4 | -0/+630 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add mtab locking code | Karel Zak | 4 | -2/+532 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: proper tests definition in Makefile.am | Karel Zak | 1 | -7/+21 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add optls (options container) | Karel Zak | 6 | -6/+2042 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add list routines and generic iterator | Karel Zak | 5 | -1/+281 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add mnt_optstr_* functions | Karel Zak | 4 | -1/+430 | |
This set of functions allows to set/get/remove/append option in unparsed options string. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libblkid: add paths and tags cache | Karel Zak | 4 | -3/+558 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add test_version | Karel Zak | 2 | -1/+29 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add debug support | Karel Zak | 4 | -3/+123 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add basic utils | Karel Zak | 5 | -2/+236 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add version.c | Karel Zak | 5 | -2/+81 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-06-03 | libmount: add basic dirs | Karel Zak | 6 | -0/+113 | |
Signed-off-by: Karel Zak <kzak@redhat.com> |