summaryrefslogtreecommitdiffstats
path: root/libmount/src/tab.c
Commit message (Expand)AuthorAgeFilesLines
...
* libmount: add reference counter to libmnt_tableKarel Zak2013-08-211-12/+49
* libmount: add reference counting to libmnt_cacheKarel Zak2013-08-211-4/+12
* libmount: add reference counting to libmount_fsKarel Zak2013-08-211-16/+18
* libmount: add mnt_table_is_empty(), improve table list usageKarel Zak2013-08-201-8/+28
* libmount: add mnt_table_{first,last}_fs()Karel Zak2013-08-201-0/+40
* libmount: add mnt_table_{set,get}_userdata()Karel Zak2013-08-201-0/+31
* libmount: add mnt_table_with_comments()Karel Zak2013-08-201-0/+12
* libmount: fix typosOndrej Oprala2013-08-051-48/+48
* libmount: add missing declarations to libmount.h.in and documentationOndrej Oprala2013-08-011-0/+2
* libmount: change tailing to trailing in *_tailing_comments functionsOndrej Oprala2013-08-011-9/+9
* lsblk: use devno to check if the filesystem is mountedKarel Zak2013-07-081-1/+15
* libmount: add functions to handle comments in fs tablesOndrej Oprala2013-07-031-7/+164
* libmount: be more restrictive about valid tag namesKarel Zak2013-07-021-12/+8Star
* libmount: be robust for empty target/source stringsKarel Zak2013-06-171-12/+16
* various: fix shadow declarations [smatch scan]Sami Kerola2013-04-091-4/+4
* libmount: make mnt_table_find_* more robust [coverity scan]Karel Zak2013-03-271-0/+14
* libmount: add mnt_table_find_mountpoint()Karel Zak2013-03-251-0/+76
* umount: (recursive) don't call umount(2) for already unmounted targetsKarel Zak2012-11-151-5/+9
* libmount: support loopdevs in mnt_table_is_fs_mounted()Karel Zak2012-10-241-2/+28
* libmount: tiny refactoring in mnt_table_is_fs_mounted()Karel Zak2012-10-231-27/+27
* libmount: improve mnt_table_get_root_fs() docsKarel Zak2012-09-101-1/+12
* libmount: rewrite mnt_table_is_fs_mounted() to be less aggressiveKarel Zak2012-08-241-24/+50
* libmount: don't canonicalize targetKarel Zak2012-05-171-3/+8
* libmount: add mnt_table_find_devno()Karel Zak2012-04-251-0/+34
* libmount: improve mnt_tables_is_mountedKarel Zak2012-03-201-1/+1
* libmount: fix "already mounted" detection on systems with mtabKarel Zak2012-03-091-17/+49
* libmount: avoid infinite loop in child fs iterationDave Reisner2012-03-081-0/+5
* libmount: add mnt_fs_streq_target() and export all mnt_fs_streq_*Karel Zak2012-03-021-11/+13
* libmount: add mnt_fs_streq_srcpath()Karel Zak2012-03-021-21/+10Star
* libmount: don't treat "none" differentlyDave Reisner2012-03-021-4/+3Star
* libmount: canonicalize targets from fstab on mount -aKarel Zak2012-02-241-4/+6
* libmount: optimize for paths with tailing slashKarel Zak2012-02-241-1/+1
* libmount: canonicalize all paths from (fs)tabKarel Zak2012-02-241-1/+1
* libmount: fix compiler warnings [-Wuninitialized -Wformat]Karel Zak2012-01-171-1/+1
* libmount: fixed a small typos.p@orbitalfox.com2012-01-041-1/+1
* libmount: consolidate MNT_FS_* codeKarel Zak2012-01-021-4/+4
* libmount; fix possible mem-leakKarel Zak2012-01-021-7/+16
* libmount: always trust the source of a pseudofsDave Reisner2012-01-021-0/+2
* libmount: ignore tailing slash in netfs source pathsPetr Uzel2011-11-081-5/+12
* libmount: previously assumed null pointer [smatch scan]Karel Zak2011-09-121-4/+4
* libmount: remove 'seclabel' on remount, improve for 2.6.39Karel Zak2011-07-251-2/+2
* libmount: remove unnecessary includes, mask API as stableKarel Zak2011-07-251-11/+0Star
* libmount: cleanup docsKarel Zak2011-07-231-3/+2Star
* build-sys: use top-level directory for libmount rather than shlibs/mountKarel Zak2011-06-091-0/+1095