Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-25 | libmount: don't compile tests by default | Karel Zak | 1 | -4/+2 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-25 | libmount: fix debug message | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-25 | libmount: compile tests | Karel Zak | 1 | -3/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-25 | libmount: fix user= usage | Karel Zak | 3 | -5/+8 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-25 | libmount: improve status check, minor cleanups | Karel Zak | 6 | -20/+44 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-24 | libmount: rename mount.sym -> libmount.sym | Karel Zak | 2 | -3/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-24 | libmount: add mnt_context_get_{source,target,fstype} | Karel Zak | 4 | -3/+57 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-23 | libmount: _SC_GETPW_R_SIZE_MAX portability issue | Karel Zak | 1 | -0/+4 | |
Addresses: https://bugs.gentoo.org/show_bug.cgi?id=350340 Reported-by: Alan Hourihane <alanh@fairlite.co.uk> Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-22 | libmount: cleanup API, remove typedef | Karel Zak | 20 | -935/+963 | |
- replace mnt_ with libmnt_ prefix for types (the old prefix was too generic) - remove typedef, use struct everywhere - use shorter functions names (s/userspace/user/; s/mountflags/mflags/) Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-22 | libmount: add functions for mount.<type> helpers | Karel Zak | 5 | -5/+79 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-22 | libmount: rename mount.h to libmount.h | Karel Zak | 7 | -9/+10 | |
The mount.h file name is too generic. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-22 | libmount: split mnt_context_do_mount() | Karel Zak | 6 | -22/+108 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-19 | libmount: add mnt_context_is_* functions | Karel Zak | 3 | -1/+111 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-18 | libmount: cleanup internal API | Karel Zak | 1 | -1/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-13 | libmount: improve fstab/mtab options usage | Karel Zak | 3 | -53/+71 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-10 | libmount: add mount(8) sample | Karel Zak | 5 | -1/+432 | |
This code is going to be used as mount(8) replacement in the next major release (2.20). For now this mount(8) implementation does not support loopdevs initialization. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-10 | libmount: properly canonicalize source and target | Karel Zak | 6 | -21/+68 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-04 | remove duplicate includes | Karel Zak | 3 | -5/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-04 | libmount: cleanup API and docs | Karel Zak | 16 | -291/+247 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix tab_update test program | Karel Zak | 1 | -1/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | lib: [env] consolidate safe_getenv() usage | Karel Zak | 3 | -36/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup mount.sym | Karel Zak | 1 | -13/+55 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup lock API | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup context API | Karel Zak | 3 | -17/+8 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: don't export some cache.c files | Karel Zak | 3 | -21/+7 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: better work with mtab options | Karel Zak | 9 | -18/+159 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: don't use NULL pointer in mntenv | Karel Zak | 1 | -0/+5 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | mount: use libmount for mtab/utab updates | Karel Zak | 1 | -1/+0 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix mount.h includes | Karel Zak | 1 | -0/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: clean mnt_update_* target usage | Karel Zak | 2 | -17/+26 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup MS_RDONLY usageand mnt_update_* symbols | Karel Zak | 6 | -27/+115 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: minor fixes | Karel Zak | 5 | -5/+10 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: use separate buffer for userspace options, add mount attributes | Karel Zak | 11 | -375/+702 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add mntent.h compatible stuff | Karel Zak | 3 | -15/+100 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: cleanup mangle() usage | Karel Zak | 1 | -5/+9 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: minor fixes in cache.c | Karel Zak | 1 | -2/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: remove utab from API, update tests | Karel Zak | 8 | -118/+125 | |
The utab file is private libmount stuff. Anything about utab should not be exported by library API. Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix to work with btrfs subvolume user mounts | Karel Zak | 5 | -21/+31 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: use better format for utab, improve bind mounts | Karel Zak | 8 | -106/+270 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix utab file and dir modes, add new debug messages | Karel Zak | 5 | -9/+32 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | tests: improve libmount context mount and umount test | Karel Zak | 1 | -0/+4 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add new debug messages, fix umount return code | Karel Zak | 2 | -4/+18 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix context mount test | Karel Zak | 3 | -39/+20 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix mnt_optstr_remove_option_at() | Karel Zak | 1 | -1/+3 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: support /{proc,etc}/filesystems | Karel Zak | 7 | -39/+241 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: add debug messages and fix typos in tab_update | Karel Zak | 3 | -13/+32 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: rewrite update | Karel Zak | 8 | -1010/+693 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix Makefile and tests | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: improve function for work with mtab paths | Karel Zak | 2 | -112/+122 | |
Signed-off-by: Karel Zak <kzak@redhat.com> | |||||
2011-01-03 | libmount: fix comment for mnt_unlock_file() | Karel Zak | 1 | -1/+1 | |
Signed-off-by: Karel Zak <kzak@redhat.com> |