summaryrefslogtreecommitdiffstats
path: root/libblkid
Commit message (Expand)AuthorAgeFilesLines
* 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
* libblkid: make btrfs magics more readableKarel Zak2013-01-101-10/+4Star
* libblkid: add support for btrfs backup superblockGoffredo Baroncelli2013-01-101-0/+8
* libblkid: add missing promise raid metadata locationsPhillip Susi2013-01-091-1/+1
* libblkid: improve test_blkid_devno, fix compiler warning [-Wunused-result]Karel Zak2012-12-191-1/+3
* libblkid: check mkdir(/run/blkid) return code [coverity scan]Karel Zak2012-12-121-5/+10
* libblkid: re-read PART{UUID,LABEL} for successfully verified cached devicesKarel Zak2012-12-041-5/+15
* libblkid: cleanup arguments checksKarel Zak2012-12-0411-46/+51
* libblkid: cleanup nonnull attribute usageKarel Zak2012-12-041-118/+52Star
* libblkid: cleanup blkid_strconcatKarel Zak2012-11-302-4/+1Star
* libblkid: remove blkid_{strndup,strdup}Karel Zak2012-11-3010-51/+23Star
* libblkid: add function attributes to private APIKarel Zak2012-11-301-51/+123
* libblkid: add function attributes to public APIOndrej Oprala2012-11-301-105/+273
* libblkid: (gpt) don't modify in memory buffersKarel Zak2012-11-211-12/+11Star
* libblkid: remove obsolete tags from cacheKarel Zak2012-11-142-1/+21
* libblkid: fix compiler warning [-Wstrict-aliasing]Karel Zak2012-10-151-3/+5
* libblkid: fix copyright noticed to be consistent (so all are LGPL)Karel Zak2012-09-112-3/+4
* libblkid: check fchmod() return value [coverity scan]Karel Zak2012-09-071-3/+6
* libblkid: improve DBG() macroKarel Zak2012-09-071-1/+1
* libblkid: use O_CLOEXECKarel Zak2012-09-045-6/+6
* libblkid: rewrite ntfs proberKarel Zak2012-08-271-36/+85
* libblkid: use unsigned ints in ntfs proberKarel Zak2012-08-271-19/+22
* build-sys: expand paths at make timeKarel Zak2012-08-151-1/+2
* Fix non-Linux buildSamuel Thibault2012-08-131-3/+12
* build-sys: don't compile lib{mount,blkid} tests when --disable-static specifiedKarel Zak2012-08-021-0/+4
* build-sys: move tests to check_PROGRAMSKarel Zak2012-07-302-2/+2
* build-sys: fix build without libsKarel Zak2012-07-271-6/+15
* build-sys: add minisg COPYING filesKarel Zak2012-07-271-1/+1
* libblkid: add noreturn function attributeSami Kerola2012-07-262-2/+2
* libblkid: fix compiler warning [-Wsign-compare]Karel Zak2012-07-261-1/+1
* Merge branch '2012wk28'Karel Zak2012-07-161-2/+0Star
|\
| * libblkid: remove duplicate entries in symbolsSami Kerola2012-07-161-2/+0Star
* | libblkid: cast blkid_loff_t to unsigned long longPetr Uzel2012-07-161-2/+2
|/
* fix buffer overrun in some calls to sscanfKarel Zak2012-07-092-2/+2
* libblkid: cleanup _attribute__ usageKarel Zak2012-07-092-4/+4