summaryrefslogtreecommitdiffstats
path: root/libmount/src
Commit message (Expand)AuthorAgeFilesLines
...
* libmount: use memmove when overlap possibleDave Reisner2013-09-201-1/+1
* lib: rename time-util.c to timeutils.c, fix headersKarel Zak2013-09-101-0/+1
* lib/strutils: move *swith() functions to private librarySami Kerola2013-08-294-36/+2Star
* build-sys: add CFLAGS and LDFLAGS for daemons and shared libsKarel Zak2013-08-271-0/+2
* libmount: cleanup libmnt_fs list after mnt_table_remove_fs()Karel Zak2013-08-222-1/+13
* libmount: add reference counter to libmnt_tableKarel Zak2013-08-219-50/+98
* libmount: add reference counting to libmnt_cacheKarel Zak2013-08-215-30/+68
* libmount: add reference counting to libmount_fsKarel Zak2013-08-219-41/+113
* libmount: add function for context userdataKarel Zak2013-08-213-0/+43
* libmount: add mnt_table_is_empty(), improve table list usageKarel Zak2013-08-204-9/+30
* libmount: add mnt_table_{first,last}_fs()Karel Zak2013-08-203-0/+44
* libmount: add mnt_table_{set,get}_userdata()Karel Zak2013-08-203-0/+36
* libmount: add mnt_table_with_comments()Karel Zak2013-08-203-0/+14
* libmount: be robust when work with loopdev backing file pathsKarel Zak2013-08-052-18/+17Star
* libmount: canonicalize for conversion from loopdev backing fileKarel Zak2013-08-051-1/+6
* libmount: fix typosOndrej Oprala2013-08-0519-353/+354
* libmount: add missing declarations to libmount.h.in and documentationOndrej Oprala2013-08-013-0/+6
* libmount: change tailing to trailing in *_tailing_comments functionsOndrej Oprala2013-08-015-21/+21
* libmount: fix memory leak [clang-analyzer]Karel Zak2013-07-091-1/+2
* lsblk: use devno to check if the filesystem is mountedKarel Zak2013-07-081-1/+15
* libmount: add functions to safely replace a fs tableOndrej Oprala2013-07-033-0/+112
* libmount: add functions to handle comments in fs tablesOndrej Oprala2013-07-037-9/+356
* libmount: add a generic append_string() functionKarel Zak2013-07-022-0/+39
* libmount: be more restrictive about valid tag namesKarel Zak2013-07-025-32/+40
* libmount: be robust for empty target/source stringsKarel Zak2013-06-172-14/+27
* libmount: more robust options string parsingKarel Zak2013-05-301-2/+2
* libmount: use err.h in testKarel Zak2013-05-141-1/+1
* libmount: don't ignore root fs on umount -aKarel Zak2013-05-141-4/+1Star
* libmount: use MS_SILENT for /{proc,etc}/filesystemsKarel Zak2013-05-091-1/+3
* libmount: (test) check writing to a file was successfulSami Kerola2013-04-261-1/+4
* Fix various typosYuri Chornoivan2013-04-261-1/+1
* libmount: add debug message to guess FS functionKarel Zak2013-04-121-0/+1
* libmount: fix mount.nfs segfault, rely on assert() rather than on nonnullKarel Zak2013-04-1210-156/+202
* libmount, col: remove redundant null checks [smatch scan]Sami Kerola2013-04-091-4/+2Star
* various: fix shadow declarations [smatch scan]Sami Kerola2013-04-091-4/+4
* Spelling fixes.Ville Skyttä2013-04-081-2/+2
* libmount: use O_CLOEXECKarel Zak2013-04-034-10/+10
* libmount: add version and features to debug outputKarel Zak2013-04-021-3/+16
* libmount: make mnt_table_find_* more robust [coverity scan]Karel Zak2013-03-271-0/+14
* libmount: fix __mnt_optstr_append_option() nonull attribute [coverity scan]Karel Zak2013-03-271-1/+1
* libmount: fix __mnt_cache_find_tag_value() [coverity scan]Karel Zak2013-03-271-1/+1
* libmount: fix user-mount by root for mount.<type> helpersKarel Zak2013-03-261-0/+22
* libmount: add mnt_table_find_mountpoint()Karel Zak2013-03-255-1/+82
* libmount: make libmount.h consistent with codeKarel Zak2013-03-251-16/+8Star
* libmount: umount crashes when trying to umount a non-mountpointKarel Zak2013-03-253-3/+6
* libmount: clean up header fileKarel Zak2013-03-152-186/+133Star
* libmount: ignore name=value if only 'name' is expectedKarel Zak2013-02-281-1/+21
* libmount: export umount mountpoint look up codeKarel Zak2013-02-263-25/+61
* libmount: don't prepare update for empty mtab/utab on umountKarel Zak2013-02-261-3/+10
* libmount: optimize tab files parsingKarel Zak2013-02-263-20/+33