summaryrefslogtreecommitdiffstats
path: root/libblkid
Commit message (Expand)AuthorAgeFilesLines
* libblkid: support pseudo PARTUUID= for MBRKarel Zak2013-06-133-1/+14
* libblkid: split blkid_parttable_set_id()Karel Zak2013-06-133-6/+12
* libblkid: set PTUUID for GPT and DOSKarel Zak2013-06-132-14/+22
* libblkid: add functions to set PTUUIDKarel Zak2013-06-132-1/+57
* libblkid: make uuid_is_empty() usable for whole libraryKarel Zak2013-06-133-13/+14
* libblkid: add ReFS magic stringKarel Zak2013-05-144-0/+29
* standard SEE ALSO section of man pagesMike Frysinger2013-05-131-1/+1
* libblkid: fix blkid_parse_tag_string() to ignore incomplete tagsKarel Zak2013-05-061-2/+2
* libblkid: check writing to a file was successfulSami Kerola2013-04-262-2/+9
* libblkid: remove obsolete codeKarel Zak2013-04-181-4/+0Star
* libblkid: ubifs is LEKarel Zak2013-04-181-1/+2
* libblkid: make swap detection arch independentKarel Zak2013-04-181-0/+11
* libblkid: use more robust code in silicon_raid checksum proberKarel Zak2013-04-171-2/+4
* libblkid: fix silicon raid checksum code on BEKarel Zak2013-04-161-1/+1
* libblkid: arch independent minix detectionKarel Zak2013-04-151-26/+91
* libblkid: remove duplicate includesKarel Zak2013-04-101-2/+0Star
* libblkid: fix ZFS superblok offset for SBMAGICKarel Zak2013-04-101-4/+8
* libblkid: export blkid_init_debug()Karel Zak2013-04-097-27/+63
* libblkid: support LIBBLKID_DEBUG= onlyKarel Zak2013-04-091-3/+0Star
* libblkid: fix DBG()Karel Zak2013-04-091-4/+7
* libblkid: number of functions should not be declared extern [smatch scan]Sami Kerola2013-04-092-10/+10
* various: fix variable and function declarations [smatch scan]Sami Kerola2013-04-091-3/+3
* libblkid: clean up DBG()Karel Zak2013-04-0834-361/+278Star
* libblkid: use O_CLOEXECKarel Zak2013-04-039-14/+14
* libblkid: (udf) fix possible null pointer dereference [coverity scan]Karel Zak2013-03-271-1/+2
* libblkid: check returns [coverity scan]Karel Zak2013-03-271-1/+2
* libblkid: fix NTFS prober on big-endian machinesKarel Zak2013-03-271-4/+4
* docs: make the section AVAILABILITY always come last in man pagesBenno Schulenberg2013-03-201-4/+3Star
* docs: update yearKarel Zak2013-03-151-1/+1
* libblkid: clean up header fileKarel Zak2013-03-155-92/+60Star
* libblkid: fix docs commentKarel Zak2013-03-151-1/+1
* libblkid: ignore nested BSD partitions if same like parentKarel Zak2013-03-111-0/+7
* libblkid: rename in sun_disklabel for compatibility with fdiskKarel Zak2013-03-111-1/+1
* libblkid: move sun PT definition to include/Karel Zak2013-03-111-67/+2Star
* libblkid: use correct block size for UDF probeZachary Catlin2013-03-021-15/+30
* libblkid: add debug messages for "idmag" stuff and btrfsKarel Zak2013-02-202-1/+5
* libblkid: make backup superblock visible for wipefs(8) onlyKarel Zak2013-02-193-0/+12
* libblkid: add blkid_probe_step_back to documentationKarel Zak2013-02-191-3/+4
* libblkid: return disk ID/UUID by PT binary interfaceKarel Zak2013-02-199-4/+58
* libblkid: read whole buffer for iso_volume_descriptorKarel Zak2013-02-141-2/+3
* libblkid: Probe UDF volumes for ISO9660 info as wellZeeshan Ali (Khattak)2013-02-144-2/+33
* libblkid: Expose more ISO9660 headersZeeshan Ali (Khattak)2013-02-146-9/+126
* libblkid: Don't keep reading same sector of ISOZeeshan Ali (Khattak)2013-02-141-1/+3
* libblkid: add missing le16_to_cpu to sil raid proberKarel Zak2013-02-071-1/+1
* libblkid: improve Silicon RAID proberKarel Zak2013-02-071-6/+51
* libblkid: make blkid_new_probe_from_filename() usable on whole-diskKarel Zak2013-02-061-0/+2
* libblkid: add Flash-Friendly File System (f2fs) supportAlejandro Martinez Ruiz2013-02-064-1/+103
* a pointer should not be compared to zero [coccinelle]Sami Kerola2013-02-061-1/+1
* libblkid: add blkid_probe_step_back()Karel Zak2013-02-043-22/+97
* libblkid: remove optimization from verify( funrtionKarel Zak2013-02-011-65/+11Star