summaryrefslogtreecommitdiffstats
path: root/libmount
Commit message (Expand)AuthorAgeFilesLines
* build-sys: expand paths at make timeKarel Zak2012-08-151-1/+2
* build-sys: don't compile lib{mount,blkid} tests when --disable-static specifiedKarel Zak2012-08-021-0/+3
* libmount: deduplicate SELinux mount optionsKarel Zak2012-08-011-0/+9
* libmount: add mnt_optstr_deduplicate_option()Karel Zak2012-08-014-9/+74
* build-sys: move tests to check_PROGRAMSKarel Zak2012-07-301-1/+1
* build-sys: add minisg COPYING filesKarel Zak2012-07-271-1/+2
* libmount: add noreturn function attributeSami Kerola2012-07-261-1/+1
* libmount: fix shadow declarationSami Kerola2012-07-261-1/+1
* libmount: fix compiler warning [-Wsign-compare]Karel Zak2012-07-261-1/+1
* libmount: check VFS mount options in mnt_diff_tables()Karel Zak2012-07-181-3/+5
* libmount: allow to disable swap between source and targetKarel Zak2012-07-176-4/+37
* libmount: rename mnt_context_fstab_applied to mnt_context_tab_appliedKarel Zak2012-07-124-6/+6
* docs: fix typos found by misspellingsBernhard Voelker2012-07-092-2/+2
* libmount: save task ID for mountinfo tilesKarel Zak2012-06-285-3/+57
* build-sys: enable libmount and libblkid docsKarel Zak2012-06-262-11/+6Star
* build-sys: cleanup .gitignore filesKarel Zak2012-06-261-1/+0Star
* build-sys: convert lib/ to libcommon.laKarel Zak2012-06-261-10/+1Star
* build-sys: convert libmount/ to moduleKarel Zak2012-06-264-111/+153
* lib/loopdev: use warn_unused_result forimportant functionsKarel Zak2012-06-212-3/+6
* libmount: improve ifdef HAVE_LIBSELINUX stuffKarel Zak2012-06-191-2/+11
* Merge branch '2012wk23' of git://github.com/kerolasa/lelux-utiliteetitKarel Zak2012-06-152-3/+4
|\
| * build: fix unused parameter warningsSami Kerola2012-06-111-1/+4
| * build: fix redundant redeclaration warningsSami Kerola2012-06-111-2/+0Star
* | libmount: make some string operations more robustKarel Zak2012-06-154-5/+10
* | libmount: fix trivial typosPetr Uzel2012-06-151-2/+2
* | libmount: fix read before allocated bufferPetr Uzel2012-06-151-1/+1
* | libmount: plug a memory leak in exec_helper()Petr Uzel2012-06-151-0/+1
* | libmount: don't use nosuid,noexec,nodev for cifs user=fooKarel Zak2012-06-142-6/+32
* | libmount: don't generate empty option stringsKarel Zak2012-06-142-1/+14
|/
* libmount: trim leading commas from each options stringDave Reisner2012-06-051-0/+5
* Fix typos in comments and wall's man pageBernhard Voelker2012-06-051-1/+1
* libmount: add MNT_ERR_MOUNTOPTKarel Zak2012-05-284-2/+12
* libmount: add MNT_ERR_LOOPDEVKarel Zak2012-05-282-0/+2
* libmount: use stderr for initial debug messageKarel Zak2012-05-231-1/+1
* libmount: Use binary search to compare pseudofsDave Reisner2012-05-231-25/+44
* libmount: don't canonicalize targetKarel Zak2012-05-173-7/+11
* libmount: close device fd (to avoid mount(2) EBUSY)Karel Zak2012-04-271-53/+17Star
* libmount: expose mnt_get_mountpoint as external APIDave Reisner2012-04-264-1/+11
* libmount: add mnt_table_find_devno()Karel Zak2012-04-254-0/+38
* libmount: fix mnt_context_guess_fstype()Karel Zak2012-04-251-3/+2Star
* libmount: add special MNT_ERR_ codesKarel Zak2012-04-242-10/+22
* libmount: fix mount by patternKarel Zak2012-04-241-1/+4
* Fix typos found by misspellingsBernhard Voelker2012-04-233-5/+5
* libmount: add support for PARTUUID= and PARTLABEL=Karel Zak2012-04-191-2/+6
* libmount: add mnt_context_get_options()Karel Zak2012-04-184-2/+24
* libmount: add mnt_context_fstab_applied()Karel Zak2012-04-174-1/+16
* libmount: add support to parse /proc/swapsKarel Zak2012-04-037-4/+213
* libmount: clean up MNT_FMT_* usage in parserKarel Zak2012-04-031-15/+16
* mount: fix recursively propagation mountingDong Hao2012-03-211-2/+3
* libmount: improve mnt_tables_is_mountedKarel Zak2012-03-201-1/+1