summaryrefslogtreecommitdiff
path: root/lib/blkid
AgeCommit message (Expand)AuthorFilesLines
2007-04-10blkid: Report correct UUID from MD superblocksSergey Vlasov1-1/+1
2007-04-10blkid: Fix MD 0.90 superblock detection on little endian systemsSergey Vlasov1-1/+1
2007-03-23[COVERITY] Fix (error case) memory leak in blkid library (parse_dev)Brian Behlendorf2-1/+7
2007-03-21[VALGRIND] Fix memory leak in libblkid (blkid_get_devname)Theodore Ts'o2-5/+11
2007-03-18[COVERITY] Allow blkid_dev_has_tag to check if a tag exists when value==NULLTheodore Ts'o2-2/+8
2007-03-06Fix memory leak in blkid libraryTheodore Ts'o3-3/+10
2006-09-24blkid_devno_to_devname(): Avoid recursive loops due to symlinks in /devTheodore Ts'o2-3/+9
2006-09-17Fix blkid bug with correctly reporting FAT filesystem labels that are emptyKarel Zak2-2/+6
2006-09-17Add GFS/GFS2 support to the blkid library.Karel Zak3-0/+98
2006-09-12Fix bug in device mapper scanning; probe_one() doesn't want a leading /devTheodore Ts'o2-1/+6
2006-08-19blkid.8.in: Fix description of the -l option to be more accurateAndreas Dilger1-0/+2
2006-08-19This patch fixes up an error in the lib/blkid/Makefile.in which was causingAndreas Dilger2-1/+8
2006-06-21fix comment for blkid_get_dev_size()Andreas Dilger1-1/+1
2006-05-30Add parentheses and casts to make GCC happy.Matthias Andree1-6/+6
2006-05-30Fix SIGBUS through unaligned access to FAT superblocks.Matthias Andree1-4/+7
2006-05-30Change more "echo -n" to "printf" to avoid screen clutter.Matthias Andree1-1/+1
2006-05-30Switch endian detection from Linuxism to AC_C_BIGENDIAN.Matthias Andree1-1/+1
2006-05-30Revise DIOCGDINFO (sys/disklabel.h) related FreeBSD comment.Matthias Andree1-5/+7
2006-05-30Enable sys/disklabel.h and DIOCGDINFO based getsize code.Matthias Andree1-2/+2
2006-05-30Add a bunch of type fixes for debug/"make check" code paths.Matthias Andree6-16/+19
2006-05-30Cast time_t variable to long for fprintf to match %ld.Matthias Andree1-1/+1
2006-05-30Drop unused vector uuid[].Matthias Andree1-1/+0
2006-05-30Implement DIOCGMEDIASIZE for FreeBSD's GEOM.Matthias Andree1-0/+6
2006-05-14Fixed signed vs. unsigned comparison warning in strncmp().Theodore Ts'o2-2/+7
2006-04-09Fix asm_types.h type conflictsTheodore Ts'o4-21/+164
2006-03-25Fix typo bug in previous commit (6ae1ed49c8c6)Theodore Ts'o1-2/+2
2006-03-23Fix file descriptor leak in blkid library in error pathsTheodore Ts'o2-0/+6
2006-03-19Prevent error messages to stderr caused by libblkid calling libdevmapperTheodore Ts'o2-0/+18
2006-03-12Fix blkid's last verification logic to work when the system clock is insaneTheodore Ts'o6-7/+25
2006-03-10Add EXT_JOURNAL to the blkid tag of ext3 filesystems.Theodore Ts'o4-26/+63
2006-03-08Add device-mapper support to the blkid libraryKarel Zak4-3/+170
2005-12-29Add missing parameter to error printf in blkid test program.Theodore Ts'o2-1/+7
2005-12-10Address parallel build problem in the library MakefilesTheodore Ts'o2-1/+9
2005-09-10Search the root directory of FAT filesystems for the label informationTheodore Ts'o3-13/+95
2005-09-10Generic blkid library cleanupTheodore Ts'o3-137/+151
2005-09-10Add a regression test suite for the blkid libraryTheodore Ts'o37-7/+97
2005-09-10Add support to extract basic iso9660 label information to the blkid libraryTheodore Ts'o3-18/+48
2005-09-10Add support for detecting the reiser4 filesystem in the blkid library.Theodore Ts'o3-0/+30
2005-09-07Improve blkid's VFAT/FAT filesystem probe codeTheodore Ts'o2-95/+69
2005-09-07Remove unneeded probe.h header file in lib/blkid/resolve.cTheodore Ts'o2-1/+4
2005-09-06Improve VFAT detection to support filesystems w/o a magic string in the super...Karel Zak3-0/+103
2005-09-06Add support for detecting software suspend partitions to blkidKarel Zak2-0/+12
2005-09-06Fix blkid library so that the cache validation notices ext2 to ext3 conversionKarel Zak2-0/+11
2005-07-25Fix false positives from valgrind: prctl(PR_GET_DUMPABLE)Theodore Ts'o2-2/+8
2005-07-09This patch adds a check to use fstat or fstat64 in getsize.c if theAndreas Dilger2-1/+21
2005-06-30Update for e2fsprogs 1.38 release.Theodore Ts'o1-0/+4
2005-06-27Fix blkid's debugging/TEST_PROGRAM code so that it is sufficientlyTheodore Ts'o3-1/+43
2005-05-07Add a new option to the blkid program, -l, which will more efficiently searchTheodore Ts'o4-16/+57
2005-05-07Fix gcc -Wall nits in the blkid library.Theodore Ts'o6-15/+17
2005-05-07Clean up the debugging code in the blkid library so that we don't use Theodore Ts'o6-63/+66