summaryrefslogtreecommitdiff
path: root/lib/blkid
AgeCommit message (Expand)AuthorFilesLines
2009-10-04Don't use in-tree header files if using system uuid or blkid librariesTheodore Ts'o3-36/+21
2009-10-03blkid: Avoid a potentially error message when running "make clean"Theodore Ts'o1-1/+2
2009-08-27blkid: support .ko.gz in modules.dep parserKarel Zak1-9/+8
2009-07-02Add support for configure --enable-verbose-makecmdsTheodore Ts'o1-54/+54
2009-05-17blkid: Don't use a hard-coded path for /bin/rm in test_probe.inTheodore Ts'o1-1/+1
2009-05-02blkid: use /sys/block/dm-<N>/dm/nameKarel Zak1-1/+29
2009-05-02blkid: use /dev/mapper/<name> rather than /dev/dm-<N>Karel Zak1-2/+11
2009-04-22blkid: remove whole-disk entries from cache when partitions are foundEric Sandeen1-0/+24
2009-03-08remove useless if-before-free testsJim Meyering7-30/+15
2009-03-08blkid: Add fallback to ext4 for 2.6.29+ kernels if ext2 is not presentTheodore Ts'o1-0/+83
2009-03-06blkid: recognize ext4(dev) without journalEric Sandeen1-10/+0
2009-03-06e2fsprogs: fix potential null ptr defef in check_for_modules()Eric Sandeen1-0/+2
2009-01-20blkid: Add support for detecting user-level suspend as a swsuspend signatureTheodore Ts'o1-0/+5
2009-01-20blkid: recognize btrfsEric Sandeen2-0/+121
2008-10-18blkid: recognize ext3 with test_fs set as ext3Eric Sandeen1-4/+0
2008-10-18libblkid: Refuse to create a device structure for a non-existent deviceTheodore Ts'o1-0/+2
2008-10-12libblkid: Fix file descriptor leak when checking for a moduleTheodore Ts'o1-1/+3
2008-10-12e2fsprogs: fix blkid detection of ext4dev as ext4Eric Sandeen1-2/+6
2008-09-02Fix pkg-config files: use Requires.private and fix the include directoryTheodore Ts'o1-2/+2
2008-08-27Remove trailing whitespace for the entire source treeTheodore Ts'o13-101/+101
2008-08-27libblkid: Give a priority bonus to "leaf" devicemapper devicesTheodore Ts'o1-3/+37
2008-08-27libblkid: Unexport the private symbol blkid_devdirsTheodore Ts'o2-3/+2
2008-08-26Remove use of devmapper library by the blkid libraryTheodore Ts'o3-197/+2
2008-08-26libblkid: Optimize devicemapper supportTheodore Ts'o3-14/+28
2008-08-24libblkid: Fix namespace leakage of unicode_16be_to_utf8Theodore Ts'o1-2/+2
2008-08-24Fix miscellaneous compile warningsAndreas Dilger1-3/+3
2008-08-24libblkid: Strengthen the JFS probe routineTheodore Ts'o2-4/+17
2008-08-24libblkid: Fix false detection of DFSee created filesystems.Theodore Ts'o1-7/+20
2008-08-22libblkid: Enhance support for MacOS's hfs, hfsplus, and hfsx filesystemsTheodore Ts'o2-6/+240
2008-08-22libblkid: Fix potential crash if blkid cache is out of date when probingTheodore Ts'o1-2/+2
2008-08-14libblkid: On the man page, replace empty references with an existing one.Benno Schulenberg1-15/+9
2008-08-09blkid: Fix probing logic so we find renamed devicesTheodore Ts'o1-2/+4
2008-07-13libblkid: Make sure we never reference a null dev->bid_typeTheodore Ts'o3-3/+6
2008-07-10blkid: Make regression test tolerate older versions of mkswapAndreas Dilger1-11/+24
2008-07-07Add ZFS test image to blkid test suiteRicardo M. Correia2-0/+1
2008-07-06Clean up some trivial build warningsEric Sandeen1-3/+4
2008-06-28blkid: Eliminate stale entries that duplicate a verified deviceTheodore Ts'o1-2/+36
2008-06-28blkid: Make sure a device returned by blkid_find_dev_with_tag existsTheodore Ts'o1-2/+4
2008-06-28blkid: use list_for_each_safe in garbage collectionEric Sandeen1-2/+2
2008-06-21blkid: Fix cc portability problem in probe_lvm2()Theodore Ts'o1-1/+1
2008-06-19blkid: fix swap tests (again)Eric Sandeen1-1/+4
2008-06-17Merge branch 'maint'Theodore Ts'o1-3/+2
2008-06-17libblkid: Fix marginal C code in probe_lvm2()Theodore Ts'o1-3/+2
2008-06-02Merge branch 'maint' into nextTheodore Ts'o1-12/+21
2008-06-02Add ZFS detection to libblkidRicardo M. Correia1-12/+21
2008-05-25Remove bashism in test script for libblkidTheodore Ts'o1-2/+2
2008-05-21Merge branch 'maint'Theodore Ts'o1-21/+27
2008-05-20blkid: If the device mtime is newer that the cache time, force a revalidationTheodore Ts'o1-21/+27
2008-05-12- fix swap sanity tests in blkid, and blkid testsEric Sandeen2-2/+7
2008-04-21Merge branch 'maint'Theodore Ts'o1-1/+6