summaryrefslogtreecommitdiffstats
path: root/libblkid
Commit message (Expand)AuthorAgeFilesLines
* libblkid: comparing an array to null is not useful [coverity scan]Karel Zak2014-07-171-1/+1
* libblkid: fix probe_ddf() [clang-analyze]Karel Zak2014-07-011-6/+5Star
* libblkid: correct the return values in squashfs probeDavid Shea2014-06-241-3/+3
* libblkid: fix compiler warning [-Wimplicit-function-declaration]Karel Zak2014-06-182-0/+3
* lib/sysfs: add sysfs_devno_is_lvm_private() from libblkidKarel Zak2014-06-174-32/+2Star
* Only move shared libraries to /lib if they existsThomas Petazzoni2014-06-161-1/+1
* libblkid: cleanup internal return codesKarel Zak2014-06-103-27/+34
* libblkid: ignore private LVM devicesKarel Zak2014-06-106-3/+69
* docs: fix "behaviour" vs. "behavior"Karel Zak2014-06-061-1/+1
* docs: rename libs xml/version.xml to xml/version-utils.xmlKarel Zak2014-06-031-1/+1
* libblkid: (zfs) let's keep compiler happyKarel Zak2014-05-301-1/+1
* Merge branch 'fix-build-sys' of https://github.com/rudimeier/util-linuxKarel Zak2014-05-261-1/+1
|\
| * build-sys: fix typo, sparc vs spark (62b2c024)Ruediger Meier2014-05-231-1/+1
* | libblkid: detect squashfs 3 vs 4Ruediger Meier2014-05-263-15/+50
|/
* libblkid/libblkid.3: Improve the typsetting of the manualBjarni Ingi Gislason2014-05-061-3/+3
* libblkid: make new_partition() more robustKarel Zak2014-04-181-2/+3
* libblkid: fix return codes from PART_ENTRY_* probingKarel Zak2014-04-151-1/+11
* libblkid: remove private function from docsKarel Zak2014-04-071-7/+1Star
* build-sys: fix .h.in usage in libblkid and libmountKarel Zak2014-04-071-1/+1
* libblkid: fix partitions probingKarel Zak2014-03-284-5/+11
* libblkid: use new debug functionsKarel Zak2014-03-2134-218/+196Star
* Merge branch 'common_debug' of https://github.com/ooprala/util-linuxKarel Zak2014-03-212-26/+7Star
|\
| * clean up redundant macros and definesOndrej Oprala2014-03-132-10/+1Star
| * libblkid: use include/debug.hOndrej Oprala2014-03-132-21/+11Star
* | blkid: convert superblocks to new calling conventionHannes Reinecke2014-03-2056-303/+376
* | blkid: stop scanning on I/O errorHannes Reinecke2014-03-204-36/+76
* | libblkid: convert GPT attributes to host endianessKarel Zak2014-03-121-1/+1
|/
* build-sys: sort gitignore filesSami Kerola2014-03-122-10/+10
* libblkid: improve commentKarel Zak2014-03-121-1/+1
* build-sys: don't connect _DEPENDENCIES and _LIBADDKarel Zak2014-03-051-6/+5Star
* libblkid: add extra checks to XFS proberKarel Zak2014-02-191-16/+142
* libblkid: detect alone PMBRKarel Zak2014-01-203-2/+44
* libblkid: no more probe for btrfs backup superblockKarel Zak2014-01-164-19/+2Star
* libblkid: add blkid_partlist_get_partition_by_partno()Karel Zak2014-01-154-0/+40
* libblkid: (nilfs2) check also backup superblockKarel Zak2014-01-131-24/+42
* libblkid: Identify extN file system properlyLukas Czerner2013-12-121-180/+3Star
* libblkid: fix sgi PT parser to report system partitionsKarel Zak2013-11-271-2/+1Star
* libblkid: fix memory leak in blkid_parse_tag_string()Karel Zak2013-11-191-5/+9
* libblkid: fix swap-area versionKarel Zak2013-11-041-3/+3
* COPYING: fix grammar of referring phrase, and indicate location betterBenno Schulenberg2013-10-081-2/+2
* libblkid: use proper type in xfs log checker [coverity scan]Karel Zak2013-10-011-1/+1
* libblkid: update docsKarel Zak2013-09-272-0/+2
* libblkid: Get rid of an unnecessary checkKarel Zak2013-09-261-1/+1
* libblkid: fix kboff usage in BSD proberKarel Zak2013-09-161-2/+2
* libblkid: move bsd definitions to pt-bsd.hKarel Zak2013-09-161-78/+1Star
* fdisk: add mbr_get_partition()Karel Zak2013-09-163-10/+7Star
* fdisk: use functions from pt-mbr.hKarel Zak2013-09-163-14/+14
* libblkid: rename sys_type to sys_indKarel Zak2013-09-163-10/+10
* libblkid: move MBR definitions to include/pt-mbr.hKarel Zak2013-09-165-53/+8Star
* libblkid: move MBR partition types to include/Karel Zak2013-09-168-142/+20Star