Whamcloud - gitweb
Fix gcc -Wall warnings, especially on 64-bit systems
[tools/e2fsprogs.git] / lib / blkid / ChangeLog
2007-05-25 Andreas DilgerFix gcc -Wall warnings, especially on 64-bit systems
2007-05-19 Theodore Ts'olibblkid: Fix bug which could cuase bid_type to be...
2007-05-18 Theodore Ts'oAdd new function blkid_gc_cache()
2007-03-24 Brian Behlendorf[COVERITY] Fix (error case) memory leak in blkid librar...
2007-03-21 Theodore Ts'o[VALGRIND] Fix memory leak in libblkid (blkid_get_devname)
2007-03-18 Theodore Ts'o[COVERITY] Allow blkid_dev_has_tag to check if a tag...
2007-03-07 Theodore Ts'oFix memory leak in blkid library
2006-09-25 Theodore Ts'oblkid_devno_to_devname(): Avoid recursive loops due...
2006-09-18 Karel ZakFix blkid bug with correctly reporting FAT filesystem...
2006-09-18 Karel ZakAdd GFS/GFS2 support to the blkid library.
2006-09-12 Theodore Ts'oFix bug in device mapper scanning; probe_one() doesn...
2006-08-20 Andreas Dilgerblkid.8.in: Fix description of the -l option to be...
2006-08-20 Andreas DilgerThis patch fixes up an error in the lib/blkid/Makefile...
2006-05-14 Theodore Ts'oFixed signed vs. unsigned comparison warning in strncmp().
2006-04-09 Theodore Ts'oFix asm_types.h type conflicts
2006-03-24 Theodore Ts'oFix file descriptor leak in blkid library in error...
2006-03-19 Theodore Ts'oPrevent error messages to stderr caused by libblkid...
2006-03-13 Theodore Ts'oFix blkid's last verification logic to work when the...
2006-03-10 Theodore Ts'oAdd EXT_JOURNAL to the blkid tag of ext3 filesystems.
2005-12-29 Theodore Ts'oAdd missing parameter to error printf in blkid test...
2005-12-11 Theodore Ts'oAddress parallel build problem in the library Makefiles
2005-09-11 Theodore Ts'oSearch the root directory of FAT filesystems for the...
2005-09-11 Theodore Ts'oGeneric blkid library cleanup
2005-09-10 Theodore Ts'oAdd support to extract basic iso9660 label information...
2005-09-10 Theodore Ts'oAdd support for detecting the reiser4 filesystem in...
2005-09-07 Theodore Ts'oImprove blkid's VFAT/FAT filesystem probe code
2005-09-07 Theodore Ts'oRemove unneeded probe.h header file in lib/blkid/resolve.c
2005-09-06 Karel ZakImprove VFAT detection to support filesystems w/o a...
2005-09-06 Karel ZakAdd support for detecting software suspend partitions...
2005-09-06 Karel ZakFix blkid library so that the cache validation notices...
2005-07-25 Theodore Ts'oFix false positives from valgrind: prctl(PR_GET_DUMPABLE)
2005-07-10 Andreas DilgerThis patch adds a check to use fstat or fstat64 in...
2005-07-01 Theodore Ts'oUpdate for e2fsprogs 1.38 release.
2005-06-27 Theodore Ts'oFix blkid's debugging/TEST_PROGRAM code so that it...
2005-05-07 Theodore Ts'oAdd a new option to the blkid program, -l, which will...
2005-05-07 Theodore Ts'oFix gcc -Wall nits in the blkid library.
2005-05-07 Theodore Ts'oClean up the debugging code in the blkid library so...
2005-05-07 Theodore Ts'oAdd new two new functions to the blkid library: blkid_d...
2005-05-05 Theodore Ts'oFix libblkid's magic number recognition for the cramfs...
2005-04-06 Theodore Ts'oAdd paranoia checks into the blkid, ext2fs, and ss...
2005-03-22 Theodore Ts'oUpdate for the e2fsprogs 1.37 release.
2005-03-22 Theodore Ts'oIgnore the BLKID_FILE environment variable if blkid_get...
2005-03-17 Theodore Ts'ogetsize.c (blkid_get_dev_size): Fix compilation problem on
2005-02-05 Theodore Ts'oUpdate for release of e2fsprogs 1.36.
2005-02-05 Theodore Ts'oRemove *.pc files on a "make distclean"
2005-01-28 Theodore Ts'oblkid.c (main, compare_search_type): Make blkid -t...
2005-01-26 Theodore Ts'oAdd functions which allow an application program to...
2005-01-26 Theodore Ts'oAdd pkg-config files to e2fsprogs's libraries.
2005-01-25 Theodore Ts'oprobe.c: Windows can perform a "quick format" that...
2005-01-21 Theodore Ts'oAdd support to the blkid library to recognize Oracle...
2005-01-19 Theodore Ts'oMakefile.in: Fix the kernel compile-time echo commands...
2005-01-13 Matthias Andreelib/blkid/getsize.c: Move #include "blkidP.h" before...
2005-01-11 Theodore Ts'oApply Janos Farkas's patch to support extracting the...
2005-01-05 Theodore Ts'oAdjust blkid library so that it returns vfat in prefere...
2004-12-15 Theodore Ts'oAdd install-strip and install-shlibs-strip targets
2004-12-15 Theodore Ts'oUse MKINSTALLDIRS macro so that the Makefiles can find...
2004-12-01 Theodore Ts'oAvoid using uint and uchar types when probing for ocfs2...
2004-11-30 Theodore Ts'oUse Linux-kernel-style makefile output to make it easier to
2004-11-19 Theodore Ts'oprobe.c (probe_ocfs): Fix bug where the wrong size...
2004-09-18 Theodore Ts'oAdd support for ocfs2 detection to the blkid library,
2004-09-17 Theodore Ts'oClean up the header file #include's for lib/blkid/getsize.c
2004-09-17 Theodore Ts'oOn non-linux systems, use lseek64() if it is present in
2004-05-15 Theodore Ts'oread.c (blkid_read_cache): Add missing fclose() which was
2004-04-20 Theodore Ts'oprobe.c (blkid_verify_devname): If the time is earlier...
2004-04-12 Theodore Ts'oIn the blkid library, if the BLKID_FILE environment
2004-04-03 Theodore Ts'oRefine the build process to avoid re-running subst...
2004-04-03 Theodore Ts'oUse C99 stdint.h types instead of custom types in the...
2004-03-22 Theodore Ts'oDon't close the file descriptor when determining the...
2004-03-08 Theodore Ts'oOnly use the BLKGETSIZE64 ioctl on Linux 2.6 since...
2004-03-05 Theodore Ts'oprobe.c (probe_ocfs), probe.h: Add support for the...
2004-03-02 Theodore Ts'oUpdate getsize functions to use the Apple Darwin and...
2004-03-01 Theodore Ts'oPatch from Brian Bergstrand to use the correct -fPIC...
2004-02-28 Theodore Ts'oUpdate version number for e2fsprogs 1.35 release.
2003-12-07 Theodore Ts'oFix gcc -Wall nitpicks
2003-07-26 Theodore Ts'oUpdate for 1.34 release.
2003-07-22 Theodore Ts'oprobe.c (probe_udf): Add specific UDF probing code...
2003-07-21 Theodore Ts'oprobe.c (blkid_known_fstype): New function which return...
2003-07-20 Theodore Ts'oprobe.c: When revalidating a filesystem in the blkid...
2003-07-18 Theodore Ts'otag.c (blkid_find_dev_with_tag): If blkid_probe_all...
2003-07-06 Theodore Ts'oFixx gcc -Wall nitpicks.
2003-05-21 Theodore Ts'oMakefile.in (ELF_OTHER_LIBS): The blkid library depends...
2003-04-21 Theodore Ts'oUpdate for 1.33 release.
2003-04-19 Theodore Ts'oFix gcc -Wall warnings.
2003-04-03 Theodore Ts'oFix XFS superblock definition. Add support to
2003-03-31 Theodore Ts'ogetsize.c: #include stat.h for the Apple Darwin port
2003-03-17 Theodore Ts'ocache.c: Initialize blkid_debug_mask to zero since...
2003-03-17 Theodore Ts'oFix the Apple Darwin port.
2003-03-06 Theodore Ts'oFix bug; if a partition has no known type, don't derfer...
2003-03-06 Theodore Ts'oFix up lots of portability problems that caused e2fspro...
2003-03-02 Theodore Ts'oChanges to create a subset distribution which consists...
2003-03-02 Theodore Ts'otag.c (blkid_set_tag): Fix bug; don't return an error...
2003-03-02 Theodore Ts'oUpdate libblkid documentation.
2003-03-02 Theodore Ts'oMinor bug fixes in the blkid library.
2003-02-28 Theodore Ts'oresolve.c (blkid_get_tag_value): Rename function (used...
2003-02-22 Theodore Ts'oInternal changes to the blkid library:
2003-02-22 Theodore Ts'oAdd dynamic debugging capabilities to the blkid library,
2003-02-16 Theodore Ts'oRename blkid_get_devname() to blkid_get_dev(), and...
2003-02-14 Theodore Ts'oRemove bid_id from the blkid device structure, as it...
2003-02-14 Theodore Ts'oAdd a priority label to the device structure, so we...
2003-02-13 Theodore Ts'oWholesale changes to blkid library to simplify the...
next