aboutsummaryrefslogtreecommitdiffstats
path: root/lib/blkid
Commit message (Expand)AuthorAgeFilesLines
...
* libblkid: Fix namespace leakage of unicode_16be_to_utf8Theodore Ts'o2008-08-241-2/+2
* Fix miscellaneous compile warningsAndreas Dilger2008-08-241-3/+3
* libblkid: Strengthen the JFS probe routineTheodore Ts'o2008-08-242-4/+17
* libblkid: Fix false detection of DFSee created filesystems.Theodore Ts'o2008-08-241-7/+20
* libblkid: Enhance support for MacOS's hfs, hfsplus, and hfsx filesystemsTheodore Ts'o2008-08-222-6/+240
* libblkid: Fix potential crash if blkid cache is out of date when probingTheodore Ts'o2008-08-221-2/+2
* libblkid: On the man page, replace empty references with an existing one.Benno Schulenberg2008-08-141-15/+9
* blkid: Fix probing logic so we find renamed devicesTheodore Ts'o2008-08-091-2/+4
* libblkid: Make sure we never reference a null dev->bid_typeTheodore Ts'o2008-07-133-3/+6
* blkid: Make regression test tolerate older versions of mkswapAndreas Dilger2008-07-101-11/+24
* Add ZFS test image to blkid test suiteRicardo M. Correia2008-07-072-0/+1
* Clean up some trivial build warningsEric Sandeen2008-07-061-3/+4
* blkid: Eliminate stale entries that duplicate a verified deviceTheodore Ts'o2008-06-281-2/+36
* blkid: Make sure a device returned by blkid_find_dev_with_tag existsTheodore Ts'o2008-06-281-2/+4
* blkid: use list_for_each_safe in garbage collectionEric Sandeen2008-06-281-2/+2
* blkid: Fix cc portability problem in probe_lvm2()Theodore Ts'o2008-06-211-1/+1
* blkid: fix swap tests (again)Eric Sandeen2008-06-191-1/+4
* Merge branch 'maint'Theodore Ts'o2008-06-171-3/+2
|\
| * libblkid: Fix marginal C code in probe_lvm2()Theodore Ts'o2008-06-171-3/+2
* | Merge branch 'maint' into nextTheodore Ts'o2008-06-021-12/+21
|\|
| * Add ZFS detection to libblkidRicardo M. Correia2008-06-021-12/+21
* | Remove bashism in test script for libblkidTheodore Ts'o2008-05-251-2/+2
* | Merge branch 'maint'Theodore Ts'o2008-05-211-21/+27
|\|
| * blkid: If the device mtime is newer that the cache time, force a revalidationTheodore Ts'o2008-05-201-21/+27
* | - fix swap sanity tests in blkid, and blkid testsEric Sandeen2008-05-122-2/+7
* | Merge branch 'maint'Theodore Ts'o2008-04-211-1/+6
|\|
| * blkid: Keep cached filesystem information on EACCES and ENOENT errorsTheodore Ts'o2008-04-211-1/+6
* | blkid: more sanity checks for swap v1Eric Sandeen2008-04-181-1/+7
* | Merge branch 'maint'Theodore Ts'o2008-03-131-3/+3
|\|
| * blkid: Fix portability problem caused by using uint instead of unsigned intTheodore Ts'o2008-03-081-3/+3
* | Merge branch 'maint'Theodore Ts'o2008-02-273-44/+145
|\|
| * Fix gcc -Wall warnings for lib/blkid/probe.cTheodore Ts'o2008-02-271-14/+16
| * libblkid: Add error checking to devicemapper code to avoid segfaultsTheodore Ts'o2008-02-261-44/+61
| * blkid: detect LVM2 physical volumesEric Sandeen2008-02-192-0/+84
* | Merge branch 'maint' into nextTheodore Ts'o2008-02-104-10/+140
|\|
| * Document the BLKID_FILE environment variable in the libblkid man pageTheodore Ts'o2008-02-091-0/+2
| * blkid: Add support for returning labels for UDF filesystemsTheodore Ts'o2008-02-093-1/+3
| * blkid: Flush cached filesystem information on any error other than EPERMTheodore Ts'o2008-02-091-1/+1
| * blkid: Automatically chose between ext4 and ext4dev as appropriateTheodore Ts'o2008-02-091-8/+134
* | Merge branch 'maint' into nextTheodore Ts'o2008-01-273-28/+204
|\|
| * Use lseek() instead of llseek() of sizeof(long) == sizeof(long long)Theodore Ts'o2008-01-271-2/+2
| * blkid: Add support for HFS+ detectionTheodore Ts'o2008-01-272-0/+57
| * blkid: Make sure the blocksize in reiserfs is saneTheodore Ts'o2008-01-271-0/+4
| * Teach the blkid library about ext4/ext4devTheodore Ts'o2008-01-262-25/+140
| * blkid: have ntfs's UUID compatible with vol_idPixel2008-01-141-1/+1
* | Merge branch 'maint' into nextTheodore Ts'o2008-01-011-0/+1
|\|
| * Fix build error in blkid/tst_types.c when using diet libcTheodore Ts'o2007-12-311-0/+1
* | Merge branch 'maint' into nextTheodore Ts'o2007-12-171-0/+2
|\|
| * blkid: Avoid division by zero error when probing an invalid FAT filesystemTheodore Ts'o2007-12-151-0/+2
* | Merge branch 'maint' into nextTheodore Ts'o2007-12-091-7/+15
|\|