Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-03 | libmount: cleanup debug flags | Karel Zak | 2 | -18/+22 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: improve debugging, fix optstr prepend | Karel Zak | 2 | -3/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add new pseudo filesystems | Karel Zak | 1 | -0/+4 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_fs_prepend_optstr() | Karel Zak | 5 | -8/+38 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_optstr_prepend_option() | Karel Zak | 3 | -2/+56 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix optstr test | Karel Zak | 1 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: rewrite DBG() macro | Karel Zak | 9 | -105/+113 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add new psetudo filesystems | Karel Zak | 1 | -0/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (tab_parse.c) | Karel Zak | 1 | -60/+78 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (tab.c) | Karel Zak | 1 | -21/+21 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (optstr.c) | Karel Zak | 1 | -45/+42 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (optmap.c) | Karel Zak | 1 | -4/+4 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (lock.c) | Karel Zak | 1 | -16/+24 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (iter.c) | Karel Zak | 1 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (fs.c) | Karel Zak | 1 | -60/+50 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup return codes (cache.c) | Karel Zak | 5 | -16/+18 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: clean up mnt_fs_set_optstr() | Karel Zak | 6 | -22/+65 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: improve an rename API for mtab management | Karel Zak | 4 | -268/+312 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: update tests | Karel Zak | 2 | -2/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: update mount.{h,sym} | Karel Zak | 2 | -1/+31 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: use mnt_fs for mtab API | Karel Zak | 2 | -85/+71 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix datatype for mountflags | Karel Zak | 3 | -12/+14 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: remove unnecessary options container | Karel Zak | 5 | -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-03 | libmount: add support for mtab managment | Karel Zak | 4 | -11/+968 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: correctly use "none" values | Karel Zak | 3 | -15/+25 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_optstr_get_mountflags() | Karel Zak | 3 | -0/+74 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: improve mnt_get_fs_root() and mnt_get_mountpoint() | Karel Zak | 2 | -9/+17 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add uhelper=, improve mnt_split_optstr() | Karel Zak | 4 | -9/+29 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add unit test for mnt_copy_fs() | Karel Zak | 1 | -0/+29 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add utils to get FS root/mountpoint | Karel Zak | 2 | -0/+94 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_copy_fs() and mnt_fs_set_root() | Karel Zak | 3 | -1/+92 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add unmangle/mangle() functions to API | Karel Zak | 3 | -0/+31 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: remove fs and tab printf functions | Karel Zak | 5 | -219/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add {start,end}swith() functions | Karel Zak | 3 | -1/+57 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_get_writable_mtab_path() | Karel Zak | 3 | -1/+42 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: clean up lock.c | Karel Zak | 1 | -52/+62 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_tab_parse_mtab() | Karel Zak | 7 | -2/+113 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_split_optstr() | Karel Zak | 5 | -26/+152 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: don't return old data from optls iterator | Karel Zak | 1 | -0/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: clean up mount.sym file | Karel Zak | 1 | -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-03 | libmount: add mnt_fs_get_root() | Karel Zak | 5 | -6/+24 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add /etc/fstab.d support | Karel Zak | 5 | -2/+113 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_tab_parse_stream() | Karel Zak | 3 | -34/+52 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: don't store filename to mnt_tab | Karel Zak | 4 | -70/+48 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: improve parser return codes | Karel Zak | 2 | -10/+26 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: remove mnt_tab_strerr() | Karel Zak | 5 | -149/+12 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mnt_tab_set_parser_errcb() | Karel Zak | 4 | -11/+35 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-01 | libblkid: use PRId64 in PT parser | Karel Zak | 1 | -7/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-12-30 | libblkid: fix endian conversion bug in NILFS | Karel Zak | 1 | -1/+1 | |
Reported-by: Andrew Nayenko <resver@gmail.com> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2010-12-03 | libblkid: NTFS volume label not found | Karel Zak | 1 | -1/+1 | |
Reported-by: Hugh Eaves <hugh@hugheaves.com> Signed-off-by: Karel Zak <kzak@redhat.com> |