summaryrefslogtreecommitdiffstats
path: root/libblkid
Commit message (Expand)AuthorAgeFilesLines
* build-sys: convert libblkid/ to moduleKarel Zak2012-06-2610-288/+262Star
* libblkid: update dm-verity scanMilan Broz2012-06-151-14/+19
* libblkid: trust in udev symlinks, don't verifyKarel Zak2012-06-122-1/+8
* libblkid: add dm-verity hash device detectionMilan Broz2012-06-053-0/+43
* include: rename writeall.h to all-io.hPetr Uzel2012-05-151-1/+1
* libblkid: support UFS UUIDVladimir 'φ-coder/phcoder' Serbinenko2012-05-041-0/+19
* libblkid: accept small blocks for NTFS and Reiserfs in blkidVladimir 'φ-coder/phcoder' Serbinenko2012-05-042-4/+4
* libblkid: befs: declare functions staticPetr Uzel2012-04-231-6/+6
* Fix typos found by misspellingsBernhard Voelker2012-04-236-9/+9
* libblkid: add support for PARTUUID= and PARTLABEL=Karel Zak2012-04-192-1/+20
* sysfs: move blkid_devno_to_wholedisk to sysfs_devno_to_wholediskMichal Luscon2012-03-271-129/+1Star
* libblkid: generate pseudo-UUID for ISO9660 image fileAndreas Vogel2012-03-211-1/+63
* libblkid: fix sysfs context usageKarel Zak2012-03-063-6/+7
* libblkid: properly reset chain in probe_do_wipe()Karel Zak2012-03-011-5/+35
* build-sys: enhance readability of the autotools filesSami Kerola2012-02-286-99/+138
* docs: corrections to FSF license files, and postal addressSami Kerola2012-02-242-2/+2
* libblkid: add BLKID_PARTS_MAGIC to blkid_do_wipe() docsKarel Zak2012-02-221-1/+2
* docs: update copyright yearsKarel Zak2012-02-221-1/+1
* libblkid: update docsKarel Zak2012-02-221-0/+2
* libblkid: verify arroy bound before reference [cppcheck]Sami Kerola2012-02-081-1/+1
* libblkid: allow return value to indicate error [cppcheck]Sami Kerola2012-02-081-1/+1
* libblkid: clarify operation order [cppcheck]Sami Kerola2012-02-081-1/+1
* libblkid: improve reiserfs and btrfs min. size limitsKarel Zak2012-02-082-3/+3
* libblkid: remove >> 9 from GPT codeKarel Zak2012-02-061-2/+4
* libblkid: fix suspicious implicit sign extension [coverity scan]Karel Zak2012-01-311-1/+1
* libblkid: more robust idx usage [coverity scan]Karel Zak2012-01-311-2/+4
* libblkid: make fd usage in md code more robustKarel Zak2012-01-311-2/+4
* libblkid: comparing an array to null is not useful [coverity scan]Karel Zak2012-01-313-5/+3Star
* libblkid: check for NULL in blkid_flush_cache() [coverity scan]Karel Zak2012-01-311-2/+4
* libblkid: fix blkid_do_fullprobe() [coverity scan]Karel Zak2012-01-311-2/+1Star
* libblkid: check blkid_probe_set_magic() return in ultrix code [coverity scan]Karel Zak2012-01-311-2/+3
* libblkid: check blkid_probe_set_magic() return in GPT code [coverity scan]Karel Zak2012-01-311-2/+3
* libblkid: check return values in safe_probe code [coverity scan]Karel Zak2012-01-311-4/+11
* libblkid: check blkid_probe_set_magic() return value [coverity scan]Karel Zak2012-01-311-1/+1
* libblkid: check rename() return value [coverity scan]Karel Zak2012-01-311-3/+9
* libblkid: fix use-after-free [coverity scan]Karel Zak2012-01-301-0/+2
* libblkid: fix limit for OCFS checkKarel Zak2012-01-301-2/+2
* blkid: move cache to /run on new systemsKarel Zak2012-01-255-40/+47
* libblkid; fix memory leak in blkid_probe_get_wholedisk_probe()Karel Zak2011-12-211-0/+3
* libblkid: minor docs changesFrancesco Cosoleto2011-12-162-9/+9
* build-sys: check HAVE_ definitions with #ifdef [smatch scan]Sami Kerola2011-12-027-17/+17
* libblkid: fix mac partition detectionFrancesco Cosoleto2011-11-221-5/+7
* libblkid: export PTMAGIC also if only PTTYPE requestedKarel Zak2011-11-152-8/+8
* libblkid: export info about PT magic stringsKarel Zak2011-11-134-9/+41
* libblkid: add BLKID_PARTS_MAGICKarel Zak2011-11-115-17/+36
* libblkid: add blkid_do_wipe()Karel Zak2011-11-113-0/+96
* libblkid: don't call CDROM_GET_CAPABILITY for partitionsKarel Zak2011-11-101-1/+4
* libblkid: silence a format string warning [-Wformat]Francesco Cosoleto2011-11-091-1/+1
* misc: use %m in format string instead of %s and strerror(errno)Petr Uzel2011-09-272-6/+5Star
* libblkid: remove unnecessary position check from list_for_each_safe loopsKarel Zak2011-09-122-6/+1Star