| Commit message (Expand) | Author | Age | Files | Lines |
* | build-sys: use top-level directory for libmount rather than shlibs/mount | Karel Zak | 2011-06-09 | 1 | -1741/+0 |
* | libmount: fix uninitialized variable in sample | Karel Zak | 2011-06-08 | 1 | -1/+2 |
* | libmount: use libmnt_lock for utab flock | Karel Zak | 2011-04-13 | 1 | -9/+16 |
* | libmount: support /run/mount rather than /dev/.mount | Karel Zak | 2011-03-31 | 1 | -2/+2 |
* | libmount: block signals when writing to mtab | Karel Zak | 2011-03-30 | 1 | -8/+18 |
* | libmount: cleanup *_do_[u]mount() return codes and docs | Karel Zak | 2011-03-14 | 1 | -1/+4 |
* | libmount: better "user" evaluation | Karel Zak | 2011-02-23 | 1 | -1/+40 |
* | libmount: don't export functions for vfs/fs/userspace mount options | Karel Zak | 2011-02-22 | 1 | -28/+6 |
* | tests: fix libmount test | Karel Zak | 2011-02-09 | 1 | -5/+4 |
* | libmount: don't prepare update if syscall failed | Karel Zak | 2011-02-07 | 1 | -0/+10 |
* | libmount: cleanup helper initialization API | Karel Zak | 2011-02-02 | 1 | -3/+31 |
* | libmount: cleanup high-level mount API | Karel Zak | 2011-02-02 | 1 | -2/+2 |
* | libmount: fix user= usage | Karel Zak | 2011-01-25 | 1 | -1/+3 |
* | libmount: improve status check, minor cleanups | Karel Zak | 2011-01-25 | 1 | -2/+23 |
* | libmount: add mnt_context_get_{source,target,fstype} | Karel Zak | 2011-01-24 | 1 | -1/+45 |
* | libmount: cleanup API, remove typedef | Karel Zak | 2011-01-22 | 1 | -116/+121 |
* | libmount: add functions for mount.<type> helpers | Karel Zak | 2011-01-22 | 1 | -1/+15 |
* | libmount: split mnt_context_do_mount() | Karel Zak | 2011-01-22 | 1 | -1/+1 |
* | libmount: add mnt_context_is_* functions | Karel Zak | 2011-01-19 | 1 | -0/+93 |
* | libmount: improve fstab/mtab options usage | Karel Zak | 2011-01-13 | 1 | -49/+51 |
* | libmount: properly canonicalize source and target | Karel Zak | 2011-01-10 | 1 | -17/+51 |
* | libmount: cleanup API and docs | Karel Zak | 2011-01-04 | 1 | -7/+30 |
* | libmount: cleanup context API | Karel Zak | 2011-01-03 | 1 | -14/+0 |
* | libmount: clean mnt_update_* target usage | Karel Zak | 2011-01-03 | 1 | -8/+11 |
* | libmount: cleanup MS_RDONLY usageand mnt_update_* symbols | Karel Zak | 2011-01-03 | 1 | -0/+15 |
* | libmount: minor fixes | Karel Zak | 2011-01-03 | 1 | -0/+3 |
* | libmount: use separate buffer for userspace options, add mount attributes | Karel Zak | 2011-01-03 | 1 | -21/+46 |
* | libmount: remove utab from API, update tests | Karel Zak | 2011-01-03 | 1 | -12/+6 |
* | libmount: fix to work with btrfs subvolume user mounts | Karel Zak | 2011-01-03 | 1 | -3/+3 |
* | libmount: fix utab file and dir modes, add new debug messages | Karel Zak | 2011-01-03 | 1 | -4/+14 |
* | tests: improve libmount context mount and umount test | Karel Zak | 2011-01-03 | 1 | -0/+4 |
* | libmount: add new debug messages, fix umount return code | Karel Zak | 2011-01-03 | 1 | -4/+13 |
* | libmount: fix context mount test | Karel Zak | 2011-01-03 | 1 | -38/+16 |
* | libmount: support /{proc,etc}/filesystems | Karel Zak | 2011-01-03 | 1 | -3/+32 |
* | libmount: rewrite update | Karel Zak | 2011-01-03 | 1 | -41/+70 |
* | libmount: allow to overwrite mtab/fstab paths | Karel Zak | 2011-01-03 | 1 | -2/+2 |
* | libmount: improve assert() and DBG() usage | Karel Zak | 2011-01-03 | 1 | -3/+50 |
* | libmount: add umount(2) support | Karel Zak | 2011-01-03 | 1 | -1/+164 |
* | libmount: add mnt_context_get_{fstab,mtab}() | Karel Zak | 2011-01-03 | 1 | -38/+89 |
* | libmount: allows to swap source and target | Karel Zak | 2011-01-03 | 1 | -24/+144 |
* | libmount: split context.c | Karel Zak | 2011-01-03 | 1 | -833/+73 |
* | libmount: cleanup helpers support | Karel Zak | 2011-01-03 | 1 | -114/+117 |
* | libmount: fix mount helpers call | Karel Zak | 2011-01-03 | 1 | -24/+115 |
* | libmount: update mtab after mount(2) | Karel Zak | 2011-01-03 | 1 | -7/+52 |
* | libmount: add mount(2) and /sbin/mount.<type> support | Karel Zak | 2011-01-03 | 1 | -37/+268 |
* | libmount: add mtab managment to context API | Karel Zak | 2011-01-03 | 1 | -5/+74 |
* | libmount: add FS detection | Karel Zak | 2011-01-03 | 1 | -1/+35 |
* | libmount: better permissions and optstr evaliation | Karel Zak | 2011-01-03 | 1 | -67/+155 |
* | libmount: implement mnt_context_subst_optstr() | Karel Zak | 2011-01-03 | 1 | -24/+59 |
* | libmount: add first part of high-level API | Karel Zak | 2011-01-03 | 1 | -0/+1126 |